Re: Patch/update 9.0 help

2014-03-24 Thread Carl Von Stetten

Did you do a backup of your computer before the upgrade so you can 
revert?  If so, take a look at the Unofficial Updater 2 
http://www.uu-2.info/ to make the patching process a bit easier.

-Carl V.

On 3/21/2014 4:49 PM, Pete Ruckelshaus wrote:
 Awesome.  Ran the 9.01 updater and the CF service won't restart now.  This
 is why I don't update unless I have to.


 On Fri, Mar 21, 2014 at 6:56 PM, Russ Michaels r...@michaels.me.uk wrote:




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358072
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Displaying page loading message

2014-03-24 Thread fun and learning

All,

I have an issue with displaying a page loading message on a page with heavy 
database queries. My page has two frames, and I am trying to display loading 
message on the second frame. I am using cfflush to show the loading message but 
to no avail. The frame looks blank for 15 seconds and then loading message as 
well as data is displayed.

Can anyone advice what is the best approach to resolve this?


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358073
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Displaying page loading message

2014-03-24 Thread .jonah

Display a page with the loading message then a client-side (meta or 
js) redirect to the slow page.

On 3/24/14 1:53 PM, fun and learning wrote:
 All,

 I have an issue with displaying a page loading message on a page with heavy 
 database queries. My page has two frames, and I am trying to display loading 
 message on the second frame. I am using cfflush to show the loading message 
 but to no avail. The frame looks blank for 15 seconds and then loading 
 message as well as data is displayed.

 Can anyone advice what is the best approach to resolve this?


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358074
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Displaying page loading message

2014-03-24 Thread Jon Clausen

Do you see your your flush output in sequence when you hit the page in the 
frame directly? Some browsers handle the rendering of frames differently than 
individual pages and won’t display the frame content until loading is complete. 
 I suspect that may why your cfflush output isn’t rendering in sequence. 

Working with loading messages is a situation where AJAX really shines.  Any 
reason why that isn’t an option?

Jon

On Mar 24, 2014, at 4:53 PM, fun and learning funandlrnn...@gmail.com wrote:

 
 All,
 
 I have an issue with displaying a page loading message on a page with heavy 
 database queries. My page has two frames, and I am trying to display loading 
 message on the second frame. I am using cfflush to show the loading message 
 but to no avail. The frame looks blank for 15 seconds and then loading 
 message as well as data is displayed.
 
 Can anyone advice what is the best approach to resolve this?
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358075
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm