mIRC Homepage
Posted By: Kurdish_Assass1n Need help with Dialogs (EditBox) - 22/04/06 02:38 AM
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
Posted By: MikeChat Re: Need help with Dialogs (EditBox) - 22/04/06 02:53 AM
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)
sorry, I didn't ask the correct way, I was wondering how to type longer then the editbox allows us to type, understand now?
Posted By: Crash_N_Burn Re: Need help with Dialogs (EditBox) - 22/04/06 05:45 AM
with return style you can do that i think!

Thats all

*
Posted By: Doqnach Re: Need help with Dialogs (EditBox) - 24/04/06 08:54 AM
add the 'autovs' option

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