Search found 8667 matches

by richmond62
Fri May 10, 2024 5:30 am
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 32
Views: 659

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: 32
Views: 659

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: 32
Views: 659

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: 32
Views: 659

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 201 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: 32
Views: 659

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: 32
Views: 659

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: 32
Views: 659

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: 32
Views: 659

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: 12
Views: 410

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: 32
Views: 659

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: 32
Views: 659

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: 12
Views: 410

Re: Cursor visibility problem

Custom cursor images must contain three colors: black, white, and a transparent color.
I wonder why?
by richmond62
Sun May 05, 2024 7:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Unusual Refresh Problems with Mac standalone
Replies: 21
Views: 1729

Re: Unusual Refresh Problems with Mac standalone

It's not a problem that I've ever encountered with any of my Mac standalones that employ multiple cards. My Devawriter, which has 51 cards at the moment, has never, over 14 years of development and deployment, had this problem. Oh, and Klaus: sorry, I don't pay for anything with Deutsch Marks, only...
by richmond62
Sat May 04, 2024 6:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Exporting text to SVG
Replies: 23
Views: 898

Re: Exporting text to SVG

However, I have no wish to display SVG images in a browser, I might want to import SVGs as vector objects to use as, say, scaleable icons/buttons.

Go to advanced search