Vista bluescreen, misc bug reports.

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
OmahaJohn
Posts: 8
Joined: Thu Jan 17, 2008 6:38 pm
Location: Omaha, NE, USA

Vista bluescreen, misc bug reports.

Post by OmahaJohn »

I want to start by saying great product! I love using WeBuilder.

At work, I'm still on the trial. At home, I do have the personal edition registered already.

On to my bugs list. I've done a little searching and not come up with a previous report. I get blue screens of death when I 'whoopsy' and click Preview. Not because it has trouble drawing the preview, but because I immediately click back to the code editor. If it tries to render the preview while on the code editor tab, Windows Vista (Business) blows up.

I have seen other reports of the issue where it has trouble writing to data (I forget the exact error message), and it seems like it's usually when I'm highlighting code. Normally, if I click somewhere after I hit 'ok' to the error, it highlights to that point, and then continues working normally. Today, for the first time, I had it giving me the error every time I clicked, so I had to alt+f4 to close the app, and start over. Not a huge deal, it let me save, but maybe that will help you track it down.

if I put in opening PHP tags, which I have set to "[less than][questionmark]php" it thinks I'm typing a function named "php_whatever_here" and pops up the list of likely autocomplete candidates.

That's all I've got for now! Thanks for an excellent product. :)
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Post by Gatis »

I am afraid I could not reproduce the problem here with the preview on Vista Business. Does it happen always? If so, please write to out support email with detailed steps. Thanks!

The second problem seems the same issue others are experiencing. We will have a version where you can enable debugging soon, so there are chances we will be able to track this down and fix it.

Do you mean the php auto complete fires up when you have "<php|" ? Also could not reproduce this at the moment. Do you have your version updated to the latest available?
OmahaJohn
Posts: 8
Joined: Thu Jan 17, 2008 6:38 pm
Location: Omaha, NE, USA

Post by OmahaJohn »

Gatis wrote:I am afraid I could not reproduce the problem here with the preview on Vista Business. Does it happen always? If so, please write to out support email with detailed steps. Thanks!
I haven't been able to duplicate with the full version. May be an old issue.
Gatis wrote:The second problem seems the same issue others are experiencing. We will have a version where you can enable debugging soon, so there are chances we will be able to track this down and fix it.
Cool enough! No further gripe there.
Gatis wrote:Do you mean the php auto complete fires up when you have "<php|" ? Also could not reproduce this at the moment. Do you have your version updated to the latest available?
Take a peek at http://i248.photobucket.com/albums/gg16 ... xample.png for an example.

Another, likely more important issue... My "Code Explorer" doesn't show all functions. I have a PHP include file with about 1,400 lines of code presently, and maybe 1/3rd of the functions show up as functions in the code explorer. In addition, it wont show or update the function list in the code explorer until a MouseOver() event, which seems like it should be running on KeyPress and form activation, rather than MouseOver of the code explorer. For example of missing entries, see: http://i248.photobucket.com/albums/gg16 ... ample2.jpg
Post Reply