To which handler?

Bob


On Jun 18, 2012, at 4:33 AM, BNig wrote:

> If anyone wants to make this work for versions < 5.5 and >= 5.5 add this to
> the script
> ------------------
>  -- fix for the changed tab location in LiveCode 5.5
>   put the version into tVersion
>   replace "." with "" in tVersion
>   if char 1 to 2 of tVersion >= 55 then
>      add (item 1 of the margins of me -3) to tLeft
>   end if
>   -- end fix for changed tab location
> ------------------
> Kind regards
> Bernd


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to