Search found 117 matches: tgantt

Return to advanced search

Re: Una nueva Clase TGantt

Antonio

Persiste el mismo problema.

Saludos
by fespinoza
Thu Oct 06, 2011 10:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una nueva Clase TGantt
Replies: 10
Views: 2259

Re: A new Class TGantt

Antonio, I was just going to post a link to a sample Gantt chart, but you have already posted a good one. Others may not really need a Gnatt but something similar as Tim has indicated. I suspect that many, if not most, may not need a Gantt chart since Gantts were designed for project management. Per...
by James Bott
Thu Oct 06, 2011 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new Class TGantt
Replies: 11
Views: 3965

Re: A new Class TGantt

I have downloaded and tested this free Gantt application as it is a very good way to understand how the Class TGantt should behave: http://softlayer.dl.sourceforge.net/project/openproj/OpenProj%20Binaries/1.4/openproj-1.4.msi http://ubuntulife.files.wordpress.com/2009/11/openproj_big.jpg
by Antonio Linares
Thu Oct 06, 2011 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new Class TGantt
Replies: 11
Views: 3965

Re: Una nueva Clase TGantt

Fernando,

Prueba a no añadirle items al Gantt y mira a ver si vuelve a aparecer el error, gracias

Aqui va bien, incluso en 64 bits con FWH64 y Harbour
by Antonio Linares
Thu Oct 06, 2011 8:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una nueva Clase TGantt
Replies: 10
Views: 2259

Re: A new Class TGantt

Tim, James is correct about the format, although it is not necessarily dates we are tracking. Work in progress may be through stages, not dates. I do believe that a Gantt chart by definition is showing the schedule of a project so the scale is time. http://en.wikipedia.org/wiki/Gantt_chart It appear...
by James Bott
Thu Oct 06, 2011 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new Class TGantt
Replies: 11
Views: 3965

Re: Una nueva Clase TGantt

Es el: xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6717)

Saludos

Fernando Espinoza
by fespinoza
Thu Oct 06, 2011 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una nueva Clase TGantt
Replies: 10
Views: 2259

Re: Una nueva Clase TGantt

Fernando,

Aqui funciona correctamente con xHarbour. Que versión de xHarbour usas ?
by Antonio Linares
Thu Oct 06, 2011 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una nueva Clase TGantt
Replies: 10
Views: 2259

Re: Una nueva Clase TGantt

Listo, ya no existe el problema en el enlazado; pero ahora aparece un mensaje de error y se cierra la aplicación.

la ventana de error dice: Error irrecuperable 9009
Y en el contenido: hb_xrealloc no puede reubicar memoria.

Estoy usando Fivewin xHarbour 1109 y Win 7.

Saludos

Fernando Espinoza
by fespinoza
Thu Oct 06, 2011 7:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una nueva Clase TGantt
Replies: 10
Views: 2259

Re: A new Class TGantt

Thats a nice start. I will be happy to start working with it. You defined a specific grid, but what we really need I believe is the ability to define a grid, and also to start with a text element. For example, how about a chart for the following information: First column: Task information ( text ) C...
by TimStone
Thu Oct 06, 2011 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new Class TGantt
Replies: 11
Views: 3965

Re: Una nueva Clase TGantt

Fernando,

Tienes que implementarla asi:
Code: Select all  Expand view
HB_FUNC( SETROP2 )
{
   hb_retni( SetROP2( ( HDC ) hb_parnl( 1 ), hb_parni( 2 ) ) );
}
by Antonio Linares
Thu Oct 06, 2011 4:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una nueva Clase TGantt
Replies: 10
Views: 2259

Re: Una nueva Clase TGantt

... Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN_SETROP2' referenced from C:\SICEF_DESARROLLO\OBJ\TGANTT.OBJ ¿Hay que realizar algún cambio en la función en c, setrop2? Saludos Fernando Espinoza
by fespinoza
Thu Oct 06, 2011 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una nueva Clase TGantt
Replies: 10
Views: 2259

Re: Una nueva Clase TGantt

Apenas me he apartado un poquito de este exelente foro, y al regresar me encuentro con esta novedad. Así que voy a tener que ir ahorrando para mi próxima actualización.

Felicitaciones y gracias por escuchar nuestras súplicas a Don Antonio.

Saludos

Marcelo Jingo
by sjingo
Thu Oct 06, 2011 3:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una nueva Clase TGantt
Replies: 10
Views: 2259

Re: A new Class TGantt

Antonio, As always your code is clear and clean. Referring to the addItem() method: oGantt:AddItem( 150, 50, 170, 120, CLR_YELLOW ) Eventually the addItem() method needs to be changed to something like: oGantt:AddItem( cDescription, dStart, dEnd, nColor ) Internally the class can figure out the coor...
by James Bott
Wed Oct 05, 2011 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new Class TGantt
Replies: 11
Views: 3965

Re: A new Class TGantt

Here you have it, with a working example and full source code included:

http://code.google.com/p/fivewin-contributions/downloads/detail?name=newgantt.zop&can=2&q=
by Antonio Linares
Wed Oct 05, 2011 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new Class TGantt
Replies: 11
Views: 3965

Re: Una nueva Clase TGantt

Aqui la teneis disponible, con un ejemplo incluido y todo el código fuente:

http://code.google.com/p/fivewin-contributions/downloads/detail?name=newgantt.zop&can=2&q=
by Antonio Linares
Wed Oct 05, 2011 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una nueva Clase TGantt
Replies: 10
Views: 2259
PreviousNext

Return to advanced search

cron