Search found 222 matches

by Eoeo
Wed Aug 01, 2012 12:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 11276

Re: Trying Tgantt Fivetech class

Antonio, How I can make if I use two dbf on first dbf ( xbrowse ) I have only the numbers (one field ) sample Camera on second dbf (oGant) I have the numbers and the dates sample : Numtable, datein,datefin,state I think I must search the number on the second dbf and show the graph I try to make this...
by Eoeo
Wed Aug 01, 2012 12:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 11276

Re: Trying Tgantt Fivetech class

Antonio, Now the new class's modifies seems run ok also on test I made for Andrès G. Only the best is to create also the Horizontal lines : can create an lValue if the user want these lines this is a good idea because we can set a gant for one day and with horizontal lines the final user can see goo...
by Eoeo
Mon Jul 30, 2012 7:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 11276

Re: Trying Tgantt Fivetech class

>Do you mean that the bars in the gant are not at the same row position that the xbrowse rows ? yes, and the range day is not showed correctly, and the mounth have not allways 31 days Why not create a small test with xbrowse having this fields DbCreate('TEST', { { 'NUM', 'N', 3, 0},; { 'DESC' , 'C',...
by Eoeo
Mon Jul 30, 2012 5:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 11276

Re: Trying Tgantt Fivetech class

the fillrect method of Tgant of Ramon link to nBar variable . it is the record of lbx

you can see clear :

oGraficos:FillRect( {nLinea+nVertic+4, nColumnaInicio+nHoriz, nLinea+nVertic+10, nColumnaFinal+nHoriz},oPen5,ActivProg->(Recno()) )
by Eoeo
Sun Jul 29, 2012 10:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : drag and drop from buttons
Replies: 0
Views: 267

to Nages : drag and drop from buttons

I have some buttons on a wnd and each button i s link a numbers ( sample 1) I wish press on this buttons and move the mouse into a xbrowse and insert a record for each button I click with the number of button and the dates that the final user selected from a datepick control on xbrowse must be showe...
by Eoeo
Sat Jul 28, 2012 5:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour vs xharbour
Replies: 1
Views: 505

Harbour vs xharbour

1. all classes are compatibles with harbour ?
2. wich are the diferences ?
3. whati is the best ?
by Eoeo
Sat Jul 28, 2012 4:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 11276

Re: Trying Tgantt Fivetech class

LINKING THE TGANT WITH XBROWSE oApp():oGantt:= TGantt():New( 40,nSplit+5,nGridBottom2,nGridRight2, oApp():oDlg,; TRUE,TRUE,TRUE,,,,,oApp():oGrid2) the bars do not match the records in xbrowse as you can see in this picture ( I write a red line to link the record when I click on each bar ) http://im...
by Eoeo
Sat Jul 28, 2012 3:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FiveForm.prg in FWH 12.07
Replies: 3
Views: 1061

Re: New FiveForm.prg in FWH 12.07

nice... remember on the dialogs it change the coordinates we must rewrite all cGenprg methods for each control class sample for tbtnbmp METHOD cGenPRG(lDlgUnits) CLASS TBtnBmp local cPrg := "" local nFactorX, nFactorY local cTop, cLeft, cWidth, cHeight DEFAULT lDlgUnits := .F. nFactorX = I...
by Eoeo
Sat Jul 28, 2012 3:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 11276

Re: Trying Tgantt Fivetech class

Thanks a lot Antonio, I made a test sample with a Xbrowse and Tgantt and a small test data array but I Not Know how link the data to the bars of Tgant class http://img442.imageshack.us/img442/9123/testdialog.png the code #include "FiveWin.ch" #include "Gantt.ch" #include "xb...
by Eoeo
Sat Jul 28, 2012 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 11276

Re: Trying Tgantt Fivetech class

Any solution ?
by Eoeo
Thu Jul 26, 2012 8:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Tree using Array instead of DBF
Replies: 12
Views: 4008

Re: Xbrowse Tree using Array instead of DBF

where ? can you modify the test made from Anserkk please ? or made another I use an array to create ribbon aMenuRibbon := { "Gestione Ufficio Tecnico","Hardware","Software","Manuali","Prestiti","Magazzino","Utilità","Aiuto&qu...
by Eoeo
Thu Jul 26, 2012 5:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Tree using Array instead of DBF
Replies: 12
Views: 4008

Re: Xbrowse Tree using Array instead of DBF

and if I wish insert a check for each item how I can make ?

for a sample I have a menu items and I wish show any items instead of others
by Eoeo
Wed Jul 25, 2012 6:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 11276

Re: Trying Tgantt Fivetech class

I used your sample : #include "FiveWin.ch" #include "Gantt.ch" function Main() local oFont, oWnd, oGantt DEFINE FONT oFont NAME "Verdana" SIZE 0, -10 DEFINE DIALOG oWnd TITLE "Class TGantt test DIALOG" // DEFINE WINDOW oWnd TITLE "Class TGantt test" ...
by Eoeo
Tue Jul 24, 2012 3:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 11276

Trying Tgantt Fivetech class

Antonio , I'm trying your gant class into a dialog and I have this error Application ===========    Path and name: C:\Work\Prg\BikiniL\BikiniL.Exe (32 bits)    Size: 3,603,968 bytes    Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715)    FiveWin  Version: FWHX 12.03    Windows versi...
by Eoeo
Thu Jul 19, 2012 3:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DRAW A TEXT ON A BITMAP
Replies: 35
Views: 8004

Re: DRAW A TEXT ON A BITMAP

Antonio, I made this class ... perhaps.. but why not show the bitmap ? #include "fivewin.ch" #include "constant.ch" Function Main()    Local ownd    Local umbrella    DEFINE WINDOW oWnd     umbrella:=Umbrella():New(10,10,oWnd,"azzurro.bmp",,.t.)     ACTIVATE WINDOW oWnd...