Re: ColdFusion/Flex RemoteObjects

2010-11-17 Thread Dave Watts
> RemoteObjects will not return. Just get a busy cursor. Running CF8/Flex 3.3. > Any help is appreciated. This could be almost anything. What happens if you add TraceTarget to your app and debug it? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Lea

Re: ColdFusion/Flex RemoteObjects

2010-11-17 Thread Jeffrey Battershall
Mike, More info is required here. Is Flash remoting support enabled in CF Admin? Are the CFC methods exposed remotely? Is the Flex app running in the same domain as CF? Why are you using Flex 3.3 instead of Flex 3.5? Have you tried using a Network sniffer like Charles? Are you capturing any

Re: Coldfusion + Flex

2009-08-21 Thread Gerald Guido
I would take a look at Flash Catalyst http://labs.adobe.com/technologies/flashcatalyst/ I took a 20% day to play with Flash Catalyst, Flash builder beta etc.. and ran into Ryan Stewart's screen cast. http://blog.digitalbackcountry.com/2009/05/flash-builder-and-flash-catalyst-betas-now-available

Re: Coldfusion + Flex

2009-08-21 Thread Agha Mehdi
Thank you all for great feedback. I went ahead and installed Flash Builder Beta and CF Builder Plugin for it. Things look good. I used Flex Builder 3 years ago so, wasn't sure what smart people were using in the new world. I prefer single IDE for all different platforms. Seems like this will do it

Re: Coldfusion + Flex

2009-08-21 Thread Mike Chabot
I have used both Flex Builder standalone and the Flex Builder Eclipse plug-in for substantial periods of time. The stand-alone Flex Builder is easier to use, unless you are already an experienced user of Eclipse. The reason it is easier to use is that a typical Eclipse install has all this extra s

Re: Coldfusion + Flex

2009-08-21 Thread Tom McNeer
As Andy says, no matter how you install it, if you run FlexBuilder, it's running as a plugin for Eclipse. The same is true for CFBuilder. It's just another Eclipse plug-in, no matter how you install it. So to handle both CF and Flex, you need some combination of Eclipse plug-ins, either FB and C

RE: Coldfusion + Flex

2009-08-21 Thread Andy Matthews
AM To: cf-talk Subject: Re: Coldfusion + Flex I have to pay for FB and than run it as a plugin for Eclipse. I don't like that approach. I'd rather use FB if I pay for it. Especially when CFBuilder is coming out and though, I haven't looked at the Beta but I'm hoping that it would be

Re: Coldfusion + Flex

2009-08-21 Thread Agha Mehdi
I have to pay for FB and than run it as a plugin for Eclipse. I don't like that approach. I'd rather use FB if I pay for it. Especially when CFBuilder is coming out and though, I haven't looked at the Beta but I'm hoping that it would be good enough for Flex. On Fri, Aug 21, 2009 at 9:29 AM, Jake

RE: Coldfusion + Flex

2009-08-21 Thread Jake Churchill
You can use Eclipse with a CFEclipse and FlexBuilder plugins. Personally I use Flexbuilder standalone for Flex and CFEclipse separately. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Agha Mehdi

Re: Coldfusion + Flex

2009-08-21 Thread Barney Boisvert
For the officially released products, FlexBuilder and CFEclipse (on Eclipse) or IntelliJ's counterparts. If you don't mind beta, FlashBuilder and CFBuilder (on Eclipse). I use the first pair personally. cheers, barneyb On Fri, Aug 21, 2009 at 9:22 AM, Agha Mehdi wrote: > > What is the most com

RE: Coldfusion + Flex

2009-08-21 Thread Will Swain
Combined - eclipse with cfeclipse plugin and flex builder plugin, at a guess. -Original Message- From: Agha Mehdi [mailto:aghaime...@gmail.com] Sent: 21 August 2009 17:22 To: cf-talk Subject: Coldfusion + Flex What is the most common and best IDE people are using for Coldfusion and F

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread Craigsell
You need to refresh the datagrid after the user submit comes back successful. Just fire the same function that populated the grid in the first place from the user input result handler. You can also do that in the CFC too. If the update is successfull, have the CFC retreive a fresh set of dat

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread Kim Hoopingarner
OK - I'm going about this problem from another angle. But I'm still scratching my head. Same scenario - 2 components within the app. I have a tab bar in the main app that users click to change to the different component views. I came up with the idea to have the tab bar (who calls the diff

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread Kim Hoopingarner
OK - I'm going about this problem from another angle. But I'm still scratching my head. Again- 2 components within the app. I have a tab bar in the main app that users click to change to the different component views. I came up with the idea to have the tab bar trigger an event - and the

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread KoldFuzun
Sorry for my last post. GMail didnt initially show me the whole thread so I didn't realize that had been answered. TJ On Sun, Mar 1, 2009 at 1:34 PM, KoldFuzun wrote: > Just to clarify, you need the data in the datagrid to match the database > real-time, so that other user's updating the data

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread KoldFuzun
Just to clarify, you need the data in the datagrid to match the database real-time, so that other user's updating the database also update every other user's UI? It's pretty rare for this need, so I just wanted to clarify that's what you truly require. TJ Downes On Sun, Mar 1, 2009 at 7:23 A

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread Mike Chabot
Maybe check out WebORB to see if it offers something to help. I don’t use that product, so I’m not sure. http://www.themidnightcoders.com/products.html To handle the issue of updating stale data, comparing checksums is a common way to detect if anything on the server changed. SQL Server has great

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread Dave Watts
> I like the LifeCycle - but is there a good host company out there that > supports this? I really doubt it - people who use LiveCycle typically use dedicated servers. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized in

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread Kim Hoopingarner
I like the LifeCycle - but is there a good host company out there that supports this? Thanks for any advice on this topic. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Tr

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread Dave Watts
> You bring up my concern that I didn't say at all... what if the data is > changed via another > person?  I want to be able to get that data too. For that, you need to use LiveCycle Data Services, or take the same approach that you would with any other web application - check some flag on the s

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread Kim Hoopingarner
> There are a few ways to do this, but the simplest way is to databind > the grid to a data structure inside of Flex and make sure that data > structure gets updated by the form submit. You can do the update > either at the same time as you submit the form, or you can wait for a > successful respo

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread Mike Chabot
There are a few ways to do this, but the simplest way is to databind the grid to a data structure inside of Flex and make sure that data structure gets updated by the form submit. You can do the update either at the same time as you submit the form, or you can wait for a successful response from t

Re: Coldfusion / Flex 3 Web Services or...

2009-03-01 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What about when the user submits the information utilizing the form in flex to have it make another trip to the component to acquire all data to be redisplayed in the data grid. I do this same thing however in my case, my datagrid is refreshed every

Re: Coldfusion Flex app help?!

2008-08-12 Thread David Wilson
>Use the Timer class and run your security call every X minutes on an >interval. > >!k > >We do something similar to Brad. When the user is doing things we have a >function that updates a login_security table to show they are still active. >We have a Scheduled task that checks the table and clears

RE: Coldfusion Flex app help?!

2008-08-08 Thread Kevin Aebig
Use the Timer class and run your security call every X minutes on an interval. !k -Original Message- From: Eric Haskins [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 8:56 AM To: CF-Talk Subject: Re: Coldfusion Flex app help?! We do something similar to Brad. When the user is

Re: Coldfusion Flex app help?!

2008-08-08 Thread Eric Haskins
We do something similar to Brad. When the user is doing things we have a function that updates a login_security table to show they are still active. We have a Scheduled task that checks the table and clears it once their last active reaches x amount of mins. To combat the Lockout we used our secur

Re: Coldfusion Flex app help?!

2008-08-08 Thread Brad Wood
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> >> Any suggestions or pointers as to how would be the best way to approach >> this would be welcome. > AJAX call to log them out triggered from the onUnLoad browser event (or > similar) ? Even that might not fire. You're go

Re: Coldfusion Flex app help?!

2008-08-08 Thread Tom Chiverton
On Friday 08 Aug 2008, David Wilson wrote: > Any suggestions or pointers as to how would be the best way to approach > this would be welcome. AJAX call to log them out triggered from the onUnLoad browser event (or similar) ? -- Tom Chiverton ***

Re: Coldfusion, flex, multi-instance setup and context root

2006-11-14 Thread Robertson-Ravo, Neil (RX)
As far as I know, a context root is the definition of an application within J2EE much like say a website in IIS terms or a application definition for ..NET in IIS. I think, that they must be unique. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, T

Re: ColdFusion->Flex Struct

2005-09-14 Thread Ryan Guill
try referring to the structure keys as all caps. Flex is case sensative, and I believe the keys come in as all capital letters. On 9/14/05, Greg Johnson <[EMAIL PROTECTED]> wrote: > I have a CFC that query's a database to return 1 person and then creates > a structure that has the individual fiel

Re: ColdFusion->Flex Struct

2005-09-14 Thread Fred Urban
Check with MM. A bug was found recently where MXML chokes on a struct due to the dot in the name. On 9/14/05, Greg Johnson <[EMAIL PROTECTED]> wrote: > > I have a CFC that query's a database to return 1 person and then creates > a structure that has the individual fields then return the struc

Re: ColdFusion->Flex Struct

2005-09-14 Thread Douglas Knudsen
I couldn't tell you as I am not using CF on the backend of Flex. but I can point you to this http://www.mail-archive.com/flexcoders%40yahoogroups.com that's teh flexcoders list archives. Someone just posted a large guide to using Flex/CF too. DK On 9/14/05, Greg Johnson <[EMAIL PROTECTED]> wrot