You are here

How to remove Items From Menu ?

5 posts / 0 new
Last post
goldenix
Offline
Last seen: 13 years 5 months ago
Joined: 2008-05-03 17:03
How to remove Items From Menu ?

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.

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
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".

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

goldenix
Offline
Last seen: 13 years 5 months ago
Joined: 2008-05-03 17:03
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)

lambrospower
Offline
Last seen: 15 years 9 months ago
Joined: 2008-05-23 15:20
please explain this better

please explain this better cause i am new to launchers...how can i remove entries from the menu ???? is there any other launcher worth it apart from pstart which i don't like with this feature?

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 2 months ago
Developer
Joined: 2006-12-06 18:07
you can't right now, except

you can't right now, except by deleting the application. The post above was meant as an example as a way this feature could be added.

The developer formerly known as ZGitRDun8705

Log in or register to post comments