mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2006
Posts: 4,149
W
Wims Offline OP
Hoopy frood
OP Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
Code:
dialog hbug {
  title ""
  size -1 -1 308 168
  option dbu  
  ;8
  menu "aaaaaaaa" , 228
  ;4
  menu "aaaa", 82
  ;10
  menu "aaaaaaaaaa", 240
  ;10
  menu "Bug Report", 243
 ; menu "1", 244
}


-open that dialog, /dialog -m hbug hbug
-uncomment the last menu 'menu "1",244' and save
-open that dialog again, /dialog -m hbug1 hbug

The height of the dialog is different.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks this issue has been fixed for the next version. It required a subtle change to the order in which the menubar and the dialog size are updated. It seems fine but will need testing to make sure there are no side-effects. This change will be in the next beta.


Link Copied to Clipboard