[taskjuggler-devel] Possible bug founf in tjxgantt

From: Luca De Giorgi (luca.degiorgi3_at_tin.it)
Date: Tue Feb 04 2003 - 23:17:51 CET

  • Next message: MIDOL MONNET Philippe: "RE: [taskjuggler-devel] Possible bug founf in tjxgantt"
    From: Luca De Giorgi <luca.degiorgi3@tin.it>
    Date: Tue, 4 Feb 2003 23:17:51 +0100
    Message-Id: <200302042314.29244.luca.degiorgi3@tin.it>
    Subject: [taskjuggler-devel] Possible bug founf in tjxgantt
    

    Hi at all.

    I want to thanks you for the exceptional work you have done with TaskJuggler!

    I want to tell you I've found a possible bug into the tjxgantt module. The
    problem occurs when drawing the boxes into the diagram (I get a lot of errors
    from the Postscript interpreter such "Invalid parameter").

    Searching on the CPAN to try to understand the PostScript::Simple module I
    found that the "box" directive must be written so:

    box ({filled=>k},x1,y1,x2,y2) where k=1 (box filled) or k=0 (box empty)

    In your code the same statement is written so:

    box (x1,y1,x2,y2,k)

    I use the latest perl modules and Perl 5.8.

    In attachment the modified Perl source.

    Bye

    Luca De Giorgi

    
    
    

    -- 
    To unsubscribe, email: taskjuggler-devel-unsubscribe@suse.com
    For additional commands, email: taskjuggler-devel-help@suse.com
    


  • Next message: MIDOL MONNET Philippe: "RE: [taskjuggler-devel] Possible bug founf in tjxgantt"

    This archive was generated by hypermail 2.1.6 : Tue Feb 04 2003 - 23:38:15 CET