Search found 8666 matches

by richmond62
Thu May 09, 2024 7:18 pm
Forum: Talking LiveCode
Topic: What is up with "lock Cursor"?
Replies: 30
Views: 531

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: 30
Views: 531

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: 30
Views: 531

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 145 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: 30
Views: 531

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: 30
Views: 531

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: 30
Views: 531

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: 30
Views: 531

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

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: 30
Views: 531

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: 30
Views: 531

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

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

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

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.
by richmond62
Sat May 04, 2024 3:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Exporting text to SVG
Replies: 23
Views: 856

Re: Exporting text to SVG

I have just used this service: https://www.vertopal.com/ to produce an SVG image from my text (which is far, far inferior to what LiveCode is pumping out): - Screenshot 2024-05-04 at 17.23.28.png - Opening that file in a text editor I can see why it is "what it is": " Created by potrace 1.16, writte...

Go to advanced search