gleichman Posted October 1, 2006 Report Posted October 1, 2006 I have a UI that uses a ring control. The problem is that usability decreases as the number of items increases. It would be nice if I could categorize the options kind of like the Windows Start menu. Has anyone done something like this? Quote
crelf Posted October 1, 2006 Report Posted October 1, 2006 I have a UI that uses a ring control. The problem is that usability decreases as the number of items increases. It would be nice if I could categorize the options kind of like the Windows Start menu. Has anyone done something like this? Like a custom right-click menu? You can do those in 8. Quote
gleichman Posted October 2, 2006 Author Report Posted October 2, 2006 Like a custom right-click menu? You can do those in 8. Yes, like a right-click menu, but as a left click on a ring control. Quote
crelf Posted October 2, 2006 Report Posted October 2, 2006 Yes, like a right-click menu, but as a left click on a ring control. Mike Holmstrom did a custom OO-based right click menu a couple of years ago - I'm sure that could be modified pretty easily to work the way you want, although it needs the Endevo OO toolkit to work. Quote
Jacemdom Posted October 2, 2006 Report Posted October 2, 2006 maybe you could use a cascading contextual menu instead. See attached example Download File:post-731-1159806566.zip 1 Quote
gleichman Posted October 2, 2006 Author Report Posted October 2, 2006 maybe you could use a cascading contextual menu instead. See attached exampleDownload File:post-731-1159806566.zip This will work. :thumbup: I can get rid of my ring controls all together and use a list box for the left click events and to store the results. Thanks for the example. Quote
crelf Posted October 3, 2006 Report Posted October 3, 2006 maybe you could use a cascading contextual menu instead. See attached exampleDownload File:post-731-1159806566.zip :thumbup: Nicely done Jacemdom - perhaps this could be a great addition to the LAVA Code Repository? Quote
Ton Plomp Posted July 12, 2010 Report Posted July 12, 2010 Yes, like a right-click menu, but as a left click on a ring control. Use a mousedown? filter event, and switch the first for the second button, this will trigger a 'Shortcut menu activation event'. Ton Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.