Fisheye menus [modified] Not necessarily menus
-
This is interesting: http://www.webcredible.co.uk/user-friendly-resources/web-usability/user-interface-design.shtml[^] I wonder how hard it would be to implement in .net... -- modified at 14:18 Friday 9th March, 2007
I think if you have so many entries on one menu that you need something like this, there are larger issues... Perhaps the Office 2007 guys are on the right track after all. :)
Author of The Career Programmer and Unite the Tribes www.PracticalStrategyConsulting.com
-
I think if you have so many entries on one menu that you need something like this, there are larger issues... Perhaps the Office 2007 guys are on the right track after all. :)
Author of The Career Programmer and Unite the Tribes www.PracticalStrategyConsulting.com
Well forget menus. What about as a replacement for scrollbars in a list control?
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Techno Silliness
-
I think if you have so many entries on one menu that you need something like this, there are larger issues... Perhaps the Office 2007 guys are on the right track after all. :)
Author of The Career Programmer and Unite the Tribes www.PracticalStrategyConsulting.com
-
This is interesting: http://www.webcredible.co.uk/user-friendly-resources/web-usability/user-interface-design.shtml[^] I wonder how hard it would be to implement in .net... -- modified at 14:18 Friday 9th March, 2007
Well, after reading this message I tried to build something like it, and I got something working. It hasn't got quality enough to be an article, at least for now, so if you want I can send it to you by mail so you can see it. It's on .NET 2.0 and C# Matias Szulman
-
This is interesting: http://www.webcredible.co.uk/user-friendly-resources/web-usability/user-interface-design.shtml[^] I wonder how hard it would be to implement in .net... -- modified at 14:18 Friday 9th March, 2007
-
This is interesting: http://www.webcredible.co.uk/user-friendly-resources/web-usability/user-interface-design.shtml[^] I wonder how hard it would be to implement in .net... -- modified at 14:18 Friday 9th March, 2007
-
Well, after reading this message I tried to build something like it, and I got something working. It hasn't got quality enough to be an article, at least for now, so if you want I can send it to you by mail so you can see it. It's on .NET 2.0 and C# Matias Szulman
-
This is interesting: http://www.webcredible.co.uk/user-friendly-resources/web-usability/user-interface-design.shtml[^] I wonder how hard it would be to implement in .net... -- modified at 14:18 Friday 9th March, 2007
I guess it would be fairly easy in the web using js / css - our current web context menu uses two styles to high / low light items - they could be modified to crank up / down the text size I guess...in fact - I think I'm gonna try that one! :)
"Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox
-
Well forget menus. What about as a replacement for scrollbars in a list control?
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Techno Silliness
Yeah, but can you imagine the bazillion lines of custom-draw code you'd have to write? X|
Software Zen:
delete this;
-
Posted. It's at http://www.codeproject.com/useritems/FishEyeMenu.asp[^]