Re: Re: Re: java 5 compliance in jdev

2006-08-17 Thread Simon_Lessard
Sorry, here's the compiler option for unchecked: -Xlint:unchecked ¬ Simon Adam Winer [EMAIL PROTECTED] 2006-08-17 11:46 Please respond to adffaces-dev To: adffaces-dev@incubator.apache.org cc: Subject:Re: Re: Re: java 5 compliance in jdev Deprecated

Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-17 Thread Adam Winer
Oh, that... That opens up a new topic: what the heck should we do about Trinidad button skinning? As a little background: ADF Faces had a large image-generation subsystem code-named Tecate that took text, metadata, and other images, and composited them into single images. This let us have

Re: Re: Re: java 5 compliance in jdev

2006-08-17 Thread Adam Winer
Thanks! Checked this in (and some other Xlint options), so now we're getting this in our Maven build. -- Adam On 8/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Sorry, here's the compiler option for unchecked: -Xlint:unchecked ¬ Simon Adam Winer [EMAIL PROTECTED] 2006-08-17 11:46

Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-17 Thread Jeanne Waldman
We had a customer that wanted to put background images on our buttons. He couldn't do this with our buttons unless they had a container (I haven't tested this in ages, but I remember that he was right), so what he did was wrap our command button in a afh:cellFormat and put a styleClass on

Re: [Vote] Simon Lessard as a committer of the Trinidad Podling

2006-08-17 Thread Martin Marinschek
+1 regards, Martin On 8/17/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 On 8/17/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hey *, I'd like to start a vote for a new committer nominee Simon Lessard Simon Lessard has been very active on the adffaces-XXX lists. He has

Réf. : Re: [Vote] Simon Lessard as a committer of the Trinidad Podling

2006-08-17 Thread Eric_Marcoux-QC
+1___EricMarcoux...Fujitsu ConsultingMember of the Quebec JUG(http://www.javaquebec.org)SunCertifiedProgrammerforJava2Platform1.4SunCertifiedWebComponentDeveloperforJ2EESunCertifiedBusinessComponentDeveloperforJ2EE-"Martin Marinschek" [EMAIL PROTECTED] a

Re: Tr : Skin selector XML, where?

2006-08-17 Thread Jeanne Waldman
skin-selectors.xml in trinidad/src/site/xdoc [EMAIL PROTECTED] wrote: Oh dang... I sent it on the wrong list at first... ¬ Simon - Forwarded by Simon Lessard/NOTES on 2006-08-17 10:18 - [EMAIL PROTECTED] 2006-08-17 09:37 Please respond to adffaces-user To:

Re: Tr : Skin selector XML, where?

2006-08-17 Thread Simon_Lessard
Thanks! ¬ Simon Jeanne Waldman [EMAIL PROTECTED] 2006-08-17 14:56 Please respond to adffaces-dev To: adffaces-dev@incubator.apache.org cc: Subject:Re: Tr : Skin selector XML, where? skin-selectors.xml in trinidad/src/site/xdoc [EMAIL PROTECTED]

XSS format question

2006-08-17 Thread Simon_Lessard
Hello all, I'm working on ADFFACES-49 and while playing with base-desktop.xss I saw there's two type of styles, those named and those with a selector. I assume those named are equivalent to CSS aliases? Also, is it possible to include a style that is not named? More specifically, I would like

Re: Réf. : Re: [Vote] Simon Lessard as a committer of the Trinidad Podling

2006-08-17 Thread Adam Winer
+1. I only wish we'd had this vote *before* those humongous Java 5 patches came in. :) BTW, if you're not a committer, it's helpful to say +1 (non-binding). -- Adam On 8/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: +1 ___ Eric Marcoux... Fujitsu

Re: [Issue] inputNumberSpinbox: endless repeat

2006-08-17 Thread Adam Winer
I'm OK with a JIRA issue right away, just so it's known - in case you got called away or busy and never had a chance to investigate, we'd still have it tracked. -- Adam On 8/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I know you'll hate me, but I found a bug in inputNumberSpinbox, but

Re: Réf. : Re: [Vote] Simon Lessard as a committer of the Trinidad Podling

2006-08-17 Thread Matthias Wessendorf
BTW, if you're not a committer, it's helpful to say +1 (non-binding). same for committers. Only votes cast by (P)PMC members are binding. -- Adam On 8/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: +1 ___ Eric Marcoux... Fujitsu Consulting

Re: Little usability issue with inputNumberSpinbox component

2006-08-17 Thread Jeanne Waldman
I'll look into moving that up. Thanks, Jeanne [EMAIL PROTECTED] wrote: I'm not sure if it will be generalized, but I think the increment arrow is a bit hard to hit on the new inputSpinbox component. I believe it would be better to place the onmousedown event on the td rather than the anchor

Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-17 Thread Adam Winer
On 8/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I just tested those style classes, they're prety nice.However, I think the results are better with simply the following .ButtonCellIE { margin: 0px; padding: 0px; background-image: url(background.jpg); } .ButtonStyleIE {