Search found 9 matches
- Tue Sep 02, 2003 3:15 pm
- Forum: JFreeChart
- Topic: PLEASE HELP ---- Task.addSubtask is not working
- Replies: 8
- Views: 14946
- 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...
- Fri Aug 29, 2003 10:24 am
- Forum: JFreeChart
- Topic: PLEASE HELP ---- Task.addSubtask is not working
- Replies: 8
- Views: 14946
- 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...
- 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...
- Tue Aug 26, 2003 1:52 pm
- Forum: JFreeChart
- Topic: Gantt and multiple tasks
- Replies: 11
- Views: 27521
- 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...
- 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...
- Thu Aug 21, 2003 4:50 pm
- Forum: JFreeChart
- Topic: problem with serialization
- Replies: 3
- Views: 3920