Ok, then look at extJS and its progress bar widget...
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: Friday, 1 February 2008 11:34 AM To: [email protected] Subject: [cfaussie] Re: CFWINDOW question Not really a progress thing is it. Basically uploading a zip file with a heap of hi res images, resizing them and then creating thumbnails also. Thats a bit of time and I dont want the user to be sitting there thinking its stuck. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Friday, 1 February 2008 10:16 AM To: [email protected] Subject: [cfaussie] Re: CFWINDOW question Steve, Why not mask the content with a loading div until the content is loaded? Look at extJS.com for how they do it. It is the best form of letting the user know to wait until it has finished, but can still browse other information on the site while it happens. 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: Friday, 1 February 2008 4:17 AM To: [email protected] Subject: [cfaussie] Re: CFWINDOW question Hi Ray The application I am working with has the pages submitting to themselves and the pages have wrappers already around them for the HTML pages which is why I didn't want to do it like that. Also I still have the issue of the page continually displaying the progress image until the page has fully completed loading not taking into account the flushing of the progress messages. Steve -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Camden Sent: Friday, 1 February 2008 1:54 AM To: [email protected] Subject: [cfaussie] Re: CFWINDOW question 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 -~----------~----~----~----~------~----~------~--~---
