KeyboardEvent>>#storeOn: Bug

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

KeyboardEvent>>#storeOn: Bug

Sean P. DeNigris
Administrator
KeyboardEvent is not storing the event position. If you record keyboard events via EventRecorderMorph, writeTape and then readTape back in, error windows will pop up for each played keyboard event. Here's a fix...




KeyEventStoreOn.2.cs (1K) Download Attachment
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: KeyboardEvent>>#storeOn: Bug

Frank Shearar-3
Thanks, Sean! I'll turn this into an Inbox submission.

frank

On 15 January 2014 20:52, DeNigris Sean <[hidden email]> wrote:
> KeyboardEvent is not storing the event position. If you record keyboard events via EventRecorderMorph, writeTape and then readTape back in, error windows will pop up for each played keyboard event. Here's a fix...
>
>
>
>