Re: Bug 23507 - LC Clipboard Polling Failure

2024-01-17 Thread Curry Kenworthy via use-livecode



Bernd:

> I then changed to 'fullClipboardData' instead of 'ClipboardData'
> and that worked for without a hitch for minutes.

Thanks, that may even have potential for a temp workaround!

It makes the Windows outcome more like Mac:
Glitches, but seems to reset a few seconds later, without LC restart.

So, "full" might be the ONLY reliable Clipboard access on Windows...

My test stack looks like a special case, but actually just simulates 
normal user copy and paste or poll over time.


(There is likewise an opposite LC bug, failing to COPY text from LC.
Haven't made a recipe/trigger stack for that one yet.)

Best wishes,

Curry Kenworthy

Radically Innovative Christian LiveCode Development
"PASSION for Elegant, Efficient Code!"
http://livecodeconsulting.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: Bug 23507 - LC Clipboard Polling Failure

2024-01-17 Thread Niggemann, Bernd via use-livecode
Curry,

> Any progress to fix LC's Clipboard Polling Failure Bug?


I tried your code on MacOS Monterey using LC 9.6.11 and LC 10.0.0 DP-7.
I saw after a short time gibberish and at times empty clipboard content. No 
crash though.
I then changed to 'fullClipboardData' instead of 'ClipboardData' and that 
worked for without a hitch for minutes.

I realise that your main concern is Windows with crashes/freezes. But maybe 
that would help on Windows too.

Kind regards
Bernd
___
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: Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Curry Kenworthy via use-livecode



Paul:

> I have very limited time and resources and I'd like to spend MORE
> of it making new features for my products tha[n] fixing bugs that
> happen because a new macOS (or Windows) came out or a new version
> of Livecode or some combination breaks what was working.

Last month I wanted to post my Top 3 favorite list posts of 2023.
But only had 2 posts Behold, the 3rd! Thanks Paul.

I like that, and it perfectly sums up my experience for several years.
(I love some challenges and workarounds, but not a continual onslaught.)

Best wishes,

Curry Kenworthy

Radically Innovative Christian LiveCode Development
"PASSION for Elegant, Efficient Code!"
http://livecodeconsulting.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: Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Paul Dupuis via use-livecode

Ralph,

Thanks for the tip. As I did into this problem, I'll give that a try.

I'm just getting tired of Apple and/or Livecode changing things so that 
code that DID work is then discovered NOT working any more.


I have very limited time and resources and I'd like to spend MORE of it 
making new features for my products that fixing bugs that happen because 
a new macOS (or Windows) came out or a new version of Livecode or some 
combination breaks what was working.


I always post on this list first in hopes someone else has see whatever 
issue I have run into and can say definitively look at this bug number 
in the LC Quality Center for both the issue and, ideally, a work-around.




On 1/16/2024 8:20 PM, Ralph DiMola via use-livecode wrote:

Too fast to look and see I was on the wrong thread. Meant to respond to
Paul's.

Woops...

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Curry Kenworthy via use-livecode
Sent: Tuesday, January 16, 2024 6:21 PM
To: use-livecode@lists.runrev.com
Cc: Curry Kenworthy
Subject: Re: Bug 23507 - LC Clipboard Polling Failure


Ralph:

  > do a send in time to the real resizing code.

Oh I fixed mine smooth as butter, but still blamed! First impressions...
(Plus some extra bias since I can't do phone/voice anymore, per health.)

But A: That's the other thread; This one is LC Clipboard Polling bug!

And B: Main context is Paul's situation, possibly an engine or OS issue.
(As mine was, but a different specific one. Required a big workaround.)

Thanks!

Best wishes,

Curry K.

___
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: Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Ralph DiMola via use-livecode
Too fast to look and see I was on the wrong thread. Meant to respond to
Paul's.

Woops...

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Curry Kenworthy via use-livecode
Sent: Tuesday, January 16, 2024 6:21 PM
To: use-livecode@lists.runrev.com
Cc: Curry Kenworthy
Subject: Re: Bug 23507 - LC Clipboard Polling Failure


Ralph:

 > do a send in time to the real resizing code.

Oh I fixed mine smooth as butter, but still blamed! First impressions...
(Plus some extra bias since I can't do phone/voice anymore, per health.)

But A: That's the other thread; This one is LC Clipboard Polling bug!

And B: Main context is Paul's situation, possibly an engine or OS issue.
(As mine was, but a different specific one. Required a big workaround.)

Thanks!

Best wishes,

Curry K.

___
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: Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Curry Kenworthy via use-livecode



Ralph:

> do a send in time to the real resizing code.

Oh I fixed mine smooth as butter, but still blamed! First impressions...
(Plus some extra bias since I can't do phone/voice anymore, per health.)

But A: That's the other thread; This one is LC Clipboard Polling bug!

And B: Main context is Paul's situation, possibly an engine or OS issue.
(As mine was, but a different specific one. Required a big workaround.)

Thanks!

Best wishes,

Curry K.

___
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: Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Ralph DiMola via use-livecode
Curry,

In your resizeStack handler do a send in time to the real resizing code. You
may find the even a short wait will fix it.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Curry Kenworthy via use-livecode
Sent: Tuesday, January 16, 2024 12:16 PM
To: use-livecode@lists.runrev.com
Cc: Curry Kenworthy
Subject: Bug 23507 - LC Clipboard Polling Failure


Any progress to fix LC's Clipboard Polling Failure Bug?

https://quality.livecode.com/show_bug.cgi?id=23507

Needed this for an app.

Best wishes,

Curry K.

___
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