Treemenu navigation hangs when there are many subitems

Hi,
I am using Treemenu (http://www.treemenu.com) for left navigation. After I have added some sub-items, after some level, I am not able to add anymore sub-items. The page just hangs and doesn't show anything. I was under the impression that one can add any number of sub-itmes in a treemenu. Please help me with this.
Ramesh

Your best bet is to post your problem on the message board at the site, most people wouldn't like to go through such a complex third party program to correct it:
http://www.treemenu.com/board/
Also you might want to take a look at known bugs at:
http://sourceforge.net/projects/jsmenu
and
http://www.treemenu.com/support/bugs.shtml

Similar Messages

  • How to improve performance when there are many TextBlocks in ItemsControl items?

       Hi,
       I'm trying to find a way to improve performance for a situation when there is an ItemsControl using UI and Data virtualization and each item on that control has 36 TextBlocks. Basically the item is a single string. There are so many TextBlocks
    to allow assigning different brushes to different parts of the string. Performance of this construction is terrible. I have 37 items visible on the screen and if I try to scroll up or down it scrolls into the black space and then it takes a second or two to
    show the items.
       I tried different things. For example, the most successful performance-wise was to replace TextBlocks with Borders and then draw bitmaps. In other words, I prepared 127 bitmaps for each character (I need ASCII only) and then I used those bitmaps
    to set Border.Backgrounds. It improved performance about 1.5 - 2 times but it consumed much more memory (which is not surprising, of course). Required amount of memory is so big that it throws OutOfMemoryException on 512MB emulator but works on 1GB. As a result
    I don't thing it is a good solution.
       Another thing that worked perfect is to replace 36 TextBlocks with only 6 TextBlocks. In this case the performance improvement is about 5 - 10 times but I lose the ability to set different colors to different parts of the string. It seems that
    the performance degrades dramatically with the increase of number of TextBlocks. Is there another technique to draw strings where literally each character can be of different color with decent performance?
    Thank you
    Alex

       Using Runs inside TextBlocks gives approximately the same improvement as using bitmaps 1.5 - 2 times faster but it is not even close to the case with just a couple of TextBlocks in the ItemsControl item. Any other ideas?
    Alex

  • Global Navigation - Sites (no longer offers the 'scroll' option when there are many sub sites)

    Hi, just completed a test migration (database attach method) to SharePoint 2010 from MOSS 2007. We have many subsites in the SiteDirectory and in MOSS2007 they would all show when you mouse over the 'Sites' TAB on the page. In 2007, when the list was too
    long for the page, you would get the little down arrow triangle and you could mouse over this to scroll the list down. I can see that in 2010 there is a new option for 'Maximum number of dynamic items to show within this level of navigation', and here you
    can set the number of items to be 'returned' for this view. The problem is that it doesnt give you the nice little down arrow so you cant scroll to the rest of the items (as you could in 2007)! Now, forgive me if I am a little blunt here, but what the heck
    is going on here when some really great and simple functionality is removed when you change the Visual Upgrade settings to v4 (i.e. 2010) and you cannot scroll up and down you list of sites now!
    I hope someone else has seen this and can offer some help/ideas to get around this limitation.
    Thanks
    Phil

    Hi Jimmy,
    No, never found an answer back then... We opted to create a 'site navigation' page, and included the different webparts to filter/show the subsites etc.
    Hope you find an easier solution!
    Cheers
    Phil
    Phil

  • How can i export the contents of just one artboard, when there are many in a single file

    What's the best way to accomplish this?  I have four designs I want to show someone.  Also, if they're side by side and save the file as a pdf, will it just display single file?  Thanks.

    When performing a save as or export, enable the Range Radio Button, enter the pages you want.

  • HT1535 i cannot get to a screen that says library and my IPOD only shows 1 song when there are many more.  My IPOD does not show upas a adevisw under my, or any other name really ready to toss it out the door.

    I can't get my IPOD NANO to update my libreary onthe new itunes webset.  It will no recognize my older musis, it shows noting to selece onthe right side of sreen to select musid, shows nolibrary, mostly shows nothing.  Really frustrating. any help would be appreciated

    You can only sync to one computer/iTunes library. To make this your syncing computer:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • [Desktop][Music] Artist page needs to make it easier to find an album when there are many

    If you visit an artist page with a tonne of albums like Antonín Dvořák it is difficult to find a particular album you're looking for. You have the choice between scrolling through heaps of track listings or using grid view. The former is too much to scroll through; the latter requires unnecessary cognitive effort. (I'm going to post a separate idea about that.) What I would like to see is a condensed list of rows, one album per row. Perhaps you could click on part of a row to expand it and see the tracks on it. This could be another display mode alongside the existing two modes.

    Yes, you can do it using a script. This code should do the trick:
    this.movePage(this.numPages-1, -1);

  • Connection Pool becomes unusable infrequently when there are SQL exceptions

    Hi,
    Can someone help?
    When there are many SQL exceptions thrown, the entire Pool connections on Weblogic
    6.1 sp2 become unusable, and I need to re-start Weblogic. And it gives me these
    errors:
    java.lang.ClassCastException: weblogic.rjvm.ClassTableEntry
    at weblogic.rjvm.MsgAbbrevInputStream.getMethodDescriptor(MsgAbbrevInputStream.java:262)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:148)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:195)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:642)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:589)
    at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:164)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:637)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at weblogic.socket.PosixSocketMuxer.deliverGoodNews(PosixSocketMuxer.java:456)
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:385)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Can someone tell me what's going on?
    Thanks

    Ed wrote:
    Hi,
    Can someone help?
    When there are many SQL exceptions thrown, the entire Pool connections on Weblogic
    6.1 sp2 become unusable, and I need to re-start Weblogic. And it gives me these
    errors:If you can show us some of the SQLExceptions, it would help. The problem below is
    not jdbc-related.
    Joe
    >
    >
    java.lang.ClassCastException: weblogic.rjvm.ClassTableEntry
    at weblogic.rjvm.MsgAbbrevInputStream.getMethodDescriptor(MsgAbbrevInputStream.java:262)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:148)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:195)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:642)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:589)
    at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:164)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:637)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at weblogic.socket.PosixSocketMuxer.deliverGoodNews(PosixSocketMuxer.java:456)
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:385)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Can someone tell me what's going on?
    Thanks

  • I cannot log into facebook. I get the following message: 404 Error - Not Found The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request,

    I am not able to go to the facebook site. www.facebook.com is not working. I get the following error message. 404 Error - Not Found
    The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request, or the file is not accessible in the requested directory. Please verify that:
    * You have used the proper case; requests ARE case-sensitive!
    * You have entered the URL correctly. (i.e. proper directory/filename)
    * You used the FULL URL. (i.e. proper file type: .html, .gif , .jpg, etc.)
    * You use a tilde (~) before user directories. (i.e. www.furcen.org/~jurann/ )
    * The user/file still exists on this server.
    I also get redirected to "Busca Google" when typing www.facebook.com in the address bar.
    == URL of affected sites ==
    http://facebook.com; buscagoogle.com

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • In need of help syncing my VC3... and yes I know there are many post, BUT

    So,
    Here is the difference between what many of you might take as first instinct to reply by saying, "there are many questions regarding this topic already..."
    My phone has been syncing fine with iSync. It is not until today that it has decided to stop working properly. The message i get when I try to sync is, "synchronization has failed because the phone is not connected".
    As stated elsewhere in the forums, I have checked system profiler - and the phone comes up as noticed via USB port.
    Any ideas of what might be the issue here? I thought maybe there was a particular setting that needs to be turned on/off in either iSync or the phone itself.
    Any insight would be great!
    thanx,
    -Al-
    MBP   Mac OS X (10.4.6)  

    For anyone looking for info, just do a Google search - for many of the results you will have to do some reprogramming, but it's minimal, and best of all; works!

  • Iwlist scan fails when there too many wireless networks

    $ sudo iwlist wlan0 scan
    print_scanning_info: Allocation failed
    wicd uses iwlist to scan networks but iwlist fails when there are too many networks. This seems to be an old issue.  Is there a fix for this?
    Thanks.

    There's a fix yes. For wireless_tools-29 there's a patch somewhere. Or you install wireless_tools-30pre9

  • What happen when an error occur when there are 2 threads running ?

    Here is my execution :
    My MainSequence calls another sequence in a new thread. This sequence call a VI continuously
    When an error occur in the MainSequence, nothing happen : The step with the error in Mainsequence is still in execution state (with the arrow in front of it)  and the VI in my 2nd thread is still running. All I can't do is terminate all thread
    Is this behaviour normal ? What is the mean to solve this problem (maybe calling the 2nd sequence in a new execution ?)
    Thanks for your answer
    Laurent

    Each thread has its own error state. To get the results for a thread (including error result), you need to have a wait step which waits for it. If a thread has an error and you wait for it, you will get the error at the wait step that waits for it.
    If your main thread has an error and you want some worker thread to exit, you should add code to the cleanup of your main thread's sequence which signals the worker thread to exit (you should already have some sort of mechanism for signaling the worker thread to exit (there are many ways to do this, for example, a boolean variable passed by reference to the new thread's sequence, or a TestStand notification).
    If your main thread is getting an error, but is stuck inside a step, that problem is probably specific to something your code is doing, that is not the normal behavior of TestStand. You will need to provide more details or an example sequence in order for us to better understand what is happening.
    Hope this helps,
    -Doug

  • How to change the default JRE when there are several version of JRE in Sys

    How to change the default JRE when there are several version of JRE in System?
    i have installed j2sdk1.5.0 then installed j2ee1.4,then installed Weblogic6.1 which use jdk1.3
    Now the JRE is jdk1.3\bin
    When run class that was compiled with jdk1.5,throw:
    java.lang.UnsupportedClassVersionError
    How can i change the jre to 1.5?

    There is a workaround to move from 1.5 version to the older 1.4 version. But this could be specific to the browser setting the JRE version.
    Excerpts from sun docs:
    However, a user can still run older versions. To do so, launch the Java Plug-in Control Panel for the older version, then (re)select the browser in the Browser tab.
    Example:
    Assume you are running on Microsoft Windows with Microsoft Internet Explorer, have first installed version 1.4.2, then version 5.0, and you want to run 1.4.2.
    Go to the j2re1.4.2\bin directory where JRE 1.4.2 was installed. On a Windows default installation, this would be here: C:\Program Files\Java\j2re1.4.2\bin
    Double-click the jpicpl32.exe file located there. It will launch the control panel for 1.4.2.
    Select the Browser tab. Microsoft Internet Explorer might still appear to be set (checked). However, when 5.0 was installed, the registration of the 1.4.2 JRE with Internet Explorer was overwritten by the 5.0 JRE.
    If Microsoft Internet Explorer is shown as checked, uncheck it and click Apply. You will see a confirmation dialog stating that browser settings have changed.
    Check Microsoft Internet Explorer and click Apply. You should see a confirmation dialog.
    Restart the browser. It should now use the 1.4.2 JRE for conventional APPLET tags.
    Details are here
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/jcp.html
    My system (Windows XP) has the version 1.5_09 set as the default. However i just installed JRE 1.5_06 and would like to revert back to _06 as the default JRE..
    Will update if i find more information

  • I have a MacAir, mid 2011 model, and want to view video on my TV.  I see that I need a mini display port to Hdmi but there are many of these.  What exatly do I need and how does one view a movie downloaded to the MacAir on a TV screen?

    I have a MacAir, mid 2011 model, and want to view video on my TV.  I see that I need a mini display port to Hdmi but there are many of these.  What exatly do I need and how does one go about viewing a movie downloaded to the MacAir on a TV screen?

    Welcome to Apple Support Communities
    That's exactly what you need. A Mini DisplayPort to HDMI adapter and a HDMI cable. See > http://support.apple.com/kb/HT4241?viewlocale=en_US
    This is the only way to view a video on the TV. After connecting your MacBook Air to the TV, image on your TV should show immediately. Then, press Command and F1 keys to mirror your MacBook Air display, and open the video

  • Problem with XML Publisher report when there are no detail records.

    I am working on an Oracle XML Publisher procurement report (Oracle E-Business Suite R12) that starts with a budget amount that is imported from our financial system, then lists all requisitions and orders that are in process (not approved). The amounts of all those unapproved requisitions/orders are totaled using a Sum form field, to be followed by a field where the unapproved requisition/order total is subtracted from the budget amount (amount available). I am running into a problem when there are no unapproved requisitions. When I run the report for such instances, it completes with a warning -- here is what it states in the OPP log:
    oracle.xdo.parser.v2.XPathException: Extension function error: Method not found 'sum'
    I have altered my sum field on the RTF template to include an if statement in case of a null value...
    <?sum (EXTENDED_COST)?> <?xdofx:if sum (EXTENDED_COST) = " then 0 end if?>
    ...but this does not work.

    Hi,
    You are on right track. Simply put summary field in header group and remember to set reset at property to Header Group Not Child and now you can use this field in format trigger.
    Format trigger must be written on header frame.
    Cheers !
    Adinath Kamode

  • IPhone 4s has yahoo mail icon permanently on safari when there are no open pages

    My iPhone 4s using iOS7.0.2 has a Yahoo mail icon displaying permanently on the top of Safari when there are no open pages. The icon did not disappear even when I deleted my Yahoo mail account. The icon also has my Yahoo username displayed below it. Is there any way I can remove the Yahoo mail icon from permanently displaying on Safari? I cleared my history, cookies and data, but the Yahoo icon is still there.

    I have the same issue and koban4max's sugggestion doesn't work (well, it works, but you'll need to do it once a day.) I am surprised this hasn't been widely reported either as an iphone, Verizon or Yahoo issue. I tried various suggestions (deleting/re-adding account, moving messages to a new folder and changing password on computer/iphone, etc.) It will push for a while but stop pushing in a few hours or a few days. This leads me to believe somewhere in the interface corrupts the process. I would love to know if it's unique to Verizon, iphone 4S or IOS 5, or all of the above. The phone doesn't even fetch according to schedule, only when you are in the application. BTW, the Exchange push solution for Gmail works wonderfully.
    iphone 4S, IOS 5, Verizon.

Maybe you are looking for

  • OS 8.6 vs. 9.0

    Is OS 8.6 considered a "classic environment?" I need to install the classic environment on an ibook running "Tiger" so that I can open an old geneology file. That is the closest copy I have to the 9.1. The geneology program used to run on a lime gree

  • Query to read XML from CLOB table column

    Hi I want an SQL to get the following information extract from a CLOB table column. MasterReport/sg:RptDef/sg:RptCell@RealDesc MasterReport/sg:RptDef/sg:RptCell@RealNum credits                              100 debits                              100

  • BIP Desktop - windows security update issue

    Hi Wizards, My PC has automatically installed Windows 7 security updates yesterday. As a result, the BI Publisher Add-In has disappeared from the ribbon in Word (it is fine in Excel though). A similar situation happened in August, where BIP did not w

  • How to assign drop down list in XML form to properties

    Hi ALL, When i was creating <b>Edit form</b> in XML Forms Builder,for <b>Bulletin Board</b> Application, i had to assign two drop down list boxes to properties created under Content Management Configuration > Global Services > Property Metadata. Can

  • Free Ttansform Tool

    Hello, I am trying to use the Free Transform tool from the tool box. Here's what I do... write some text create outlines selsct the text, use free transform tool by clicking and hold ctrl 1 out of 10 it works. If i select a shape tool from the tool b