Im working on a GPS skin, and have added an exit button with the code "CLOSE" that works perfectly.
Now instead of closing ive got it to load a skin with a close confirmation yes/no button (see pic)
How can i get the GPS program to close the same way, seen as it wont be in focus anymore for the "CLOSE" command to work.
Code for confirmation skin:
Code:
RoadRunner Skin
RRScreen "CONFIRM"
EXIT_GPS_OFF.jpg,EXIT_GPS_OFF.jpg,EXIT_GPS_ON.jpg,EXIT_GPS_DOWN.jpg
[Yes/No Button]
B01,19,299,105,86,"","CLOSE GPS"
B02,375,299,105,86,"BACK","ABORT"
/DISCARDABLE
END