Re: Visual Euphoria Library -- Bleeding Edge!!!
> BTW, what is 'modal'? I've seen that a lot with regard to windows...modal
> and nonmodal windows.
>
> Thanks,
>
> Ben
Modal dialogs sit on top of the application and will NOT go away until
either the user does something (such as pressing "cancel" or entering data
and pressing "OK" for instance).
Modeless dialogs pop up and let the user continue using the application (or
other applications) while it is displayed. It will allow other windows to
become "current" and it will fade into the background for the time being.
|
Not Categorized, Please Help
|
|