Assisted Solutions Forums

Welcome! These forums provide help and documentation for our products and services.
Welcome to Assisted Solutions Forums Sign in | Join | Help
in Search

Active Org-Chart's performance

Last post 05-07-2008, 10:38 AM by jonh. 1 replies.
Sort Posts: Previous Next
  •  04-09-2008, 12:37 AM 4021

    Active Org-Chart's performance

    Hi

             I have a question about Org-Chart's performance , when I got less than 100 record, it's so quickly, but when I got more than 300 record. The Org-Chart's performance will become not good enough. Is there any solution for this question.

              The second question is when my OrgChart's height is bigger than Screen's hight why my OrgChart don't have vertical scroll bar

             Finally, can I get each node's coordinates, Thanks

    kwenjoe

    P.s My OrgChart may be more than 500 records

     

     

     

  •  05-07-2008, 10:38 AM 4040 in reply to 4021

    Re: Active Org-Chart's performance

    The lastest version of Active Org-Chart (1.6) includes significant performance gains. You should not have this problem in the new version. And btw, if you purchased any version in the 1.X major version you get free upgrades to all updates within that version.

     

    In that case your page should have a scroolbar. Do you have scrolling turned of for the page?

     

    You could find a nodes coordinates using JQuery to select the node like so:

    var x = $("div[@identity=344]").offsetLeft;

    var y = $("div[@identity=344]").offsetTop;

     

    HTH,

     

    Jon

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems