Message: 21
Date: Fri, 25 Feb 2005 06:21:52 -0800 (PST)
From: Alejandro Tejada <[EMAIL PROTECTED]>
Subject: Re: unlimited undo's for text fields
To: use-revolution@lists.runrev.com
Message-ID: <[EMAIL PROTECTED]>
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

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to