Page 11 of 23

Posted: Thu Oct 26, 2006 1:18 pm
by Thorsten1867
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!
Fixed ! (Version 0.6.6c)

Posted: Thu Oct 26, 2006 1:20 pm
by srod
Nice one. Thanks.

Posted: Thu Oct 26, 2006 1:22 pm
by GeoTrail
I see the registration is gone from the program now.
This has got to be the most frequently updated program in history ;)

Posted: Thu Oct 26, 2006 1:24 pm
by srod
GeoTrail wrote:I see the registration is gone from the program now.
This has got to be the most frequently updated program in history ;)
I don't know; egrid is giving EasySetup a good run for its money on that score! :lol:

Posted: Thu Oct 26, 2006 1:25 pm
by Thorsten1867
GeoTrail wrote:I see the registration is gone from the program now.
I don't understand, what you mean. :?:

Posted: Thu Oct 26, 2006 1:35 pm
by GeoTrail
Thorsten1867 wrote:
GeoTrail wrote:I see the registration is gone from the program now.
I don't understand, what you mean. :?:
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.

See the screenshot
Image

Posted: Thu Oct 26, 2006 1:39 pm
by Thorsten1867
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.
You're registered. The two menu items are no longer needed.
If you delete the entries in the 'EasySetup.ini', they will appear again. :D

Posted: Thu Oct 26, 2006 1:43 pm
by GeoTrail
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.

Posted: Thu Oct 26, 2006 1:54 pm
by Thorsten1867
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.
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.
Use the [X] button to abort the program.

Posted: Thu Oct 26, 2006 3:07 pm
by GeoTrail
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

Posted: Thu Oct 26, 2006 3:28 pm
by Character
GeoTrail wrote:This has got to be the most frequently updated program in history ;)
Hehehe
I bet Thorsten is running on kerosine.. that man keeps on going.. :o

Posted: Thu Oct 26, 2006 3:32 pm
by Thorsten1867
@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.

Posted: Thu Oct 26, 2006 3:40 pm
by Thorsten1867
Character wrote:I bet Thorsten is running on kerosine.. that man keeps on going.. :o
Oh no, kerosine tastes terrible. I prefer black tea. 8)

Posted: Sun Oct 29, 2006 10:01 pm
by Vladi
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.

Posted: Mon Oct 30, 2006 10:23 am
by Thorsten1867
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.
changed: I use now the application title and the version (e.g. 'EasySetup 0.6.7')

Wait for the next version. :wink: