Hilbrand / cobogwave

GWT wrapper for Google Wave Gadget API
Apache License 2.0
0 stars 0 forks source link

How to dynamically size the gadget? #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How can i dynamically set the height of the gadget?

I am ofcorse using @Gadget.ModulePrefs(height = 600) to set the initial 
height, however i need to change the height based on user interaction.

any ideas?
thanks

Original issue reported on code.google.com by ravigyani@gmail.com on 13 Feb 2010 at 1:19

GoogleCodeExporter commented 9 years ago
I'm not exactly sure how to do this, but the GWT google gadget library has a 
feature
NeedsDynamicHeight:
http://gwt-google-apis.googlecode.com/svn/javadoc/gadgets/1.0/index.html. I 
have not
tested if it works in Wave.

Original comment by hs@h72.nl on 15 Feb 2010 at 7:37

GoogleCodeExporter commented 9 years ago
Thanks, I was able to get it working thru the GWT Gadgets itself. Thanks anyways

Original comment by ravigyani@gmail.com on 15 Feb 2010 at 7:49