PDA

View Full Version : menu issue


tsbsts
02-03-2008, 10:20 PM
hey

in my app, the on-page-show-event reads the contents of a txt file to a string, and populates a combox box with each line a new entry in the combox.

i have a menu item which i can check or uncheck. is there a way that i can see if that particular menu item is checked...

and if it is checked the page-on-show-event will read one text file..

and if the menu item is unchecked the page-on-show-event will read a different text file to fill the combobox.

thanks!

holtgrewe
02-05-2008, 02:11 PM
Look at Application.GetMenu().
This will return a boolean value for the menu item 'Checked'.
I've not used it, but there is an example in the help.

hth