mIRC Home    About    Download    Register    News    Help

Print Thread
#53638 11/10/03 07:46 AM
Joined: Oct 2003
Posts: 18
I
Pikka bird
OP Offline
Pikka bird
I
Joined: Oct 2003
Posts: 18
how can i position a dialog to open in the corner instead of right in the center.

#53639 11/10/03 09:11 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
One option (don't know if there are better ones) is the following:

Code:
dialog name {
  size x y w h
  option dbu
  ...
}


The x and y specify where on your screen the top left corner of your dialog appears if I recall correctly. Just play with the numbers till you get it right. x/y = -1/-1 is centered.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius

Link Copied to Clipboard