[flexcoders] StyleName property ignored : when precisely and workarround ?

2010-05-28 Thread carnau...@ymail.com
Hello, I have noticed that the following "quite simple CSS" may be ignored depending on our MXML structure...? : .myBytton { color: #11; } Button { color: #22; } Both CSS styles are ignored below : // color #11 ignored // color #22 ignored => and default color for gets

[flexcoders] Re: StyleName property ignored : when precisely and workarround ?

2010-05-31 Thread carnau...@ymail.com
Hello, Here are 2 examples where the "styleName property" is getting ignored (..?..): EXAMPLE #1 - with ProgressBar : http://www.adobe.com/2006/mxml"; layout="absolute"> => works fine but the same "labelPlacement" and "alpha" properties are gettin

[flexcoders] Re: StyleName property ignored : when precisely and workarround ?

2010-07-05 Thread carnau...@ymail.com
Thanks for this clarification, Regards. --- In flexcoders@yahoogroups.com, "carnau...@..." wrote: > > Hello, > > Here are 2 examples where the "styleName property" is getting ignored (..?..): > > EXAMPLE #1 - with ProgressBar : > > > http://www.adobe.com/2006/mxml"; > layout="absolute

[flexcoders] ItemDoubleClick ListEvent not fired even with doubleClickEnabled = true

2010-07-05 Thread carnau...@ymail.com
Hello, I'm facing an issue with the "itemDoubleClick" event that is "most of the time..." not fired/received through my WindowedApplication. Please fing here-after my MXML code together with my AS listener : within the "ListPressed" constructor, the "doubleClickEnabled" property is set to TRUE

[flexcoders] Re: ItemDoubleClick ListEvent not fired even with doubleClickEnabled = true

2010-09-07 Thread carnau...@ymail.com
Hello, Does anyone know any work-arround for this "ItemDoubleClick not fired..." issue ? I've noticed a similar post, for the same issue, here : http://raghuonflex.wordpress.com/2007/08/10/assigning-different-behavior\ s-on-click-doubleclick/#comment-5350 Any help on this item being very appre