here's my overlay skin:
Code:
MEDIACAR Skin
MEDIACAR overlay Skin
menu1off.png,menu1off.png,menu1on.png,menu1down.png
/POSX=0
/POSY=300
B01,719,0,81,180,"X_OVERLAY||WAIT;0.2||B_OVERLAY",
B002,41,0,173,180,"AUDIO",
B004,217,0,172,180,"VIDEO",
B003,396,0,184,180,"GPS",
B001,581,0,136,180,"MENU;MAINMENU.skin",
END
and my buttons:
Code:
B01,719,0,81,180,"X_OVERLAY||WAIT;0.2||B_OVERLAY",
Code:
B01,0,0,82,180,"X_OVERLAY||WAIT;0.2||A_OVERLAY",
in exectbl.ini:
Code:
/,to launch the screen.
"A_OVERLAY","RUN;$SKINPATH$ElcosMenu.exe|OLMENU1.skin"
"B_OVERLAY","RUN;$SKINPATH$ElcosMenu.exe|OLMENU2.skin"
/,to close the screen.
"X_OVERLAY","SENDMSG;ElcosMenu;Exit"
This works, but it doesn't transition smoothly between the two (because it has to wait for the first overlay to close and then load the second one. If it could support transition effects as well, that would do exactly what I want to do.
also, what's the minimum transparency percentage level that will leave the area clickable?
I have to click directly on the image rather than a box around the image to click it. But if I can define a 5% white transparency level behind the image that can still be clicked, it would be easier to use with a touch screen.
lastly, I get this error here sometimes:

not sure why though.
Bookmarks