Search found 382 matches: nright

Return to advanced search

RePrint -- richtext

... to print rtf text to a region of a trpinter object. Or just add rtf printing to tprinter. Something like: oprn:RtfPrint( ntop, nLeft, nbottom, nRight, oRTF:GetSel() ) ::rtfPrint would print the selected text with its attributes --that is font, color, background color, etc... I'm hoping some ...
by reinaldocrespo
Sun Feb 05, 2006 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RePrint -- richtext
Replies: 8
Views: 2052

... (para mi), ya no existe ese problema. Ahora tengo los errors que te muestro a continuacion: Warning W8004 ..\\shared\\shared.prg 2772: 'nRight' is assigned a value that is never used in function GradientFILL Warning W8004 ..\\shared\\shared.prg 2770: 'nBottom' is assigned a value that ...
by reinaldocrespo
Fri Jan 27, 2006 1:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: LinearGardientBrush
Replies: 23
Views: 7696

I have solved the problem

... aData[2] ) ::SetViewPortExt( aData[1], aData[2] ) SetViewOrg( ::hDCOut, -1, -1 ) STRUCT oRect MEMBER nLeft AS LONG MEMBER nTop AS LONG MEMBER nRight AS LONG MEMBER nBottom AS LONG ENDSTRUCT oRect:nLeft := left oRect:nTop := top oRect:nRight := aData[1] - right - ::nXoffset - ::nXoffset oRect:nBottom ...
by vensanto
Fri Jan 06, 2006 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How reduce the size of metafile in printer
Replies: 1
Views: 926

scrolling

... planfont Local I:=0 local oSay DEFINE FONT planFont NAME "Arial" SIZE 6,22 FOR I := 1 TO 100 nRow1 := nRow1 + hVert * Line( nTop nLeft nBottom nRight oWnd:say( nRow1+2, 1, "TEST",255,16777215,planFont,.T.) NEXT RETURN NIL
by Otto
Tue Dec 20, 2005 8:13 pm
 
Forum: FiveWin for CA-Clipper
Topic: scrolling
Replies: 7
Views: 2241

Willi,

Puedes usar GetCoors( oDlg:hWnd ) que te devuelve un array con nTop, nLeft, nBottom y nRight.
by Antonio Linares
Sat Dec 17, 2005 6:18 am
 
Forum: FiveWin para CA-Clipper
Topic: Cordenadas de un dialogo
Replies: 3
Views: 1107

Re: redimensionar dialogos...

... ) Traza( 1, "oWnd:nLeft=", oWnd:nLeft ) Traza( 1, "oWnd:nWidth=", oWnd:nWidth ) Traza( 1, "oWnd:nHeight=", oWnd:nHeight ) */ //Traza( 1, "oWnd:nRight=", oWnd:nRight ) //Traza( 1, "oWnd:nBottom=", oWnd:nBottom ) oWnd:Move( oWnd:nTop * nFactorHeight , ; oWnd:nLeft * nFactorWitdh, ; oWnd:nWidth ...
by FiveWiDi
Wed Nov 16, 2005 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: redimensionar dialogos...
Replies: 10
Views: 2678

TScan32 de Rafa Carmona

... algun modo de indicarle al scanner que me capture una zona determinada del folio? He visto que esta la funcion Tscan32:RegionSet (nTop,nLeft,nRight,nBottom) pero parece ser que no hace ningún efecto. Aqui va mi código ------------------------------------------------------------------------------------- ...
by AngelSalom
Wed Oct 26, 2005 6:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TScan32 de Rafa Carmona
Replies: 13
Views: 5899
Previous

Return to advanced search