[flexcoders] Ahhh, Problems with Modules and Skins...

2010-08-16 Thread Wally Kolcz
So after a ton on ranting on these boards and even more experimenting, I 
realize that the problems I have with creating and loading modules in 
Flex 4 all has to do with the Skins I create and use in modules. So, my 
$100,000,000 is how to I create skins that are only for modules OR how 
can I create the same graphics as Skins to use in a module.



Re: [flexcoders] Ahhh, Problems with Modules and Skins...

2010-08-16 Thread Wally Kolcz
So, what works is CSS and a ClassReference. Now I am trying to figure 
out how to set up the CSS to allow me to assign them to the same 
elements individually.


On 8/16/2010 8:17 PM, Wally Kolcz wrote:


So after a ton on ranting on these boards and even more experimenting, I
realize that the problems I have with creating and loading modules in
Flex 4 all has to do with the Skins I create and use in modules. So, my
$100,000,000 is how to I create skins that are only for modules OR how
can I create the same graphics as Skins to use in a module.






Re: [flexcoders] Ahhh, Problems with Modules and Skins...

2010-08-16 Thread dorkie dork from dorktown
Can you use an ID reference?

s|Group #groupID_in_Module {
   skin:ClassReference(something);
}


Also can you paste the code you're using and a example module? This will
help future readers ;)

JP

On Mon, Aug 16, 2010 at 8:20 PM, Wally Kolcz wko...@isavepets.com wrote:



 So, what works is CSS and a ClassReference. Now I am trying to figure out
 how to set up the CSS to allow me to assign them to the same elements
 individually.


 On 8/16/2010 8:17 PM, Wally Kolcz wrote:



 So after a ton on ranting on these boards and even more experimenting, I
 realize that the problems I have with creating and loading modules in
 Flex 4 all has to do with the Skins I create and use in modules. So, my
 $100,000,000 is how to I create skins that are only for modules OR how
 can I create the same graphics as Skins to use in a module.