08-11-2011 07:50 PM
I've been working on adding a user optional feature to my application where the user can choose to include an item in the system menu for launching the application. However, one issue that is perplexing me is how I would go about ensuring that I don't add another item to the menu when one is already in existence. I've been looking through the RIM API's but cannot seem to locate a method where I can check if my item already exists in the system menu.
I suppose I could keep track of the addition of the item through the applications persistent settings, however, it seems cleaner and less prone to issues if I could actually check the menu item repository for the actual existence of the menu item instead. Is there an API that will allow me to do this that I'm missing?
Thanks in advance,
Russ.
Solved! Go to Solution.
08-12-2011 03:29 AM
08-12-2011 03:33 PM
Thank you simon! I had a feeling that would be the case, I will keep track of it in the runtime store as you suggest.
Thanks again!
Russ.