mIRC Homepage
Posted By: Wims $input's not showing all text - 20/04/14 05:10 AM
In some cases, the prompt parameter of $input isn't shown entirely, couldn't find what is causing it exactly but here is one example:

Code:
//noop $input(test test test test test C:\Users\test\test\test\test\test\ $+ $chr(44) testing test testing missing.,o)
That one is fine, now I add one more "test":
Code:
//noop $input(test test test test test test C:\Users\test\test\test\test\test\ $+ $chr(44) testing test testing missing.,o)
And the last word "missing" should be missing.

Tested on 7.32, windows 7
Posted By: FroggieDaFrog Re: $input's not showing all text - 20/04/14 03:26 PM
I wasnt able to reproduce on vista w/ mIRC 7.32
Posted By: drum Re: $input's not showing all text - 20/04/14 04:19 PM
I do see the same behavior. It looks like the window is created with only two rows for text, even though the text requires three lines to display fully.
Posted By: Wims Re: $input's not showing all text - 20/04/14 05:13 PM
Did you test it on win7? Looks like a win7 issue
Posted By: Khaled Re: $input's not showing all text - 21/05/14 04:33 PM
Thanks I was able to reproduce this. It is an issue that has popped up a few times due to how text/control measurements vary across different versions of Windows. I have changed the measurement method and it now seems to work correctly on XP and 7. This is fixed for the next version.
© mIRC Discussion Forums