mIRC Homepage
Posted By: Maelish Add row to Input Request pop-up box - 21/09/18 01:28 PM
I have tried without success to change the size of Input Request pop-up boxes.

I assumed there was a method in the Display -> Options, but there doesn't seem to be one. Is it possible through change in a config file?

Example: Input Requests can be called through scripted Popups like a right-click on a name using the below script.

Code:
/say $$1 $$?="Message"


It pops up a small box that is a single line and short. If it's possible to add lines to the box or make it wider, that would be fantastic.

Any suggestions?
Posted By: Wims Re: Add row to Input Request pop-up box - 21/09/18 01:35 PM
You can use $crlf in the text to include newline, the size of the box is calculated from that automatically:

Code:
//echo -a $$?="Line #1 here $+ $crlf $+ Line #2 here"

Note that $? is a simple but quirky identifier, $input() is prefered.
Posted By: Maelish Re: Add row to Input Request pop-up box - 03/10/18 01:39 PM
Thanks @Wims but that doesn't seem to work in Popups. Perhaps I'm missing something?
Posted By: Wims Re: Add row to Input Request pop-up box - 03/10/18 01:48 PM
You can't get a popups item to be on multiple lines, but popups menu and $input or $? are very different things.
© mIRC Discussion Forums