Is it possible to have nested context menus? I am working on an app which needs to provide the users with various functionality, and after much thought I came to the conclusion that using a context menu would be quite advantageous (would allow me to clean up my screen by getting rid of a few spinners etc)
However I was wondering if its even possible to have a context menu pop up, and then on the item select present the user with even more choices.
Something along these lines:
Context Menu 1
-> Change Font Color (on select generate context menu 2)
->Red
->Green
-> Change Background Color (on select generate context menu 3)
->Red
->Green
Would something like this be possible?