Need Help with slider in a screen
Hello all,
I don't understand why i can't use my slider with the mouse or the finger !
This is my screen's lines:
Code:
RoadRunner Skin
RRScreen "GoogleMapsTrackFrom"
GoogleMapsTrackList_off.png,GoogleMapsTrackList_off.png,GoogleMapsTrackList_on.png,GoogleMapsTrackList_down.png
/POSX=10
/POSY=90
[Labels]
L,182,374,49,31,255,255,255,25,"Webdings","=6","center",,"DS=2,2,0,0,0"
L,258,374,49,31,255,255,255,25,"Webdings","=5","center",,"DS=2,2,0,0,0"
L,52,383,49,20,255,255,255,14,"Arial","=OK","center",,"DS=2,2,0,0,0"
[Buttons]
B,244,378,70,30,"UP",
B,170,378,70,30,"DOWN",
B,1,378,153,30,"SENDMSG;GoogleMapsTrack;TRACKFROM||TRACKFROM",
/, S, x, y, w, h, x1, y1, w1, h1, O, Style, Pointer file path, h2, Code;SLIDERCODES, Tooltip
S,296,6,17,364,524,24,41,259,V,0,"mixersliderH.png",20,"CLSLIDER",
/, IL, LIST, SelImg, UnselImg, EndImg, LimitMode, Drag, MaxSpeed
IL,CL,transparent.bmp,sel.bmp,end.bmp,0,50,60
/, S, x, y, w, h, forecolor R;RGB, G, B, backcolor R;RGB, G, B, selected color R;RGB, G, B, select color R;RGB, G, B, trs, font size;FONT, font name
SC,10,8,280,362,255,255,255,0,0,0,0,0,0,255,255,255,true,20,"Lucida Sans Unicode"
END
If i want to use ElcosMenu or FlytoMenu , i don't see nothing into the screen
I use this menu with these exectbl.ini lines:
Code:
/***************************************GOOGLE MAPSTRACK**********************************
"SELECTTRACKFROM","CLCLEAR;ALL||MENU;GoogleMapsTrackFrom.skin||CLLOAD;$SKINPATH$Scripts\GoogleMapsTrack\TRACKLIST.txt;TRUE||SETLIST;12"
/"SELECTTRACKFROM","CLCLEAR;ALL||RUN;$SKINPATH$Flytomenu.exe|GoogleMapsTrackFrom.skin||CLLOAD;$SKINPATH$Scripts\GoogleMapsTrack\TRACKLIST.txt;TRUE||SETLIST;12"
"TRACKFROM","SETVARBYCODE;TRACKFROM;LISTTEXT||SETVAR;TRACKFROM;$TRACKFROM$||SENDMGS;GoogleMapsTrack;TRACKFROM||WAIT;0.5||EXIT"
"ONCLCLICK","SENDMGS;GoogleMapsTrack;TRACKFROM",GoogleMapsTrackFrom.skin
/*****************************************************************************************
Thanks for your help:)