Did you see my note about 'tricking' IE? Sometimes you have to send
extra text - that's why I use repeatString(" ",200) before my cfflush.
As for a working examples, go to the Example Apps and look for the
CFFlush example. If you are using CF5, I believe the example was
accidently hidden, but can be found in a folder called magicnumbers.

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia

Email    : [EMAIL PROTECTED]
Blog     : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

"My ally 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 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 flushy....just 
> one big dump ?  does anyone have a working example?
> 
> thanks
> 
> ...tony
> 
> Tony Weeg
> Senior Web Developer
> UnCertified Advanced ColdFusion Developer
> Information System Design
> Navtrak, Inc.
> Mobile workforce monitoring, mapping & reporting 
> www.navtrak.net 410.548.2337 
> 
> -----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
> 
> 
> 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. ;)
> 
> ==============================================================
> =========
> Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
> Member of Team Macromedia
> 
> Email    : [EMAIL PROTECTED]
> Blog     : www.camdenfamily.com/morpheus/blog
> Yahoo IM : morpheus
> 
> "My ally is the Force, and a powerful ally it is." - Yoda 
> 
> > -----Original Message-----
> > From: Raymond Camden [mailto:[EMAIL PROTECTED]
> > Sent: Friday, March 07, 2003 9:50 AM
> > 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 example would NOT 
> > work if you didn't have enough HTML above it. If you find 
> > this happening, add a:
> > 
> > #repeatString(" ",200)#
> > 
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to