Search found 22 matches: odlg5

Return to advanced search

... ? Porque me da error de "Bound error, array asign" en esta sintaxis?: REDEFINE SBUTTON oBoton234 ID 211 PROMPT "Lugar" RESOURCE "PUNTOS" OF ODLG5 ; ACTION (ist:=1, ISTITU(ODLG5),oGeta:SetFocus() ) FONT oFont ; COLORS CLR_BLACK, nRgb(98,150,0), CLR_WHITE OFFICE TOOLTIP "Lista de Títulos" ...
by Ruben D. Fernandez
Sat Apr 05, 2008 7:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSButton V.6.1 como se los prometí
Replies: 35
Views: 8100

How to fill a BMP from Res. with a spec. Color => SOURCE

... shown with different colors Bitmap 1 ( same resource ) --------------------------------- REDEFINE BITMAP oBmp1 ID 770 ADJUST RESOURCE "Blanc" OF oDlg5 hDC := oBmp1:GetDC() oBmp1:bPainted := { |hDC|OnPaint( hDC,oBMP1,nCOLOR1) } oBmp1:ReleaseDC() Bitmap 2 ( same resource ) --------------------------------- ...
by ukoenig
Wed Mar 26, 2008 1:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill a BMP from Res. with a spec. Color => SOURCE
Replies: 1
Views: 435

GRADIENT(..) -Color-Function to use for a REDEFINE SAY ???

... I'm busy to have a Titlebar-designer for the FWH-users. I found the function Gradient : For just a try, i did this : REDEFINE SAY oSay1 ID 101 OF oDlg5 PROMPT e_TEXT ; COLOR Gradient( GETDC(oSay1), { 10, 0, 50, 800 },CLR_BLUE, CLR_WHITE, .T. ) http://www.pflegeplus.com/pictures/gradient.jpg ...
by ukoenig
Fri Mar 21, 2008 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GRADIENT(..) -Color-Function to use for a REDEFINE SAY ???
Replies: 3
Views: 780

A sample, how to use DEFAULT-Positions in xBrowse-Arrays.

... http://www.pflegeplus.com/pictures/default.jpg // Brush Dialog // -------------------------------------- oBrw7 := TXBrowse():New( oDlg5 ) oBrw7:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrw7:nColDividerStyle := LINESTYLE_BLACK oBrw7:nRowDividerStyle := LINESTYLE_BLACK oBrw7:SetArray( ...
by ukoenig
Wed Mar 19, 2008 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A sample, how to use DEFAULT-Positions in xBrowse-Arrays.
Replies: 0
Views: 438

Some xBrowse-Tests ( with Version 8.03 )

... aCOLTWAHL[8] := { "8", "Cyan" } aCOLTWAHL[9] := { "9", "SELECT" } // Text-Color s_COLTWAHL := e_COLTWAHL // Default value oBrw2 := TXBrowse():New( oDlg5 ) oBrw2:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrw2:nColDividerStyle := LINESTYLE_BLACK oBrw2:nRowDividerStyle := LINESTYLE_BLACK oBrw2:SetArray( ...
by ukoenig
Sun Mar 16, 2008 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some xBrowse-Tests ( with Version 8.03 )
Replies: 5
Views: 1114

The real Hight-Information of a selected Font ?

... 12 .F. .F. FONT3=Arial 14 .F. .F. [BarFonts] FONT4=Arial 21 .F. .F. FONT5=Arial 27 .F. .F. FONT6=Arial 29 .F. .F. REDEFINE BUTTON oBtn11 ID 835 OF oDlg5 ; ACTION ( oFont0 := ChooseFont(), ; oFont13 := BUILDFONT(oFont0), ; // oFont13 created with TFont():New(oFont0) aTYPE4[1] := oFont13:cFacename, ...
by ukoenig
Sat Feb 23, 2008 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The real Hight-Information of a selected Font ?
Replies: 2
Views: 746

Show different fonts on Infobar

... aTYPE4[2], .f., ; aTYPE4[3], , , ,aTYPE4[4] ) // Set the 1 InfoBar Font // ----------------------------- REDEFINE SAY oSAY4 VAR e_FTYP4 ID 800 OF oDlg5 REDEFINE BUTTON oBtn7 ID 805 OF oDlg5 ; ACTION ( oSAY4:GetFont(), oSAY4:SelFont(), ; aTYPE4[1] := oSAY4:oFont:cFaceName, ; aTYPE4[2] := oSAY4:oFont:nHeight, ...
by ukoenig
Fri Feb 22, 2008 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to define a FONT with a saved String ?
Replies: 3
Views: 1007
Previous

Return to advanced search