Re: [flexcoders] Re: Developing Flex against CF Server

2008-01-03 Thread hua waveland
Dale, you can use runtime definition without the services-config.xml. please see Mike Nimer's blog for details: http://blog.mikenimer.com/index.cfm/2007/1/10/Bye-bye-services HUa On Jan 2, 2008 11:01 PM, Dale Fraser <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Thanks > > > > So do you need to

Re: [flexcoders] Flex Remoting

2007-09-14 Thread hua waveland
Hello Giles, for you second question, you can setup channels at run time // setup coldfusion AMFChannel private function setupCFChannel():void{ cSet = new ChannelSet(); var customChannel:Channel = new AMFChannel("my-cfamf", "ht

Re: [flexcoders] Re: for FDS beginners

2007-08-30 Thread hua waveland
ul > > can u please send me the files where u have created such > applications... > Thanks in advance > > --- In flexcoders@yahoogroups.com , "hua > waveland" <[EMAIL PROTECTED]> > wrote: > > > > http://www.onflexwithcf.org/index.cfm/LCDS > >

Re: [flexcoders] for FDS beginners

2007-08-29 Thread hua waveland
http://www.onflexwithcf.org/index.cfm/LCDS has a few good examples (with source code) on FDS/LCDS and coldfusion. On 8/29/07, Charu <[EMAIL PROTECTED]> wrote: > > Hello , > > I am a newbie to FDSand was trying out my hands on FDS,jrun and > coldfusion...i tried some code so as to create chan

Re: [flexcoders] Flex and spell check?

2007-05-16 Thread hua waveland
you may want to check out Hilary Bridel's FlexSpellCheck Component, pretty cool. http://www.bridel.org/?p=22 Hua On 5/16/07, bitfacepatrick <[EMAIL PROTECTED]> wrote: I need to add spell check functionality to my Flex project. Has anyone had any success implementing this type of functionalit