Maxi-Menu
| Author | Message | ||||
| Nick Guru Joined: 09/06/2011 Location: AustraliaPosts: 512 |
Well, here it is! This is a program launcher, styled in a somewhat Ipod fashion with icons that the user selects to launch the desired application. The program MENU.BAS along with it's icon data file ICON.DAT, is to be copied to the root of the SD card. Another program MBOOT.BAS is generated to facilitate running of another user selected program, from within the Menu Program. (INPUT filename$:RUN filename$ doesn't work so this was the workaround) If MENU.BAS is renamed to AUTORUN.BAS, the program will boot on powerup. The first thing the program does is look for the MENU.DAT file which contains the menu definitions. On a clean install such as this, it will see that it is missing and create a blank one. From here the user enters menu entries, providing a Menu Entry Label, Program Filename, Directory (only 1 level), and an Icon (selectable from 32, I've predefined 17). Keyboard instructions are included in the program listed as REM lines so check these out first. Let me know what you think, suggest improvements and highlight bugs. Nick 2011-06-25_075118_MENU_-_Backups.zip |
||||