CF makes it easy enough to do Ajax requests. Why not just make the request, asynchronously, and then alert the user when done. That gives you the same result basically - not slowing the user down while a slow process works.
On Jan 30, 2008 11:42 PM, Steve Onnis <[EMAIL PROTECTED]> wrote: > > Dynamically > > The debug is coming from an included file and I cant use cfflush in it so am > trying a few different ideas > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > Of Andrew Scott > Sent: Thursday, 31 January 2008 4:41 PM > To: [email protected] > > Subject: [cfaussie] Re: CFWINDOW question > > > No... Is it dynamically loaded content or embedded in the template content? > > > > Andrew Scott > Senior Coldfusion Developer > Aegeon Pty. Ltd. > www.aegeon.com.au > Phone: +613 9015 8628 > Mobile: 0404 998 273 > > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > Of Steve Onnis > Sent: Thursday, 31 January 2008 4:38 PM > To: [email protected] > Subject: [cfaussie] CFWINDOW question > > > Is it possible to use CFFLUSH when using CFWINDOW? > > I want some progress information to display inside the window but it seems > to show the progress animation until the whole page has completed > > Steve > > > > > > > > > > -- =========================================================================== Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
