2012/6/6 Antonio Scuri <[email protected]>

>  Hi,****
>
> ** **
>
> There is a small error on your script:****
>
> ** **
>
>                local i,j = string.match( caret, "(%d),(%d)")****
>
> should be:****
>
>                local i,j = string.match( caret, "(%d+),(%d+)")****
>
> **
>

DOH!

BTW, the original goal of this script was to build a repro case for some
rare situations I have encountered where for some reason layout is
recomputed and text controls are expanded beyond the original dimensions of
the dialog. I haven't succeeded yet, but maybe you are already aware of
such an issue?

-- 
Benoit.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to