[flexcoders] Tree and Array

2007-04-03 Thread Sal
hi, i have an array of records received from an amfphp call and i need to fill a tree control with that data. the array has this format: aArr[0].id aArr[0].description aArr[0].parent aArr[0].order aArr[1].id aArr[1].description aArr[1].parent aArr[1].order ... and so on i didn't find any

[flexcoders] Re: Tree and Array

2007-04-04 Thread Sal
, Alex Harui [EMAIL PROTECTED] wrote: You have to build up the dataprovider and pass it into the tree. If you change the dataprovider later, the tree will notice in most cases. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sal

[flexcoders] Flex alternatives

2012-01-11 Thread Sal
hi, as i can sadly see from the message history bottom grid, many programmers are leaving flex. So this thread is to ask you all, if you have already found a valid alternative to flex for RIA development.

[flexcoders] Re: Flex alternatives

2012-12-15 Thread Sal
--- In flexcoders@yahoogroups.com, Sal sal.celli@... wrote: hi, as i can sadly see from the message history bottom grid, many programmers are leaving flex. So this thread is to ask you all, if you have already found a valid alternative to flex for RIA development. After almost 1 year

[flexcoders] Re: Calendar Help

2008-07-25 Thread Sal H.
Help with the actionscript please. I only got as far as this: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical creationComplete=init() mx:Script ![CDATA[ import mx.events.CalendarLayoutChangeEvent; import mx.controls.Alert;

[flexcoders] Adding Quantity to Cart

2008-10-16 Thread Sal H.
I created this cart and now I'm trying to code the actionscript to handle all the capabilities. So far I am able to add items to the cart using an ArrayCollection. Now, I am having trouble adding the quantity according to what the numeric stepper indicates. I'm using a standard tilelist and the