Author Topic: How to Add Gantt Charts (JSGantt) to Feng Office  (Read 250424 times)

allenlook

  • Volunteer Moderator
  • Sr. Member
  • ****
  • Posts: 312
    • MSN Messenger - sii_lookal@hotmail.com
    • View Profile
    • SI Group, Inc.
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #300 on: July 27, 2011, 02:05:12 pm »
Did you read the third post in this thread?  Did you use "View Page Source"?

http://forums.fengoffice.com/index.php?topic=3826.msg14071#msg14071
I am a volunteer moderator.  Any statements, opinions or observations I contribute are solely mine and are not necessarily shared by the makers of Feng Office.

bpritchard

  • Freshman
  • *
  • Posts: 17
    • View Profile
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #301 on: July 27, 2011, 02:13:57 pm »
Yep, i looked at that and i'm not seeing any errors in the source. Its funny because the screen IS seeing the workspaces.. but its not listing the resources nor the submit button...


allenlook

  • Volunteer Moderator
  • Sr. Member
  • ****
  • Posts: 312
    • MSN Messenger - sii_lookal@hotmail.com
    • View Profile
    • SI Group, Inc.
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #302 on: July 27, 2011, 02:20:27 pm »
Please post the result of your "View Page Source".
I am a volunteer moderator.  Any statements, opinions or observations I contribute are solely mine and are not necessarily shared by the makers of Feng Office.

bpritchard

  • Freshman
  • *
  • Posts: 17
    • View Profile
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #303 on: July 27, 2011, 02:32:51 pm »
Here ya go. had to attach it as a text file

abdsheikh

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • Email
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #304 on: July 27, 2011, 02:34:43 pm »
Did you read the third post in this thread?  Did you use "View Page Source"?

@ allen

Can you please post the updated SQL file. I am really bad at it and i have been trying to run it for about a week now. It just the sql that keeps on giving errors. everything else is fine. Please

allenlook

  • Volunteer Moderator
  • Sr. Member
  • ****
  • Posts: 312
    • MSN Messenger - sii_lookal@hotmail.com
    • View Profile
    • SI Group, Inc.
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #305 on: July 27, 2011, 03:21:33 pm »
Here ya go. had to attach it as a text file

That source code is cut off.  I don't see where it gets to my code at all...
I am a volunteer moderator.  Any statements, opinions or observations I contribute are solely mine and are not necessarily shared by the makers of Feng Office.

allenlook

  • Volunteer Moderator
  • Sr. Member
  • ****
  • Posts: 312
    • MSN Messenger - sii_lookal@hotmail.com
    • View Profile
    • SI Group, Inc.
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #306 on: July 27, 2011, 03:22:56 pm »
Can you please post the updated SQL file. I am really bad at it and i have been trying to run it for about a week now. It just the sql that keeps on giving errors. everything else is fine. Please

I'm sorry, I don't know what updated SQL file you need - if you are asking about the DELIMITER issue, it's not something I ever needed to do as my MySQL instance was fine without it and I can't know how yours is configured.
I am a volunteer moderator.  Any statements, opinions or observations I contribute are solely mine and are not necessarily shared by the makers of Feng Office.

bpritchard

  • Freshman
  • *
  • Posts: 17
    • View Profile
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #307 on: July 27, 2011, 03:46:22 pm »
@Allen

Well thats odd.. hmm.. i've viewed the source via safari and chrome and it looks exactly like what i sent. last function is og.eventManager.addListener('refresh_assignees',
       function (assign){
         assigned_user = assign;
         og.openLink(og.getUrl('task', 'allowed_users_to_assign', {ws_id:wsVal}), {callback:og.drawUserLists});
       }

Perhaps its not getting to something?

allenlook

  • Volunteer Moderator
  • Sr. Member
  • ****
  • Posts: 312
    • MSN Messenger - sii_lookal@hotmail.com
    • View Profile
    • SI Group, Inc.
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #308 on: July 27, 2011, 04:42:50 pm »
Line 533 of that file is only:

og
I am a volunteer moderator.  Any statements, opinions or observations I contribute are solely mine and are not necessarily shared by the makers of Feng Office.

bpritchard

  • Freshman
  • *
  • Posts: 17
    • View Profile
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #309 on: July 27, 2011, 05:33:37 pm »
oh.. mine doesn't short on that line. readding it in case it got munged ...

allenlook

  • Volunteer Moderator
  • Sr. Member
  • ****
  • Posts: 312
    • MSN Messenger - sii_lookal@hotmail.com
    • View Profile
    • SI Group, Inc.
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #310 on: July 27, 2011, 05:36:47 pm »
Same exact problem.  Is there an upload limit on files on this forum?  You may want to try zipping it...
I am a volunteer moderator.  Any statements, opinions or observations I contribute are solely mine and are not necessarily shared by the makers of Feng Office.

bpritchard

  • Freshman
  • *
  • Posts: 17
    • View Profile
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #311 on: July 27, 2011, 05:39:20 pm »
haha yeah there is, 500k. ?? This file is 16k. Nothings going right for me today. :)

here's a zipped version.. see if that works.

allenlook

  • Volunteer Moderator
  • Sr. Member
  • ****
  • Posts: 312
    • MSN Messenger - sii_lookal@hotmail.com
    • View Profile
    • SI Group, Inc.
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #312 on: July 27, 2011, 05:49:12 pm »
OK, that's the whole file, but I still don't see any of my code in there.
I am a volunteer moderator.  Any statements, opinions or observations I contribute are solely mine and are not necessarily shared by the makers of Feng Office.

bpritchard

  • Freshman
  • *
  • Posts: 17
    • View Profile
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #313 on: July 27, 2011, 05:51:30 pm »
Hmm.. i'm at a loss then. I added in all the bits, connected it all up and it "appears" to be working. it fetching the info that is on my site related to workspaces, just not the rest. HMm...

allenlook

  • Volunteer Moderator
  • Sr. Member
  • ****
  • Posts: 312
    • MSN Messenger - sii_lookal@hotmail.com
    • View Profile
    • SI Group, Inc.
Re: How to Add Gantt Charts (JSGantt) to Feng Office
« Reply #314 on: July 27, 2011, 05:54:51 pm »
If you're using a Mac, I can't really help.  If that browser works like Firefox, perhaps try to right-click in the frame where the form appears, and select "View frame source".  You may be getting the wrong source, eg. that for the master page but not for embedded frames...
I am a volunteer moderator.  Any statements, opinions or observations I contribute are solely mine and are not necessarily shared by the makers of Feng Office.