Search found 105 matches: ntype

Return to advanced search

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: 1463

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: 1380

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: 1463

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: 1023

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: 557

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: 1836

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: 1540

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: 2995

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: 1091

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: 28245

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: 1757

How to use GDIPLUS -> NewGradientBrush ?

... I wanted to add a gradient -sample using GDIPLUS but no gradient is painted. the defined brush // NewGradientBrush( nTop, nLeft, nWidth, nHeight, nType,; // nTrans1, nRed1, nGreen1, nBlue1,; // nTrans2, nRed2, nGreen2, nBlue2 ) CLASS Brush // nType : 1_> horizontal 2-> vertical 3->diagonal ...
by ukoenig
Sat Apr 06, 2019 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use GDIPLUS -> NewGradientBrush ?
Replies: 11
Views: 1757

Re: TO Cristobal

Try with parameters nOffY and nOffX

MessageToast( nType, cText, cBmp, nWidth, nHeight, oWnd, nClrPane, nClrPane2, ;
nClrText, nLev, nTime, lUp, bRet, lLeftP, lAlert, lShadow, ;
nOffY, nOffX, nFont )
by cnavarro
Wed Jan 16, 2019 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Cristobal
Replies: 7
Views: 1101

Re: Lines and rectangles

You may use:

oBox:SetBorderType( nType )

where nType is one of the following types:
https://developer.apple.com/documentation/appkit/nsbordertype

#define bezelBorder 2
#define grooveBorder 3
#define lineBorder 1
#define noBorder 0
by Antonio Linares
Thu Sep 27, 2018 6:20 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Lines and rectangles
Replies: 8
Views: 2051

New FTDN April/Abril 2018 (FWH 18.04)

... * CLASS TToasT - New DATAS: DATA nXOffSet INIT 0 DATA nYOffSet INIT 0 to allow modify position of alert - News parameters in: METHOD NewToast( nType, cText, cBmp, nWidth, nHeight, oWnd, nClrPane, nClrPane2, ; nClrText, nLev, nTime, lUp, bRet, lLeftP, lAlert, lShadow, ; nOffY, nOffX, nFont ) ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2162
Next

Return to advanced search