RE: Wrapped text with Buttons inserted

2013-01-12 Thread Brendan cheng
Alright! Just wondering what sort of application you're doing! I'm writing an cloud based collaborative task management system for organizations. Brendan Subject: RE: Wrapped text with Buttons inserted Date: Sun, 13 Jan 2013 01:17:59 -0500 From: roger.whitc...@actian.com To: user@pivot.apache.or

RE: Wrapped text with Buttons inserted

2013-01-12 Thread Roger L. Whitcomb
I don't think anything much has been done to TextPane recently, so likely the issues you found will still be there. But, we will try to fix them if you run into specific problems. We are starting to use it in our application too, so there is even more incentive to make it work correctly. It woul

RE: Wrapped text with Buttons inserted

2013-01-12 Thread Brendan cheng
Thanks Roger! I tried TextPane few months ago and I found some issues, but forgot details now. I wonder if there is still any known issues. Brendan > Subject: Re: Wrapped text with Buttons inserted > From: rogerandb...@rbwhitcomb.com > Date: Sat, 12 Jan 2013 16:23:28 -0800 > To: user@pivot.apach

Re: Wrapped text with Buttons inserted

2013-01-12 Thread Roger Whitcomb
Hi Bendan, A TextArea can only hold text. If you want mixed text and components such as Buttons then you will need to use a TextPane instead. This allows what you're asking for. Unfortunately there isn't a lot of doc on how to do this. But there is a pretty good TextPane demo in the source.

Wrapped text with Buttons inserted

2013-01-12 Thread Brendan cheng
Hi, I would like to setup a Panel of free flow wrapped text and buttons inserted among texts. Should I use text area to start up with? Regards, Brendan