Fixed ! (Version 0.6.6c)srod wrote:Thorsten, I'm using the latest version and my image does not appear within the setup program.
**EDIT: ah it's only when I select zip as the archives format!
PB EasySetup - Setup maker for your program
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
I don't understand, what you mean.GeoTrail wrote:I see the registration is gone from the program now.

Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
When I click the Help menu, the Register and Input Registration menus are gone. After I registered the program on the previous version those two menus got disabled.Thorsten1867 wrote:I don't understand, what you mean.GeoTrail wrote:I see the registration is gone from the program now.
See the screenshot

I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
You're registered. The two menu items are no longer needed.GeoTrail wrote:When I click the Help menu, the Register and Input Registration menus are gone. After I registered the program on the previous version those two menus got disabled.
If you delete the entries in the 'EasySetup.ini', they will appear again.

Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
That's a problem. The program don't know, whether a project is empty or not. I only check whether a project name exists to save the changes automaticly.GeoTrail wrote:I see
Maybe you can add a feature that checks whether there is a project loaded or a none saved project? Each time I click on exit it asks if I want to save, even though there is nothing entered in the program.
Use the [X] button to abort the program.
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Couldn't you add a global variable and when one of the editbox or other things in the program changes you add the value Modified = 1, then you can check that variable when you click the exit button.
Code: Select all
If Modified = 1
; Ask to save the project here.
EndIf
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
@GeoTrail
There are circa 50 items (+ user tasks) to check. A a lot of work for nearly nothing. If I'm bored, I will think about it.
In the moment a lot of work is waiting to to insert file version check and the registration of ActiveX DLL's.
There are circa 50 items (+ user tasks) to check. A a lot of work for nearly nothing. If I'm bored, I will think about it.
In the moment a lot of work is waiting to to insert file version check and the registration of ActiveX DLL's.
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Oh no, kerosine tastes terrible. I prefer black tea.Character wrote:I bet Thorsten is running on kerosine.. that man keeps on going..

Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
changed: I use now the application title and the version (e.g. 'EasySetup 0.6.7')Vladi wrote:For the entry in the Windows / Software / Installed pgms dialog you use the file name (of the main file) as basis; but I think this should be the application title, when the app has multiple files the filename is not quite suitable.
Wait for the next version.

Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]