[flexcoders] Is it possible to do this in Flex? (quick help needed, please!)

2006-07-31 Thread Larry Liang
Hi All, My company is currently evaluating the possibility of using flex as a very large project development tool. I've got a question here. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Is it possible to do this in Flex? (quick help needed, please!!!)

2006-07-31 Thread Larry Liang
Hi All, My company is currently evaluating the possibility of using flex as a very large project development tool. I've got a question from my boss. Please help me. Can we develop an application that runs on desktop(can be inside the standalong flash player). When the app first starts, it

[flexcoders] two direction binding and cairngorm

2006-06-09 Thread Larry Liang
As far as I know, in flex 2b3, if you use {} for data binding. it's a one way binding: source = {destination}. However, if you need the binding to work in two ways, do you do another one but switch the source and destination? The reason I ask this question is that in cairngorm, you can bind

[flexcoders] Flex 2b3 webservice returned error message --- usability issue?

2006-05-22 Thread Larry Liang
Yesterday, I developed a simple web app using cairngorm. I made a simple mistake when trying to use a coldfusion cfc through webservice. It seemed like if you serve a cf function as a webservice, all the variables declared with cfargument are requied, doesn't matter if you use requied="yes" or

[flexcoders] Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-15 Thread Larry Liang
Hi all, I just donwloaded the latest cairngorm framework for fb2 beta 3. I found that the viewhelper and viewlocator are still included in the package. I remeber (please correct me if I'm wrong) that these two classes are deprecated for flex 2. If this is the case, then suppose a command

[flexcoders] Re: How to subclass a singleton class ---- cairngorm issue --- Please help!!

2006-04-27 Thread Larry Liang
. Larry Liang To: flexcoders@ yahoogroups.com [EMAIL PROTECTED] cc: Sent by: Subject: [ flexcoders] How to subclass a singleton class flexcoders@yahoogroups.com cairngorm issue -- - Please help!! 04/27/2006 12:36 AM Please respond to flexcoders

[flexcoders] Binding with arrays in Flex 2 beta 2

2006-04-26 Thread Larry Liang
According to documentation, in Flex 1.5, you shouldn't bind your dataprovider to a raw array object, because array elements do not broadcast [ChangeEvent]. And therefore the flex controls won't update itself and refelct the changes. I just tried to bind an array object to a comboBox

[flexcoders] Re: Binding with arrays in Flex 2 beta 2

2006-04-26 Thread Larry Liang
; or myDataProvider.splice(3, 1); I wouldn't. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] com] On Behalf Of Larry Liang Sent: Wednesday, April 26, 2006 1:10 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Binding with arrays in Flex 2

[flexcoders] Flash remoting Gateway url

2006-04-05 Thread Larry Liang
Hi, Whenever you use flash remoting, you need to specify a URL for the remoting gateway. Usually it's something like http://www.mydomain.com/flashservices/ gateway/ However if I specify my gateway as followings, it does not work. Flash reported that the gateway can not be found.

[flexcoders] Cairngorm issue

2006-04-03 Thread Larry Liang
Hi, I'm trying to use cairngorm 2.0 design pattern to build a ria. Can someone explain a little bit about ModelLocator. It is a new component introduced in Cairgnorm 2. I was just wondering what it does and how should I use it. Thanks, Larry -- Flexcoders Mailing List FAQ:

[flexcoders] How to setup flash debug player

2006-03-27 Thread Larry Liang
Hi All, I was wondering that according to the documentation, if you install flexbuilder 2 beta 2, it will install a debug version of flash player 8.5. My question is if there is anything needs to be done before I can use the debugging functionalities. After I install the debug player, the

[flexcoders] How does flex save changes into database

2006-03-14 Thread Larry Liang
Hi, I'm new to flex and I was just wondering what's the best way to save changes made on the client side into database? With Flash MX, we can use dataset to keep track of all the changes and generate delta packet. But seems like flex works in a different way. So what's the best practice way