Re: Browser Widget and Images

2022-03-13 Thread Jim Lambert via use-livecode
> > So accessing the URL of the image directly in the image object > puts the image there, which is a good first step. > > How is it stored however? > > If one looks at the image source it still shows the URL. > > I find I?m unable to paint on top of the image, probably > because that

Re: Windows 11 incompatible?

2022-03-13 Thread J. Landman Gay via use-livecode
That's good to know, I'm glad it worked for you. The app's UAC is set to "highest available." Should it be something else? Thanks to both you and Colin for taking a look. Until this last week there were no complaints, but now support has had several. The app has been in use for a couple of

Re: Windows 11 incompatible?

2022-03-13 Thread J. Landman Gay via use-livecode
Would that be an offscreen window on any app, or just the one you're launching? I'll ask my client to try your trick, we do open a login screen from a substack. The mainstack isn't offscreen though, it's just made invisible. You did get to the login screen though, so...? On 3/13/22 4:56 PM,

Re: Windows 11 incompatible?

2022-03-13 Thread matthias rebbe via use-livecode
I've created a small sample Windows app and created 3 standalones using different settings in standalone settings for UAC execution level With 'Default' and 'Same As Invoker' no message comes up running that app on Win 11, but with UAC execution level set to 'Highest Available' i get this

Re: Windows 11 incompatible?

2022-03-13 Thread matthias rebbe via use-livecode
By the way that question comes normally from the UAC (user account control) prompt. What UAC level did you select in LCs standalone settings under the Windows Tab? > Am 13.03.2022 um 22:38 schrieb J. Landman Gay via use-livecode > : > > I'm not sure, but I think it's a Windows 11 update

Re: Windows 11 incompatible?

2022-03-13 Thread Colin Holgate via use-livecode
There is an issue on Windows that would show similar symptoms. That is, if a window is opened off screen it’s as if the application has frozen. To see if that is the problem, type Alt-spacebar, M, any arrow key, and move the cursor. The offscreen window will be attached to the cursor, and a

Re: Windows 11 incompatible?

2022-03-13 Thread Colin Holgate via use-livecode
I get the “do you want to allow” dialog, and after that I get to the sign in screen ok. > On Mar 13, 2022, at 3:40 PM, J. Landman Gay via use-livecode > wrote: > > Well, you'd need an account with a school but since the problem is only on > launch you might be able to test that part. >

Re: Windows 11 incompatible?

2022-03-13 Thread J. Landman Gay via use-livecode
Well, you'd need an account with a school but since the problem is only on launch you might be able to test that part. On 3/13/22 2:52 PM, Colin Holgate via use-livecode wrote: Do you have an app I can test? On Mar 13, 2022,

Re: Windows 11 incompatible?

2022-03-13 Thread J. Landman Gay via use-livecode
I'm not sure, but I think it's a Windows 11 update released very recently within the last few days, and a few students have installed it. They say the app won't launch. Windows asks if the user wants to let it make changes to the computer, they click Yes, then nothing happens. We think one

Re: Browser Widget and Images

2022-03-13 Thread Peter Bogdanoff via use-livecode
Rick, you want to look at the export snapshot or the export image commands for that. pb > On Mar 13, 2022, at 1:56 PM, Rick Harrison via use-livecode > wrote: > > Hi Klaus, > > Thanks for answering. > > So accessing the URL of the image directly in the image object > puts the image there,

Re: Browser Widget and Images

2022-03-13 Thread Rick Harrison via use-livecode
Hi Klaus, Thanks for answering. So accessing the URL of the image directly in the image object puts the image there, which is a good first step. How is it stored however? If one looks at the image source it still shows the URL. I find I’m unable to paint on top of the image, probably

Re: Windows 11 incompatible?

2022-03-13 Thread Colin Holgate via use-livecode
You should check for an update, I’m on 22572.100, maybe that’s the update that showed a problem? > On Mar 13, 2022, at 2:27 PM, matthias rebbe via use-livecode > wrote: > > What do you mean with new Windows 11 update? The update from 10 or lower to > 11 or from 11.xxx whatever build to a

Re: Windows 11 incompatible?

2022-03-13 Thread matthias rebbe via use-livecode
What do you mean with new Windows 11 update? The update from 10 or lower to 11 or from 11.xxx whatever build to a newer one? I have here Windows 11 Build 22563, that's an insider preview build, installed and opening/running an LC standalone, created with LC 9.6.2, was not a problem. Regards,

Re: Speaking of Filter and Match...

2022-03-13 Thread Roger Guay via use-livecode
Thank you Jacqueline, Alex and Terry. Very interesting new (for me) methods that I would never have come up with on my own. Roger > On Mar 13, 2022, at 1:05 PM, J. Landman Gay via use-livecode > wrote: > > On 3/12/22 8:54 PM, Roger Guay via use-livecode wrote: >> I have a field with about a

Re: Speaking of Filter and Match...

2022-03-13 Thread J. Landman Gay via use-livecode
On 3/12/22 8:54 PM, Roger Guay via use-livecode wrote: I have a field with about a thousand lines with many duplicate lines, and I want to delete the duplicates. Seems like this should be simple but I am running around in circles. Can anyone help me with this? Making the list into an array

Re: Windows 11 incompatible?

2022-03-13 Thread Colin Holgate via use-livecode
Do you have an app I can test? > On Mar 13, 2022, at 1:31 PM, J. Landman Gay via use-livecode > wrote: > > We're getting reports that our LC app won't launch after the new Windows 11 > update. Anyone else seeing this? If so, do you know what the problem is? > > -- > Jacqueline Landman Gay

Windows 11 incompatible?

2022-03-13 Thread J. Landman Gay via use-livecode
We're getting reports that our LC app won't launch after the new Windows 11 update. Anyone else seeing this? If so, do you know what the problem is? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Browser Widget and Images

2022-03-13 Thread Klaus major-k via use-livecode
Hi Rick, > Am 13.03.2022 um 19:34 schrieb Rick Harrison via use-livecode > : > > I have a large free public domain image displaying nicely in my LC Browser > Widget. > I want to bring the image directly into a LiveCode image object to be able to > play around with it. > What’s the best way to

Browser Widget and Images

2022-03-13 Thread Rick Harrison via use-livecode
I have a large free public domain image displaying nicely in my LC Browser Widget. I want to bring the image directly into a LiveCode image object to be able to play around with it. What’s the best way to do that? While I was looking around in the dictionary for possibilities, I came across

Windows EXE with browser about 160 MB?

2022-03-13 Thread Klaus major-k via use-livecode
Hi all, I just created a Windows EXE from my stack and was shocked to see that the resulting folder is 150 MB (32 bit) resp. 170 MB (64 bit)!? I thought the Windows version of the browser widget would also "hook" somehow into the system web engine like the Mac version does, but obviously I was

Re: Speaking of Filter and Match...

2022-03-13 Thread Tweedly via use-livecode
split tVar by CR combine tVar by CR If you don’t need to keep them in order. Alex Sent from my iPad > On 13 Mar 2022, at 04:14, Terry Judd via use-livecode > wrote: > > There are sure to be more elegant ways but you could just rebuild the list > skipping the duplicates as you go > > #