Page 2 of 3

Posted: Thu May 03, 2007 11:41 pm
by ts-soft
The window opens allways top left on my desktop, Can't find any configfile!

A language-file would usefull, to translate the tooltips

Posted: Thu May 03, 2007 11:46 pm
by DevilDog
Walker, thanks I'll take a look at that. It should be using that technique.

Posted: Thu May 03, 2007 11:46 pm
by walker
can confirm that.... every time it opens in the left top corner...

Posted: Thu May 03, 2007 11:49 pm
by DevilDog
I'll take a look at it. thanks

Posted: Fri May 04, 2007 1:44 am
by ts-soft
Defaults for new projects also not saved. I think you use absolute Paths, the
not exist on german or other system?

Posted: Fri May 04, 2007 7:22 pm
by DevilDog
Hi all,
I've made some updates to PBProject.

I have corrected some path issues, which should take care of saving settings in the defaults windows.

I have added the width and height of the main window to the saved settings.

I have fixed a couple of paths that were hard coded (compiler and editor).

I have added a History page to the help file.

You can get the latest version (230) here:

File:1->PBProjectSetup.zip
Image

I'm still looking at a couple of the other suggestions made.

Please keep using it and I'll keep trying to make it better. I've got a really neat feature I'm thinking of adding but I've got to figure out how to make it work first. :-)

Thanks!

Posted: Sat May 05, 2007 8:55 am
by ts-soft
Saving of position works :D

A small bug with "New Project Defaults". The result of browse-button is ignore, but if i paste the path, it works.

greetings
Thomas

Posted: Sat May 05, 2007 11:37 pm
by DevilDog
Thanks, I'll take a look at it.

Re: Update

Posted: Sun May 06, 2007 12:32 am
by Thorsten1867
DevilDog wrote:Also, I'm a big fan of EasySetup, I used it for the setup of PBProject, and it occurred to me that I might be able to incorporate EasySetup with PBProject, so that once PBProject compiles successfully, it can call EasySetup with the name of the Project so that all you have to do is update the version number and click "Create".
I like your ideas. :D

Posted: Sun May 06, 2007 10:46 am
by Num3
I like this :)

I've noticed that it has a very slow refresh rate...
I can see all gadgets being draw on the windows :(
Maybe it's something in the window callback you're using.

Posted: Sun May 06, 2007 12:47 pm
by Thorsten1867
After testing PBProject I get all time a jaPBe - Resource Errror.

Posted: Mon May 07, 2007 4:40 pm
by DevilDog
Num3 and anyone else seeing a slow window display, can you download the following file:

File:1->pbproject.zip
Image

It's the PBProject exe with the callback code removed to see if that fixes the window refresh issue.

Thorsten, can you tell me what the jaPBe error message was and what you were doing at the time you got it?

Thanks!

Posted: Mon May 07, 2007 5:56 pm
by Thorsten1867
DevilDog wrote:Thorsten, can you tell me what the jaPBe error message was and what you were doing at the time you got it?
I create a project PBProject. Later I tried to compile my program with JaPBe (without PBProject) and always a error message (Porc: .......) is displayed.

Image

Posted: Mon May 07, 2007 8:53 pm
by DevilDog
Thorsten,
It looks like jaPBe is using the .rc file that PBProject created and it is finding the version number blank (it is finding a "," instead of a version number).

Are those the settings that you reported that PBProject is having trouble saving?

Also, you can open the .rc file in notepad and add the version numbers to verify if that is what is causing the error.

Posted: Mon May 07, 2007 11:02 pm
by DevilDog
Hi All,
I have updated PBProject to include the following changes:

- Fixed: When changing to a different "recent" project, the old projects settings were not cleared out of the "Project Settings" window.
- Fixed: Fixed the "browse" button used to set the icon in the "Project Settings" window.
- Fixed: Fixed the slow refresh of various windows when first displayed.
- Changed: The "Find" button to simply display a "Not yet implemented" message.

Can anyone verify if the slow refresh window problem is corrected with this build?

The new version is 1.0.0.244 and you can get it here:

File:1->PBProjectSetup.zip
Image

Thanks!