[flexcoders] Re: Flex 2.0 Deployment with Remote Coldfusion Server

2006-08-01 Thread nigasak
Hi, a quick answer for your questions maybe would be: Question 1. Dev with Flex Locally and Link to a CF Server Remotely. (I can get to the Server with RDS Plug-in) I get this to work using this information found on Mike Nimer blog: public var cSet:ChannelSet; public function initApp() { cSet

[flexcoders] passing VOs using ColdFusion Event gateway Adapter

2006-07-28 Thread nigasak
I am using CF Event Gateway Adapter, having a Producer from a flex App that sends messages to the CF Gateway, and a consumer in another Flex App, that is suscribed to the messages generated by the CF Gateway. Hi, I've been trying to do it without success, I have a RequerimientoVO Object with i

[flexcoders] Re: Embbeding a Flash CFReport inside a Flex App

2006-07-25 Thread nigasak
to a flex > > app, the swf is relatively very small, and when you scale it, it scaled the > > whole thing, making for a very large FlashPaper toolbar. > > > > Maybe this will point you in the right direction if you can figure out a > > solution to scaling problem. If y

[flexcoders] Embbeding a Flash CFReport inside a Flex App

2006-07-23 Thread nigasak
Hi everybody, does anyone knows How to include a ColdFusion Flash Paper Report inside a Flex App? Yahoo! Groups Sponsor ~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA

[flexcoders] Including a CFReport swf in a Flex App

2006-07-23 Thread nigasak
Hi, I want to include a Flash generated Report from CF, into a Window of a Flex 2 App, Please Help me, Thanks in advance. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.co

[flexcoders] Re: Data Paging without FDS

2006-07-22 Thread nigasak
--- In flexcoders@yahoogroups.com, "Kelly Birr" <[EMAIL PROTECTED]> wrote: > > What mid-tier technology do you use? > > - Kelly > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of nigasak &g

[flexcoders] Data Paging without FDS

2006-07-21 Thread nigasak
Is it posible Data Paging without FDS?, I've been reading docs and there is no real answer for this. Maybe someboy knows. Yahoo! Groups Sponsor ~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLS

[flexcoders] Re: can I use older ver of CF with Flex 2

2006-07-14 Thread nigasak
Flex 2 works with AMFPHP, and since AMFPHP is based in AMF prevoius version, I think that you can do this with CF too . http://www.jessewarden.com/archives/2005/12/amfphp_10_works.html http://www.adobe.com/devnet/flex/articles/flex2_amfphp_print.html ...But, Why would you want to do this? --- I

[flexcoders] Re: Remote Developement Help

2006-07-14 Thread nigasak
> > Scott Stroz has a post about this: > "Flex Builder 2/Mystic and Multiple URLs on one server" > http://www.boyzoid.com/blog/index.cfm/2006/3/24/Flex-Builder-2Mystic-and-Multiple-URLs-on-one-server > > -Original Message- > From: flexcoders@yahoogroups.co

[flexcoders] Re: Remote Developement Help

2006-07-14 Thread nigasak
cts from ColdFusion started to work like a charm. :-) So happy about it. --- In flexcoders@yahoogroups.com, "nigasak" <[EMAIL PROTECTED]> wrote: > > Hi, I tested succesfully ColdFusion MX 7.0.2 And Flex Builder 2 with > Remoting on my local box. But now I would like to know

[flexcoders] Remote Developement Help

2006-07-13 Thread nigasak
Hi, I tested succesfully ColdFusion MX 7.0.2 And Flex Builder 2 with Remoting on my local box. But now I would like to know How can I configure Flex Builder 2 on my local box to talk to Remote Objects on my ColdFusion Development server. I mean, my ColdFusion Server is not in my local Box. Please H