PBProject - PB project manager - Ver. 1.0.0.370

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post 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
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post by DevilDog »

Walker, thanks I'll take a look at that. It should be using that technique.
When all is said and done, more is said than done.
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

can confirm that.... every time it opens in the left top corner...
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post by DevilDog »

I'll take a look at it. thanks
When all is said and done, more is said than done.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Defaults for new projects also not saved. I think you use absolute Paths, the
not exist on german or other system?
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post 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!
When all is said and done, more is said than done.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post 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
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post by DevilDog »

Thanks, I'll take a look at it.
When all is said and done, more is said than done.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: Update

Post 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
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post 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.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

After testing PBProject I get all time a jaPBe - Resource Errror.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post 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!
When all is said and done, more is said than done.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post 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
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post 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.
When all is said and done, more is said than done.
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post 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!
When all is said and done, more is said than done.
Post Reply