Preview doesn't display changes

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
TedSch
Posts: 2
Joined: Sat May 05, 2007 4:04 pm
Location: Columbus, Ohio USA
Contact:

Preview doesn't display changes

Post by TedSch »

I am using RapidePHP, 7.4.0.70.

I can't always get to display the changes that I just made. Sometimes it shows the previous version, particularly if I save first. Then if I make little change, like adding a space, without saving, then clicking on the preview tab will show all of the changes. Then if I save, I get the old version of the web page.

This forces me to constantly upload to my test site in order to reliably view the changes. It appears that when the preview knows there is an unsaved change, it pulls the preview code from the code editor window. When there is no change, it pulls the preview from a cached file that doesn't seem to get updated correctly. :roll:

This affects the split screen modes too. You're not always sure what you'll get when you click the refresh button.

(I think there is a similar post on Feb 12, 2007 but no replies)
TedSch
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

What if you try external browser preview?

What if you try FireFox preview?

Also have you checked this out:
http://www.blumentals.net/rapidphp/faq. ... pd_preview
Karlis Blumentals
Blumentals Software
www.blumentals.net
TedSch
Posts: 2
Joined: Sat May 05, 2007 4:04 pm
Location: Columbus, Ohio USA
Contact:

Preview doesn't display changes - fixed

Post by TedSch »

Karlis, thanks for pointing me in the right directions. I didn't think about settings in IE affecting the preview. For others reading this post here's the informaton:

Frequently Asked Questions
The internal preview does not refresh.
Open Internet Explorer, on the Tools menu, click Internet Options. On the General tab, below the home page options, locate Temporary Internet Files section and click Settings. Select Every visit to the page and click OK.
TedSch
dave521r
Posts: 5
Joined: Fri Aug 24, 2007 2:10 am

Re: Preview doesn't display changes

Post by dave521r »

Previewing in a browser is important, in fact, more than one browser. However, it is more convenient to preview changes (especially small ones) in the Preview window. This should happen if the file is saved but it doesn't.

Is there some way to do that without closing the file and reloading it?
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Post by chrisjlocke »

The preview window should refresh after 3 seconds (which is also configurable in the options).
Have you tried pressing F5 to force a refresh?
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

if my edit/preview habits were a poorly written bit of script, it'd be like this:

Code: Select all

webuilderdocument.onchange( ctrl+s, alt+tab, ctrl+r, checkyouredit()   )

checkyouredit(){
  if (looksgood!){
      if ("I don't care about any other browsers"){
            alt+tab, next edit 
      }
      elseif ("I'm gonna check it in all browsers") {
            alt+tab+tab, ctrl+r, checkyouredit() 
      }
  
  }
  elseif (looksbad!){
      alt+tab, ctrl+z
  }
}
I don't use the builtin preview function. save, tab, refresh is faster than 3 seconds! ;)
dave521r
Posts: 5
Joined: Fri Aug 24, 2007 2:10 am

Re: Preview doesn't display changes

Post by dave521r »

The refresh timer doesn't seem to work. I changed the option to 1 sec.

F5 does work. Thanks!
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

You can not use 1 second for refresh timer, it must be more than that. Also as I just tested it, it does work, not sure why it does not work for you.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply