FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour BorderEdit Release 1.2 => DOWNLOAD
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
BorderEdit Release 1.2 => DOWNLOAD
Posted: Mon May 16, 2011 12:15 PM
The Update Release of Borderedit 1.2

1. Selected Values added to created PRG-file
2. Checkbox added

Maybe it is possible, to reduce the Numbers of Calculations ( Border-function in Size ) ?
Just let me know.



Download ( 2.2 MB ) :
http://www.pflegeplus.com/fw_downloads/borderedit1.zip

Best 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
Re: BorderEdit Release 1.2 => DOWNLOAD
Posted: Mon May 16, 2011 03:54 PM
The Update of Borderedit Release 1.2

1. Selected Values added to created PRG-file
2. Checkbox added





Download ( 2.2 MB ) :
http://www.pflegeplus.com/fw_downloads/borderedit1.zip

Best 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: 811
Joined: Tue May 06, 2008 04:28 AM
Re: BorderEdit Release 1.2 => DOWNLOAD
Posted: Wed May 18, 2011 12:38 AM

Dear Mr. Uwe,

This is a great work.. very useful.

With brushed dialog, :bLostfocus leaves marks and clear the brush (portion) around get/object..

Is there a way when :bLostFocus draws the original brush/color of the Dialog?

Kind Regards,
Frances

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: BorderEdit Release 1.2 => DOWNLOAD
Posted: Wed May 18, 2011 08:29 AM
Frances,

the next Update will have some new Functions :

1. Select / test any Dialog-background
2. A second LOSTFOCUS, to restore the original Background
3. The Step of Borderspaces is changed from 1, 2, 3 .. to 2, 4, 6, .....
4. It will be possible, to create a working EXE-file
5. A new Radio-border-function is included ( works different to normal Controls )


but I still need some Time, because of other Work :-) :-)



Best 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: 811
Joined: Tue May 06, 2008 04:28 AM
Re: BorderEdit Release 1.2 => DOWNLOAD
Posted: Thu May 19, 2011 12:37 AM

Dear Mr. Uwe,

Exciting news!

Kind Regards,
Frances

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: BorderEdit Release 1.2 => DOWNLOAD
Posted: Thu May 26, 2011 03:35 PM

Uwe,
Many thanks for this function!

Just a question:

is it correct to remove border in this way?

FUNCTION MAKESHADOW( nBorda , oDlg , oGet )
LOCAL nColor := GetSysColor( COLOR_BTNFACE )
IF nBorda = 1 // make the shadow
Draw_Box( oDlg, oGet, CLR_HRED, 1 , 3, 0 , 2 , 1 )
ELSE
// remove the shadow
Draw_Box( oDlg, oGet, nColor, 1 , 3, 0 , 2 , 1 )

ENDIF

marco

Marco Boschi
info@marcoboschi.it
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: BorderEdit Release 1.2 => DOWNLOAD
Posted: Fri May 27, 2011 06:22 PM
Marco,

That doesn't work.
The Border-painting is designed, to work on any background.
I can do a oDialog:Refresh(), to restore the original Background,
but I prefer just to save / restore only the Background-area of the Control with Focus.
As well it would be nice, to define a transparent level of the Lines.
Working with Colors, You only need to select the Color of the Dialog for < Control > Lostfocus.

A Image-sample :



A Gradient-sample :




Best 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.

Continue the discussion