Tricking users/progress bar

2003-03-07 Thread stas
I am calling a page that itself contains a CFHTTP call to an external resource that takes about 10-15 seconds to process. The problem is that nothing is displayed on the page until that processing is complete. What can I do to give a user some indication that something's going on instead of a

RE: Tricking users/progress bar

2003-03-07 Thread Raymond Camden
/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 9:28 AM To: CF-Talk Subject: Tricking users/progress bar I am calling a page that itself

RE: Tricking users/progress bar

2003-03-07 Thread Raymond Camden
To: CF-Talk Subject: RE: Tricking users/progress bar Use CFFLUSH... Example: Please stand by while I do crap cfflush Be aware that there is a 'feature' of IE where it will only display HTML when the request is completely done, or it gets 'enough' HTML. So, that line I have in my

RE: Tricking users/progress bar

2003-03-07 Thread Tony Weeg
, 2003 11:18 AM To: CF-Talk Subject: RE: Tricking users/progress bar It has been pointed out that my choice of words below were a bit... off... sorry folks, didn't even realize! (This is what happens when I type faster than I think

RE: Tricking users/progress bar

2003-03-07 Thread Raymond Camden
is the Force, and a powerful ally it is. - Yoda -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 10:35 AM To: CF-Talk Subject: RE: Tricking users/progress bar ray have you made cfflush perform correctly on IE? I have not. I have

Re: Tricking users/progress bar

2003-03-07 Thread charlie griefer
Tony Weeg writes: ray have you made cfflush perform correctly on IE? I have not. I have tried with showing results from a query, populating rows of a table, and to my surprise, the page just waited to display the entire thing, no flushy flushyjust one big dump ? does anyone have a

RE: Tricking users/progress bar

2003-03-07 Thread Brian Ledwith
[mailto:[EMAIL PROTECTED] -- Sent: Friday, March 07, 2003 11:35 AM -- To: CF-Talk -- Subject: RE: Tricking users/progress bar -- -- ray have you made cfflush perform correctly on IE? -- -- I have not. I have tried with showing results from a query, -- populating rows of a table, and to my surprise

RE: Tricking users/progress bar

2003-03-07 Thread Ben Doom
out that IE sucks. :-) -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: Tony Weeg [mailto:[EMAIL PROTECTED] : Sent: Friday, March 07, 2003 11:35 AM : To: CF-Talk : Subject: RE: Tricking users/progress bar : : : ray have you made cfflush

RE: Tricking users/progress bar

2003-03-07 Thread Everett, Al
Feh. We're all adults here, aren't we? Personally, I find the juxtaposition of CFDUMP and CFFLUSH to be quite amusing. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 11:18 AM To: CF-Talk Subject: RE: Tricking users/progress bar

RE: Tricking users/progress bar

2003-03-07 Thread Raymond Camden
[mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 11:03 AM To: CF-Talk Subject: Re: Tricking users/progress bar Tony Weeg writes: ray have you made cfflush perform correctly on IE? I have not. I have tried with showing results from a query, populating rows of a table, and to my

RE: Tricking users/progress bar

2003-03-07 Thread Raymond Camden
Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 11:00 AM To: CF-Talk Subject: RE: Tricking users/progress bar IE waits for the 1st 1000 or so characters before