Search found 9 matches

by wiesi
Tue Sep 02, 2003 3:15 pm
Forum: JFreeChart
Topic: PLEASE HELP ---- Task.addSubtask is not working
Replies: 8
Views: 14946

I can see the "normal" Tasks, but not the subTasks. It´s doesn´t matter if I am adding a subTask or not, it´s the same picture.
by wiesi
Mon Sep 01, 2003 12:37 pm
Forum: JFreeChart
Topic: PLEASE HELP ---- Task.addSubtask is not working
Replies: 8
Views: 14946

Hi again Dams, it´s still not working. Just the subtask is now shown .... Maybe you can see the errors in my code, I´ve ran it with 0.9.8, 0.9.9 and 0.9.11: TaskSeries t = new TaskSeries("Brutto"); TaskSeries t2 = new TaskSeries("Netto"); Task task1 = new Task ("task1", new SimpleTimePeriod(new Date...
by wiesi
Fri Aug 29, 2003 10:24 am
Forum: JFreeChart
Topic: PLEASE HELP ---- Task.addSubtask is not working
Replies: 8
Views: 14946

no, I haven´t, but it also hasn´t worked with 0.9.8.
by wiesi
Thu Aug 28, 2003 4:19 pm
Forum: JFreeChart
Topic: PLEASE HELP ---- Task.addSubtask is not working
Replies: 8
Views: 14946

PLEASE HELP ---- Task.addSubtask is not working

Hi everyone, i am using v0.9.11 and I can´t show a Gantt-Chart where the timeline is with breaks. I am trying to add a Subtask to a Task but it´s not shown. Here´s some of my code: TaskSeries t = new TaskSeries("Brutto"); Task task1 = new Task ("task1", new SimpleTimePeriod(new Date(100590207),new D...
by wiesi
Tue Aug 26, 2003 2:35 pm
Forum: JFreeChart
Topic: Replacement for TimeAllocation
Replies: 1
Views: 3210

I think I can do it with the function Task.addSubtask, like: TaskSeries t = new TaskSeries("Brutto"); Task task1 = new Task ("task1", new SimpleTimePeriod(new Date(100590207),new Date(200390107))); Task tasksub1 = new Task(null, new SimpleTimePeriod(new Date(300390107),new Date(400390107))); task1.a...
by wiesi
Tue Aug 26, 2003 1:52 pm
Forum: JFreeChart
Topic: Gantt and multiple tasks
Replies: 11
Views: 27521

Hi Dams,

have you found your problem? I got the same :?


Regards
Wiesi
by wiesi
Tue Aug 26, 2003 9:27 am
Forum: JFreeChart
Topic: Replacement for TimeAllocation
Replies: 1
Views: 3210

Replacement for TimeAllocation

Hi, the class TimeAllocation is no longer included in the new version of JFreeChart (I am using 0.9.8 ), what is the replacement for it and how can I add multiple time-ranges to a "Task" (for Gantt-Chart)? I´d like to show a time-range on one task with breaks. That´s my code so far: TaskSeries t = n...
by wiesi
Thu Aug 21, 2003 4:55 pm
Forum: JFreeChart
Topic: Problems with serialization of "Task"
Replies: 1
Views: 2373

Problems with serialization of "Task"

Hi everyone :D , I am having a little problem with JFreeChart v0.9.8. I am creating a object "TaskSeriesCollection" which adds a "TaskSeries" and this one adds some "Task"s. That object I want to submit over network to a applet with a "ObjectOutputStream". The problem is that "Task" is not serializa...
by wiesi
Thu Aug 21, 2003 4:50 pm
Forum: JFreeChart
Topic: problem with serialization
Replies: 3
Views: 3920

Hi,

not only the object you write needs to be serializable, all references in the object need to be, too.

Regards,
Wiesi