Re: [flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-29 Thread Dave Glasser dglas...@pobox.com [flexcoders]
@yahoogroups.com Reply-To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Wednesday, July 29, 2015 at 7:25 AM To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: Re: [flexcoders] CSSStyleDeclaration in AIR app Windows  Interesting idea, I'll look into it. I'm using Flex 4.13 currently

Re: [flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-29 Thread Alex Harui aha...@adobe.com [flexcoders]
@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: Re: [flexcoders] CSSStyleDeclaration in AIR app Windows Interesting idea, I'll look into it. I'm using Flex 4.13 currently. From: Alex Harui aha...@adobe.commailto:aha

Re: [flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-29 Thread Alex Harui aha...@adobe.com [flexcoders]
@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: [flexcoders] CSSStyleDeclaration in AIR app Windows I'm developing a multi-window Flex/AIR desktop app. I would very much like to be able to change CSSStyleDeclarations on a per-window basis. It seems that if I do: var decl:CSSStyleDeclaration

Re: [flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-29 Thread Dave Glasser dglas...@pobox.com [flexcoders]
@yahoogroups.com flexcoders@yahoogroups.com Date: Friday, July 24, 2015 at 6:20 PM To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: [flexcoders] CSSStyleDeclaration in AIR app Windows  I'm developing a multi-window Flex/AIR desktop app. I would very much like to be able to change

[flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-24 Thread Dave Glasser dglas...@pobox.com [flexcoders]
I'm developing a multi-window Flex/AIR desktop app. I would very much like to be able to change CSSStyleDeclarations on a per-window basis. It seems that if I do: var decl:CSSStyleDeclaration = window.styleManager.getCSSStyleDeclaration(fully.qualified.WidgetClassName);decl.setStyle(widgetColor,