[flexcoders] Issues Building Flex Project with Ant

2011-12-11 Thread cuttenv
Hi I'm trying to build an application with ant and I am setting static-link-runtime-shared-libraries>true I want everything to be compiled into one swf. The issue is that when I run my application after setting this value to true I get the following error: TypeError: Error #1006: createUID i

Re: [flexcoders] Re: getting the total of values of an array collection that is updated manually

2011-12-11 Thread Alex Harui
I didn’t see any code that actually changes the quantity in the data object. The TextInput gets its initial value from the data via databinding, and the change event calls something, but: 1. you don’t want to update on change, but rather on focusOut or itemEditEnd (otherwise, as you type in