RE: [flexcoders] Re: Custom Attributes

2007-06-04 Thread Alex Harui
SomeClass id=sc selectedIndex={SomeClass.ID2} dataProvider mx:StringAlpha/mx:String mx:StringBeta/mx:String mx:StringGamma/mx:String /dataProvider /SomeClass Where: package {

RE: [flexcoders] Re: Custom Attributes

2007-06-03 Thread Alex Harui
I saw an internal discussion that there may have been a bug. I tried a similar example in hotfix 2 and it worked for me so upgrade to hotfix 2 and give it a try there. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Re: Custom Attributes

2007-06-01 Thread Alex Harui
Aren't you getting compiler warnings about binding to statics? What is myComponent? MyComponent is the class, but myComponent must be something else? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gary_mangum Sent: Friday, June

RE: [flexcoders] Re: Custom Attributes

2007-06-01 Thread Alex Harui
There used to be warnings. I can't recall if we've gotten around them yet, but you still might be getting hit up by some initialization thing. Try looking in your trace output, it might be a runtime warning. Also dump out the value of that constant at various time. It might start out 0 and