[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

[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;