AW: IDE Cursor icon often hangs on windows

2018-02-28 Thread Tiemo Hollmann TB via use-livecode
Ok, I found a small recipe for one of these situations and file a QR:
http://quality.livecode.com/show_bug.cgi?id=21021
There are other situations and other cursors, but this is one of them

Tiemo


-Ursprüngliche Nachricht-
Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag
von J. Landman Gay via use-livecode
Gesendet: Mittwoch, 28. Februar 2018 18:42
An: How to use LiveCode 
Cc: J. Landman Gay 
Betreff: Re: IDE Cursor icon often hangs on windows

This has been happening for years, it just may be more frequent now. I've
had a handler in my private backscript for probably 10 years that does
"unlock cursor" when I type "uc" in the message box. There's no consistent
recipe. My best guess is that it happens when the cursor is moving so fast
that any messages that track the mouse are either not sent or the mouse is
no longer over the original control when it is received.

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



On February 28, 2018 9:26:21 AM Richard Gaskin via use-livecode
 wrote:

> Tiemo Hollmann wrote:
>
>  > On Windows, since LC 8 the icon of the cursor often "hangs", it 
> just  > keeps the icon from the last action and doesn't changes back 
> to the  > standard pointer icon when moving around the screen, so that 
> I often  > have to select any action with the "resize cursor" - just an
example.
>  >
>  > It's not essential, but a little bit annoying. Anything I can do?
>  > Is it known? Shall a file a bug report, though it will be hard to 
> make  > a recepie?
>
> If you do file a bug report please post the URL here.  I've seen this 
> with v9 under Ubuntu, but haven't reported it yet as it's intermittent 
> and I haven't yet found a recipe.  If I do come up with a recipe I'll 
> share it here.
>
> --
>   Richard Gaskin
>   Fourth World Systems
>   Software Design and Development for the Desktop, Mobile, and the Web
>   
>   ambassa...@fourthworld.comhttp://www.FourthWorld.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: IDE Cursor icon often hangs on windows

2018-02-28 Thread J. Landman Gay via use-livecode
This has been happening for years, it just may be more frequent now. I've 
had a handler in my private backscript for probably 10 years that does 
"unlock cursor" when I type "uc" in the message box. There's no consistent 
recipe. My best guess is that it happens when the cursor is moving so fast 
that any messages that track the mouse are either not sent or the mouse is 
no longer over the original control when it is received.


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



On February 28, 2018 9:26:21 AM Richard Gaskin via use-livecode 
 wrote:



Tiemo Hollmann wrote:

 > On Windows, since LC 8 the icon of the cursor often "hangs", it just
 > keeps the icon from the last action and doesn't changes back to the
 > standard pointer icon when moving around the screen, so that I often
 > have to select any action with the "resize cursor" - just an example.
 >
 > It's not essential, but a little bit annoying. Anything I can do?
 > Is it known? Shall a file a bug report, though it will be hard to make
 > a recepie?

If you do file a bug report please post the URL here.  I've seen this
with v9 under Ubuntu, but haven't reported it yet as it's intermittent
and I haven't yet found a recipe.  If I do come up with a recipe I'll
share it here.

--
  Richard Gaskin
  Fourth World Systems
  Software Design and Development for the Desktop, Mobile, and the Web
  
  ambassa...@fourthworld.comhttp://www.FourthWorld.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: IDE Cursor icon often hangs on windows

2018-02-28 Thread Mark Wieder via use-livecode

On 02/28/2018 07:24 AM, Richard Gaskin via use-livecode wrote:

If you do file a bug report please post the URL here.  I've seen this 
with v9 under Ubuntu, but haven't reported it yet as it's intermittent 
and I haven't yet found a recipe.


Same here. I see this all the time. It's annoying and intermittent.

--
 Mark Wieder
 ahsoftw...@gmail.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: IDE Cursor icon often hangs on windows

2018-02-28 Thread Richard Gaskin via use-livecode

Tiemo Hollmann wrote:

> On Windows, since LC 8 the icon of the cursor often "hangs", it just
> keeps the icon from the last action and doesn't changes back to the
> standard pointer icon when moving around the screen, so that I often
> have to select any action with the "resize cursor" - just an example.
>
> It's not essential, but a little bit annoying. Anything I can do?
> Is it known? Shall a file a bug report, though it will be hard to make
> a recepie?

If you do file a bug report please post the URL here.  I've seen this 
with v9 under Ubuntu, but haven't reported it yet as it's intermittent 
and I haven't yet found a recipe.  If I do come up with a recipe I'll 
share it here.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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


IDE Cursor icon often hangs on windows

2018-02-28 Thread R.H. via use-livecode
I have this same problem of hanging cursor on Windows in the Script Editor.

Clicking outside of the SE changes the cursor to normal behavior. But it is
a bit annoying, yes.

A bug report would be nice.

Roland
___
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


IDE Cursor icon often hangs on windows

2018-02-28 Thread Tiemo Hollmann TB via use-livecode
Hello,

On Windows, since LC 8 the icon of the cursor often "hangs", it just keeps
the icon from the last action and doesn't changes back to the standard
pointer icon when moving around the screen, so that I often have to select
any action with the "resize cursor" - just an example.

It's not essential, but a little bit annoying. Anything I can do? Is it
known? Shall a file a bug report, though it will be hard to make a recepie?

Tiemo

 

 

 

___
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