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 would require my being able to modify the
> online URL which isn?t possible for the obvious reason.
> 
> I probably need to make a local copy of the image to
> be able to work on it.  Export image? Copy it to
> the clipboard and paste it elsewhere?
> 
> Suggestions?

Rick,
set the imagedata of img "myImage" to the imagedata of img "myImage"

Will replace the referenced image with the actual content of that image.
In other words the image will now be local and you can then manipulate its data.
No need for snapshots. Although they work too!

Jim Lambert
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 years now.


On 3/13/22 5:44 PM, matthias rebbe via use-livecode wrote:

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 message. Pressing Yes 
button to "allow any changes" opens the app without a problem.




Am 13.03.2022 um 23:04 schrieb 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 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 student uninstalled and re-installed, and then it worked, but 
we're not sure about that either. The student asked if data would be lost if 
they uninstalled (no, it wouldn't) and after that the server started recording 
data from the student.

We can test ourselves tomorrow but I thought I'd find out if anyone else had an 
issue.

On 3/13/22 3:34 PM, Colin Holgate via use-livecode wrote:

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 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,
Matthias



Am 13.03.2022 um 20:31 schrieb 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
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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, Colin Holgate via use-livecode wrote:

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 
left-click will drop it off in the right place.



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.



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, 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 | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 
message. Pressing Yes button to "allow any changes" opens the app without a 
problem.



> Am 13.03.2022 um 23:04 schrieb 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 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 student uninstalled and re-installed, and then it worked, but 
>> we're not sure about that either. The student asked if data would be lost if 
>> they uninstalled (no, it wouldn't) and after that the server started 
>> recording data from the student.
>> 
>> We can test ourselves tomorrow but I thought I'd find out if anyone else had 
>> an issue.
>> 
>> On 3/13/22 3:34 PM, Colin Holgate via use-livecode wrote:
>>> 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 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,
 Matthias
 
 
> Am 13.03.2022 um 20:31 schrieb 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
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> -- 
>> Jacqueline Landman Gay | jac...@hyperactivesw.com
>> HyperActive Software   | http://www.hyperactivesw.com
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 student uninstalled and re-installed, and then it worked, but 
> we're not sure about that either. The student asked if data would be lost if 
> they uninstalled (no, it wouldn't) and after that the server started 
> recording data from the student.
> 
> We can test ourselves tomorrow but I thought I'd find out if anyone else had 
> an issue.
> 
> On 3/13/22 3:34 PM, Colin Holgate via use-livecode wrote:
>> 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 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,
>>> Matthias
>>> 
>>> 
 Am 13.03.2022 um 20:31 schrieb 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
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 
left-click will drop it off in the right place.


> 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.
> 
> 
> 
> 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, 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 | jac...@hyperactivesw.com
>>> HyperActive Software   | http://www.hyperactivesw.com
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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.
> 
> 
> 
> 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, 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 | jac...@hyperactivesw.com
>>> HyperActive Software   | http://www.hyperactivesw.com
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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, 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 | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 student uninstalled and re-installed, and then it worked, but we're not sure about 
that either. The student asked if data would be lost if they uninstalled (no, it wouldn't) and 
after that the server started recording data from the student.


We can test ourselves tomorrow but I thought I'd find out if anyone else had an 
issue.

On 3/13/22 3:34 PM, Colin Holgate via use-livecode wrote:

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 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,
Matthias



Am 13.03.2022 um 20:31 schrieb 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

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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, 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 would require my being able to modify the
> online URL which isn’t possible for the obvious reason.
> 
> I probably need to make a local copy of the image to
> be able to work on it.  Export image? Copy it to
> the clipboard and paste it elsewhere?
> 
> Suggestions?
> 
> Rick
> 
> 
> 
>> On Mar 13, 2022, at 2:58 PM, Klaus major-k via use-livecode 
>>  wrote:
>> 
>> 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 do that?
>> 
>> why not just set the FILENAME of the image object to the file, either local 
>> or online?
>> If the image is very big, you could group that single image object and add 
>> the groups scrollbars.
>> Or just scale the image...
>> 
>>> While I was looking around in the dictionary for possibilities, I came
>>> across some older revBrowser commands.  Do they work with with
>>> the new browser widget or are the two completely different animals?
>> 
>>> 
>>> Thanks,
>>> 
>>> Rick
>> 
>> Best
>> 
>> Klaus
>> 
>> --
>> Klaus Major
>> https://www.major-k.de
>> https://www.major-k.de/bass
>> kl...@major-k.de
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 
because that would require my being able to modify the
online URL which isn’t possible for the obvious reason.

I probably need to make a local copy of the image to
be able to work on it.  Export image? Copy it to
the clipboard and paste it elsewhere?

Suggestions?

Rick



> On Mar 13, 2022, at 2:58 PM, Klaus major-k via use-livecode 
>  wrote:
> 
> 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 do that?
> 
> why not just set the FILENAME of the image object to the file, either local 
> or online?
> If the image is very big, you could group that single image object and add 
> the groups scrollbars.
> Or just scale the image...
> 
>> While I was looking around in the dictionary for possibilities, I came
>> across some older revBrowser commands.  Do they work with with
>> the new browser widget or are the two completely different animals?
> 
>> 
>> Thanks,
>> 
>> Rick
> 
> Best
> 
> Klaus
> 
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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,
> Matthias
> 
> 
>> Am 13.03.2022 um 20:31 schrieb 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
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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,
Matthias


> Am 13.03.2022 um 20:31 schrieb 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
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 is the easiest way but as mentioned, it will 
> destroy the original order. If the order is important then you can restore it 
> with a custom sort function. Here's my test handlers:
> 
> 
> on mouseUp
>  put fld 1 into tData -- we keep this as a reference to the original order
>  put tData into tTrimmedData -- this one will change
>  split tTrimmedData by cr as set -- removes duplicates
>  put keys(tTrimmedData) into tTrimmedData -- convert to a text list
>  sort tTrimmedData numeric by origOrder(each,tData)
>  put tTrimmedData into fld 1
> end mouseUp
> 
> function origOrder pWord, @pData
>  set wholematches to true -- may not matter, depends on the data
>  return lineoffset(pWord, pData)
> end origOrder
> 
> Field 1 contains lines in random order with duplicates.
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 is the easiest way but as mentioned, it will destroy the original 
order. If the order is important then you can restore it with a custom sort function. Here's my 
test handlers:



on mouseUp
  put fld 1 into tData -- we keep this as a reference to the original order
  put tData into tTrimmedData -- this one will change
  split tTrimmedData by cr as set -- removes duplicates
  put keys(tTrimmedData) into tTrimmedData -- convert to a text list
  sort tTrimmedData numeric by origOrder(each,tData)
  put tTrimmedData into fld 1
end mouseUp

function origOrder pWord, @pData
  set wholematches to true -- may not matter, depends on the data
  return lineoffset(pWord, pData)
end origOrder

Field 1 contains lines in random order with duplicates.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 do that?

why not just set the FILENAME of the image object to the file, either local or 
online?
If the image is very big, you could group that single image object and add the 
groups scrollbars.
Or just scale the image...

> While I was looking around in the dictionary for possibilities, I came
> across some older revBrowser commands.  Do they work with with
> the new browser widget or are the two completely different animals?

> 
> Thanks,
> 
> Rick

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 some older revBrowser commands.  Do they work with with
the new browser widget or are the two completely different animals?

Thanks,

Rick
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 wrong... :-/

How can we make a good case for this to our customers? 8-) 
I just want to display PDF files, not the whole internet.

Too bad LC does not sell the PDF widget separately...


Best

Klaus
--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
> 
> # tList1 contains original list
> put cr into tList2
> repeat for each line x in tList1
>if tList2 contains cr&x&cr then # ensures you check whole not partial lines
># do nothing
>   else
>put x&cr after tList2
>end if
> end repeat
> put char 2 to -2 of tList2 into tList2 # delete the leading and trailing 
> returns
> 
> If you need to retain line specific formatting in the field though you’ll 
> need a different approach.
> 
> Terry…
> 
> Terry Judd | Senior Lecturer in Medical Education
> Department of Medical 
> Education
> The University of Melbourne
> M: 61-435 961 594
> E: terry.j...@unimelb.edu.au
> Publications
> 
> 
> From: use-livecode  on behalf of Roger 
> Guay via use-livecode 
> Date: Sunday, 13 March 2022 at 1:55 pm
> To: use-livecode@lists.runrev.com 
> Cc: Roger Guay 
> Subject: Speaking of Filter and Match...
> 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?
> 
> Thanks,
> Roger
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode