Page 10 of 23
Posted: Fri Oct 20, 2006 8:38 pm
by Thorsten1867
ts-soft wrote:Why not use "EC_ImagePluginOLE" by El_Choni. Only 1.96KB?
I've tried it, but I've some problems.
Posted: Sun Oct 22, 2006 5:05 pm
by Thorsten1867
Version 0.6.5
- User Tasks: Change a INI-File of the application
- Registration added / Internet page for registration
- Bitmaps in the format *.jpg and *.bmp allowed
Posted: Mon Oct 23, 2006 6:28 pm
by Vladi
Thorsten, I didn't realize that you are storing the data automatically upon closing, so this makes the thing a little bit less inconvenient; I still would prefer the normal Save / Save as... logic, but that's not so important.
More important is another issue I found, the pgm does not store a working directory (=pgm dir.) for additional pgm links. So the pgm might not find its environment.
Posted: Mon Oct 23, 2006 6:37 pm
by Thorsten1867
Vladi wrote:More important is another issue I found, the pgm does not store a working directory (=pgm dir.) for additional pgm links. So the pgm might not find its environment.
What do you mean? Can you give me an example.
The EasySetup works internal with relative paths.
Code: Select all
ProgDir$ = GetPathPart(ProgramFilename())
If ProgDir$ = #PB_Compiler_Home+"Compilers" : ProgDir$ = GetCurrentDirectory() : EndIf
Posted: Mon Oct 23, 2006 6:54 pm
by Thorsten1867
Vladi wrote:I still would prefer the normal Save / Save as... logic, but that's not so important.
I've found the default directory problem. The default directory for saving should be now the same as by loading.
Posted: Mon Oct 23, 2006 7:44 pm
by Vladi
When you select an additional pgm for the StartMenu shortcuts, generate the setup file and execute it, then the shortcut installed for this additional pgm does not have the working dir. specified; whereas the main pgm it has.
Posted: Mon Oct 23, 2006 10:11 pm
by Thorsten1867
Bugfixes 0.6.5c
Posted: Mon Oct 23, 2006 10:33 pm
by Vladi
Merci beaucoup, très bien. Mais une autre chose, ein anderer petit Käfer....
When the application gets uninstalled then the uninstaller does not delete any sub directory (below the installation directory) that has been created by the application itsself. Even when I mark the All files check box. But I think it should do so.
Posted: Tue Oct 24, 2006 6:08 am
by Thorsten1867
Vladi wrote:Merci beaucoup, très bien. Mais une autre chose, ein anderer petit Käfer....
When the application gets uninstalled then the uninstaller does not delete any sub directory (below the installation directory) that has been created by the application itsself. Even when I mark the All files check box. But I think it should do so.
That's a security problem (If someone installs a program without program directory in the root by mistake, ......

). Only subfolders will be deleted, which are installed by EasySetup. Add an empty Subfolder to the source directory.
Posted: Tue Oct 24, 2006 9:18 pm
by Thorsten1867
Version 0.6.6
- Bugfixes
- Automatic update of the source directory (user-defined)
Posted: Wed Oct 25, 2006 6:01 am
by GeoTrail
Hi Thorsten. Isn't the program free anymore?
I see there is a registration thingy there now.
I filled out the reg on your site and got a mail saying thanks for registering. But there is no serial in the mail. Do I have to pay for it?
Posted: Wed Oct 25, 2006 8:09 am
by Character
What I know is that it is still for free.
He just wants to know who is using his program I guess.
Btw: I my case the reg. key is not working.
Posted: Wed Oct 25, 2006 1:17 pm
by Thorsten1867
GeoTrail wrote:I filled out the reg on your site and got a mail saying thanks for registering. But there is no serial in the mail.
I have to work in the morning an hat no time to send you your registration key. Wait a minute, I'm on it!

Posted: Wed Oct 25, 2006 1:18 pm
by Thorsten1867
Bugfix: Registration (0.6.6b) 
Posted: Thu Oct 26, 2006 12:12 pm
by srod
Thorsten, I'm using the latest version and my image does not appear within the setup program.
I've tried with .tga and .bmp's.
Could be me being a banana head again!
**EDIT: ah it's only when I select zip as the archives format!