Build failed in Jenkins: Pivot-maintenance #356

2013-07-18 Thread Apache Jenkins Server
See -- Started by timer Building remotely on solaris1 in workspace Reverting to depth infini

Build failed in Jenkins: Pivot-maintenance on Java 7 #356

2013-07-18 Thread Apache Jenkins Server
See -- Started by timer Building remotely on solaris1 in workspace Reverting

Build failed in Jenkins: Pivot-trunk #699

2013-07-18 Thread Apache Jenkins Server
See -- Started by timer Building remotely on solaris1 in workspace Reverting to depth infinity with ignoreExte

RE: How to highlight text using Pivot?

2013-07-18 Thread Roger L. Whitcomb
Well, to change the text on a Label, you just have to call "label.setText(...);". The "business logic" in your first button just has to keep track of how many times it has been pushed (i.e., which saying you want to display next), and set the correct text each time. I'm not sure exactly what y

Re: How to highlight text using Pivot?

2013-07-18 Thread Ajay Bhat
Hi Roger, On Thu, Jul 18, 2013 at 9:31 PM, Roger L. Whitcomb wrote: > > Hi Ajay, >         Label doesn't have near the capability of a TextArea (or > TextPane) as far as manipulation of its parts.  It is meant to be a > single piece of text, all with the same attributes.  And, in fact, if > you w

RE: How to highlight text using Pivot?

2013-07-18 Thread Roger L. Whitcomb
Hi Ajay, Label doesn't have near the capability of a TextArea (or TextPane) as far as manipulation of its parts. It is meant to be a single piece of text, all with the same attributes. And, in fact, if you want to change the color of a single word, then you're going to have to use TextPan

Re: How to highlight text using Pivot?

2013-07-18 Thread Ajay Bhat
On Jul 18, 2013 12:13 AM, "Ajay Bhat" wrote: > > Hi, > > I'm using Pivot API for GUI application. I'd like to know how I can display some text in a text area being highlighted, by basically being selected when I use a ActionListener. > As a follow up to this question I'd also like to know how to