GWT Widget that grow amount of text

2011-11-22 Thread Noor
I am creating a custom widget that will contain some text. Make as if
it is a forum post, I want the widget to grow in height respective to
the amount of text in the post??

any ideas??

-- 
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 unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Widget that grow amount of text

2011-11-22 Thread Ahmet Dakoglu
I do not know the exact solution but this is what you want i think. You can
look at its source.

http://demogwttextexpand.appspot.com/

On Tue, Nov 22, 2011 at 2:04 PM, Noor baken...@gmail.com wrote:

 I am creating a custom widget that will contain some text. Make as if
 it is a forum post, I want the widget to grow in height respective to
 the amount of text in the post??

 any ideas??

 --
 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 unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
*Ahmet DAKOĞLU*

-- 
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 unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Widget that grow amount of text

2011-11-22 Thread Noor
Thanks dr, I'll try to place inside a widget and if it grows then
great :)

-- 
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 unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Widget that grow amount of text

2011-11-22 Thread Andy
I created one that we ship in our product. See AutoSizingTextArea at
http://code.google.com/p/gwt-traction/

On Nov 22, 7:04 am, Noor baken...@gmail.com wrote:
 I am creating a custom widget that will contain some text. Make as if
 it is a forum post, I want the widget to grow in height respective to
 the amount of text in the post??

 any ideas??

-- 
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 unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.