I use the tree view for navigation (GENERATE_TREEVIEW = YES, DISABLE_INDEX = 
YES).

Every time I click in the tree view on something other than the current 
selection, the entire browser window is cleared and redrawn including the tree 
view and its separator. I find it the resulting flash very ugly and 
distracting. I want only the right-hand pane to be redrawn with the newly 
selected page.

Even worse, with the custom layout below which sets “files” visibility to no, 
after making a selection, not only do I get the flashing but the tree view is 
redrawn collapsed so that only the top most item is visible. This makes 
navigating through API documentation very difficult.

  <navindex>
    <tab type="mainpage" visible="yes" title=""/>
    <tab type="pages" visible="yes" title="" intro=""/>
    <tab type="modules" visible="yes" title="" intro=""/>
    <tab type="namespaces" visible="yes" title="">
      <tab type="namespacelist" visible="yes" title="" intro=""/>
      <tab type="namespacemembers" visible="yes" title="" intro=""/>
    </tab>
    <tab type="classes" visible="no" title="">
      <tab type="classlist" visible="yes" title="" intro=""/>
      <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
      <tab type="hierarchy" visible="no" title="" intro=""/>
      <tab type="classmembers" visible="no" title="" intro=""/>
    </tab>
    <tab type="files" visible="no" title="">
      <tab type="filelist" visible="no" title="" intro=""/>
      <tab type="globals" visible="yes" title="" intro=""/>
    </tab>
    <tab type="examples" visible="yes" title="" intro=""/>  
  </navindex>

How can I prevent these nasties?

Regards

    -Mark

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to