Re: How to highlight text using Pivot?

2013-07-19 Thread Ajay Bhat
Hi Roger, On Fri, Jul 19, 2013 at 12:02 AM, Roger L. Whitcomb roger.whitc...@actian.com wrote: 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

RE: How to highlight text using Pivot?

2013-07-19 Thread Roger L. Whitcomb
Hi Ajay, Well, your background is very interesting and encouraging, so thank you for your desire to contribute! So, let me see if I can explain a bit more. There definitely does have to be a repaint call somewhere in the Pivot or application code, because (obviously) nothing will

Re: [VOTE] Release Pivot 2.0.3 - Round 3

2013-07-19 Thread Chris Bartlett
I realise that the last vote did not succeed due to insufficient binding votes and in particular because I was unable to complete my tests due to other commitments, so apologies again for that. However I have now finally found the time to complete testing the 2.0.3 release candidate and am

RE: svn commit: r1502657 - /pivot/trunk/build.xml

2013-07-19 Thread Roger L. Whitcomb
Hi Chris, Yes, I committed this fix fairly recently, because I started using 1.9.2 due to the Javadoc vulnerability fix they implemented in that version. This fix is NOT in the 2.0.3 tag. And, yes, the antversion could be used more effectively -- I just didn't feel like putting the time

Re: svn commit: r1502657 - /pivot/trunk/build.xml

2013-07-19 Thread Chris Bartlett
I didn't see this before I mentioned coming across the same issue in my earlier email regarding the 2.0.3 release testing. http://ant.apache.org/manual/Tasks/antversion.html The Antversion task can be used for a more elegant and futureproofed solution, but this fix is fine for now. not

Re: [VOTE] Release Pivot 2.0.3 - Round 3

2013-07-19 Thread Sandro Martini
Hi Chris, welcome back. In next days I'll restart another vote, but for usual 2.0.3 artifacts ... For small issues you find we can resolve them for 2.0.4 and 2.1.0 ... and for missing test folders when downloading via git I can fix it (it's a good thing to fix) but remember that ant test should

Build failed in Jenkins: Pivot-maintenance #357

2013-07-19 Thread Apache Jenkins Server
See https://builds.apache.org/job/Pivot-maintenance/357/changes Changes: [rwhitcomb] Using antversion condition to check for Ant at least version 1.7.0 (instead of using string tests for each supported version). This is a little problematic since the antversion condition was introduced in Ant

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

2013-07-19 Thread Apache Jenkins Server
See https://builds.apache.org/job/Pivot-maintenance%20on%20Java%207/357/changes Changes: [rwhitcomb] Using antversion condition to check for Ant at least version 1.7.0 (instead of using string tests for each supported version). This is a little problematic since the antversion condition was

Build failed in Jenkins: Pivot-trunk #700

2013-07-19 Thread Apache Jenkins Server
See https://builds.apache.org/job/Pivot-trunk/700/changes Changes: [rwhitcomb] Using antversion condition to check for Ant at least version 1.7.0 (instead of using string tests for each supported version). This is a little problematic since the antversion condition was introduced in Ant 1.7

Re: How to highlight text using Pivot?

2013-07-19 Thread Ajay Bhat
Hi Roger, Thanks so much for all the advice and direction. I'll get back to you if I have any more questions On Fri, Jul 19, 2013 at 10:48 PM, Roger L. Whitcomb roger.whitc...@actian.com wrote: Hi Ajay, Well, your background is very interesting and encouraging, so thank you for