Search found 283 matches: modifying

Return to advanced search

Re: Add a function afther the errors has occured (SOLVED)

From FWH17.08, it is possible to replace default error dialog with your own dialog without modifying errsysw.prg

Code: Select all  Expand view

SetErrorDialog( bOwnDialg ) --> bPrevious
 


FWH instead of displaying the default error dialog will Eval( bOwnDlg, oError, aStack, cErrLogText, cErrLogFile )
by nageswaragunupudi
Mon Sep 18, 2017 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a function afther the errors has occured (SOLVED)
Replies: 3
Views: 799

Re: Database - 17.07 - Problems

Nages, You can get my email address at my website which is shown on my profile. I spoke too soon about reviewing and modifying TData to accommodate the new changes to TDatabase. It was reported by one TData user that removing the ::end() call in the new TDatabase TD_Destroy procedure ...
by James Bott
Tue Sep 05, 2017 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 14960

Re: xBrowse Cell Edit

... <> Nil, Self:oEditGet:SelectNone(), Nil), .T.} would be handy so not to modify xbrowse. best regards, Frances Without modifying XBrowse, you can set XbrGetSelectAll( .F. ) 
by nageswaragunupudi
Tue Sep 05, 2017 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell Edit
Replies: 8
Views: 2000

Re: TGraph 2 Y-axis for different's scales

...              CENTER                  //msgInfo( oGraph:nPenWidth )RETURN NIL // EOF Thank's James, I already did it, I think I'll give it a try modifying the tgraph class to show 2 Y-axis, and adding some required features as placing legends on top, left,right and bottom of the graph.
by hebert_j_vargas
Tue Aug 08, 2017 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGraph 2 Y-axis for different's scales
Replies: 20
Views: 4041

Re: TGraph 2 Y-axis for different's scales

Heber, Here is an example chart. I think this is the best we can do with TChart without modifying it. TChart cannot handle putting different axis increments on the right-hand side. And, ideally you would want to give the axis itself a label (like "Gas Flow MMPCD") ...
by James Bott
Mon Aug 07, 2017 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGraph 2 Y-axis for different's scales
Replies: 20
Views: 4041

Re: Building TensorFlow using Borland 7 32 bits

Modifying c:\tensorflow\third_party\eigen3\unsupported\Eigen\CXX11\Tensor this way, it continues until next error // #include "unsupported/Eigen/CXX11/Tensor" #ifdef _WIN32 #ifndef SLEEP_FUNC_HEADER_GUARD #define ...
by Antonio Linares
Fri Aug 04, 2017 7:07 pm
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: Building TensorFlow using Borland 7 32 bits
Replies: 5
Views: 2092

Re: Modifying tGroup class

Mr fafi, there is also some error because here not run ok @ 10,5 GROUPEX oGr TO 100,175 OF oDlg ; LABEL "Anagrafica cliente " PIXEL FONT oFont; IMAGE "case.bmp" POSITION 0 MARGIN 2 ; COLORHEADER METRO_TEAL,METRO_CYAN ; GRADIENT TEXTALIGN 1 COLORTEXT CLR_RED SHADOW you must try wi...
by Silvio.Falconi
Mon May 15, 2017 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

good mr fafi I inserted also the ch file with the possibility to set values from user Now you can try to make this if you Know how make it https://www.devexpress.com/Subscriptions/i/16.2/winforms-layout-control-animation-effects.gif Antonio sad me this : -------------------------...
by Silvio.Falconi
Mon May 15, 2017 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

my color border and gradient : https://s29.postimg.org/4jyxlut5z/tgroup3.jpg #include "FiveWin.ch"#include "Constant.ch"#define WM_NCHITTEST     132  // 0x84#define WM_UPDATEUISTATE 296  // 0x0128#define DT_TOP         0#def...
by fafi
Mon May 15, 2017 5:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

gradient https://s30.postimg.org/na7vc2ggx/tgroup2.jpg #include "FiveWin.ch"#include "Constant.ch"#define WM_NCHITTEST     132  // 0x84#define WM_UPDATEUISTATE 296  // 0x0128#define DT_TOP         0#define DT_LEFT   &nb...
by fafi
Mon May 15, 2017 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

fafi,
please can use the last release I insert before . thanks
can insert your notes on the header of class
by Silvio.Falconi
Sun May 14, 2017 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

with Shadow : https://s13.postimg.org/9lsyzdeav/tgroup1.jpg #include "FiveWin.ch"#include "Constant.ch"#define WM_NCHITTEST     132  // 0x84#define WM_UPDATEUISTATE 296  // 0x0128#define DT_TOP         0#define DT_LEFT  ...
by fafi
Sun May 14, 2017 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

New release the Gradient option not work good !! sample command @ 10,5 GROUPEX oGr TO 100,175 OF oDlg ; LABEL "Anagrafica cliente " PIXEL FONT oFont; IMAGE "case.bmp" POSITION 1 MARGIN 2 ; COLORHEADER METRO_TEAL,METRO_CYAN ; GRADIENT TEXTALIGN 0 COLORTEXT CLR_RED Include file #x...
by Silvio.Falconi
Sun May 14, 2017 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

good mr fafi
by Silvio.Falconi
Sun May 14, 2017 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

https://s16.postimg.org/kousx0p05/tgroup.jpg #include "FiveWin.ch"#include "Constant.ch"#define WM_NCHITTEST     132  // 0x84#define WM_UPDATEUISTATE 296  // 0x0128#define DT_TOP         0#define DT_LEFT        0#define DT_CENTER      1#define DT_RIGHT       2#de...
by fafi
Sun May 14, 2017 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072
PreviousNext

Return to advanced search