Re: Automated support for enums

2010-09-07 Thread Roger Whitcomb
My enums are all UPPER_CASE underscore convention, so, if I understand what you propose, it is fine with me. ~Roger Whitcomb Sent from my iPhone On Sep 7, 2010, at 5:26 AM, Greg Brown gkbr...@mac.com wrote: Hi Roger, What do you think about the toUpperCase() issue? Would

Re: Comments arising from PIVOT-637

2010-09-17 Thread Roger Whitcomb
OSX does the same thing: Apple-Tab moves forward, Shift-Apple-Tab moves backward in the open apps list. On Sep 17, 2010, at 3:27 PM, Greg Brown wrote: 2. (Improvement / New Feature) ... ALT+TAB on Windows will show the task switcher dialog and advance to the next icon(application).

Small drawing problem with Chinese-compatible font

2010-09-21 Thread Roger Whitcomb
etAllFonts(); for (int i = 0; i fonts.length; i++) { if (fonts[i].canDisplayUpTo(sampleResource) == -1) { theme.setFont(fonts[i].deriveFont(Font.PLAIN, 12)); break; } } } So, am I doing something wrong, or is this a bug?? Thanks. Roger Whitcomb Architect, Engineering Ingres C

Re: [jira] [Commented] (PIVOT-798) Component#isEnabled does not affect appearance recursively

2011-10-12 Thread Roger Whitcomb
that (you'd have to put in a focusedChanged method also in this example), but hopefully you get the idea. ~Roger Whitcomb On Oct 11, 2011, at 11:59 PM, Bill van Melle wrote: On Tue, Oct 11, 2011 at 8:43 PM, Greg Brown gk_br...@verizon.net wrote: It took me a while to figure out I could simply

Re: Hi,

2011-10-12 Thread Roger Whitcomb
of the standard java.lang.List objects). ~Roger Whitcomb On Oct 11, 2011, at 11:22 PM, V SANTOSH PAVAN RAJU BS wrote: In my application i have TableView and some rows must be added to it dynamically when some event occurs like pressing a button. Can any one help me in this regard

Re: Temporary Bugfix

2012-05-14 Thread Roger Whitcomb
you by any chance updating any part of the GUI from a secondary thread? This kind of strikes me as something that could go wrong in such a scenario. Again, thanks for your interest and enthusiasm. ~Roger Whitcomb Sent from my iPhone On May 14, 2012, at 5:54 AM, daniel stieger daniel.stie

Re: Synchronized resource cache

2012-05-15 Thread Roger Whitcomb
So, Piotr, is what is in SVN now good (after Sandro's big patch)? ~Roger Sent from my iPhone On May 15, 2012, at 7:25 AM, Sandro Martini sandro.mart...@gmail.com wrote: Hi Piotr, I don't think this would help. If a thread iterates over a collection while another thread is modifying

Re: [VOTE] Release Pivot 2.0.3

2013-03-12 Thread Roger Whitcomb
No problem. I will test the release artifacts, but I think I'm going to run into the same issue as Lukáš because we have lots of ListButtons that can be empty sometimes So, yes, it will be better to drop the current vote, reset and start again next week. Thanks, ~Roger

Re: New dependency breaks maven build

2013-06-03 Thread Roger Whitcomb
So, Sandro, Thanks ;-) I don't need to end up with all the work But, do you know (or Andrei, do you know?) what it would take so that mvn clean install would actually do something? I don't see any particular reason that we couldn't be maven-compatible (without Ant)

Re: What do you think...

2013-06-05 Thread Roger Whitcomb
Yes I will make a JIRA issue for 2.1. Thanks, ~Roger Whitcomb Sent from my iPhone On Jun 5, 2013, at 12:43 AM, Sandro Martini sandro.mart...@gmail.com wrote: Hi, I use Gradle at work since last year and I have to say that's a great tool (simple but powerful and compatible with Maven

Re: [ASF ICFOSS Mentoring] Adding components

2013-08-12 Thread Roger Whitcomb
It should show the text I-beam cursor (I fixed that for 2.0.3). Is that the version you're using? Or did you want something else? ~Roger Whitcomb On Aug 12, 2013, at 10:48 AM, Ajay Bhat a.ajay.b...@gmail.com wrote: Hi, Is there any method to change the cursor when the user hovers over

Re: Column entries not being added to table via HashMap

2013-08-21 Thread Roger Whitcomb
Hi Ajay, That shouldn't be necessary. Your data structures are correct. The problem is your column identifier being class. The BeanAdapter is going to first look for a method named getClass in the HashMap, which, of course, will find the getClass method from Object and use the

Re: Small simplifications on Pivot sources in trunk

2013-08-29 Thread Roger Whitcomb
Hi Sandro, This is good. I did make some changes to use the new Java 7 diamond operator and did not revert them. So, if Eclipse finds more than I did then by all means change them :) I do not see these compilation errors. Maybe because I added wtk/lib/*.jar to the classpath and a similar

JDK 8 GA

2014-03-19 Thread Roger Whitcomb
Just got news that JDK 8 is production-ready, and GA will be announced next Tuesday, March 25: http://mreinhold.org/blog/jdk8-ga Just wondered if anyone had tried Pivot using Java 8? I know other major projects at Apache (including Maven, Commons, and probably others) have been testing

FW: Early Access builds for JDK 9 b09, JDK 8u20 b10 and JDK 7U60 b15 are available on java.net

2014-04-25 Thread Roger Whitcomb
Anyone tried building Pivot using Java 9 yet??? ~Roger From: Rory O'Donnell Oracle, Dublin Ireland [mailto:rory.odonn...@oracle.com] Sent: Friday, April 25, 2014 1:33 AM To: nicho...@nicholaswilliams.net Cc: Log4J Developers List; Dalibor Topic; Balchandra Vaidya Subject: Early Access builds for

RE: Checking mailing lists

2014-05-13 Thread Roger Whitcomb
Just saw this blog entry about the failure of disks on the Apache mail servers: https://blogs.apache.org/infra/entry/mail_outage ~Roger -Original Message- From: Sandro Martini [mailto:sandro.mart...@gmail.com] Sent: Monday, May 12, 2014 5:02 AM To: Developers - Apache Pivot Subject:

RE: Issues type Wish

2014-06-20 Thread Roger Whitcomb
For 2.0.5 I'm working on the latest issues: 948 and 952 (I think those are the ones) and maybe some TextPane enhancements -- not sure yet. From: Sandro Martini sandro.mart...@gmail.com Sent: Friday, June 20, 2014 7:11:16 AM To: Developers - Apache Pivot

FW: [ANNOUNCEMENT] Apache Log4j 2.0 released

2014-07-17 Thread Roger Whitcomb
So, log4j 2.0 is finally released. Is it now time for us to start to integrate into Pivot (likely the trunk)? ~Roger -Original Message- From: Ralph Goers [mailto:ralph.go...@dslextreme.com] Sent: Wednesday, July 16, 2014 10:26 PM To: Log4J Developers List; Log4J Users List; Logging

RE: svn commit: r1619715 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java

2014-08-22 Thread Roger Whitcomb
Ciao Sandro, Wouldn't it be easier in the code to just check for the return from properties.get being null rather than catching a NullPointerException? Something like this: String color = (String)properties.get(defaultBackgroundColor); If (color != null) { defaultBackgroundColor =

Fwd: Code Signing

2014-08-24 Thread Roger Whitcomb
Do we want to indicate Pivot's interest in code signing? I'm working on this right now for our app, so personally I am, but... ~Roger Whitcomb Sent from my iPhone Begin forwarded message: From: David Nalley ke4...@apache.org Date: August 24, 2014 at 1:58:45 PM PDT To: David Nalley ke4

RE: Code Signing

2014-08-26 Thread Roger Whitcomb
ago) ... Bye 2014-08-25 0:05 GMT+02:00 Roger Whitcomb rogerandb...@rbwhitcomb.com: Do we want to indicate Pivot's interest in code signing? I'm working on this right now for our app, so personally I am, but... ~Roger Whitcomb Sent from my iPhone Begin forwarded message: From: David

Theme Listeners?

2014-09-02 Thread Roger Whitcomb
It has just come up in our application that we'd like to be able to have the user select the general font of the application, which (I'm thinking) we could accomplish by setting the Theme font to the user's selection. But, there is no easy way to have the whole UI recreated with that new Theme

RE: Loading of classes via Service Provider

2014-09-11 Thread Roger Whitcomb
I think this sounds reasonable, but could you be more specific about your use case, and the way it could be used inside Pivot? Thanks, ~Roger -Original Message- From: Sandro Martini [mailto:sandro.mart...@gmail.com] Sent: Thursday, September 11, 2014 9:14 AM To: dev@pivot.apache.org

Re: Loading of classes via Service Provider

2014-09-16 Thread Roger Whitcomb
Okay. That sounds good. I would love to see the hard-coded skin class list replaced (for instance). Ciao, ~Roger On Sep 16, 2014, at 12:25 AM, Sandro Martini sandro.mart...@gmail.com wrote: Ciao Roger, I think this sounds reasonable, but could you be more specific about your use case,

Fwd: Consideration to Create GitHub Mirrors for Apache Extras Project

2014-10-26 Thread Roger Whitcomb
What do we think about this option for Pivot Extras? ~Roger Whitcomb Begin forwarded message: From: Christoph Emmersberger cemme...@gmail.com Date: October 26, 2014 at 1:29:26 PM PDT To: d...@community.apache.org Subject: Consideration to Create GitHub Mirrors for Apache Extras Project

Question about applet permissions with Java 7+

2014-10-28 Thread Roger Whitcomb
this)? Anyone know how others are addressing this in their applet code? Thanks, ~Roger Whitcomb

Re: Question about applet permissions with Java 7+

2014-10-31 Thread Roger Whitcomb
I don't think it is necessary for 2.0.x because we don't build there with 1.7 by default, but in trunk we do. ~Roger Whitcomb Sent from my iPhone On Oct 31, 2014, at 1:42 AM, Sandro Martini sandro.mart...@gmail.com wrote: Ciao Roger, just see the commit for the change in build files

Re: Question about applet permissions with Java 7+

2014-11-02 Thread Roger Whitcomb
/applications with Java 7 updated jre, so I don't think it's so bad. Unless objections I'll do the merge and create a related issue, to track it. Bye Il 01/nov/2014 01:43 Roger Whitcomb rogerandb...@rbwhitcomb.com ha scritto: I don't think it is necessary for 2.0.x because we don't build

RE: Applet-related question

2015-04-13 Thread Roger Whitcomb
I did try cleaning up the Java cache, but I didn't clear it completely, so I will try that. Also will try a different browser (I was using Firefox 36.0.4). Our applet is not using any native code libraries (those are all on the server side, and never reference Pivot code). Let me see if I

RE: Applet-related question

2015-04-21 Thread Roger Whitcomb
in the build.properties for my Pivot builds and instead index the .jars from my application (which will have the non-versioned file names). Thanks, ~Roger -Original Message- From: Roger Whitcomb [mailto:roger.whitc...@actian.com] Sent: Monday, April 13, 2015 11:35 AM To: dev@pivot.apache.org Subject: RE

Applet-related question

2015-04-10 Thread Roger Whitcomb
. I have also checked the Java cache and there is no pivot-wtk-terra-2.1.0.jar file there either. Thanks, ~Roger Whitcomb network: Cache entry not found [url: http://localhost:8080/director/pivot-wtk-terra-2.1.0.jar, version: null] network: Connecting http://localhost:8080/director

License

2015-08-04 Thread Roger Whitcomb
Hi all, I was told by one of our legal team here that the FamFamFam icons, which are licensed under a Creative Commons Attribution license, requires us to provide a link to that license (http://creativecommons.org/licenses/by/2.5/) within our software/README in order to be

Fwd: Moving Apache Extras

2015-07-09 Thread Roger Whitcomb
FYI. Pivot-Extras will be moving to SourceForge in a couple of days. We will need to get our accounts moved over in order to get admin access again. I am tracking this. Thanks, ~Roger Whitcomb Sent from my iPhone Begin forwarded message: From: Ross Gardler ross.gard...@microsoft.com Date

Moving toward 2.0.5 release

2015-09-14 Thread Roger Whitcomb
Hi all, I would really like to get a 2.0.5 release out the door. I will be looking at my issues in the next couple of days, but is there anything anyone else has that should/could go into such a release? Thanks, ~Roger

Possible Pivot Extras project

2015-12-17 Thread Roger Whitcomb
Hi all, I've just started tinkering with this project: http://cssbox.sourceforge.net/index.php with the idea of providing (along the lines of the JFreeChart support that Greg did) a full HTML component for Pivot. It appears there is a Swing component that wraps the basic

End of Java plugin coming soon...

2016-01-28 Thread Roger Whitcomb
I just saw this today... http://www.zdnet.com/article/java-browser-plugin-to-be-sent-to-death-row-in-september/ So, the applicability of Pivot to applets will be gone by this time next year.

Re: Pivot - Airavata GSOC Project

2016-02-25 Thread Roger Whitcomb
; convert the Swing-based apps to Apache Pivot instead of JavaFX (in the > dogfood sense)?! I, for one, would be very interested in some cross-project > collaboration inside the ASF along these lines. No pressure, but was just > wondering if that might be interesting to anyone there. > &g

Re: Pivot - Airavata GSOC Project

2016-02-25 Thread Roger Whitcomb
Great! Let me know. ~Roger Sent from my iPhone > On Feb 25, 2016, at 4:30 PM, Suresh Marru <sma...@apache.org> wrote: > > I will take a stab and we can iterate on it. > > Suresh > >> On Feb 25, 2016, at 5:15 PM, Roger Whitcomb <roger.whitc...@actian

RE: Pivot - Airavata GSOC Project

2016-03-14 Thread Roger Whitcomb
ring organization for the GSOC. > > Thanks, > ~Roger > > On 2/25/16 4:30 PM, Suresh Marru wrote: >> I will take a stab and we can iterate on it. >> >> Suresh >> >>> On Feb 25, 2016, at 5:15 PM, Roger Whitcomb <roger.whitc...@actian.com> >

Re: Build failed in Jenkins: Pivot-trunk on Java 8 #777

2017-07-07 Thread Roger Whitcomb
Anyone know why this would fail? I was assuming since we run the "test" target that JUnit would be in place. And the "org.junit.Assert" class has always been there This works on my local builds Thanks, ~Roger On 7/7/17 8:47 AM, Apache Jenkins Server wrote: See

Re: Issue in Version.decode with SAPJVM

2017-04-26 Thread Roger Whitcomb
of parsing problems with third-party JVM version strings, such as you are seeing. Anything else we can do for you? Thanks, ~Roger Whitcomb On 4/25/17 12:51 PM, Mangold, Daniel Julius wrote: Hi Sandro, I tried an application which uses Pivot version 2.0.4 (I suppose the original release - th

RE: Jenkins build is back to normal : Pivot-maintenance on Java 8 #1120

2017-05-17 Thread Roger Whitcomb
The other thing is that building the 2.0.x branch with Java 8 gives 100s of Javadoc warnings, which are also not really helpful. I have fixed all these in "trunk". But, if we're going to do a Jenkins build for 2.0.x (and I think we should, since is the current release branch), then it should

Any idea why tests are failing?

2017-05-12 Thread Roger Whitcomb
[echo] web-server: Executing test cases... [echo] wtk: Executing test cases... [echo] wtk-terra: Executing test cases... Thanks, Roger Whitcomb

Upcoming 2.0.5 release

2017-06-12 Thread Roger Whitcomb
improvements, including fixing the Nashorn scripting engine (Java 8) compatibility. So, this will be a good release as well, but probably not ready for another few months. Thanks, Roger Whitcomb

RE: Jenkins build is back to normal : Pivot-trunk on Java 7 #1232

2017-05-29 Thread Roger Whitcomb
Done: https://issues.apache.org/jira/browse/PIVOT-998 -Original Message- From: Sandro Martini [mailto:sandro.mart...@gmail.com] Sent: Monday, May 29, 2017 5:24 AM To: Developers - Apache Pivot Subject: Re: Jenkins build is back to normal : Pivot-trunk on Java 7

Bootstrap classpath in Jenkins builds?

2017-06-16 Thread Roger Whitcomb
that are unavailable in 1.6 (methods that have been added since, and things like that). So, does anyone know if there is a way to set this value in the Jenkins environment? This would be for the 2.0.x branch only at this point. Thanks, Roger Whitcomb

Expanded way to customize the look-and-feel of Pivot applications

2017-11-30 Thread Roger Whitcomb
me comments. I intend for this to go into the 2.1 release, and should be one of the signature improvements for that release. The possibility of drastic slowdown of applications or windows with lots of controls is disturbing me a bit, so that warrants careful scrutiny going forward. Thanks, Roger Whitcomb

Plans for 2.1 features

2017-12-12 Thread Roger Whitcomb
real Mac menus (easy) I have much more I've been thinking about, but I don't have time to mention them all here. Hopefully this will whet your appetite as to what is coming up. Thanks, Roger Whitcomb

Building using Java 11?

2019-12-06 Thread Roger Whitcomb
Hi all, I'm trying to build latest Pivot trunk code with Java 11 and am running into this error: C:\Projects\pivot\trunk\core\src\org\apache\pivot\io\FileSerializer.java:27: error: package javax.activation does not exist import javax.activation.MimetypesFileTypeMap;

Re: Building using Java 11?

2019-12-11 Thread Roger Whitcomb
en hiding. They must be made visible via Java 9 module config. Cheers, Marek Mosiewicz W dniu pon, 09.12.2019 o godzinie 17∶06 +0100, użytkownik Sandro Martini napisał: > Hi all, > sorry but even for me I'm still on Java 8 as development ... > > Bye > > > Il giorno dom

RE: Building using Java 11?

2019-12-12 Thread Roger Whitcomb
12, 2019 at 1:30 AM Roger Whitcomb mailto:rogerandb...@rbwhitcomb.com>> wrote: > I'm thinking that's the "problem" ... If I target Java 8 then the > "--add-modules" flag is not supported, but apparently that is what is > required (now) in Java 11 to make the p

Re: Building using Java 11?

2019-12-07 Thread Roger Whitcomb
ote: > > I have not gone beyond Java 8 myself, but I know that Oracle has started to > remove packages from the JDK and that those need to be supplied separately. > >> On Sat, Dec 7, 2019 at 9:17 AM Roger Whitcomb >> wrote: >> >> Hi all, >>

Fwd: [NOTICE] Structural changes to Apache downloads

2020-03-04 Thread Roger Whitcomb
We should definitely update the website with this change. I will create a JIRA ticket. Thanks, ~Roger Begin forwarded message: From: Daniel Gruno Date: March 4, 2020 at 7:04:27 AM PST To: "us...@infra.apache.org" Subject: [NOTICE] Structural changes to Apache downloads Reply-To:

Line endings?

2020-05-09 Thread Roger Whitcomb
uld be done? I have identified around 195 files with this problem. I have coded some stuff in the "trim-whitespace" task that fixes things, and I'm ready to check in this change, but I wanted to get any feedback before I do something stupid Thanks, ~Roger Whitcomb

Re: Prepare for final Pivot 2.1.0 release

2023-10-31 Thread Roger Whitcomb
;> creation and testing of the release. >> >> For 2.1.0 really do we need compatibility with Java 8 ? >> Just to be sure if the compatibility flag has to be enabled in compilation >> ... >> >> Tell me. >> >> Thanks. >> Bye >> >> >>

Prepare for final Pivot 2.1.0 release

2023-10-30 Thread Roger Whitcomb
, ~Roger Whitcomb

Re: [VOTE] sunsetting of Apache Pivot project

2023-10-30 Thread Roger Whitcomb
r preference: > > [ ] +1 retire Pivot > [ ] +-0 don't care > [ ] -1 don't retire because... > > The forwarded message was sent over three months ago with no response: > > On 2023/07/20 17:22:34 Roger Whitcomb wrote: >> Hello, >> As anyone who has followed the Pivot

Re: eol style on files

2022-04-18 Thread Roger Whitcomb
Thank you for looking at that. The website is one of the “black boxes” I haven’t dealt with much. So, I think native is the best choice. No problem at all updating it. From my perspective. Thanks, ~Roger > On Apr 18, 2022, at 7:26 AM, Gavin McDonald wrote: > > Hi All, > > I was looking

Probably sunsetting of Apache Pivot project

2023-07-20 Thread Roger Whitcomb
actively supported). It especially pains me personally to have to make this announcement, but … such is life sometimes. Sincerely, Roger Whitcomb Apache Pivot PMC Chair ASF Member

Possible problems with JDK 21

2023-05-15 Thread Roger Whitcomb
This article talks about possible incompatibilities with JDK21 with classes that implement Collection interfaces … haven’t tried it but we might have problems with Pivot because we do that all over our Collection classes. https://inside.java/2023/05/12/quality-heads-up/ Thanks, ~Roger

Re: svn commit: r1913470 [3/21] - in /pivot/trunk: ./ charts/src/org/apache/pivot/charts/ charts/src/org/apache/pivot/charts/content/ core/src/org/apache/pivot/annotations/ core/src/org/apache/pivot/c

2023-11-28 Thread Roger Whitcomb
Ciao Sandro, Thanks for this. All three tests that fail are due to the same root cause: the tests are being run from the .class files and not from the .jar files. The VersionTest fails because Version.class.getPackage().getImplementationVersion() returns null (because the class isn’t inside a

Re: svn commit: r1913470 [3/21] - in /pivot/trunk: ./ charts/src/org/apache/pivot/charts/ charts/src/org/apache/pivot/charts/content/ core/src/org/apache/pivot/annotations/ core/src/org/apache/pivot/c

2023-11-29 Thread Roger Whitcomb
). > I'll keep you updated. > > Bye > > >> Il giorno mar 28 nov 2023 alle ore 23:28 Roger Whitcomb < >> rogerandb...@rbwhitcomb.com> ha scritto: >> >> Ciao Sandro, >> Thanks for this. All three tests that fail are due to the same root cause: &

Re: svn commit: r1913470 [3/21] - in /pivot/trunk: ./ charts/src/org/apache/pivot/charts/ charts/src/org/apache/pivot/charts/content/ core/src/org/apache/pivot/annotations/ core/src/org/apache/pivot/c

2023-11-26 Thread Roger Whitcomb
Ciao Sandro, Can you run the tests with debug on (hint: change setting in “build.properties” file) to see the specific failure in VersionTest, please?! It works fine on my laptop with Java 11+28 Thanks, ~Roger > On Oct 31, 2023, at 12:15 PM, smart...@apache.org wrote: > > Modified:

Re: Prepare for final Pivot 2.1.0 release

2023-11-26 Thread Roger Whitcomb
d entity > [javadoc] * {@code "Ctrl+Shift+Left"}, or even > "F1". > [javadoc] > ^ > ... > test: > [echo] charts: Executing test cases... > [echo] core: Executing test cases... >[junit] Test org.apache.pivot.util.test.Ve

Update for final release

2024-04-11 Thread Roger Whitcomb
the notes have been prepared, I think we’re just a build and a vote away from the final release, and then retirement, so … Many thanks, ~Roger Whitcomb PMC Chair - Apache Pivot project ASF Member P.S. The attached “logs.calc” script can be run by the “Calc” program, built from the repository at: https

Re: [VOTE] sunsetting of Apache Pivot project

2024-04-15 Thread Roger Whitcomb
in this project. ~Roger Whitcomb Apache Pivot PMC Chair ASF Member > On Oct 30, 2023, at 10:44 AM, Roger Whitcomb > wrote: > > So, my vote is > [ X ] +1 retire Pivot > > BUT not before doing a 2.1.0 release, which I have initiated on a separate > thread > > Thanks,

[jira] Created: (PIVOT-502) Building with Ant 1.8 gives warnings on the javac tasks

2010-05-24 Thread Roger Whitcomb (JIRA)
: 1.5 Environment: Windows XP SP3, Sun JDK 1.6.0_16, Apache Ant 1.8.0, using Pivot SVN trunk as of 5/24/10 Reporter: Roger Whitcomb Priority: Minor Fix For: 1.5 If I do an ant install (for instance) there are a series of warnings in the output

[jira] Updated: (PIVOT-503) Using ClearType, bold text in Pivot 1.5 looks very bad

2010-05-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-503: - Attachment: screenshot-1.jpg This is from Pivot 1.4 Using ClearType, bold text in Pivot 1.5

[jira] Updated: (PIVOT-503) Using ClearType, bold text in Pivot 1.5 looks very bad

2010-05-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-503: - Attachment: screenshot-2.jpg This is from 1.5 -- notice the O characters appear taller

[jira] Commented: (PIVOT-503) Using ClearType, bold text in Pivot 1.5 looks very bad

2010-05-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12870872#action_12870872 ] Roger Whitcomb commented on PIVOT-503: -- I like screenshot-1.jpg myself, but that I got

[jira] Commented: (PIVOT-503) Using ClearType, bold text in Pivot 1.5 looks very bad

2010-05-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12870883#action_12870883 ] Roger Whitcomb commented on PIVOT-503: -- I didn't do anything to change the font. Here

[jira] Commented: (PIVOT-503) Using ClearType, bold text in Pivot 1.5 looks very bad

2010-05-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12870958#action_12870958 ] Roger Whitcomb commented on PIVOT-503: -- Thank you for fixing it so promptly! Using

[jira] Commented: (PIVOT-544) Add a command line argument, --undecorated, to support removing native Frame chrome on a non-fullscreen window

2010-06-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882229#action_12882229 ] Roger Whitcomb commented on PIVOT-544: -- Just wanted to add to the use case

[jira] Commented: (PIVOT-583) Add parent to TreeNode/TreeBranch

2010-08-03 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12894971#action_12894971 ] Roger Whitcomb commented on PIVOT-583: -- FWIW -- every time I've implemented my own Tree

[jira] Created: (PIVOT-626) Add userData member to TreeNode to facilitate right-click menu handling (among other things)

2010-09-03 Thread Roger Whitcomb (JIRA)
Project: Pivot Issue Type: Wish Components: wtk Affects Versions: 1.5.1 Environment: WIndows XP SP3 Reporter: Roger Whitcomb Priority: Minor Fix For: 1.5.2 This wish/enhancement would be useful for those using the default

[jira] Commented: (PIVOT-626) Add userData member to TreeNode to facilitate right-click menu handling (among other things)

2010-09-03 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906084#action_12906084 ] Roger Whitcomb commented on PIVOT-626: -- Cool. Thank you. Yeah, I added the String

[jira] Created: (PIVOT-644) Improve JSONSerializer to ignore a BOM at the beginning of file

2010-09-21 Thread Roger Whitcomb (JIRA)
Components: core-json Affects Versions: 1.5.1 Environment: Windows XP SP3, Java JDK 1.6.0_16 Reporter: Roger Whitcomb Priority: Minor Fix For: 1.5.2 A true UTF-8 file that includes the UTF-8 BOM at the beginning (0xEF, 0xBB, 0xBF) produces

[jira] Updated: (PIVOT-674) Add Translations for existing Resources

2010-11-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-674: - Attachment: local_zh_cn.zip Here are Chinese versions from one of our developers. The files have

[jira] Issue Comment Edited: (PIVOT-674) Add Translations for existing Resources

2010-11-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12935534#action_12935534 ] Roger Whitcomb edited comment on PIVOT-674 at 11/24/10 5:10 PM

[jira] Updated: (PIVOT-703) Allow BXMLSerializer.bind() to access superclass fields

2011-02-07 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-703: - Attachment: diff Here is a patch to implement this change -- required refactoring the loop

[jira] Created: (PIVOT-703) Allow BXMLSerializer.bind() to access superclass fields

2011-02-07 Thread Roger Whitcomb (JIRA)
: core-beans Affects Versions: 2.0 Environment: Windows XP SP3, Java version 1.6.0_23 Reporter: Roger Whitcomb Priority: Minor Fix For: 2.0.1 Attachments: diff Loading a standard object from a BXML file (such as a Dialog) so that the code

[jira] Closed: (PIVOT-703) Allow BXMLSerializer.bind() to access superclass fields

2011-02-18 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb closed PIVOT-703. Resolution: Not A Problem Using the bind(Object object, Class? type) method is perfect to do what I

[jira] Created: (PIVOT-719) Keyboard shortcut display is not correct on Windows XP platform

2011-03-18 Thread Roger Whitcomb (JIRA)
Components: wtk Affects Versions: 2.0 Environment: Windows XP SP3, Java SE JDK/JRE 1.6 Reporter: Roger Whitcomb Priority: Minor Fix For: 2.0.1 All other Windows programs I have seen use Alt+Shift+F (using + as the final separator) for keyboard

[jira] Updated: (PIVOT-719) Keyboard shortcut display is not correct on Windows XP platform

2011-03-18 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-719: - Attachment: windows-normal-usage-1.jpg Example of normal Windows usage Ctrl+Alt+F Keyboard

[jira] Updated: (PIVOT-719) Keyboard shortcut display is not correct on Windows XP platform

2011-03-18 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-719: - Attachment: windows-normal-usage-2.jpg Here is an example with just F5. Keyboard shortcut

[jira] Updated: (PIVOT-719) Keyboard shortcut display is not correct on Windows XP platform

2011-03-18 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-719: - Attachment: keyboard.patch Here is a patch to fix both problems. Keyboard shortcut display

[jira] [Created] (PIVOT-745) Illegal argument exception on tristate checkbox using stateKey binding

2011-05-18 Thread Roger Whitcomb (JIRA)
Components: wtk Affects Versions: 2.0.1 Environment: Windows XP SP3, JDK 1.6.0_16 Reporter: Roger Whitcomb Priority: Minor Fix For: 2.0.1 Button.store on a tristate checkbox using stateKey binding gets an error

[jira] [Updated] (PIVOT-745) Illegal argument exception on tristate checkbox using stateKey binding

2011-05-18 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-745: - Attachment: button.diff Here is a patch that fixes the problem. Illegal argument exception

[jira] [Created] (PIVOT-746) Add API to return Version of Pivot retrieved from build.properties

2011-05-19 Thread Roger Whitcomb (JIRA)
Feature Components: wtk Affects Versions: 2.0.1 Environment: Windows XP SP3, JDK 1.6.0_16 Reporter: Roger Whitcomb Priority: Trivial Fix For: 2.0.1 Attachments: version.patch Would be helpful to be able to determine programmatically

[jira] [Updated] (PIVOT-746) Add API to return Version of Pivot retrieved from build.properties

2011-05-19 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-746: - Attachment: version.patch Here is a patch that implements this feature. Add API to return

[jira] [Commented] (PIVOT-746) Add API to return Version of Pivot retrieved from build.properties

2011-05-20 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13036896#comment-13036896 ] Roger Whitcomb commented on PIVOT-746: -- I was piggybacking on two things: 1

[jira] [Commented] (PIVOT-746) Add API to return Version of Pivot retrieved from build.properties

2011-05-23 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13037987#comment-13037987 ] Roger Whitcomb commented on PIVOT-746: -- I'd be happy to do it, except that I know next

[jira] [Commented] (PIVOT-746) Add API to return Version of Pivot retrieved from build.properties

2011-05-23 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038012#comment-13038012 ] Roger Whitcomb commented on PIVOT-746: -- Can't we just set the classpath for Eclipse

[jira] [Updated] (PIVOT-746) Add API to return Version of Pivot retrieved from build.properties

2011-05-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-746: - Attachment: version2.patch Patch to use Package.getImplementationVersion() instead

[jira] [Commented] (PIVOT-746) Add API to return Version of Pivot retrieved from build.properties

2011-05-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038949#comment-13038949 ] Roger Whitcomb commented on PIVOT-746: -- Okay, so here's a patch that reverts

[jira] [Commented] (PIVOT-746) Add API to return Version of Pivot retrieved from build.properties

2011-05-25 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13039252#comment-13039252 ] Roger Whitcomb commented on PIVOT-746: -- The only think I was wondering (which is why I

[jira] [Commented] (PIVOT-623) ellipsis style on labels

2011-06-05 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13044494#comment-13044494 ] Roger Whitcomb commented on PIVOT-623: -- I have a slightly different possible solution

[jira] [Updated] (PIVOT-623) ellipsis style on labels

2011-06-05 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-623: - Attachment: label.diff This patch implements the wrapChars style. An example of its use

[jira] [Commented] (PIVOT-623) ellipsis style on labels

2011-06-06 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13044767#comment-13044767 ] Roger Whitcomb commented on PIVOT-623: -- Hi Sandro, I haven't been told I have commit

[jira] [Commented] (PIVOT-623) ellipsis style on labels

2011-06-06 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13044906#comment-13044906 ] Roger Whitcomb commented on PIVOT-623: -- I have a label field that displays a server

  1   2   3   4   5   6   7   8   9   10   >