Search found 109 matches: ntype

Return to advanced search

Re: Save dialog to Jpg

Now I correct with this [img] Function SalvaDialog(nType,oDlg) local cFileJpg1:= "TopTen_Lotto_Ritardatari.jpg" local cFileJpg2:= "TopTen_Lotto_Frequenti.jpg" local oRect:= oDlg:GetCliRect() If nType=1 oDlg:SaveAsImage( cFileJpg1, ...
by Silvio.Falconi
Fri Nov 15, 2024 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog to Jpg RESOLVED
Replies: 3
Views: 145

Re: Save dialog to Jpg

... cFileJpg, { top, left, bottom, right } ) I made oBar:AddItem( "Salva", "save_48.bmp", {|| SalvaDialog(nType,oDlg) }, {||.t.}, .f., "" ) Function SalvaDialog(nType,oDlg) local cFileJpg1:= "TopTen_Lotto_Ritardatari.jpg" local cFileJpg2:= ...
by Silvio.Falconi
Fri Nov 15, 2024 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog to Jpg RESOLVED
Replies: 3
Views: 145

Re: New FTDN July/Julio 2024 (FWH 24.07)

... * Nuevo: Nueva función nRGB2Array( nRGBColor ). Devuelve una matriz con los valores RGB { nRed, nGreen, nBlue }. * Nuevo: Nuevo método Image( [nType], [aCropRect] ) --> pImage (puntero de imagen gdi+) en la clase TWindow. nType (default 1 ): Imagen del área cliente de la ventana. nType ( ...
by Antonio Linares
Thu Aug 08, 2024 11:50 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 4364

New FTDN July/Julio 2024 (FWH 24.07)

... tests using it. * New: function nRGB2Array( nRGBColor ) return an array with the RGB values { nRed, nGreen, nBlue } * New: TWindow method Image( [nType], [aCropRect] ) --> pImage (gdi+ image pointer) nType (default 1 ): Image of the window's client area nType ( 0 ): Image of the full window ...
by Antonio Linares
Mon Aug 05, 2024 4:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 4364

Re: New FTDN February/Febrero 2021 (FWH 21.02)

... XGRID> ] ; [ <lyGrid: YGRID> ] ; [ <lxVal: XVALUES> ] ; [ <lyVal: YVALUES> ] ; [ <lLegends: LEGENDS> ] ; [ TYPE <nType> ] ; [ FONT <oFont> ] ; => ; <oGraph> := TGraph():Define( <nWidth>, ; <nHeight>, <cTitle>, <.l3d.>, ...
by Antonio Linares
Mon Apr 05, 2021 6:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 2374

Re: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )

... oNode := oXmlDoc:findfirst(cNodo) If oNode != Nil If lNodo xmlNode := oXmlDoc:oRoot:oChild WHILE xmlNode != NIL cPath := xmlNode:Path() If xmlNode:nType=5 cRet :=xmlNode:cData Exit EndIf xmlNode := xmlNode:NextInTree() ENDDO Else cRet := oNode:cData EndIf Endif Return(cRet)
by CARLOS ATUNCAR
Thu Apr 01, 2021 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )
Replies: 6
Views: 1584

New FTDN February/Febrero 2021 (FWH 21.02)

... XGRID> ] ; [ <lyGrid: YGRID> ] ; [ <lxVal: XVALUES> ] ; [ <lyVal: YVALUES> ] ; [ <lLegends: LEGENDS> ] ; [ TYPE <nType> ] ; [ FONT <oFont> ] ; => ; <oGraph> := TGraph():Define( <nWidth>, ; <nHeight>, <cTitle>, <.l3d.>, ...
by Antonio Linares
Wed Mar 24, 2021 8:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 2374

Re: problema con DrawBitmap() usando tCodeBars

... hasta ahora /////// CLASS TCODEBARS ////////////////////// CLASS TCodeBars DATA aTypes HIDDEN DATA cCode DATA nFlags DATA hCodeBar DATA hData DATA nType, nWidth, nHeight, nWidthCode, nHeightCode METHOD New() METHOD End() INLINE DeleteObject( ::hCodeBar ), If( ::hData != NIL, hb_zebra_destroy( ::hData ...
by rterraz
Mon Mar 15, 2021 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con DrawBitmap() usando tCodeBars
Replies: 10
Views: 1518

Graficos TGRAPH

... gráficos, tengo dos dudas que ojalá me puedan ayudar: 1.-¿ Como puedo hacer que en la gráfica de puntos, los puntos se unan con una línea ? oGraph:nType := 3 2.-¿ Como grabo el gráfico para poder insertarlo en un PDF ? Gracias de antemano.
by servicomver
Tue Jan 19, 2021 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Graficos TGRAPH
Replies: 2
Views: 590

Re: bug FWAdoFieldType

function FieldTypeAdoToDbf( nType ) fails too, in Access and MYSQL.
by MOISES
Thu Mar 19, 2020 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug FWAdoFieldType [urgent]
Replies: 18
Views: 2429

Re: Any tests drawing text with GDIPLUS ?

... nGreen, nBlue ) :D METHOD NewTextureBrush( oGdiBmp ) :( ( wanted to be used for text ) METHOD NewGradientBrush( nTop, nLeft, nWidth, nHeight, nType,; :D nTrans1, nRed1, nGreen1, nBlue1,; nTrans2, nRed2, nGreen2, nBlue2 ) regards Uwe :lol:
by ukoenig
Mon Sep 30, 2019 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any tests drawing text with GDIPLUS ?
Replies: 7
Views: 1842

Re: RANGO DE VALORES DE Y EN TGRAH

... 3541 )  coloque la linea en diferentes partes y siempre el mismo error, es mas esa DATA es usada aca AAdd( ::aSeries, { cLegend, nColor, nType, l3D, lViewVal , lDrawPoint, lDrawLine, cSRLegend } ) la puse en .t. y no dio error pero tampoco coloco los valores sobre las barras que imagino ...
by joseluisysturiz
Wed Jul 24, 2019 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RANGO DE VALORES DE Y EN TGRAH
Replies: 23
Views: 3902

Re: Selecting numbers

Inside Your function You defined Function SetGradientBtnbmp(ntype,ocontrol,nColorBorder) DEFAULT nColorBorder := nRGB(116,165,216 ) Do case Case ntype = 2007 ... ... //2007 ocontrol:bClrGrad = { | lInvert | If( ! lInvert,; ... ocontrol:nClrBorder := { ...
by ukoenig
Sat May 25, 2019 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Selecting numbers
Replies: 11
Views: 1259

Re: Ribbon Theme

...       END Finally with this little change in ribbon.prg in Method PaintFld() the last artifact goes away: We change this: case nType == 1 ...          GradientFill( hDCMem, nRow, nCol + 1 , nRow + ::nHeightFld - 1, nCol +  ::aSizes[ nPrompt ], aGradFld )   into this:         ...
by Antonio Linares
Tue May 07, 2019 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 35511

Re: How to use GDIPLUS -> NewGradientBrush ?

... = 0 :!: ::hBrush = GdiPlusNewGradientBrush( nTop, nLeft, nWidth, nHeight, ; nTrans1, nRed1, nGreen1, nBlue1,; nTrans2, nRed2, nGreen2, nBlue2, nType ) http://www.pflegeplus.com/IMAGES/GDIPL1.jpg regards Uwe :D
by ukoenig
Sat Apr 06, 2019 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use GDIPLUS -> NewGradientBrush ?
Replies: 11
Views: 2307
Next

Return to advanced search