Image viewer widget

2008-12-16 Thread ArunDhaJ
Hi All, Is there any widget developed in gwt for viewing Image. The widget should have the ability to zoom. Please let me know if any such widgets available... Thanks in Advance !!! ArunDhaJ www.arundhaj.com --~--~-~--~~~---~--~~ You received this message because y

Re: Image viewer widget

2008-12-16 Thread Arthur Kalmenson
There is the Image widget which lets you display images. I haven't seen any widget that lets you zoom while viewing the image. You can do that from within the browser. -- Arthur Kalmenson On Tue, Dec 16, 2008 at 5:56 AM, ArunDhaJ wrote: > > Hi All, > Is there any widget developed in gwt for v

Re: Image viewer widget

2008-12-16 Thread ArunDhaJ
Please lemme know which widget... - ArunDhaJ www.arundhaj.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To un

Re: Image viewer widget

2008-12-16 Thread Kevin Tarn
You can dynamic change Image widget's size by calling setSize. Kevin On Tue, Dec 16, 2008 at 11:41 PM, ArunDhaJ wrote: > > Please lemme know which widget... > > - ArunDhaJ > www.arundhaj.com > > > --~--~-~--~~~---~--~~ You received this message because you are s

Re: Image viewer widget

2008-12-16 Thread rakesh wagh
com.google.gwt.user.client.ui.Image is all you need. You should develop your own Composite on top of it. Add a zoom in, zoom out buttons; handle the click events; and resize your image accordingly; it is that easy! On Dec 16, 4:56 am, ArunDhaJ wrote: > Hi All, > Is there any widget developed i