Hello,
the new LOGO-Editor Release 1.1
Maybe Antonio can add it to the Tool-section ?
A complete Solution, to test Your Logos with any Size and Position on different Window-backgrounds.
As well a Dialog-test from Code and Resource is included, to detect any transparent or painting Problems.
The tool is intensive tested, but because it is very complicated, let me know if there is something still not working !!!
To create a EXE-file, please check Versions and Path inside the MAKE-file !
HBDIR=e:\xharbour
BCDIR=e:\bcc63
FWDIR=e:\fwh
To compile use : Go.bat
Maybe You like any of the included Logo-templates
Download ( 11 MB ) :
http://www.pflegeplus.com/fw_downloads/Logoedit1.zip
Selections and Settings from the Ribbonbar :
Before You want to create a EXE-file, You have to select the FWH-release
because of the change :
c_path := GETCURDIR()
use in older FWH-versions
c_path := CURDRIVE() + ":\" + GETCURDIR()
As well You have to select, if You want to create a Dialog from Code or Resource.
Groups :
1. Window Background-selection
2. Dialog Background-selection
3. Logo Selection
4. Saves and Restore Values / Settings to/from INI-file
Painters ( selection ) for :
5. Window-brushes : Color, Gradient, Bmp, Image
6. Dialog-brushes : Color, Gradient, Bmp, Image
Logo in Design-mode
7. Logo-resize
8. Logo-centered
9. Logo-move
Dialog-test from CODE and RESOURCE
10. Dialog-controls : testing transp. of Groups, TFolderex, Says, Radios ...
11. Create PRG- and EXE-files
12. from inside the created EXE-file, You can change the Dialog-background
Included :
GDI-View and Pixelformer.
The Main-screen with Logo-preview
The Dialog
The Painter
The Created Exe ( Main ) :
and included Dialog :
Best Regards
Uwe