mIRC Homepage
Posted By: parad0x sizing @windows? - 14/05/03 12:12 PM
Sorry this may be a newbie question....but I haven't been able to figure out how to size @windows....is it even possible? Looks like it is by reading the mirc help file...but I can't get it to work...

a snippet of my code:

;create the window and activate it
window -da @windowname
;write to the window
echo -a $htmlfree(%temptext)

What the echo statement is writing to is only 4-5 lines, but the default window size is like 3/4 of my screen...how do I change that?
Posted By: theRat Re: sizing @windows? - 14/05/03 12:36 PM
/help /window
Posted By: parad0x Re: sizing @windows? - 14/05/03 12:42 PM
Duh...I've read the /help file already...but don't understand the syntax wink

PaRaD0x
Posted By: ScatMan Re: sizing @windows? - 14/05/03 12:50 PM
/window -a @window X Y W H
x and y is the position on the script
w and h is the size
u can do
/window -a @window 1 1 200 200
for example
Posted By: parad0x Re: sizing @windows? - 14/05/03 12:54 PM
thanks Scatman!

PaRaD0x
Posted By: parad0x Re: sizing @windows? - 14/05/03 06:03 PM
Is there a way to dynamically create the @windows size? the text I am inputting into said window will vary, so sometimes the window will be too big...sometimes just right...sometimes too small...is this possible?

Thanks in advance...
PaRaD0x
© mIRC Discussion Forums