Author |
Topic: So many windows, so little time (Read 84 times) |
|
Zeppo
New Member

member is offline


Posts: 6
|
 |
So many windows, so little time
« Thread started on: Nov 3rd, 2009, 2:58pm » |
|
Howdy...
Somehow I have a feeling this is elementary...but my poor brain simply will not....ya know. problem...
Let's say you open three windows, each suceeding window is smaller than the last so that all three windows can be moused. Now you right click on the first window that opened and it comes to the front and covers the other two windows...right? OK
What is the best way to NOT let that happen when you right click the mouse over a window...not on a control just in the window...hmm...I do hope that is clear?
|
|
Logged
|
|
|
|
Stefan Pendl
Global Moderator
    
member is online

Computers are like babies, you must teach them what you like them to do ...

Gender: 
Posts: 3069
|
 |
Re: So many windows, so little time
« Reply #1 on: Nov 3rd, 2009, 4:06pm » |
|
Let the first window be of type window, but the subsequent windows should be of type dialog_modal.
This will force the user to close the windows in the opposite order.
The positioning of the modal dialogs is special, since it is relative to the window opened before.
|
|
Logged
|
Stefan
Any code I post can be used by others in their own projects, there is no need to ask for permission, just give credit if you like
Liberty BASIC Assist 4.03, Windows Vista Home Premium SP2, AMD Turion X2 RM-70 2GHz, 4GB RAM
|
|
|
Zeppo
New Member

member is offline


Posts: 6
|
 |
Re: So many windows, so little time
« Reply #2 on: Nov 7th, 2009, 09:30am » |
|
Thanks...Steve...
I wonder if I can just disable mouse commands for the user...only while mouse is in windows that have no 'controls'....hmmm
Zeppo
|
|
Logged
|
|
|
|
|