mIRC Home    About    Download    Register    News    Help

Print Thread
#241125 20/03/13 04:50 PM
L
Light
Light
L
dialog a_table {
title "New Project"
size -1 -1 258 148
option dbu
button "Button", 1, 107 70 37 12
}
So here is a dialog box...now...
on *:DIALOG:a_table:sclick:1: {
;Change button style to multi the button
}
Is it possible to change style to multi,flat ect?

#241126 20/03/13 05:26 PM
Joined: Jan 2004
Posts: 1,330
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,330
No

#241127 20/03/13 06:43 PM
Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
You could /write over the line and then /reload the script.

Hacky but it's the only way to do it using what mIRC offers by default.

Joined: Jul 2006
Posts: 4,023
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,023
I think he wants to change the style of the button without closing the dialog, reloading the script after editing the line isn't going to work for him


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
No but you could overwrite it and reload the dialog - closest you can get without using a DLL.


Link Copied to Clipboard