[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 serverthrough RemoteObject, andgetting 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 tofind outif it can be done with Flex,the component's skeletonis like below code snippet: To make this component reusable for different search cases likeCustomerSearch,OrderSearch, followingcontrols, functionshave to be worked out at runtime using an actionscript class that

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

2006-06-20 Thread Dong Lee
Hi, I'mcreating a generic Search componentthat 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 possible