Search found 21 matches: bricks

Return to advanced search

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.com/IMAGES/GHelp16.jpg ...
by ukoenig
Wed Jul 16, 2014 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GRAPH-painter Rel. 1.2 ( Update )
Replies: 4
Views: 1907

Re: TGRAPH Repopulate

... 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 ...
by ukoenig
Fri Jun 27, 2014 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 9678

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
Fri Jun 27, 2014 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 9678

Possible adding SHADOW to xBrowse ( like VTitles )?

... 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 :lol:
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: 289

Re: TSELEX => possible to disable or hide a Option ( valid ) ?

... 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 ...
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: 455

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 ...
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: 455

Re: Array in alpha order

... := { " 7", "Office 3D" } aBARSTYLE[8] := { " 8", "Crystal 3D" } aBARSTYLE[9] := { " 9", "Bricks" } aBARSTYLE[10] := { "10", "Tiled" } aBARSTYLE[11] := { "11", "Borland" } aBARST := ASORT ( aBARSTYLE, ...
by ukoenig
Tue Jul 27, 2010 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array in alpha order
Replies: 3
Views: 651

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 ...
by ukoenig
Fri May 14, 2010 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fitting an Image in its Container
Replies: 3
Views: 766

Testing Window-Backgrd. and Alpha-Bmp's DOWNLOAD

... 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 :lol:
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: 666

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 ...
by ukoenig
Fri May 15, 2009 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best current xBrowse doc/sample
Replies: 8
Views: 2185

Download 1. ButtonTools-release 1.0

... 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 :lol:
by ukoenig
Fri May 08, 2009 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download 1. ButtonTools-release 1.0
Replies: 2
Views: 731

Cell-Color

... CENTER ON INIT ( 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 ...
by ukoenig
Tue Nov 18, 2008 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse...Color a cell
Replies: 15
Views: 3220

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

... //.......................... 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 NONE NOICONIZE ...
by landaga
Tue Sep 23, 2008 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Barra de menu
Replies: 10
Views: 2068

xBrowse-Tools Borl. 3a + MinGW-Version 3a ( New Download )

... some 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 C4 ...
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: 1919
Next

Return to advanced search