Re: Edit Anomaly

2010-12-12 Thread Joe Lewis Wilkins
But does it continue to double paste? I have created a standalone in some time to see what's missing there. Joe Wilkins On Dec 12, 2010, at 4:50 PM, J. Landman Gay wrote: > On 12/12/10 6:40 PM, Peter Haworth wrote: >> Interesting that LC implements the command key versions of cut and paste >>

Re: Edit Anomaly

2010-12-12 Thread J. Landman Gay
On 12/12/10 6:40 PM, Peter Haworth wrote: Interesting that LC implements the command key versions of cut and paste yet doesn't create the scripts for them when you create a menu. It doesn't create them in a standalone, you have to script it. What was probably happening to Joe's stack is that t

Re: Edit Anomaly

2010-12-12 Thread Joe Lewis Wilkins
Yeah Peter. And then not enough. It's all trial and error. Mostly error. I guess if I were a full time LC coder, this wouldn't be so confusing, but it is. I just checked the Undo command key, think it might also be implemented by LC, but doesn't appear that it is. At least not to my satisfaction

Re: Edit Anomaly

2010-12-12 Thread Peter Haworth
Interesting that LC implements the command key versions of cut and paste yet doesn't create the scripts for them when you create a menu. Pete Haworth On Dec 12, 2010, at 4:27 PM, Joe Lewis Wilkins wrote: Hmn! Turns out I don't have to implement these command keys. LC does it for me, so my ro

Edit Anomaly

2010-12-12 Thread Joe Lewis Wilkins
Hmn! Turns out I don't have to implement these command keys. LC does it for me, so my routine was making one paste and LC followed it up with another one. Sometimes LC does too much for us. Joe Wilkins ___ use-livecode mailing list use-livecode@list

Strange edit anomaly

2010-12-12 Thread Joe Lewis Wilkins
Anyone... >From my edit menu - in the app - if I select some text in my stack and choose >Cut or Copy and then Paste, everything works fine; but, if I use the Command >Key equivalents, 2 of the strings copied or cut are pasted; though the >clipBoardData only shows a single string. I thought it