|
Author |
Topic: Changing cursor from CROSS to BImage not working. (Read 237 times) |
|
Squillis
|
Changing cursor from CROSS to BImage not working.
« on: Dec 15th, 2003, 4:31am » |
|
http://www.robotican.org/pixel_test/cells_of_mine I have no trouble when running from processing. After I export, the cursor change to an image does not work. Changing to another default cursor type worked fine from each browser tested. Only when I try to change to a BImage does it not work. Thanks.
|
|
|
|
arielm
|
Re: Changing cursor from CROSS to BImage not worki
« Reply #1 on: Dec 15th, 2003, 9:09am » |
|
as it is stated in the "reference": custom cursors based on images won't work within applets. the processing environment is using sun java 2 (which supports image-based cursors), while your browser could use microsoft (or MRJ) java.
|
« Last Edit: Dec 15th, 2003, 9:11am by arielm » |
|
Ariel Malka | www.chronotext.org
|
|
|
elout
|
Re: Changing cursor from CROSS to BImage not worki
« Reply #2 on: Dec 15th, 2003, 6:15pm » |
|
Maybe you can remove the cursor with; noCursor(); and then draw the image on the mouse x/y position?
|
|
|
|
Squillis
|
Re: Changing cursor from CROSS to BImage not worki
« Reply #3 on: Dec 16th, 2003, 2:37am » |
|
Sorry for the silly question and thanks for the help. -Squillis
|
|
|
|
Koenie
|
Re: Changing cursor from CROSS to BImage not worki
« Reply #4 on: Dec 16th, 2003, 8:09pm » |
|
There is no need to be sorry for asking a question. Ever.
|
http://koeniedesign.com
|
|
|
|