Tooltip wrap Text?

2010-06-07 Thread newzai
I want to show wrap Text toolTip? what can I do ? I try much ways, but all its show on one line..

Fwd: svn commit: r952459 - /pivot/presentations/

2010-06-07 Thread Sandro Martini
Hi to all, I've just created the area where to put presentations, papers, etc on Pivot. Do you prefer a subfolder structure (for example by year), or by event ? Or other ? Tell me so I can publish mine tonight and start to spread some link to it :-) . Bye, Sandro

Re: [RFC] adding components to TextArea

2010-06-07 Thread Todd Volkert
The branch has been created. This means that if you're working on a 1.5.1 feature, you'll need to submit it to both the 1.5.x branch and the trunk. 1.6+ features should just be added to the trunk. -T On Mon, Jun 7, 2010 at 11:09 AM, Greg Brown wrote: > I was thinking we'd create it from trunk

Re: [RFC] adding components to TextArea

2010-06-07 Thread Greg Brown
I was thinking we'd create it from trunk. - Reply message - From: "Todd Volkert" Date: Mon, Jun 7, 2010 11:03 am Subject: [RFC] adding components to TextArea To: Should the 1.5.x branch be created from the 1.5 tag or from the current trunk? -T On Mon, Jun 7, 2010 at 9:33 AM, Greg Bro

[jira] Commented: (PIVOT-519) CSVSerializer does not trim values

2010-06-07 Thread Todd Volkert (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876266#action_12876266 ] Todd Volkert commented on PIVOT-519: What if the leading or trailing white space is inte

Re: [RFC] adding components to TextArea

2010-06-07 Thread Todd Volkert
Should the 1.5.x branch be created from the 1.5 tag or from the current trunk? -T On Mon, Jun 7, 2010 at 9:33 AM, Greg Brown wrote: > I think that traversing the view hierarchy again is OK. > > Also, I think we should probably consider creating a 1.5.x branch at this > point. That will allow us

Re: [RFC] adding components to TextArea

2010-06-07 Thread Greg Brown
I think that traversing the view hierarchy again is OK. Also, I think we should probably consider creating a 1.5.x branch at this point. That will allow us to continue making fixes to the 1.5 tree but will also allow you to check in your code. On Jun 7, 2010, at 9:24 AM, Noel Grandin wrote: >

Re: [RFC] adding components to TextArea

2010-06-07 Thread Greg Brown
> I have to do it this way because TextAreaSkin only calculates position > information during paint(). I don't think that's accurate. It should be calculated in layout(), when validate() is called on the document view. You should be able to position/size the components after that call.

pivot 1.4 UI can't support GBK\GB2312 input or display?

2010-06-07 Thread 陈小洪
I want to display GBK\GB2312 String on TextInput Component, but can't normal display. what can I do ??

Re: [RFC] adding components to TextArea

2010-06-07 Thread Noel Grandin
Hi The new child components are laid out using the existing *NodeView inner classes in TextAreaSkin. Currently, I set the size of the child components during the layout() operation, and I set their position during the paint() operation. I have to do it this way because TextAreaSkin only calculates