mIRC Homepage
Posted By: genderchanger Control Z-Order in Dialogs - 23/09/03 05:03 PM
what tells mirc how to z-order controls in dialogs?
Posted By: cold Re: Control Z-Order in Dialogs - 24/09/03 11:10 PM
Only the order they're put in the dialog table. No command for that, I guess.
Posted By: genderchanger Re: Control Z-Order in Dialogs - 25/09/03 09:20 AM
so the first control in my dialog table is the one on top? how does mirc manage it? i need to know it, cause i'm working on a dialog designer
Posted By: cold Re: Control Z-Order in Dialogs - 27/09/03 06:32 AM
Why don't you test it yourself? It should be easy..
Anyway, this might help:
Code:
dialog zorder {
  title "zorder"
  option dbu
  size -1 -1 200 200
  button "1",1,75 35 50 50
  button "2",5,110 70 50 50
  button "3",2,75 105 50 50
  button "4",4,35 70 50 50
  edit   "5",3,75 90 50 11
}


/dialog -m zorder zorder
Play with it..
© mIRC Discussion Forums