Inactive window overlapping others?

Posted by LaoFremda on Wed 07 Jan 2009 02:38 AM — 2 posts, 11,079 views.

#0
Is it possible to make certain inactive world window (chat) shown over all other? It should look like this http://img383.imageshack.us/img383/4739/chatwindownv3.jpg but main window active.

And one small question. How can i launch several scripts with one trigger?
Australia Forum Administrator #1
Quote:

Is it possible to make certain inactive world window (chat) shown over all other?


No you can't. The Z-ordering in an MDI application does not let a document window be in front of an active one. The whole application can be forced to the front, but that isn't what you want.

I suggest just resizing the main window smaller - after all, you can't read it if the chats are on top of it.

Quote:

How can i launch several scripts with one trigger?


Several scripts? If you do send-to-script you can do whatever you want. For example:


do_something ()
do_something_else ()
do_something_else_again ()