|
-
May 18th, 2005, 05:21 AM
#1
Thread Starter
Member
Fixed focus on dialog
Is there a way to force the user to close, or finish with a dialog before they can continue using the application? i.e. they cannot click anywhere else in the application. If they do the dialog stay put and nothing happens.
Thank You
-
May 18th, 2005, 07:06 AM
#2
Frenzied Member
Re: Fixed focus on dialog
Yes, I think it's called a model dialog.
-
May 18th, 2005, 07:23 AM
#3
Re: Fixed focus on dialog
Modal dialog. You create one by calling DialogBox(Indirect||Param).
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
May 18th, 2005, 07:25 AM
#4
Thread Starter
Member
Re: Fixed focus on dialog
yeah. i've changed the system modal value to true. now when i click on windows and dialogs in the background nothing happens, which is good. But I am still allowed to use the oringinal window from where the modal dialog came from. Can i disable this?
Thank You
-
May 18th, 2005, 07:33 AM
#5
Re: Fixed focus on dialog
System modal? You've done something wrong.
I think you're not passing the parent window to DialogBox.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
May 19th, 2005, 03:16 AM
#6
Thread Starter
Member
Re: Fixed focus on dialog
thanks for the advice, i've had to put this on the back burner but i'll let you know how i get along
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|