Search found 44 matches: l3d

Return to advanced search

Re: oPopUp in class btnbmp

... := 22 Line 525 If( oPopup != nil, ::nWide_P, 0 ) //// My_modi If( oPopup != nil, 13, 0 ) Line 578 //::oWnd:nWidth := ::oWnd:nBtnWidth + If( ::oWnd:l3D, 3, 1 ) + 13 + 1 ::oWnd:nWidth := ::oWnd:nBtnWidth + If( ::oWnd:l3D, 3, 1 ) + ::nWide_P + 1 Line 1062 //if nCol >= ::nWidth() - 13 if nCol >= ...
by Silvio.Falconi
Mon Oct 17, 2022 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 738

Re: oPopUp in class btnbmp

... := 22 Line 525 If( oPopup != nil, ::nWide_P, 0 ) //// My_modi If( oPopup != nil, 13, 0 ) Line 578 //::oWnd:nWidth := ::oWnd:nBtnWidth + If( ::oWnd:l3D, 3, 1 ) + 13 + 1 ::oWnd:nWidth := ::oWnd:nBtnWidth + If( ::oWnd:l3D, 3, 1 ) + ::nWide_P + 1 Line 1062 //if nCol >= ::nWidth() - 13 if nCol >= ...
by Maurizio
Mon Oct 17, 2022 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 738

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

... #xcommand DEFINE GRAPH <oGraph> [ SIZE <nWidth>, <nHeight> ] ; [ TITLE <cTitle> ] ; [ <pixel: PIXEL > ] ; [ <l3d: 3D> ] ; [ <lxGrid: XGRID> ] ; [ <lyGrid: YGRID> ] ; [ <lxVal: XVALUES> ] ; [ <lyVal: YVALUES> ] ; [ <lLegends: LEGENDS> ...
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: 1422

New FTDN February/Febrero 2021 (FWH 21.02)

... #xcommand DEFINE GRAPH <oGraph> [ SIZE <nWidth>, <nHeight> ] ; [ TITLE <cTitle> ] ; [ <pixel: PIXEL > ] ; [ <l3d: 3D> ] ; [ <lxGrid: XGRID> ] ; [ <lyGrid: YGRID> ] ; [ <lxVal: XVALUES> ] ; [ <lyVal: YVALUES> ] ; [ <lLegends: LEGENDS> ...
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: 1422

Re: RANGO DE VALORES DE Y EN TGRAH

... 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 era ...
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: 2943

New FTDN March/Marzo 2018 (FWH 18.03)

... * Enhancements on Class TGraph - Added support for XY Graphs, not only time series - Added Method AddXYSerie( aDat, cLegend, nColor, nType, l3D, lViewVal, lDrawPoint, lDrawLine, cSRLegend ) aDat as { {x1, y}, {x2, y2}, {x3, y3}, .... } - Added types GRAPH_TYPE_XY_LINES and GRAPH_TYPE_XY_POINTS ...
by Antonio Linares
Tue Apr 24, 2018 9:25 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2018 (FWH 18.03)
Replies: 0
Views: 1674

Re: crop an Image

... // Default oGroup := TGroup():New( nRow, nCol, nRow + 150, nCol + 150, "", oDlg, NIL, NIL, .T. , .T. , NIL, .T. ) oGroup:l3D := .T. // TGroup():New( nTop, nLeft, nBottom, nRight, cLabel, oWnd, nClrText,; // nClrPane, lPixel, lDesign, oFont, lTransparent, nWidth, nHeight ...
by ukoenig
Wed Oct 11, 2017 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: crop an Image
Replies: 28
Views: 4210

Re: Error em TGraph

Defintion of series have more of 4 parameters METHOD AddSerie( aDat, cLegend, nColor, nType , l3D, lViewVal, lDrawPoint, lDrawLine, cSRLegend ) CLASS TGraph and you defintion is oGraph:aSeries = { { "Series 1", CLR_CYAN , , },; // only 4 parameters { "Series ...
by cnavarro
Thu Sep 07, 2017 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error em TGraph (resolved)
Replies: 2
Views: 645

Re: A problem GRAPH-refresh from folder and DBF-values

... thank You very much. I think I have to use oGraph1:AddSerie( aJS1,"Serie", 16771797 ) // AddSerie( aDat, cLegend, nColor, nType, l3D ) changing the array, the refresh is working fine http://www.pflegeplus.com/IMAGES/Tgraph7.jpg Changing the values : REDEFINE BUTTON ...
by ukoenig
Tue Sep 29, 2015 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem GRAPH-refresh from folder and DBF-values
Replies: 5
Views: 1356

Re: A problem GRAPH-refresh from folder and DBF-values

... = { { "Test", 16771797 , , } } oGraph1:nBarSep := 10 oGraph1:lBorders := .T. oGraph1:lxGrid := .T. oGraph1:lyGrid := .T. oGraph1:l3D := .T. oGraph1:lxVal := .T. oGraph1:lyVal := .T. oGraph1:lBordLeg := .T. oGraph1:lLegends := .T. oGraph1:lTitle := .T. oGraph1:nClrX := 8421376 ...
by ukoenig
Tue Sep 29, 2015 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem GRAPH-refresh from folder and DBF-values
Replies: 5
Views: 1356

Re: ButtonBar in resource ?

... be done in the ON INIT clause only. This is not an issue but for clarification only. 2) While defining buttons, we get runtime errors because oBar:l3D, oBar:nBtnWidth and oBar:nBtnHeight remain nil. I suggest assigning suitable default values for l3D, nWith and nHeight in the method Redefine(). ...
by nageswaragunupudi
Tue Mar 24, 2015 2:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar in resource ?
Replies: 18
Views: 8068

Re: TGRAPH Technical Question

Antonio, I found that "METHOD AddSerie( aDat, cLegend, nColor, nType, l3D )" is creating the same aDat array twice (when using two series value) to hold first and second series. This the reason that I had to add two arrays in this method in order to ...
by George
Fri Dec 26, 2014 7:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 9351

Re: TGRAPH Technical Question

... and then check if the mouse is on each bar. See the definition for Method Drawbar(): METHOD DrawBar( nY, nX, nHigh, nWidth, nDeep, nColor, nI, nJ, l3D )
by Antonio Linares
Mon Dec 22, 2014 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 9351

Re: Error in FW 14.09 with SPLITTER Class

Maurizio,

Please make this change in source\classes\splitter.prg line 32:

DATA lStatic, l3D, lMoving, lStyle, lMOver INIT .F.

thanks for your feedback :-)
by Antonio Linares
Sun Nov 23, 2014 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW 14.09 with SPLITTER Class
Replies: 1
Views: 500

Re: TGRAPH Repopulate

... // ------------------------------------------- oGraph:nType := 1 oGraph:nMaxVal := 2000 oGraph:nClrBack := 16765559 // Background color oGraph:l3D := .T. oGraph:nDegrade := 2 // 0 = Color / 1 = Grad Horiz. / 2 = Grad vert. Select one of the background-styles //oGraph:cBitmap := "Color" ...
by ukoenig
Sat Jun 28, 2014 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 9678
Next

Return to advanced search