This is very interesting.  A fellow developer had this "error" the other day
when using it to end data back - in FF it worked AOK and it showed the
messages flowing one by one, but in IE it just waited till all the data was
available (or what seemed like it) and then displayed it!





"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-----Original Message-----
From: Raymond Camden
To: CF-Talk
Sent: Thu Feb 22 20:27:31 2007
Subject: Re: cfflush

Are you using IE? IE has a "feature" where it won't display stuff
until it gets "enough" content. So I've used this in the past:

<cfoutput>#repeatString(" ",250)#</cfoutput>

It has no real impact on the layout (multiple spaces will turn into
one space), and it seems to trick IE into actually showing something.

On 2/22/07, Tim Stutzman <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am having trouble with cfflush. Basically I have some queries running
and would like to output a message when each query is done. The problem is
that the output doesn't occur until all queries are done.  I am using
cfflush but it seems to have no effect.
>
> Thanks
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270524
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to