FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New Background-Tools release 3.0 => Download
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM

New Background-Tools release 3.0 => Download

Posted: Sat Nov 08, 2008 08:58 PM
Hello,

I finished the new release of the background-tools.
Many new functions are added.

2.0b
-----
( Enable Alpha-channel-BMP for Window => AND Dialog display fixed )
For enable the Buttons in Buttonbar again after working in project-edit,
please use the normal EXIT-Button ( not X - system-button )
( For this problem, there is a question in the forum )

Project handling : save any of your designs to a database,
create a EXE of any stored setting and much more.
In TESTTOOL.RMK to create the EXE-files,
please ckeck the path-setting !!!
The preview of Alpha-channel-BMP's is supported now.
You can place them on screen at any positions.
For selection : in sub-dir /Image, the alpha-channel-BMP's
are defined with A_?????.bmp

It is tested with all combinations, but if still something missing
or not working, just tell me.

download Version 2.0b ( 4.5 MB ) :
------------------------------------------
http://www.pflegeplus.com/fw_downloads/background.zip





Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM

New Version 3

Posted: Sat Nov 15, 2008 12:53 PM
Hello,

this weekend, I will finish the new Version of the Background-tools
Release 3

The new release supports all FWH-versions.
The created source-file will also work with your FWH-version.
There is a new field => FW_VERSION added.
The Version-Info is stored in a MEM-var.
If you choose the button < Change FWH-version > from the Office-bar,
You will see at first the supported functions.
Next You can change the FWH-version and You will see a new information.

I don't know, if I have to support different RMK-files belonging to
the FWH-versions ?

The messages showing the informations I got :
IF VAL(S_FWHVERS1) < 7.09 
   MsgAlert( "Your FWH-Version : " + S_FWHVERS1 + CRLF + ;
      "supports No Office-Bar and uses " + CRLF + ;
      "extra Gradient-Function " + CRLF + ;
      "with no Slider-Support !","FWH-Version-Info")
ENDIF

IF VAL(S_FWHVERS1) >= 7.09 .and. VAL(S_FWHVERS1) < 8.07
   MsgAlert( "Your FWH-Version : " + S_FWHVERS1 + CRLF + ;
      "supports Office-Bar 2007 and uses " + CRLF + ;
      "GRADIENT-Function ( no GradientFill )" + CRLF + ;
      "The Sliders are not suported !","FWH-Version-Info")
ENDIF

IF S_FWHVERS1 > 7.11 .and. S_FWHVERS1 < 8.07
   MsgAlert( "Your FWH-Version : " + STR(S_FWHVERS1) + CRLF + ;
      "supports Office-Bar 2007 and uses " + CRLF + ;
      "the GradientFill-Function " + CRLF + ;
      "and Slider-Support !","FWH-Version-Info")
ENDIF

IF VAL(S_FWHVERS1) >= 8.07
   MsgAlert( "Your FWH-Version : " + S_FWHVERS1 + CRLF + ;
      "supports all Functions !","FWH-Version-Info")
ENDIF


You have to add the version like :
October 2007 => 7.10



Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM

Download Version 3.0

Posted: Sat Nov 15, 2008 11:00 PM

Hello,

Here are the new downloads :

The Main-appl. ( 1.7 MB )

http://www.pflegeplus.com/fw_downloads/Background1.zip
The new FREEIMAGE.dll-version is included.

The Background-Images ( 8.7 MB )
to be installed in sub-dir /image
Some new nice wallpapers added.

http://www.pflegeplus.com/fw_downloads/Winimage.zip

After starting the application, please check your FWH-version.
Older release-names like september 2006 => 6.09 ( a numeric-value )
The Exe-file, you can create from a setting, will use the functions
belongs to your FWH-version.

Also please check the path-defines in the MAKE-file !!!

I have done a lot of testing.
In case, there are still problems to compile a set with your FWH-version,
let me know about any compile-errors.

Regards
Uwe :lol:

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion