[flexcoders] playerProductInstall.swf file

2007-04-26 Thread Jim Pickering
. Yet other flex apps seems to run fine without requiring a download. Can anyone offer some info on this topic? Is there something I can do to get my app to work with the FP 9 that is already loaded on a user's machine? Thanks, Jim Pickering KCDevCore Manager

[flexcoders] Re: Coldfusion Version for FDS Data Push feature

2007-02-14 Thread Jim Pickering
need CF Enterprise (it works over RMI), if you want to do Messaging you'll need Event Gateways on the CF side and therefore CF Enterprise. Dirk. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Pickering Sent: Monday

[flexcoders] Coldfusion Version for FDS Data Push feature

2007-02-12 Thread Jim Pickering
Can someone verify for me if I can push data with FDS Express and Coldfusion MX 7.0.2 Standard edition or do I need CFMX 7.0.2 Enterprise edition to make that happen? Thanks, Jim

[flexcoders] Combobox displays [Object object], not States

2007-01-18 Thread Jim Pickering
In my code, below, if I change Combobox to Datagrid, the data loads just fine. But as a Combobox I get the exact number of records returned from my database table, but [Object object] in the Combobox. What am I missing? ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] Re: Combobox displays [Object object], not States

2007-01-18 Thread Jim Pickering
be the value to use in place of name in the above example. --- In flexcoders@yahoogroups.com, Jim Pickering jackofwebtrades@ wrote: In my code, below, if I change Combobox to Datagrid, the data loads just fine. But as a Combobox I get the exact number of records returned from my

[flexcoders] Preventing two or more people from filling out a form at the same time

2007-01-16 Thread Jim Pickering
Can someone lead me to some Flex 2 documentation that explains how prevent two or more people from filling out a form at the same time? I am building a Flex 2 based Intranet application that uses FDS to push data changes to all of the clients. If one user is filling out a form, I want that form to

[flexcoders] Anyone Using a Remote CF Server with Flex 2, Remoting?

2007-01-11 Thread Jim Pickering
to this mystery. I'm not the type that likes to get super deep into the why and how it works. I just want it to work so I can start developing my Flex 2/CF app. Thanks, Jim Pickering

[flexcoders] Re: Anyone Using a Remote CF Server with Flex 2, Remoting?

2007-01-11 Thread Jim Pickering
--- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote: AFAIK, the swf has to be served from the same box you remote to. DK On 1/11/07, Jim Pickering [EMAIL PROTECTED] wrote: [RPC Fault faultString=[MessagingError message='Unknown destination'Coldfusion'.'] faultCode

[flexcoders] Re: Anyone Using a Remote CF Server with Flex 2, Remoting?

2007-01-11 Thread Jim Pickering
) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Pickering Sent: Thursday, January 11, 2007 12:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Anyone Using a Remote CF Server with Flex 2, Remoting? [RPC Fault faultString

[flexcoders] Re: Anyone Using a Remote CF Server with Flex 2, Remoting?

2007-01-11 Thread Jim Pickering
I have resolved this issue. I got Flex 2 working with a remote CF server. I learned two things: 1) services-config.xml must be configured with the domain name that you are using, without {context-root} in the path. Here is an example: The default is this: endpoint