Re: [flexcoders] using as breaks data binding?

2009-05-12 Thread Pan Troglodytes
:* Friday, May 08, 2009 11:06 PM *To:* flexcoders *Subject:* [flexcoders] using as breaks data binding? I've run across some peculiar behavior and I am trying to figure out if I should report it and if so, how exactly to explain it. Given these two bits of code: *TestObject.as:* package

RE: [flexcoders] using as breaks data binding?

2009-05-11 Thread Alex Harui
, May 09, 2009 10:38 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] using as breaks data binding? 3.3.0. I also get it with 4.0.0.6137. Just downloaded and got it in 6772, too. I'm using player version 10,0,12,36. Do you need to know anything about my Flex Builder version? Let

[flexcoders] using as breaks data binding?

2009-05-09 Thread Pan Troglodytes
I've run across some peculiar behavior and I am trying to figure out if I should report it and if so, how exactly to explain it. Given these two bits of code: *TestObject.as:* package { public class TestObject { [Bindable] public var a:uint = 2; [Bindable] public var b:uint = 3;

RE: [flexcoders] using as breaks data binding?

2009-05-09 Thread Alex Harui
: Friday, May 08, 2009 11:06 PM To: flexcoders Subject: [flexcoders] using as breaks data binding? I've run across some peculiar behavior and I am trying to figure out if I should report it and if so, how exactly to explain it. Given these two bits of code: TestObject.as: package { public

Re: [flexcoders] using as breaks data binding?

2009-05-09 Thread Pan Troglodytes
*Subject:* [flexcoders] using as breaks data binding? I've run across some peculiar behavior and I am trying to figure out if I should report it and if so, how exactly to explain it. Given these two bits of code: *TestObject.as:* package { public class TestObject