[flexcoders] Problem with Cairngorm and RemoteObject

2006-08-20 Thread Dong Lee
Hi,   Not using ColdFusion I'm trying to retrieve login related data from the server through RemoteObject, and getting this fault error message faultCode:InvokeFailed faultString:'[MessagingError message='Unknown destination 'mylogin'.']' faultDetail:'Couldn't establish a connection to

[flexcoders] Reusable Component / Object Oriented Program

2006-07-03 Thread Dong Lee
I'd like to find out if it can be done with Flex, the component's skeleton is like below code snippet:     To make this component reusable for different search cases like CustomerSearch, OrderSearch, following controls, functions have to be worked out at runtime using an actionscript cla

[flexcoders] Is it possible to replace UI controls in mxml at runtime?

2006-06-20 Thread Dong Lee
Hi,   I'm creating a generic Search component that contains few buttons, a form, say 'formSearch' to capture the search parameters. Using the component I need to serach on persons, accounts, transactions etc.  and have separate PersonSearch, AccountSearch, TransactionSerach   1. Is it pos