Re: export snapshot woverwrites variable?

2020-12-10 Thread Klaus major-k via use-livecode
Hi Mark, > Am 10.12.2020 um 15:25 schrieb Mark Waddingham via use-livecode > : > > On 2020-12-10 13:55, Klaus major-k via use-livecode wrote: >> Hi friends, >> ## Doing this again fixes the inconvenience and I can continue: >> put dasObjekt() into tObject >> ... >> Funky, funky!? > Nope - not

Re: export snapshot woverwrites variable?

2020-12-10 Thread Mark Waddingham via use-livecode
On 2020-12-10 13:55, Klaus major-k via use-livecode wrote: Hi friends, ## Doing this again fixes the inconvenience and I can continue: put dasObjekt() into tObject ... Funky, funky!? Nope - not funky. Container syntax can be either a variable (with array indices or without), or an object

Re: export snapshot woverwrites variable?

2020-12-10 Thread Klaus major-k via use-livecode
Hi all, > Am 10.12.2020 um 15:08 schrieb Brian Milby via use-livecode > : > > What about using (tObject)? Since tObject is a container itself, the export > put the data in the container directly instead of the referenced container? > Sent from my iPhone >> On Dec 10, 2020, at 8:56 AM, Klaus

Re: export snapshot woverwrites variable?

2020-12-10 Thread Klaus major-k via use-livecode
Hi Brian, > Am 10.12.2020 um 15:08 schrieb Brian Milby via use-livecode > : > > What about using (tObject)? sorry, no capisce? > Since tObject is a container itself, the export put the data in the container > directly instead of the referenced container? Hm, I thought you were working at

Re: export snapshot woverwrites variable?

2020-12-10 Thread Brian Milby via use-livecode
What about using (tObject)? Since tObject is a container itself, the export put the data in the container directly instead of the referenced container? Sent from my iPhone > On Dec 10, 2020, at 8:56 AM, Klaus major-k via use-livecode > wrote: > > Hi friends, > > just found a very strange

export snapshot woverwrites variable?

2020-12-10 Thread Klaus major-k via use-livecode
Hi friends, just found a very strange thing... I have this script: ... put dasObjekt() into tObject ## returns in this special case -> image "Bild_1" flip tObject horizontal # Overwrite image data export snapshot from rect(the rect of tObject) of tObject to tObject as PNG ## But now, LC gives