[flexcoders] Cairngorm store example - newbie binding question #2

2009-11-27 Thread normc_actionscript
Thank you Tracy for answering my previous question. New one: Why is 'handler' bound to 'confirmOrder' in this snippet? util:Observe source={ ShopModelLocator.getInstance().orderConfirmed } handler={ confirmOrder } / confirmOrder is a function in the same file. Is it just a

[flexcoders] cairngorm store example - newbie binding question

2009-11-25 Thread normc_actionscript
Greetings Flex pros: In the modified cairngorm store (if you're familiar), file ProductsAndCheckoutControlBar.mxml, there's: mx:Image source={ getProductThumbnailsButton( model.workflowState ) } That function (getProductThumbnailsButton) is not marked as 'bindable' so how does the binding

RE: [SPAM] [flexcoders] cairngorm store example - newbie binding question

2009-11-25 Thread Tracy Spratt
example - newbie binding question Greetings Flex pros: In the modified cairngorm store (if you're familiar), file ProductsAndCheckoutControlBar.mxml, there's: mx:Image source={ getProductThumbnailsButton( model.workflowState ) } That function (getProductThumbnailsButton) is not marked