Re: LC Bug: Copying an Image fails

2021-03-22 Thread Bob Sneidar via use-livecode
+1 On Mar 19, 2021, at 9:55 PM, Curry Kenworthy via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Bob: > MS Office copy operations are notoriously problematic. > Microsoft maintains their own clipboard format, so that when > switching to another product the clipboard must be transl

Re: LC Bug: Copying an Image fails

2021-03-20 Thread e.beugelaar--- via use-livecode
e on behalf of Curry Kenworthy via use-livecode Sent: Saturday, March 20, 2021 5:55:19 AM To: use-livecode@lists.runrev.com Cc: Curry Kenworthy Subject: Re: LC Bug: Copying an Image fails Bob: > MS Office copy operations are notoriously problematic. > Microsoft maintains their own

Re: LC Bug: Copying an Image fails

2021-03-19 Thread Curry Kenworthy via use-livecode
Bob: > MS Office copy operations are notoriously problematic. > Microsoft maintains their own clipboard format, so that when > switching to another product the clipboard must be translated. > Other apps may do the same. > The translation does not always go to plan. Eh ... I think this is a mor

Re: LC Bug: Copying an Image fails

2021-03-19 Thread Bob Sneidar via use-livecode
MS Office copy operations are notoriously problematic. Microsoft maintains their own clipboard format, so that when switching to another product the clipboard must be translated. Other apps may do the same. The translation does not always go to plan. Bob S On Mar 17, 2021, at 12:28 PM, Curry

Re: LC Bug: Copying an Image fails

2021-03-17 Thread Curry Kenworthy via use-livecode
Sean: > char 1 of rawclipboarddata["CF_BITMAP"] crashes it That's simply standing on principle, which I find admirable! After all, give us a char and we'll likely take ... an image. :) But on the tech side, not surprising; char 1 of (the data). -- Paul: > I would consider this a serious LC

Re: LC Bug: Copying an Image fails

2021-03-16 Thread Paul Dupuis via use-livecode
On 3/16/2021 2:38 PM, Sean Cole (Pi) via use-livecode wrote: even asking it to only return char 1 of rawclipboarddata["CF_BITMAP"] crashes it so any attempt to read that data triggers an exception. I would consider this a serious LC bug. Regardless of what crap another application puts on the

Re: LC Bug: Copying an Image fails

2021-03-16 Thread Mark Wieder via use-livecode
On 3/16/21 11:47 AM, Tom Glod via use-livecode wrote: If any of that seems useful I can check the codebase for the exact steps. Avoiding crashes is *always* useful. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@li

Re: LC Bug: Copying an Image fails

2021-03-16 Thread Tom Glod via use-livecode
Hey guys. There are a few issues around windows clipboard and images. I ran into them ALOT when i worked on the Toolbox application. I (reported bug also). https://quality.livecode.com/show_bug.cgi?id=21543 This probably won't help. but there were times when I had to figure out which

Re: LC Bug: Copying an Image fails

2021-03-16 Thread Sean Cole (Pi) via use-livecode
Curry, even asking it to only return char 1 of rawclipboarddata["CF_BITMAP"] crashes it so any attempt to read that data triggers an exception. Remarkable. :D Sean On Tue, 16 Mar 2021 at 18:16, Curry Kenworthy via use-livecode < use-livecode@lists.runrev.com> wrote: > > Sean: > > > put the keys

Re: LC Bug: Copying an Image fails

2021-03-16 Thread Curry Kenworthy via use-livecode
Sean: > put the keys of the rawclipboarddata Yes, I have a little clipboard browser stack for that. There are regular, full, and raw keys. Joy awaits > or any other CF_, it crashes out of LC altogether I had that joyful experience earlier today, with my test stack. You gotta love it, rig

Re: LC Bug: Copying an Image fails

2021-03-16 Thread Sean Cole (Pi) via use-livecode
this bug, which Trevor already reported: > > "Unable to paste images copied from Microsoft Word on Windows" > https://quality.livecode.com/show_bug.cgi?id=21906 > > Copying an image directly (not inline with text) fails. > The clipboarddata contains nulls, in testing so fa

LC Bug: Copying an Image fails

2021-03-16 Thread Curry Kenworthy via use-livecode
LC Bugathon continues Recently I ran into this bug, which Trevor already reported: "Unable to paste images copied from Microsoft Word on Windows" https://quality.livecode.com/show_bug.cgi?id=21906 Copying an image directly (not inline with text) fails. The clipboarddata cont

Re: copying an image

2014-05-05 Thread larry
press does not. Weird to me. One day (probably long after I'm dead) computer software will come out of the dark ages and into the light. Larry - Original Message - From: "Richmond" To: "How to use LiveCode" Sent: Monday, May 05, 2014 1:37 PM Subject: Re: copy

Re: copying an image

2014-05-05 Thread Richmond
On 05/05/14 22:22, la...@significantplanet.org wrote: you're right. let's (you) write an app to fix all that If you can fix the European Union you should have everybody clamouring at your door! Richmond. By-ther-way: have you found out whether Outlook Express will accept copied images fro

Re: copying an image

2014-05-05 Thread larry
you're right. let's (you) write an app to fix all that - Original Message - From: "J. Landman Gay" To: "How to use LiveCode" Sent: Monday, May 05, 2014 12:16 PM Subject: Re: copying an image On 5/5/14, 12:35 PM, la...@significantplanet.org wrote: An

Re: copying an image

2014-05-05 Thread J. Landman Gay
On 5/5/14, 12:35 PM, la...@significantplanet.org wrote: And that is the eternal question: "Why would Microsoft program Word with the ability to paste the copy, but not program their email app, Outlook Express, to also paste the copy?" It's sort of like the European Union or the United States -

Re: copying an image

2014-05-05 Thread Richmond
On 05/05/14 20:35, la...@significantplanet.org wrote: Thanks Jacquelin, I'm still in coding "kindergarten" and need everything spelled out! Not until you mentioned that the ability to paste elsewhere would depend on the receiving app's ability, did I even think about that. I just go around as

Re: copying an image

2014-05-05 Thread larry
Thanks Jacquelin, I'm still in coding "kindergarten" and need everything spelled out! Not until you mentioned that the ability to paste elsewhere would depend on the receiving app's ability, did I even think about that. I just go around assuming that everything is supposed to work "right." So

Re: copying an image

2014-05-05 Thread J. Landman Gay
On 5/5/14, 11:42 AM, la...@significantplanet.org wrote: I used your: put the clipboarddata["image"] in a variety of ways, but could not make it work. > The dictionary says "set the clipboardData..." not put. Sorry, I wasn't clear. I used "put" just to see the binary data in the message box

Re: copying an image

2014-05-05 Thread larry
sadly, Larry - Original Message - From: "J. Landman Gay" To: "How to use LiveCode" Sent: Monday, May 05, 2014 9:51 AM Subject: Re: copying an image > On 5/5/14, 5:50 AM, la...@significantplanet.org wrote: >> I'm using 6.1.1 (rc 4) >> >> I canno

Re: copying an image

2014-05-05 Thread J. Landman Gay
On 5/5/14, 5:50 AM, la...@significantplanet.org wrote: I'm using 6.1.1 (rc 4) I cannot figure out how to copy an image (that is imported into my stack) to the clipboard I am using; copy image "myImage" And the image does not end up in the clipboard Nothing, nada, zip, zilch It should be th

copying an image

2014-05-05 Thread larry
I'm using 6.1.1 (rc 4) I cannot figure out how to copy an image (that is imported into my stack) to the clipboard I am using; copy image "myImage" And the image does not end up in the clipboard Nothing, nada, zip, zilch TIA Larry ___ use-livecode m