Search found 24 matches: lnoborder

Return to advanced search

Automatic RESIZING objects to the system display resolution.

... ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ] ; [ <lDesign: DESIGN> ] ; [ <lNoBorder: NO BORDER, NOBORDER> ] ; [ <lNoVScroll: NO VSCROLL> ] ; => ; [ <oGet> := ] TMultiGet():New( sVis(<nRow>), sSir(<nCol>), ...
by avista
Sat Apr 17, 2010 9:50 am
 
Forum: FiveWin for CA-Clipper
Topic: Automatic RESIZING objects to the system display resolution.
Replies: 0
Views: 1228

... New string DATA hPalette (<----- New String CLASSDATA lRegistered AS LOGICAL METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked, lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign ) CONSTRUCTOR ************************************ ...
by Softlog86
Thu Dec 11, 2008 10:15 am
 
Forum: FiveWin for CA-Clipper
Topic: Error TIMAGE:_HDIB
Replies: 11
Views: 4950

TImage():New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder, oWnd, bLClicked, bRClicked, lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign ) lStretch:=.T. Thanks, but I need it in a different way. I need a new Handle ...
by toninhofwi
Sat Nov 08, 2008 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize a bitmap ?
Replies: 8
Views: 1772

TImage():New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder, oWnd, bLClicked, bRClicked, lScroll, lStretch, oCursor,;
cMsg, lUpdate, bWhen, lPixel, bValid, lDesign )

lStretch:=.T.
by Natter
Sat Nov 08, 2008 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize a bitmap ?
Replies: 8
Views: 1772

Message not found: TGET:_LNOBORDER,neither control.prg,windows.prg

You modifyed tget.prg ?

Thanks!
Shuming Wang
by ShumingWang
Thu Jul 10, 2008 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to paint tget 3D ->2D, except XP themes
Replies: 11
Views: 2083

Please try
GET ... NOBORDER
or
oGet:lNoBorder := .t.

I normally use

oGet:lNoBorder := .not. ( IsAppThemed() .and. IsThemeActive() )
by nageswaragunupudi
Thu Jul 10, 2008 4:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to paint tget 3D ->2D, except XP themes
Replies: 11
Views: 2083

tAutoGet de Maurilio Viana

... , bValid , nClrFore , nClrBack , oFont , lDesign,; oCursor , lPixel , cMsg , lUpdate , bWhen , lCenter,; lRight , bChanged, lReadOnly, lPassword, lNoBorder, nHelpID,; lSpinner, bUp , bDown , bMin , bMax , aItems ) CONSTRUCTOR METHOD ReDefine( nID , bSetGet , oWnd , nHelpId , cPict, bValid ,; nClrFore, ...
by jose_murugosa
Sat Jan 19, 2008 1:11 am
 
Forum: Utilities / Utilidades
Topic: tAutoGet de Maurilio Viana
Replies: 0
Views: 1397

Como se convierte font de Twindows a FONT DE TPRINTER

... .design., oCursor, .pixel., cMsg, .update., {uWhen},.lCenter., .lRight.,{|nKey, nFlags, Self| <uChange>\}, .readonly., .pass., .lNoBorder., nHelpId ) oGets[j] := TGet():New( val(acos[j6]), val(acos[j6+1]), GynLocalBlock( aGets, j ) ,oWndr, val(acos[j6+2]), val(acos[j6+3]), , ...
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: 3806

... cPict, bValid,; nClrFore, nClrBack, oFont, lDesign, oCursor, lPixel,; cMsg, lUpdate, bWhen, lCenter, lRight, bChanged,; lReadOnly, lPassword, lNoBorder, nHelpId,; lSpinner, bUp, bDown, bMin, bMax ) CONSTRUCTOR METHOD Assign() INLINE ::oGet:Assign() regards Eugeniusz
by Eugeniusz Owsiak
Fri Feb 03, 2006 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:nClrDef in FW27
Replies: 4
Views: 1030
Previous

Return to advanced search