Re: [magick-users] Getting user Mouseclicks

2006-10-24 Thread Krishnan V
Ok! Thanks for the replies. On 10/24/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > i need the mouse coordinates If you click the middle button a magnify window appears. It lists the current location and the color at that location. If you want to programmatically get the mouse coordina

Re: [magick-users] Getting user Mouseclicks

2006-10-23 Thread Ron Savage
On Mon, 23 Oct 2006 15:30:08 -0500, [EMAIL PROTECTED] wrote: Hi >> i need the mouse coordinates The first tut here http://savage.net.au/Perl-tuts-1-30.html shows how to use Javascript to get the mouse co-ords. -- Cheers Ron Savage, [EMAIL PROTECTED] on 24/10/2006 http://savage.net.au/index.htm

Re: [magick-users] Getting user Mouseclicks

2006-10-23 Thread quetzlzacatenango
> i need the mouse coordinates If you click the middle button a magnify window appears. It lists the current location and the color at that location. If you want to programmatically get the mouse coordinates, ImageMagick does not currently have a callback to return them. ___

Re: [magick-users] Getting user Mouseclicks

2006-10-23 Thread Krishnan V
Hi, i looked up the display routines in MagickWand and MagickCore APIs. When an image is displayed using these functions and if a user clicks on the displayed image; does the imagemagick menu comes up? if so; how does one turn it off? as mentioned earlier,for my application i need the mouse coord

Re: [magick-users] Getting user Mouseclicks

2006-10-23 Thread quetzlzacatenango
> the imagemagick menu comes up. The -immutable option prevents the user from modifying the displayed image. However, a mouse click still bringsa menu. The menu is shorter and disappears when the mouse click is released. ___ Magick-users mailing list M

[magick-users] Getting user Mouseclicks

2006-10-23 Thread Krishnan V
Hi all, I want to use rmagick for my work. after installing rmagick, i ran a few test codes and found that in a displayed image, when i click on the image the imagemagick menu comes up. Is there a way to disable this? i mailed the rmagick developer and he said that this is the default behaviour of

[magick-users] Getting User Mouseclicks

2006-10-19 Thread Krishnan V
Hi all, I want to use rmagick for my work. after installing rmagick, i ran a few test codes and found that in a displayed image, when i click on the image the imagemagick menu comes up. Is there a way to disable this? i mailed the rmagick developer and he said that this is the default behaviour of