How to remove Items From Menu ?

Submitted by goldenix on May 3, 2008 - 4:17pm.

so I copied my office Folder to my Memory card & it works. the problem is, that the menu displys 8 items from my office folder (Im using only 2 word/exel). How do I get rid of all others? I cant simply delete them psychically, since they are word/exel modules.

right now

you cant. The menu picks up every exe thats in a folder in the same parent as the menu. BUt its rumoured that the next version will have the "removing entries feature".

"I was just out walking my rat and I seem to have lost my way" - James Bond in Diamonds are forever

k

K should not be so hard, like 5 min work. just do something like this:

get exe files & write to ini/xml as follows:

iniwrite ( myapp.exe, True )

then read ini/xml to fill menu with items

$a = iniread( myapp.exe )
if $a = true then [add item]

& if user deletes item from menu just write

iniwrite ( myapp.exe, False)