Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » How to create a modal dialog
Re: How to create a modal dialog [message #2305 is a reply to message #2303] Fri, 07 April 2006 11:24 Go to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
mr_ped wrote on Fri, 07 April 2006 04:25

Modal dialogs are evil from UI ergonomy point.
Try to avoid them as much as possible, if you think you "need" modal dialog, you are very likely having some serious problem with your overall UI design, or you are taking a coding shortcut to omit code which would be needed to handle more "alive" windows at the same time. (The latter is understandable as resources are never unlimited, but try to avoid them...)


Ahh, well, after 8 years of experiences of dealing with users of my little municipal agenda, I would not draw conclusions so fast.

Modal dialogs have their places in GUI.

(That said, it is as easy to do modal and modeless in U++)

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to call the methods of a class from another class
Next Topic: How to add a three state button in an ArrayCtrl
Goto Forum:
  


Current Time: Wed May 15 15:46:15 CEST 2024

Total time taken to generate the page: 0.02575 seconds