That could be fixed by drawing them last, couldn't it?
they have to flash if they're INSIDE a button.. or the button image will overwrite it.
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
That could be fixed by drawing them last, couldn't it?
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
no, because everytime you move the mouse in/out of a button it redraws it over the indicator.. You'd have to make a function check ALL indicators in the skin to check if one of them is within the area being updated and if so, redraw the indicator.. I didn't do it because it would add a lot of code for something so insignificant (considering blinking indicators do work).
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
I have generic timers partially working in RR. I just need a way to determine when a form is reshown in order to reset their timed out state.
Guino - any hints on how I detect that?
An example skin line is:
TIMER01,5,"LOAD;menu.skin"
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
the showform method is called whenever a form is called, but you'll have to monitor (somehow) if you hide/show the form afterwards..
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
I think I was seeing cases where Frm.Visible was being set to True but ShowForm was not being called. I'm not sure what scenario I was testing when I saw that since ShowForm seems to being hit in all the cases I currently care about.
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
You know.. I remember seeing that skin somewhere before... O yeah I remember.. its mine ;-)
Yep. I'm using it as a temporary background so my experimental layout doesn't look completely ugly as I try it out in the car.
I've been meaning to ask you what the tiled background image is since I've been staring at it a lot recently and keep wondering.
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
I realized that the case I was struggling with earlier was the directory list user control - not the skin form itself. There isn't an event / function that always gets called whenever the DL usercontrol is re-shown. I worked around that one by doing the fix up I needed to do after forcing a SELECT command (needed to change the current path after the command executed) by using a timer.Originally Posted by Arathranar
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
Bookmarks