mIRC Home    About    Download    Register    News    Help

Print Thread
#67065 08/01/04 06:03 AM
N
Netchelandorious
Netchelandorious
N
... nuff said?

#67066 08/01/04 07:06 AM
C
coolspot
coolspot
C
Along with that, I'd like to suggest that when a dialog is closed, the ability to tap into the dialogs close event and keep the dialog from closing (much like we use halt/haltdef to keep text from displaying on screen for our own personal display options)

There have been situations where, on close, I'd want to hide the dialog instead of it closing. But halt/haltdef seem not to work and the dialog closes anyway.

#67067 08/01/04 03:04 PM
I
Iori
Iori
I
Yeah it would be easier than hiding a dialog by moving it offscreen.

#67068 14/01/04 06:15 PM
D
DarthAndroid
DarthAndroid
D
cant you just do a /dialog -m (-m is minimize, right?) mydialog to minimize it out of the way?

#67069 15/01/04 10:22 AM
Joined: Feb 2003
Posts: 806
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 806
-m isn't minimize.. anyway, hiding isn't minimizing.. although it serves fine for many.

Last edited by cold; 15/01/04 10:23 AM.
#67070 15/01/04 01:55 PM
I
Iori
Iori
I
No, it has nothing to do with minimizing.
  • The /dialog command allows you to create a modeless dialog with the -m switch. This type of dialog doesn't halt or return a value to the calling script, and the dialog can be displayed indefinitely and used for many purposes.


Link Copied to Clipboard