Re: mouseenter/mouseleave and pointer tool

2021-03-30 Thread Klaus major-k via use-livecode
Hi Richard, > Am 30.03.2021 um 04:38 schrieb Richard Gaskin via use-livecode > : > > Jim Lambert wrote: > > > Every time I click on a button in the IDE with the pointer tool > > in order to select and, say, move it, I'd prefer if the mousedown/up > > scripts didn't fire off because I'm editing

Re: Unreliable File Deletion

2021-03-30 Thread John Balgenorth via use-livecode
I have only read this one entry your subject so I may not be of any help but LiveCode is written using C++ and here is a link with some info about temporary files; https://en.cppreference.com/w/cpp/io/c/tmpfile The above link mentions, If the program closes the file, e.g. by executing

Re: Unreliable File Deletion

2021-03-30 Thread R.H. via use-livecode
Referring Date: 2021-03-29 09:04:04 +0100 From: Mark Waddingham Subject: Re: Unreliable File Deletion Message-ID: Environment: Windows 10, 64bit LC: Version 9.6.1 Dear Mark, Richard and all Thank you for your replies ))). Your comments are -- of course -- right, but I made a mistake in

slow responsiveness on windows - what was it like?

2021-03-30 Thread Tiemo via use-livecode
Hello, working with LC 9.6 on a fast win 10 machine the responsiveness of the IDE on every mouseclick or other action is almost not acceptable slow. I know that this issue has come up again and again over the years, but I just don't find the right search terms in the list archive. I know, there

AW: slow responsiveness on windows - what was it like?

2021-03-30 Thread Tiemo via use-livecode
Thanks Matthias, I'll give it a try. I don't have MS defender enabled, but Kaspersky, have to look, if I can exclude LC there. I also think to remember to delete from time to time the preference file... Tiemo -Ursprüngliche Nachricht- Von: use-livecode Im Auftrag von matthias rebbe

Re: slow responsiveness on windows - what was it like?

2021-03-30 Thread Brian Milby via use-livecode
The project browser is also known to slow down the IDE when open which is more noticeable on Windows. Sent from my iPhone > On Mar 30, 2021, at 9:24 AM, Tiemo via use-livecode > wrote: > > Thanks Matthias, > > I'll give it a try. I don't have MS defender enabled, but Kaspersky, have to >

Re: slow responsiveness on windows - what was it like?

2021-03-30 Thread matthias rebbe via use-livecode
Tiemo, one thing that slows down LC regardless of the platform is when the message box contains many lines of text. Do you have Microsoft Defender on your Win10 machine enabled? If so, you could exclude the Livecode program folder from realtime scanning. That could also help. If you

Re: slow responsiveness on windows - what was it like?

2021-03-30 Thread Curry Kenworthy via use-livecode
Me: > Best solution: SDD. *SSD Best wishes, Curry Kenworthy Custom Software Development "Better Methods, Better Results" LiveCode Training and Consulting http://livecodeconsulting.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Set and get dgData and dgText delay

2021-03-30 Thread Sean Cole (Pi) via use-livecode
Hi all, After much fiddling with the code and looking into the depths of LC core code I've found what happens, and it's all to do with message flow. This way works as expected: 1. I create an array from Data 2. Apply data to DataGrid using set dgData 3. Read from data in the same handler or sub

Re: slow responsiveness on windows - what was it like?

2021-03-30 Thread Curry Kenworthy via use-livecode
Tiemo: > working with LC 9.6 on a fast win 10 machine > the responsiveness of the IDE on every mouseclick > or other action is almost not acceptable slow. The biggest issue was not Windows per se, but rather disk access: LC IDE's casual repetitive disk usage + modern antivirus + HDD. Best

RE: slow responsiveness on windows - what was it like?

2021-03-30 Thread Ralph DiMola via use-livecode
Win 10 VM SSD LC 9.6.1 As of late the IDE SE is generally OK. In the past I have had the "scroll to end of script" nightmare when copying text with the mouse but have not seen it in 9.6.1. The line numbers freezing happens sometimes while debugging. Closing/opening the SE usually fixes it. It

Re: Android and httpS

2021-03-30 Thread Klaus major-k via use-livecode
Hi Panos, > Am 30.03.2021 um 19:23 schrieb panagiotis merakos via use-livecode > : > > Hello all, > > Android 9+ by default blocks non-https connections. You can workaround it > by tweaking the manifest file. There is a bug report (and a pull request) > about it. thank you! > I am afk ...

Re: Android and httpS

2021-03-30 Thread Klaus major-k via use-livecode
Hi Ralph, > Am 30.03.2021 um 19:02 schrieb Ralph DiMola via use-livecode > : > > I have links to http(non-secure) sites in both iOS and Android apps. I > disabled ATS(standalone settings) for iOS. Android just works. I think I > heard in passing that Google will address non-secure web links at

Re: Android and httpS

2021-03-30 Thread panagiotis merakos via use-livecode
Hello Klaus, Heh sorry, I am a non-native English speaker as well :) Afk --> away from keyboard I will post the link to the bug report tomorrow. Regards, Panos On Tue, 30 Mar 2021, 20:34 Klaus major-k via use-livecode, < use-livecode@lists.runrev.com> wrote: > Hi Panos, > > > Am 30.03.2021

Android and httpS

2021-03-30 Thread Klaus major-k via use-livecode
Hi all, quick question: iOS only allows links to httpS sites. Is this also the case for ANDROID? Thanks in advance! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de ___ use-livecode mailing list

RE: Android and httpS

2021-03-30 Thread Ralph DiMola via use-livecode
I have links to http(non-secure) sites in both iOS and Android apps. I disabled ATS(standalone settings) for iOS. Android just works. I think I heard in passing that Google will address non-secure web links at some point. Ralph DiMola IT Director Evergreen Information Services

Re: Android and httpS

2021-03-30 Thread panagiotis merakos via use-livecode
Hello all, Android 9+ by default blocks non-https connections. You can workaround it by tweaking the manifest file. There is a bug report (and a pull request) about it. I am afk now so I cannot post the link. Cheers, Panos On Tue, 30 Mar 2021, 20:04 Klaus major-k via use-livecode, <

Re: Android and httpS

2021-03-30 Thread Klaus major-k via use-livecode
Hi Panos, > Am 30.03.2021 um 19:45 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > Heh sorry, I am a non-native English speaker as well :) OK, what is the greek abbreviation for this? Wouldn't have understood that, too. :-D > Afk --> away from keyboard > I will post the

Re: mouseenter/mouseleave and pointer tool

2021-03-30 Thread Klaus major-k via use-livecode
Hi Jim, > Am 30.03.2021 um 22:10 schrieb Jim Lambert via use-livecode > : > > Actually I'm not entirely crazy. > Here is a MOV showing the anomalous behavior of mouse events executing even > when the Pointer Tool is active. > > https://netrin.on-rev.com/videos/lc_select_issue.mov >

Re: mouseenter/mouseleave and pointer tool

2021-03-30 Thread Tom Glod via use-livecode
Hey Jim, To me its doing what its supposed to be doing. The messages get sent in both modes, and have always. However, selection should be possible even if the mousedown is sent and received. So THAT is odd if indeed you cannot select, but you may get that behavior if you take off the "answer

Re: mouseenter/mouseleave and pointer tool

2021-03-30 Thread Jim Lambert via use-livecode
Actually I'm not entirely crazy. Here is a MOV showing the anomalous behavior of mouse events executing even when the Pointer Tool is active. https://netrin.on-rev.com/videos/lc_select_issue.mov This is intermittent. I don't have a

TreeView Widget Drag and Drop Support

2021-03-30 Thread HENRY LOWE via use-livecode
I am using the LC TreeView widget to implement a sidebar containing a hierarchical menu in a MacOS app. The widget seems well suited for this purpose and I have successfully created a facsimile of the standard sidebar that is used increasingly in both MacOS and iPadOS apps. However, I need to

Re: mouseenter/mouseleave and pointer tool

2021-03-30 Thread scott--- via use-livecode
In the video, when you switch tools between Browse and Pointer your cursor does not change to reflect this. Not sure whether this visual anomaly is actually happening on your system or if your cursor is being altered by the video screen capture software. Putting the answer dialog inside the

Re: TreeView Widget Drag and Drop Support

2021-03-30 Thread Sean Cole (Pi) via use-livecode
Hi Henry, I often take the widgets, like TreeView, and add in other message responders like this. It's real easy to do? Just make a copy of the widget folder from the LC Tools Folder (Livecode.app/Contents/Tools/Extensions/com.livecode.widget.treeview) and into your own Livecode extensions

Re: TreeView Widget Drag and Drop Support

2021-03-30 Thread Brian Milby via use-livecode
This seems like something I could look into. Many of the recent improvements (additions) to that widget are things that I added. On the surface this seems to be not that difficult. Please add a feature request in bugzilla for this. For the second issue, this is easily handled in script.

Re: mouseenter/mouseleave and pointer tool

2021-03-30 Thread Sean Cole (Pi) via use-livecode
Scott/Jim, I often find I MUST click the browse and pointer tool twice before it is established. I know that is a bug (that I live with without complaint even - surprising for me, I know!) but I wonder if this, as Scott suggests, is what is actually going on here. Although in my experiences the

Re: New(?) Idea for Standalones

2021-03-30 Thread Bob Sneidar via use-livecode
Shouldn’t we just as a global initiative focus on finding “bad” people, and making them pay dearly for effing up everything in the entire world or holding us hostage? Ah, but that would mean that world powers would have to give up their own e-espionage programs, and you can hold your breath on

Re: How to get the path to the 'My Livecode' or the plugins folder?

2021-03-30 Thread Bob Sneidar via use-livecode
Which is what you have to do to add a plugin to Devolution. Someone turned me on to this: eg. I have in the Custom 1 script: on mouseUp -- Your custom code goes here: put revenvironmentuserpluginspath() & "/" into tPluginsPath put tPluginsPath & "Navigator.rev" into tFilePath go

Re: Resources folder on mac, and the good old days

2021-03-30 Thread Bob Sneidar via use-livecode
That is correct. On my Mac, I modify 2 of the data grid behaviors (still waiting on nested data grid behaviors LC) and I have to launch the new LC app first before I do so, otherwise I bork the app. Once I do I can happily modify the behaviors without an issue. Haven’t tried on the lates MacOS

Re: mouseenter/mouseleave and pointer tool

2021-03-30 Thread Jim Lambert via use-livecode
Good suggestions. Thanks, all. Commenting out the answer command makes no difference. I quit LC and now cannot reproduce the behavior as it is intermittent. Next time it happens I'll try Scott's suggestions with the Tool Palette. Thanks, Jim Lambert