[jira] Commented: (PIVOT-561) The Form.Section Heading is not displaying for the first Section of a Form.

2010-07-04 Thread Graeme Collis (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885122#action_12885122 ] Graeme Collis commented on PIVOT-561: - Yes, setting the styles attribute on the Form el

[jira] Closed: (PIVOT-561) The Form.Section Heading is not displaying for the first Section of a Form.

2010-07-04 Thread Graeme Collis (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graeme Collis closed PIVOT-561. --- Resolution: Not A Problem > The Form.Section Heading is not displaying for the first Section of a Form

[jira] Commented: (PIVOT-561) The Form.Section Heading is not displaying for the first Section of a Form.

2010-07-04 Thread Chris Bartlett (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885117#action_12885117 ] Chris Bartlett commented on PIVOT-561: -- The Terra (default) Form skin hides the first s

[jira] Issue Comment Edited: (PIVOT-561) The Form.Section Heading is not displaying for the first Section of a Form.

2010-07-04 Thread Chris Bartlett (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885117#action_12885117 ] Chris Bartlett edited comment on PIVOT-561 at 7/5/10 2:32 AM: --

[jira] Created: (PIVOT-561) The Form.Section Heading is not displaying for the first Section of a Form.

2010-07-04 Thread Graeme Collis (JIRA)
The Form.Section Heading is not displaying for the first Section of a Form. --- Key: PIVOT-561 URL: https://issues.apache.org/jira/browse/PIVOT-561 Project: Pivot Issue

Auto-updating styles

2010-07-04 Thread Greg Brown
It occurred to me earlier that the styling solution I am proposing would actually support dynamically updated styles. Fundamentally, all styles are set via Component#getStyles(). This method returns an instance of StyleDictionary that, in turn, wraps a bean dictionary that wraps the skin. So, a

Re: Named styles

2010-07-04 Thread Greg Brown
> After this, there is the problem to map css standard properties to > Pivot components, but maybe this could be done using another (related) > component, like CSSTransformer / CSSMapper That's part of the problem - Pivot skins aren't designed to support "standard" CSS styles. Again, this was int

Re: Named styles

2010-07-04 Thread Sandro Martini
Hi to all, I agree with Michael that designers etc would prefer another standard for styling Pivot applications, at least as a starting point. But I agree with Greg, I think that a practical solution for Pivot could be a CSSSerializer, used with the new syntax like this: fter this, there is the

[jira] Commented: (PIVOT-560) Permit WTKX namespace declarations to declare more than one in-scope package

2010-07-04 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885029#action_12885029 ] Greg Brown commented on PIVOT-560: -- In practice, I haven't found multiple namespaces to be

Re: Named styles

2010-07-04 Thread Greg Brown
> 1. CSS is a standard for styling HTML, and WTKX is a ui markup like HTML. It is like HTML, but it is not HTML. This is an important distinction. It is also like MXML and XAML, but it isn't those, either. We don't try to emulate features from other toolkits just because developers are comforta