nicovb

Members
  • Content count

    6
  • Joined

  • Last visited

About nicovb

  • Rank
    Forum Newbie
  1. Hello, I am trying to load an XML that to me does not look all that great in size. It has very few tasks but it seems the script trips over the fact that 135 processes need to be loaded. I get the following well-known error; "A Script in this movie is causing Macromedia Flash Player 10 to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the script?" I have read following topic in the knowledge base and disabled animation, removed labels, .. but without effect. Can someone help me please? Thank you in advance
  2. Hello, Is there a way to enlarge the chart? I have my gantt but most items are only +- 15 minutes so they are very close to each other. Is there an easy way to see them bigger?
  3. Ok I fixed it. Problem is that when you add tasks to the xml where the date exceeds the calendar time, this is the result you get. I thought fusionWidgets wouldn't make a fuzz about it and cut off the tasks at the end or just not show them. Guess I was wrong. Now I set the task end-time to the chart end-time when a task exceeds the chart period.
  4. Another strange thing is that when I define a task like: task start="07/02/2009 12:04:32" end="12/02/2009 22:46:12" processId="M07" I get the EXACT same output! So the start of the task get's cut off but the category at the end is stretched. Furthermore, although my end date is 12/02, the task continues until 13/02. (exact same output as the img above...).
  5. Hi, I have an example chart where the chart goes from start="09/02/2009 00:00:00" to end="13/02/2009 23:59:59" . (dateFormat="dd/mm/yyyy") I have subcategories for every hour. category label="22h" start="13/02/2009 21:00:00" end="13/02/2009 21:59:59" category label="23h" start="13/02/2009 22:00:00" end="13/02/2009 22:59:59" category label="24h" start="13/02/2009 23:00:00" end="13/02/2009 23:59:59" Now I add a task like this so that the start time is in the interval of the calendar, but the end time is out. task processId="M07" start="13/02/2009 22:46:12" end="15/02/2009 15:30:00" As you see on the image, the category gets expanded instead of the task being cut. Shouldn't it suppose to cut the task at 13/02/2009 23:59:59 ??
  6. Hello I have a small question: When I use the new way of calling an external js function (j-...) as described in the docs, he tries to open it as a link to a page. When I use the deprecated way (Javascript:...) I do not have this problem. What could be the cause of this? Piece of lthe link in my XML: link="JavaScript:chartActivateTab('M10');" --> WORKS link="j-chartActivateTab('M10')" --> DOES NOT WORK and he tries to go to page: http://......./G2Servlet/j-chartActivateTab('M10') I Am using the trial version of FusionWidgets V3 thanks in advace