Search found 5 matches

by elchamaquito
Tue Mar 29, 2011 9:24 pm
Forum: Talking LiveCode
Topic: Customize cursor make an error
Replies: 10
Views: 8323

Re: Customize cursor make an error

I am just a "user" of the software, so you will need to ask the RunRev company for an answer! 8)

Sorry. :oops:

Is that I felt very tied by not being able to resolve what was wrong, or for give it a functionality that I want something that does not.
Sorry any more, I'm accustomed to the ...
by elchamaquito
Thu Mar 10, 2011 5:50 pm
Forum: Talking LiveCode
Topic: Customize cursor make an error
Replies: 10
Views: 8323

Re: Customize cursor make an error

Hi Friends,

with LiveCode 4.5.x RunRev added a more "forgiving" support for curors! :D
Before that LiveCode was more than "§picky" when it comes to cursors!

One trick to get custom cursors to work is this:
1. Create you cursor as black and white and with tranparency.
2. Save it as GIF or PNG (8 ...
by elchamaquito
Tue Feb 22, 2011 4:25 pm
Forum: Talking LiveCode
Topic: Customize cursor make an error
Replies: 10
Views: 8323

Re: Customize cursor make an error

Hi AndyP,

1: Try using: set the defaultcursor to 1008

This make an error equal. :(

2: What type of image is your 1008 cursor image? 32bit transparent PNG works well.

Well, here is a trick. I don't know how you make a transparent png with 32bits. I use PhotoShop.
Some pictures I managed to ...
by elchamaquito
Tue Feb 22, 2011 1:35 am
Forum: Talking LiveCode
Topic: Customize cursor make an error
Replies: 10
Views: 8323

Re: Customize cursor make an error

hi Dixie,

The code that you posted work fine, but I try this, an error persist yet. The stack and Revolution application are closed inmediatly before I leave the mouse click.

on mouseDown
-- set the cursor to hand
set the cursor to 1008 -- this is one of images ID
lock cursor
end mouseDown ...
by elchamaquito
Mon Feb 21, 2011 10:58 pm
Forum: Talking LiveCode
Topic: Customize cursor make an error
Replies: 10
Views: 8323

Customize cursor make an error

I have a stack with a button and some png images with 16x16, 24x24 and 32x32 sizes. The button script is

on mouseUp
lock cursor
set the cursor to 1008 -- this is one of images ID
unlock cursor
end mouseUp

and when i push a button, the stack is closed and revolution too. This is a bug?

I work ...