Search found 68 matches: ldesign

Return to advanced search

Como se convierte font de Twindows a FONT DE TPRINTER

... alltrim(acos[j6+4])="__BOX__" aGets[j]:=" " // oGrp :=TGroup():New( nRow , nCol , nRow+100 , nCol+100 , cCaption, oForm, nClrText, nClrPane, .T. ,lDesign , oFont, .t. ) //oGets[j]:= TGroup():New( val(acos[j6]),val(acos[j6+1]),val(acos[j6])+val(acos[j6+3]),val(acos[j6+1])+val(acos[j6+2]) , "" , ...
by Vladimir Zorrilla
Tue Apr 18, 2006 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se convierte font de Twindows a FONT DE TPRINTER
Replies: 5
Views: 3827

... CLASS TGroup FROM TControl METHOD New( nTop, nLeft, nBottom, nRight, cLabel, oWnd, nClrText,; nClrPane, lPixel, lDesign, oFont, lTransparent ) CONSTRUCTOR METHOD ReDefine( nId, cLabel, oWnd, nClrText, nClrPane, oFont, lTransparent ) CONSTRUCTOR METHOD cToChar() ...
by karinha
Mon Mar 27, 2006 8:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Message not found: TSAY:LTRANSPARENT
Replies: 21
Views: 6512

buttonBmp

... If( cPosText == "TEXTLEFT", BS_LEFT, 0 ),; If( cPosText == "TEXTRIGHT", BS_RIGHT, 0 ),; if( at( CRLF, ::cCaption ) > 0, BS_MULTILINE, 0 ),; If( lDesign, WS_CLIPSIBLINGS, 0 ) ) y aqui tambien: ::nStyle = nOR( WS_CHILD, WS_VISIBLE, WS_TABSTOP, BS_MULTILINE,; If( cPosText == "TEXTTOP", BS_TOP, ...
by Francisco Horta
Fri Feb 10, 2006 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: buttonBmp
Replies: 6
Views: 1826

... 0 // Own heap for @ ..., ... GET DATA cPicture METHOD New( nRow, nCol, bSetGet, oWnd, nWidth, nHeight, cPict, bValid,; nClrFore, nClrBack, oFont, lDesign, oCursor, lPixel,; cMsg, lUpdate, bWhen, lCenter, lRight, bChanged,; lReadOnly, lPassword, lNoBorder, nHelpId,; lSpinner, bUp, bDown, bMin, ...
by Eugeniusz Owsiak
Fri Feb 03, 2006 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:nClrDef in FW27
Replies: 4
Views: 1034

... <cMsg> ] ; [ <update: UPDATE> ] ; [ WHEN <uWhen> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ VALID <uValid> ] ; [ <lDesign: DESIGN> ] ; [ <lLook3d: 3D, _3D> ] ; [ <lPixel: PIXEL> ] ; * Nuevo: Función ShFile() para usar los diálogos de Windows para ...
by Antonio Linares
Mon Jan 09, 2006 9:48 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new January 2006 build / nuevo build de Enero 2006
Replies: 1
Views: 3638

FTDN new January 2006 build / nuevo build de Enero 2006

... <cMsg> ] ; [ <update: UPDATE> ] ; [ WHEN <uWhen> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ VALID <uValid> ] ; [ <lDesign: DESIGN> ] ; [ <lLook3d: 3D, _3D> ] ; [ <lPixel: PIXEL> ] ; * New: Function ShFile() to use the Windows system dialogs to manage ...
by Antonio Linares
Mon Jan 09, 2006 7:32 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new January 2006 build / nuevo build de Enero 2006
Replies: 1
Views: 3638

buttonbmp de Rossine - compilar prgs

... cPosText == "TEXTLEFT", BS_LEFT, 0 ),; If( cPosText == "TEXTRIGHT", BS_RIGHT, 0 ),; if( at( CRLF, ::cCaption ) > 0, BS_MULTILINE, 0 ) , ; If( lDesign, WS_CLIPSIBLINGS, 0 ) ) línea 161 ::nStyle = nOR( WS_CHILD, WS_VISIBLE, WS_TABSTOP, BS_MULTILINE,; If( cPosText == "TEXTTOP", BS_TOP, 0 ),; ...
by RuFer
Fri Jan 06, 2006 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: buttonbmp de Rossine - compilar prgs
Replies: 0
Views: 545

Re: Date picker , empty date

... (don't forget the following in the new() method:) // r.c. add: DTS_SHOWNONE ::nStyle = nOR( WS_CHILD, WS_VISIBLE, WS_TABSTOP,; DTS_SHOWNONE,; If( lDesign, WS_CLIPSIBLINGS, 0 ) ) ------------------------------------------------------------- best regards Stefan
by StefanHaupt
Wed Nov 02, 2005 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 9
Views: 2863
Previous

Return to advanced search