RE: How can I edit a built-in cursors

2013-07-17 Thread Paul D. DeRocco
 From: J. Landman Gay
 
 If I remember right, the cursors are in a stack named 
 revCursors. Try 
 this:
 
 toplevel revCursors
 
 and see what's in there.

Thanks. Turns out there's also a revMacIcons.rev stack, too, with somewhat
different versions. Using toplevel didn't work, but enabling LiveCode
elements in lists, and then double-clicking on the stack, brought it up.
Then, the inspector on the individual icon includes a button with a pencil
that opens it in a user-chosen image editor. With that I was able to create
new versions in Photoshop.

-- 

Ciao,   Paul D. DeRocco
Paulmailto:pdero...@ix.netcom.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: How can I edit a built-in cursors

2013-07-16 Thread J. Landman Gay

On 7/16/13 7:57 PM, Paul D. DeRocco wrote:

I'd like to create a modified version of one of the standard cursors (the
hand). Is that stored somewhere inside LiveCode, and if so, how can I get
the images into an icon editor like ICOFX or other graphics editor like
Photoshop? I can't copy it to the clipboard with a screen capture because
that doesn't capture the cursor.



If I remember right, the cursors are in a stack named revCursors. Try 
this:


   toplevel revCursors

and see what's in there.

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