Re: LC 9.6.7 export snapshot from a player object seems to fail on Windows (10)

2022-04-29 Thread Paul Dupuis via use-livecode
There are apparently no work-arounds for the failure of this version of the export snapshot on Windows 10/11 I've tried:     -- method that does not work on Windows, but works on macOS with player hidden [A REQUIREMENT]     put the rect of player "myPlayer" into tRect     export snapshot from

Re: LC 9.6.7 export snapshot from a player object seems to fail on Windows (10)

2022-04-29 Thread Paul Dupuis via use-livecode
Martin, Thank you for confirming. I have filed a bug with Livecode: https://quality.livecode.com/show_bug.cgi?id=23694 On 4/29/2022 8:45 AM, Martin Koob wrote: Hi Paul I just tried the same thing and got the same result. It works on Mac, not on Windows. I also tried exporting the image

Re: LC 9.6.7 export snapshot from a player object seems to fail on Windows (10)

2022-04-29 Thread Martin Koob via use-livecode
Hi Paul I just tried the same thing and got the same result. It works on Mac, not on Windows. I also tried exporting the image as a file to see if that made any difference. export snapshot from rect tRect of player "mediaConvert" of stack "libHrAPI" to file

LC 9.6.7 export snapshot from a player object seems to fail on Windows (10)

2022-04-27 Thread Paul Dupuis via use-livecode
I am executing the following 2 lines of code:   export snapshot from rect tRect of player "mediaConvert" of stack "libHrAPI" to tImage as PNG   put tImage into img "imageConvert" of stack "libHrAPI" Prior to the export the player has a video load and has the