Search found 21 matches: bricks

Searched query: bricks

by ukoenig
Wed Jul 16, 2014 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: GRAPH-painter Rel. 1.2 ( Update )
Replies: 4
Views: 2095

Re: GRAPH-painter Rel. 1.2 ( Update )

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&#46 ...
by ukoenig
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 ...
by ukoenig
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 ...
by ukoenig
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
by ukoenig
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&#58;//www&#46;pflegeplus&#46;com/pictures/blocked1&#46;jpg

Best Regards
Uwe
by ukoenig
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 ...
by ukoenig
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 ...
by ukoenig
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 ...
by ukoenig
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
by ukoenig
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&#58;//www&#46;pflegeplus&#46;com/pictures/xBrwDlg&#46;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 ...
by ukoenig
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&#58;//www&#46;pflegeplus&#46;com/pictures/btntools8&#46;jpg

Regards
Uwe
by ukoenig
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&#58;oClient &#58;= oBrw, oDlg&#58;Resize&#40;&#41; &#41;

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 ...
by fergonm
Thu Oct 23, 2008 5:46 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con DELETE
Replies: 13
Views: 3597

... Polizas->Telefono
cCondi:=Polizas->Condiciona
cSuperficie:=Polizas->Superficie
cAntig:=Polizas->Antiguedad

DEFINE BRUSH oBrush STYLE BRICKS
DEFINE DIALOG oDlg RESOURCE "Dialog_2" TITLE "Ver Siniestro" BRUSH oBrush
REDEFINE GET cRefe ID 10 OF oDlg UPDATE WHEN .F.
REDEFINE Combobox ...
by landaga
Tue Sep 23, 2008 5:08 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Barra de menu
Replies: 10
Views: 2465

... Function Hija()

Local oWndCh, oBruCh, oIcoCh, oBarCh

DEFINE ICON oIcoCh RESOURCE "CARPETAS"
DEFINE BRUSH oBruCh STYLE BRICKS
DEFINE WINDOW oWndCh OF oWnd ;
TITLE O2A('AlmaGest(c) v.8.9') FROM 10,10 TO 35,115 ;
MENU Menu1() ;
BRUSH oBruCh ;
ICON oIcoCh BORDER ...
by ukoenig
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 ...