link windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

link windows

Alex Mock-2
hi there,
can you link different windows that show different versions of an image
so that movement (zoom, x-y) in one is also performed in the others?

thanks, alex
Reply | Threaded
Open this post in threaded view
|

Re: link windows

Kurt De Vos
Yes that is possible.
You can add a custom mouse listener to each imagecanvas and propagate  
the mouse movements detected in one image to the rest.
An example is in the Fluoview plugins

kurt

On 1 Feb 2006, at 09:56, Alex Mock wrote:

> hi there,
> can you link different windows that show different versions of an  
> image so that movement (zoom, x-y) in one is also performed in the  
> others?
>
> thanks, alex

*--*--*--*--*--*--*--*--*--*--*--*--*--*
University of Sheffield
Academic Neurology Unit
Division of Genomic Medicine
E Floor, Medical School
Beech Hill Road
Sheffield
S10 2RX
United Kingdom

Tel: ++44 (0) 114 271 2473
Fax: ++44 (0) 114 226 1201
Email: [hidden email]
*--*--*--*--*--*--*--*--*--*--*--*--*--*
Reply | Threaded
Open this post in threaded view
|

Re: link windows

Michael Doube-2
Alex,

There is a very nice plugin called Sync Windows that does this.

http://rsb.info.nih.gov/ij/plugins/sync-windows.html

Mike

Mike

Kurt De Vos wrote:

> Yes that is possible.
> You can add a custom mouse listener to each imagecanvas and propagate  
> the mouse movements detected in one image to the rest.
> An example is in the Fluoview plugins
>
> kurt
>
> On 1 Feb 2006, at 09:56, Alex Mock wrote:
>
>> hi there,
>> can you link different windows that show different versions of an  
>> image so that movement (zoom, x-y) in one is also performed in the  
>> others?
>>
>> thanks, alex
>
>
> *--*--*--*--*--*--*--*--*--*--*--*--*--*
> University of Sheffield
> Academic Neurology Unit
> Division of Genomic Medicine
> E Floor, Medical School
> Beech Hill Road
> Sheffield
> S10 2RX
> United Kingdom
>
> Tel: ++44 (0) 114 271 2473
> Fax: ++44 (0) 114 226 1201
> Email: [hidden email]
> *--*--*--*--*--*--*--*--*--*--*--*--*--*


--
Michael Doube  BPhil BVSc MRCVS
MPhil / PhD Student
Dental Institute
Barts and The London School of Medicine and Dentistry
Queen Mary, University of London
New Rd
London  E1 1BB
United Kingdom

Phone +44 (0)20 7377 7000 ext 2681
Reply | Threaded
Open this post in threaded view
|

Re: link windows

Alex Mock-2
thanks michael and kurt, that was very helpful!
alex

Michael Doube wrote:

> Alex,
>
> There is a very nice plugin called Sync Windows that does this.
>
> http://rsb.info.nih.gov/ij/plugins/sync-windows.html
>
> Mike
>
> Mike
>
> Kurt De Vos wrote:
>
>> Yes that is possible.
>> You can add a custom mouse listener to each imagecanvas and
>> propagate  the mouse movements detected in one image to the rest.
>> An example is in the Fluoview plugins
>>
>> kurt
>>
>> On 1 Feb 2006, at 09:56, Alex Mock wrote:
>>
>>> hi there,
>>> can you link different windows that show different versions of an  
>>> image so that movement (zoom, x-y) in one is also performed in the  
>>> others?
>>>
>>> thanks, alex
>>
>>
>>
>> *--*--*--*--*--*--*--*--*--*--*--*--*--*
>> University of Sheffield
>> Academic Neurology Unit
>> Division of Genomic Medicine
>> E Floor, Medical School
>> Beech Hill Road
>> Sheffield
>> S10 2RX
>> United Kingdom
>>
>> Tel: ++44 (0) 114 271 2473
>> Fax: ++44 (0) 114 226 1201
>> Email: [hidden email]
>> *--*--*--*--*--*--*--*--*--*--*--*--*--*
>
>
>