mIRC Home    About    Download    Register    News    Help

Print Thread
#18350 06/04/03 06:17 PM
Joined: Mar 2003
Posts: 63
N
NiCk2 Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Mar 2003
Posts: 63
This is the line I have in a script of mine for a dialog :
edit "",319,10 125 115 30,multi,limit 160,vsbar,tab 300
I would like that the text in /did -ra config 319 "This is a very long text blablablablablabla...." is wrapped up and appears on more than one line. For the moment, it only seems to appear on the first line of the edit box.
Thank you in advance for any help or solution you may give me smile

#18351 06/04/03 07:43 PM
Joined: Dec 2002
Posts: 44
G
Ameglian cow
Offline
Ameglian cow
G
Joined: Dec 2002
Posts: 44
Sorry if it not helps but i cannot understand english really good. if i understand it then u want to wrap a text in an editbox and show it on multipe lines. or, u want to disable the wrap and show the text on one line... i write both answers:

if you wanna multiline:
dont use hsbar or autohs, or if you must use them, try to use:
Code:
did -ra config 319 This is a very long
did -a config 319 text blablablablablabla,
did -a config 319 and if you want a longer,
did -a config 319 please send me an email to
did -a config 319 this.is.my.email.address@home.or.not.at.home.or.yes.or.what.hu


or if ya wanna one line: use hsbar or autohs

wink


sorry for my bad english
watch out when you're in front of my scalar howitzer smile

Punks not dead!
#18352 06/04/03 08:13 PM
Joined: Mar 2003
Posts: 63
N
NiCk2 Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Mar 2003
Posts: 63
Thank you very much for your answer, my english isn't perfect either don't worry.
In fact, it was something else that was wrong in my script but it is by trying your solution that I have found the right answer so thank U ! smile


Link Copied to Clipboard