Re: [flexcoders] CSSStyleDeclaration in AIR app Windows
Thanks again, Alex. I wasn't even aware of that list. I'll subscribe. From: Alex Harui aha...@adobe.com [flexcoders] flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Wednesday, July 29, 2015 12:30 PM Subject: Re: [flexcoders] CSSStyleDeclaration in AIR app Windows #yiv3312844752 #yiv3312844752 -- #yiv3312844752 .yiv3312844752ygrp-photo-title{clear:both;font-size:smaller;height:15px;overflow:hidden;text-align:center;width:75px;}#yiv3312844752 div.yiv3312844752ygrp-photo{background-position:center;background-repeat:no-repeat;background-color:white;border:1px solid black;height:62px;width:62px;}#yiv3312844752 div.yiv3312844752photo-title a, #yiv3312844752 div.yiv3312844752photo-title a:active, #yiv3312844752 div.yiv3312844752photo-title a:hover, #yiv3312844752 div.yiv3312844752photo-title a:visited {text-decoration:none;}#yiv3312844752 div.yiv3312844752attach-table div.yiv3312844752attach-row {clear:both;}#yiv3312844752 div.yiv3312844752attach-table div.yiv3312844752attach-row div {float:left;}#yiv3312844752 p {clear:both;padding:15px 0 3px 0;overflow:hidden;}#yiv3312844752 div.yiv3312844752ygrp-file {width:30px;}#yiv3312844752 div.yiv3312844752attach-table div.yiv3312844752attach-row div div a {text-decoration:none;}#yiv3312844752 div.yiv3312844752attach-table div.yiv3312844752attach-row div div span {font-weight:normal;}#yiv3312844752 div.yiv3312844752ygrp-file-title {font-weight:bold;}#yiv3312844752 #yiv3312844752 Yeah, there should be per-module styles in all Apache Flex versions. BTW, you’ll get more timely assistance by asking on the us...@flex.apache.org mailing list. -Alex From: flexcoders@yahoogroups.com on behalf of Dave glasserdglas...@pobox.com [flexcoders] 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. From: Alex haruiaha...@adobe.com [flexcoders] flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Wednesday, July 29, 2015 9:40 AM Subject: Re: [flexcoders] CSSStyleDeclaration in AIR app Windows I think if each window loads a module, that module gets its own styles. You might need Flex 4.6 or later for that to work. -Alex From: flexcoders@yahoogroups.com on behalf of Dave glasserdglas...@pobox.com [flexcoders] flexcoders@yahoogroups.com Reply-To: 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 CSSStyleDeclarations on a per-window basis. It seems that if I do: var decl:CSSStyleDeclaration = window.styleManager.getCSSStyleDeclaration(fully.qualified.WidgetClassName);decl.setStyle(widgetColor, 0xFF); The style change affects all WidgetClassName instances across all windows. Is there some other means of accomplishing what I'm trying to accomplish? It would have to work with non-inheriting styles also.
Re: [flexcoders] CSSStyleDeclaration in AIR app Windows
Yeah, there should be per-module styles in all Apache Flex versions. BTW, you’ll get more timely assistance by asking on the us...@flex.apache.org mailing list. -Alex From: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com on behalf of Dave Glasser dglas...@pobox.commailto:dglas...@pobox.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Wednesday, July 29, 2015 at 7:25 AM To: 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...@adobe.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Sent: Wednesday, July 29, 2015 9:40 AM Subject: Re: [flexcoders] CSSStyleDeclaration in AIR app Windows I think if each window loads a module, that module gets its own styles. You might need Flex 4.6 or later for that to work. -Alex From: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com on behalf of Dave Glasser dglas...@pobox.commailto:dglas...@pobox.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Friday, July 24, 2015 at 6:20 PM To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.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 = window.styleManager.getCSSStyleDeclaration(fully.qualified.WidgetClassName); decl.setStyle(widgetColor, 0xFF); The style change affects all WidgetClassName instances across all windows. Is there some other means of accomplishing what I'm trying to accomplish? It would have to work with non-inheriting styles also.
Re: [flexcoders] CSSStyleDeclaration in AIR app Windows
I think if each window loads a module, that module gets its own styles. You might need Flex 4.6 or later for that to work. -Alex From: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com on behalf of Dave Glasser dglas...@pobox.commailto:dglas...@pobox.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Friday, July 24, 2015 at 6:20 PM To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.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 = window.styleManager.getCSSStyleDeclaration(fully.qualified.WidgetClassName); decl.setStyle(widgetColor, 0xFF); The style change affects all WidgetClassName instances across all windows. Is there some other means of accomplishing what I'm trying to accomplish? It would have to work with non-inheriting styles also.
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.com [flexcoders] flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Wednesday, July 29, 2015 9:40 AM Subject: Re: [flexcoders] CSSStyleDeclaration in AIR app Windows #yiv2071966122 #yiv2071966122 -- #yiv2071966122 .yiv2071966122ygrp-photo-title{clear:both;font-size:smaller;height:15px;overflow:hidden;text-align:center;width:75px;}#yiv2071966122 div.yiv2071966122ygrp-photo{background-position:center;background-repeat:no-repeat;background-color:white;border:1px solid black;height:62px;width:62px;}#yiv2071966122 div.yiv2071966122photo-title a, #yiv2071966122 div.yiv2071966122photo-title a:active, #yiv2071966122 div.yiv2071966122photo-title a:hover, #yiv2071966122 div.yiv2071966122photo-title a:visited {text-decoration:none;}#yiv2071966122 div.yiv2071966122attach-table div.yiv2071966122attach-row {clear:both;}#yiv2071966122 div.yiv2071966122attach-table div.yiv2071966122attach-row div {float:left;}#yiv2071966122 p {clear:both;padding:15px 0 3px 0;overflow:hidden;}#yiv2071966122 div.yiv2071966122ygrp-file {width:30px;}#yiv2071966122 div.yiv2071966122attach-table div.yiv2071966122attach-row div div a {text-decoration:none;}#yiv2071966122 div.yiv2071966122attach-table div.yiv2071966122attach-row div div span {font-weight:normal;}#yiv2071966122 div.yiv2071966122ygrp-file-title {font-weight:bold;}#yiv2071966122 #yiv2071966122 I think if each window loads a module, that module gets its own styles. You might need Flex 4.6 or later for that to work. -Alex From: flexcoders@yahoogroups.com on behalf of Dave glasserdglas...@pobox.com [flexcoders] flexcoders@yahoogroups.com Reply-To: 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 CSSStyleDeclarations on a per-window basis. It seems that if I do: var decl:CSSStyleDeclaration = window.styleManager.getCSSStyleDeclaration(fully.qualified.WidgetClassName);decl.setStyle(widgetColor, 0xFF); The style change affects all WidgetClassName instances across all windows. Is there some other means of accomplishing what I'm trying to accomplish? It would have to work with non-inheriting styles also.