unlimited undo's for text fields

Wouter wouter.abraham at scarlet.be
Sat Feb 26 14:43:34 EST 2005


> Message: 21
> Date: Fri, 25 Feb 2005 06:21:52 -0800 (PST)
> From: Alejandro Tejada <capellan2000 at yahoo.com>
> Subject: Re: unlimited undo's for text fields
> To: use-revolution at lists.runrev.com
> Message-ID: <20050225142152.25994.qmail at web40525.mail.yahoo.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Wouter,
>
> Your unlimited undo code is impressive.
> Later, when your time permits,
> Could you comment about how this code works?
>
> In Windows, this line calls an error
> message:
>
> put word 1 to 7 of the long id of it into tFName
>
> Keep up your good work! :-)
>
> al
>

Hi Al,

One of the things that caused the error you mentioned is  the not so 
uniform transplatform behaviour of commands like rawkeydown in this 
case.
A little test showed a big difference between mac and win32 platform.
The modifier keys, the shift and capslock keys are not triggering a 
rawkeydown message on the mac-side. But they do on the win32 platform.
If the people at RR could make this behavior more uniform between 
platforms it would enhance crossplatformity
Hopefully they will consider Dar Scott bug 1434 when doing this 
eventually.
(will repost the code when this problem is solved)

Greetings,
Wouter



More information about the use-livecode mailing list