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 S

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 establi

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 Hype

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

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 ver

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

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 bac