Action-color default value

I have one Action (CSS3 Columns) where I have successfully used the following tag in my Action interface:

<action-color name="columnRuleColor" title="Column Rule Color" default="#cccccc" />

And as I am trying to do the same thing in my ScriptyLightbox2 Action, I added this code:

<action-color name="borderColor" title="Border Color" default='#000000' />

In CSS3 Columns, the default color appears as expected when the Action is initially applied. But in ScriptyLightbox2, I get None instead. I have tried other values than black, too, and nothing seems to work. Any suggestions where to begin looking?

Thanks in advance,

Walter


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter,
The initial issue, I think, is that the default value is wrapped in single quotes and Freeway isn’t picking up on the value and sets the picker to ‘None’ because of it. Once the colour is set (or in this case set to none) any further changes to the Action aren’t picked up and displayed in the Action palette as the colour has already been defined.

Change the single quotes to doubles, remove and reapply the Action and your default colour should appear in the UI.
Regards,
Tim.

On 22 Nov 2012, at 17:21, Walter Lee Davis wrote:


FreewayActions.com - Freeware and commercial Actions for Freeway Express & Pro - http://www.freewayactions.com


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

That’s exactly it. Thanks, Tim!

Happy Thanksgiving!

Walter

On Nov 22, 2012, at 1:58 PM, Tim Plumb wrote:

Hi Walter,
The initial issue, I think, is that the default value is wrapped in single quotes and Freeway isn’t picking up on the value and sets the picker to ‘None’ because of it. Once the colour is set (or in this case set to none) any further changes to the Action aren’t picked up and displayed in the Action palette as the colour has already been defined.

Change the single quotes to doubles, remove and reapply the Action and your default colour should appear in the UI.
Regards,
Tim.

On 22 Nov 2012, at 17:21, Walter Lee Davis wrote:


FreewayActions.com - Freeware and commercial Actions for Freeway Express & Pro - http://www.freewayactions.com


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options