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

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

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

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