FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   Changing cursor from CROSS to BImage not working.
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Changing cursor from CROSS to BImage not working.  (Read 237 times)
Squillis

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

WWW
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

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

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

170825270170825270koeniedesign WWW Email
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
Pages: 1 

« Previous topic | Next topic »