gleichman Posted October 1, 2006 Report Share 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 Link to comment
crelf Posted October 1, 2006 Report Share 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 Link to comment
gleichman Posted October 2, 2006 Author Report Share 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 Link to comment
crelf Posted October 2, 2006 Report Share 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 Link to comment
Jacemdom Posted October 2, 2006 Report Share Posted October 2, 2006 maybe you could use a cascading contextual menu instead. See attached example Download File:post-731-1159806566.zip 1 Quote Link to comment
gleichman Posted October 2, 2006 Author Report Share 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 Link to comment
crelf Posted October 3, 2006 Report Share 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 Link to comment
rkehn Posted October 3, 2006 Report Share Posted October 3, 2006 Hope Jacemdom won Quote Link to comment
Jacemdom Posted October 4, 2006 Report Share Posted October 4, 2006 Hope Jacemdom won Quote Link to comment
Ton Plomp Posted July 12, 2010 Report Share 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 Link to comment
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.