Added optional 3D and BORDER to all barstyles :
Color
gradient horizontal
gradient vertical
BORLAND
BRICKS
TILED
BORLAND, BRICKS and TILED are using the defined colors as shadow to make them different.
still the TRANSPARENT background and it will be finished !
http://www.pflegeplus. ...
Search found 21 matches: bricks
Searched query: bricks
- Wed Jul 16, 2014 9:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: GRAPH-painter Rel. 1.2 ( Update )
- Replies: 4
- Views: 2095
- Fri Jun 27, 2014 3:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TGRAPH Repopulate
- Replies: 30
- Views: 11597
Re: TGRAPH Repopulate
... 46;com/IMAGES/Graph9.jpg
IF ::nDegrade = 31 .or. ::nDegrade = 32 .or. ::nDegrade = 33
oBrush := TBrush():New( { "BORLAND", "TILED", "BRICKS" }[ ::nDegrade - 30 ] )
hBru := CreatePatternBrush( oBrush:hBitmap )
FillRect( ::hDC, { nTop, nLeft, nBottom, nRight }, hBru )
ENDIF
It is ...
IF ::nDegrade = 31 .or. ::nDegrade = 32 .or. ::nDegrade = 33
oBrush := TBrush():New( { "BORLAND", "TILED", "BRICKS" }[ ::nDegrade - 30 ] )
hBru := CreatePatternBrush( oBrush:hBitmap )
FillRect( ::hDC, { nTop, nLeft, nBottom, nRight }, hBru )
ENDIF
It is ...
- Fri Jun 27, 2014 8:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TGRAPH Repopulate
- Replies: 30
- Views: 11597
Re: TGRAPH Repopulate
... to add more bar-paintings :
0 = NON ( Color )
1 = Gradient horizontal
2 = Gradient vertical
31, 32, 33 = predefined styles ( BORLAND,TILED and BRICKS )
4 = BMP-brush
Another possible change :
http://www.pflegeplus.com/IMAGES/Graph7.jpg
Look the difference using the original ...
0 = NON ( Color )
1 = Gradient horizontal
2 = Gradient vertical
31, 32, 33 = predefined styles ( BORLAND,TILED and BRICKS )
4 = BMP-brush
Another possible change :
http://www.pflegeplus.com/IMAGES/Graph7.jpg
Look the difference using the original ...
- Tue Jul 12, 2011 11:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Possible adding SHADOW to xBrowse ( like VTitles )?
- Replies: 0
- Views: 315
Possible adding SHADOW to xBrowse ( like VTitles )?
... a new Page for xBrowse.
It is possible to test all xBrowse-main-settings :
http://www.pflegeplus.com/pictures/shadow4.jpg
A problem, using predefined Style BORLAND, BRICKS and TILED with xBrowse ?
http://www.pflegeplus.com/pictures/shadow5.jpg
Best Regards
Uwe
It is possible to test all xBrowse-main-settings :
http://www.pflegeplus.com/pictures/shadow4.jpg
A problem, using predefined Style BORLAND, BRICKS and TILED with xBrowse ?
http://www.pflegeplus.com/pictures/shadow5.jpg
Best Regards
Uwe
- Sat Jul 09, 2011 9:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TSELEX => possible to disable or hide a Option ( valid ) ?
- Replies: 2
- Views: 512
Re: TSELEX => possible to disable or hide a Option ( valid ) ?
... with Message, swichtching back to old Position.
I think it is a better Idea, otherwise the user means, it is not working.
I will still add < Borland, Bricks, Tiled > to the Info ( it only belongs to these Styles ).
http://www.pflegeplus.com/pictures/blocked1.jpg
Best Regards
Uwe
I think it is a better Idea, otherwise the user means, it is not working.
I will still add < Borland, Bricks, Tiled > to the Info ( it only belongs to these Styles ).
http://www.pflegeplus.com/pictures/blocked1.jpg
Best Regards
Uwe
- Sat Jul 09, 2011 12:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TSELEX => possible to disable or hide a Option ( valid ) ?
- Replies: 2
- Views: 512
TSELEX => possible to disable or hide a Option ( valid ) ?
Hello,
is it possible to disable or hide a Option in Class TSelex ( needed for a Valid )
I need it to disable a predefined Style ( Borland, Bricks or Tiled ).
Sample :
For Window the Style < Bricks > is selected ( oSelex1 )
In < oSelex2 > I want to disable this Style, because Message Bricks on ...
is it possible to disable or hide a Option in Class TSelex ( needed for a Valid )
I need it to disable a predefined Style ( Borland, Bricks or Tiled ).
Sample :
For Window the Style < Bricks > is selected ( oSelex1 )
In < oSelex2 > I want to disable this Style, because Message Bricks on ...
- Tue Jul 27, 2010 6:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Array in alpha order
- Replies: 3
- Views: 698
Re: Array in alpha order
... aBARSTYLE[6] := { " 6", "Crystal" }
aBARSTYLE[7] := { " 7", "Office 3D" }
aBARSTYLE[8] := { " 8", "Crystal 3D" }
aBARSTYLE[9] := { " 9", "Bricks" }
aBARSTYLE[10] := { "10", "Tiled" }
aBARSTYLE[11] := { "11", "Borland" }
aBARST := ASORT ( aBARSTYLE, , , {|x,y| x[2] < y[2] } )
aBARSTYLE ...
aBARSTYLE[7] := { " 7", "Office 3D" }
aBARSTYLE[8] := { " 8", "Crystal 3D" }
aBARSTYLE[9] := { " 9", "Bricks" }
aBARSTYLE[10] := { "10", "Tiled" }
aBARSTYLE[11] := { "11", "Borland" }
aBARST := ASORT ( aBARSTYLE, , , {|x,y| x[2] < y[2] } )
aBARSTYLE ...
- Fri May 14, 2010 6:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fitting an Image in its Container
- Replies: 3
- Views: 840
Re: Fitting an Image in its Container
Enrico
it works as well. The Difference :
The same Resource must show all Backgrounds : Colors, Brush, Image, Gradient, Circle and Style ( Bricks .. )
// works with Image
REDEFINE IMAGE oBMP10 ID 170 OF oFld:aDialogs[1] FILENAME c_path + c_Set + "\Fantasy2.jpg" ADJUST
My Solution for all ...
it works as well. The Difference :
The same Resource must show all Backgrounds : Colors, Brush, Image, Gradient, Circle and Style ( Bricks .. )
// works with Image
REDEFINE IMAGE oBMP10 ID 170 OF oFld:aDialogs[1] FILENAME c_path + c_Set + "\Fantasy2.jpg" ADJUST
My Solution for all ...
- Wed Jul 08, 2009 5:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Window-Backgrd. and Alpha-Bmp's DOWNLOAD
- Replies: 1
- Views: 711
Testing Window-Backgrd. and Alpha-Bmp's DOWNLOAD
... The selected Logo
BRUSH=CLOUDOKY.BMP // The selected Brush
COLOR1=14853684 // Plain Color or 1. Color for Gradient
COLOR2=16314573 // 2. Gradient-Color
MOVE=0.50 // Move Color-Position for Gradient
TYPE=2 // Style-Types = Borland, Bricks, Tiled
DIRECTION=.T. // Gradient-Direction
Best Regards
Uwe
BRUSH=CLOUDOKY.BMP // The selected Brush
COLOR1=14853684 // Plain Color or 1. Color for Gradient
COLOR2=16314573 // 2. Gradient-Color
MOVE=0.50 // Move Color-Position for Gradient
TYPE=2 // Style-Types = Borland, Bricks, Tiled
DIRECTION=.T. // Gradient-Direction
Best Regards
Uwe
- Fri May 15, 2009 3:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Best current xBrowse doc/sample
- Replies: 8
- Views: 2364
Re: Best current xBrowse doc/sample
... http://www.pflegeplus.com/pictures/xBrwDlg.jpg
It is possible for the next Update to include some more Dialog-vars
like Styles : BRICKS, BORLAND and TILED
( will be included in Browser : Dialog-Background-Style Pos. 7, 8 and 9 )
Maybe to delete the Bar-settings ( Width and Hight ...
It is possible for the next Update to include some more Dialog-vars
like Styles : BRICKS, BORLAND and TILED
( will be included in Browser : Dialog-Background-Style Pos. 7, 8 and 9 )
Maybe to delete the Bar-settings ( Width and Hight ...
- Fri May 08, 2009 11:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Download 1. ButtonTools-release 1.0
- Replies: 2
- Views: 792
Download 1. ButtonTools-release 1.0
... Sample : Testbtn3.prg
The reason for my question about a working Transparent-button on Images :
A empty transparent Button could be used as Hotspotarea .
With Colors, Image-Brushes and Styles ( Bricks, Tiled..) it works.
http://www.pflegeplus.com/pictures/btntools8.jpg
Regards
Uwe
The reason for my question about a working Transparent-button on Images :
A empty transparent Button could be used as Hotspotarea .
With Colors, Image-Brushes and Styles ( Bricks, Tiled..) it works.
http://www.pflegeplus.com/pictures/btntools8.jpg
Regards
Uwe
- Tue Nov 18, 2008 4:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse...Color a cell
- Replies: 15
- Views: 3594
Cell-Color
... 40; oDlg:oClient := oBrw, oDlg:Resize() )
CLOSE DATABASE
RETURN NIL
[code]
DEFINE BRUSH oBrush1 STYLE "BRICKS"
oCol:oBrush := { || IIF( _FIELD->LAST = "Crystal", oBrush1, NIL ) }
*oCol:bClrStd := { || IIF( _FIELD->LAST = "Crystal", { 16777215,128 ...
CLOSE DATABASE
RETURN NIL
[code]
DEFINE BRUSH oBrush1 STYLE "BRICKS"
oCol:oBrush := { || IIF( _FIELD->LAST = "Crystal", oBrush1, NIL ) }
*oCol:bClrStd := { || IIF( _FIELD->LAST = "Crystal", { 16777215,128 ...
- Thu Oct 23, 2008 5:46 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problema con DELETE
- Replies: 13
- Views: 3597
- Tue Sep 23, 2008 5:08 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Barra de menu
- Replies: 10
- Views: 2465
- Sun Sep 21, 2008 8:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse-Tools Borl. 3a + MinGW-Version 3a ( New Download )
- Replies: 7
- Views: 2060
xBrowse-Tools Borl. 3a + MinGW-Version 3a ( New Download )
... lines have to be included
SS_CENTER 0
ES_AUTOVSCROLL 64
------------------------------
In resources, you cannot use something like :
Bricks BITMAP
{
'42 4D 66 01 00 00 00 00 00 00 76 00 00 00 28 00'
'00 00 1E 00 00 00 0F 00 00 00 01 00 04 00 00 00'
'00 00 F0 00 00 00 C4 0E 00 00 ...
SS_CENTER 0
ES_AUTOVSCROLL 64
------------------------------
In resources, you cannot use something like :
Bricks BITMAP
{
'42 4D 66 01 00 00 00 00 00 00 76 00 00 00 28 00'
'00 00 1E 00 00 00 0F 00 00 00 01 00 04 00 00 00'
'00 00 F0 00 00 00 C4 0E 00 00 ...