Search found 8669 matches

by richmond62
Sat May 11, 2024 7:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can You do this?
Replies: 13
Views: 274

Re: Can You do this?

Richmond had drunk 4 glasses of strong red wine and his mind was wandering. However, the 'problem' about using a substack as an answer palette is that it can get obscured by other substacks unless one is very careful. In my Devawriter I use images in the main stack and set the visible when they are ...
by richmond62
Fri May 10, 2024 12:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can You do this?
Replies: 13
Views: 274

Can You do this?

An Answer dialogue:
-
baudrons.png
-
And I mean an Answer Dialogue, NOT a fake one with a substack. 8)
by richmond62
Fri May 10, 2024 5:30 am
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 37
Views: 773

Re: What is up with "lock Cursor"?

I have this working with LC 9.6.3
by richmond62
Thu May 09, 2024 7:18 pm
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 37
Views: 773

Re: What is up with "lock Cursor"?

Richmond, your latest stack changes and locks the cursor upon mouseEnter into a field. But the cursor reverts once one leaves the rect of the field. What were you trying to show here? Well: 1. On my MacOS 10.7 Lion machine with LC 8.1.10 the red hand remained 'there' even when the mouseLoc was outw...
by richmond62
Thu May 09, 2024 4:41 pm
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 37
Views: 773

Re: What is up with "lock Cursor"?

I was using an old version of LiveCode to have a coloured cursor!

The Dictionary states that a cursor has to be black and white.
by richmond62
Thu May 09, 2024 3:54 pm
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 37
Views: 773

Re: What is up with "lock Cursor"?

No, just standard PNG, black and white, and a third color marked as transparent.
WRONG!
-
redHand.png
redHand.png (2.15 KiB) Viewed 211 times
-
Normally I use LC 9.6.3, but today I am using LC 8.1.10
by richmond62
Thu May 09, 2024 9:42 am
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 37
Views: 773

Re: What is up with "lock Cursor"?

Well, if that is so why is my 'paw' persisting when I remove my mouseLoc from the image?
by richmond62
Wed May 08, 2024 7:00 pm
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 37
Views: 773

Re: What is up with "lock Cursor"?

Richmond.

Are on linux?
Not currently: MacOS.
you can replace the cursor images in the revCursors stack
I believe they have to be PDF images.
by richmond62
Wed May 08, 2024 5:44 pm
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 37
Views: 773

Re: What is up with "lock Cursor"?

Well that took a bit of fiddling around with some third-party software, but here we are:
-
Screenshot 2024-05-08 at 19.41.50.jpg
-
My 'paw' remains a paw through out the IDE.
by richmond62
Wed May 08, 2024 5:23 pm
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 37
Views: 773

Re: What is up with "lock Cursor"?

Your "paw" changes as soon as the cursor leaves that image. Well, over here, with LC 9.6.3 the 'paw' remains a paw across the card and those 'random' objects I sprinkled across the card. Unfortunately the screen shot thingy in MacOS, even when 'show the pointer' is selected, does NOT show any curso...
by richmond62
Wed May 08, 2024 3:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cursor visibility problem
Replies: 14
Views: 486

Re: Cursor visibility problem

Probably it is a better idea to change the cursor to what you want FIRST, and then set the lockCursor to true SECOND. 8)


Click on the big hand!
by richmond62
Wed May 08, 2024 3:01 pm
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 37
Views: 773

Re: What is up with "lock Cursor"?

This works equally well with mouseEnter in the field script.
by richmond62
Wed May 08, 2024 2:57 pm
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 37
Views: 773

Re: What is up with "lock Cursor"?

Dunno: this works:

Code: Select all

on mouseUp
   set the cursor to 1003
   set the lockCursor to true
end mouseUp
-
Screenshot 2024-05-08 at 16.53.44.jpg
-
Clicking on the 'Paw', and away you go.
by richmond62
Wed May 08, 2024 1:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cursor visibility problem
Replies: 14
Views: 486

Re: Cursor visibility problem

Custom cursor images must contain three colors: black, white, and a transparent color.
I wonder why?

Go to advanced search