Re: Default cursor

2023-05-06 Thread scott--- via use-livecode
Yeah, an interesting clue but not much of a workaround. Does this happen in a 
standalone or is it an IDE only issue…? (30 seconds later) Ick! Standalone, too 
and there seems to be even fewer things to interact with to get the cursor 
back. Clicking the menuBar works.
--
Scott Morrow

Elementary Software
(Now with 20% less chalk dust!)
web   https://elementarysoftware.com/
email sc...@elementarysoftware.com
booth1-360-734-4701
--



> On May 6, 2023, at 4:15 PM, J. Landman Gay via use-livecode 
>  wrote:
> 
> On 5/6/23 4:23 PM, scott--- via use-livecode wrote:
>> I’m getting the same thing. Putting the “none” cursor over the tool pallet 
>> gets the tools to hilite… but no cursor. Moving the “none” cursor to the 
>> message box (I started with it over an empty stack window) causes the “hand" 
>> cursor to establish without any additional scripting.
>> LC 9.6.9 stable  MBP M2Pro Ventura13.3.1(a)
> 
> Thanks. I've found if you swipe the mouse over the script editor, or the 
> dock, or another window it comes back. Basically, sweep the mouse erratically 
> all over the screen until it hits something it recognizes. But I can't expect 
> users to do that.
> 
> -- 
> 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: Default cursor

2023-05-06 Thread J. Landman Gay via use-livecode

On 5/6/23 4:23 PM, scott--- via use-livecode wrote:

I’m getting the same thing. Putting the “none” cursor over the tool pallet gets the 
tools to hilite… but no cursor. Moving the “none” cursor to the message box (I 
started with it over an empty stack window) causes the “hand" cursor to 
establish without any additional scripting.

LC 9.6.9 stable  MBP M2Pro Ventura13.3.1(a)


Thanks. I've found if you swipe the mouse over the script editor, or the dock, or another 
window it comes back. Basically, sweep the mouse erratically all over the screen until it hits 
something it recognizes. But I can't expect users to do that.


--
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: Default cursor

2023-05-06 Thread J. Landman Gay via use-livecode

On 5/6/23 4:51 PM, Richmond via use-livecode wrote:

AND, there (on the forums) I have found a way to get things to do what you want.


Please reply here, I have chosen my preferred venue. Images and downloads are 
unnecessary.

--
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: Default cursor

2023-05-06 Thread Richmond via use-livecode
AND, there (on the forums) I have found a way to get things to do what 
you want.


On 7.05.23 0:05, J. Landman Gay via use-livecode wrote:
I'm working on a stack that needs a default cursor. Sometimes it sets 
the cursor to none, but after that I can't get it back. Could someone 
verify?


Do this in the message box:

   set the defaultCursor to hand 
   set the cursor to none; wait 1 second; set the cursor to hand

It doesn't come back. I also tried this:

   set the cursor to none; wait 1 second; set the cursor to the 
defaultcursor


Anyone have a workaround? (To get the regular cursor back after 
testing, "set the defaultcursor to empty".) 


___
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: Default cursor

2023-05-06 Thread Richmond via use-livecode
Sorry, Jacque: taking this across to the forums as want pictures and 
whatnot.


Love, Richmond.

On 7.05.23 0:05, J. Landman Gay via use-livecode wrote:
I'm working on a stack that needs a default cursor. Sometimes it sets 
the cursor to none, but after that I can't get it back. Could someone 
verify?


Do this in the message box:

   set the defaultCursor to hand 
   set the cursor to none; wait 1 second; set the cursor to hand

It doesn't come back. I also tried this:

   set the cursor to none; wait 1 second; set the cursor to the 
defaultcursor


Anyone have a workaround? (To get the regular cursor back after 
testing, "set the defaultcursor to empty".)




___
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: Default cursor

2023-05-06 Thread scott--- via use-livecode
I’m getting the same thing. Putting the “none” cursor over the tool pallet gets 
the tools to hilite… but no cursor. Moving the “none” cursor to the message box 
(I started with it over an empty stack window) causes the “hand" cursor to 
establish without any additional scripting.

LC 9.6.9 stable  MBP M2Pro Ventura13.3.1(a)


> On May 6, 2023, at 2:05 PM, J. Landman Gay via use-livecode 
>  wrote:
> 
> I'm working on a stack that needs a default cursor. Sometimes it sets the 
> cursor to none, but after that I can't get it back. Could someone verify?
> 
> Do this in the message box:
> 
>   set the defaultCursor to hand 
>   set the cursor to none; wait 1 second; set the cursor to hand
> 
> It doesn't come back. I also tried this:
> 
>   set the cursor to none; wait 1 second; set the cursor to the defaultcursor
> 
> Anyone have a workaround? (To get the regular cursor back after testing, "set 
> the defaultcursor to empty".)
> 
> -- 
> 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


Default cursor

2023-05-06 Thread J. Landman Gay via use-livecode
I'm working on a stack that needs a default cursor. Sometimes it sets the cursor to none, but 
after that I can't get it back. Could someone verify?


Do this in the message box:

   set the defaultCursor to hand 
   set the cursor to none; wait 1 second; set the cursor to hand

It doesn't come back. I also tried this:

   set the cursor to none; wait 1 second; set the cursor to the defaultcursor

Anyone have a workaround? (To get the regular cursor back after testing, "set the defaultcursor 
to empty".)


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