mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2006
Posts: 400
K
Fjord artisan
OP Offline
Fjord artisan
K
Joined: Apr 2006
Posts: 400
I have a full Channel Registration, But, I was wondering how to type longer then the editbox can handle, like, it doesn't stop at the end of the edit box.

Code:
dialog Channel_Registration {
  title "Easy Channel Registration"
  size -1 -1 154 173
  option dbu
  text "Password", 1, 16 127 29 8, center
  edit "", 2, 6 139 50 10, pass
  text "Description", 3, 107 127 30 8, center
[color:red]edit "", 4, 95 139 50 10[/color]
  button "Next >>", 5, 46 156 60 12
  list 6, 10 23 132 95, size
  text "Channel Name", 7, 50 1 46 8, center
  edit "", 8, 42 10 65 10
}


edit "", 4, 95 139 50 10, ( I was wondering what I could add here, example: Center, pass, etc. )

Please help me out, help greatly appreciated


-Kurdish_Assass1n
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
froim dialog help in mIRC
Quote:

edit "text", id, x y w h, style (right, center, multi, pass, read, return, hsbar, vsbar, autohs, autovs, limit N)

style
(right, center, multi, pass, read, return, hsbar, vsbar, autohs, autovs, limit N)
right is align right 9default is align left)
center is align center
pass is a password style ********
so on

edit "", ID, left down width height, center pass
(edit "", 5, 10 20 50 10, center pass)

Joined: Apr 2006
Posts: 400
K
Fjord artisan
OP Offline
Fjord artisan
K
Joined: Apr 2006
Posts: 400
sorry, I didn't ask the correct way, I was wondering how to type longer then the editbox allows us to type, understand now?


-Kurdish_Assass1n
Joined: Jan 2006
Posts: 61
C
Babel fish
Offline
Babel fish
C
Joined: Jan 2006
Posts: 61
with return style you can do that i think!

Thats all

*


The practice do the Master...
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
add the 'autovs' option

that will give you the ability to have the text scroll so you can enter more then the space allows


If it ain't broken, don't fix it!

Link Copied to Clipboard