Keep Navigation-Panel open

Hi all!
Does anybody know how to keep the navigation panel always open, so that the user can't close it by it's own?
Regards
Andreas

Use the Light Detailed navigation
Mr.Chowdary

Similar Messages

  • Try to keep accordion panel open when selected

    Hello,
    Could someone help me find the code to "keep the selected panel open" instead of having them closed on each pages.
    There is 2 spry collapsed panels. Within the first one there is 1 Spry Accordion with 5 panels  which need to stay open when selected.
    You will find the site here : www.otaa.fr (but you may use Safari)
    Here the codes:
    <Head>
    <script type="text/javascript" src="SpryAssets/SpryURLUtils.js"></script>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script type="text/javascript"> var params = Spry.Utils.getLocationParamsAsObject(); </script>
    <style type="text/css">
    </head>
    <body>
    <div id="CollapsiblePanel2" class="CollapsiblePanel">
              <div class="CollapsiblePanelTab" tabindex="0">PROJETS</a></div>
              <div class="CollapsiblePanelContent">
                    <td><div id="Accordion1" class="Accordion">
                      <div class="AccordionPanel">
                        <div class="AccordionPanelTab">Logements</a></div>
                        <div class="AccordionPanelContent">
                            <tr>
                              <td height="21" align="left"><a href="html/Vignoles.html">Rue des Vignoles</a></td>
                          </tr>
                        </table>
                <div class="AccordionPanel">
                        <div class="AccordionPanelTab">Maisons</a></div>
                        <div class="AccordionPanelContent">
                            <tr>
                              <td align="left"><a href="html/Serrieres.html">Maison Serrières</a></td>
                          </tr>
                        </table>
                   <div class="AccordionPanel">
                        <div class="AccordionPanelTab">Bureaux et Sièges Sociaux </a></div>
                        <div class="AccordionPanelContent">
                            <tr>
                              <td align="left"><a href="html/Tchad.html">Ambassade du Tchad</a></td>
                          </tr>
                        </table>
                   <div class="AccordionPanel">
                        <div class="AccordionPanelTab">Aménagements Intérieurs</a></div>
                        <div class="AccordionPanelContent">
                            <tr>
                              <td align="left"><a href="html/Martin.html">Appartement Martin</a></td>
                          </tr>
                        </table>
                   <div class="AccordionPanel">
                        <div class="AccordionPanelTab">Equipements</a></div>
                        <div class="AccordionPanelContent">
                            <tr>
                              <td align="left"><a href="html/Aquatonic.html">Centre Aquatique</a></td>
                          </tr>
                        </table>           
    < /body>
    <script type="text/javascript">
    var CollapsiblePanel2 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel2", {contentIsOpen:false});
    var CollapsiblePanel3 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel3");
    var accordion1 = new Spry.Widget.Accordion("Accordion1", { useFixedPanelHeights: false, defaultPanel:(params.panel?params.panel:-1)});
              </script>
    Thanks for you help.

    Forget about the tutorial by David Powers. There is an easier way to achieve what you want.
    If I understand right, you want the about panel to be open when on the about page and the homw panel when you are on the home page. Simply set the default panel for each page as follows
    For the Home page
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Home Page</title>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet">
    <script src="SpryAssets/SpryAccordion.js"></script>
    </head>
    <body>
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Home</div>
        <div class="AccordionPanelContent"><a href="index.html">Home</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">About</div>
        <div class="AccordionPanelContent"><a href="about.html">About Us</a></div>
      </div>
    </div>
    <script>
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {defaultPanel: 0});
    </script>
    </body>
    </html>
    and for the About page
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>About Us</title>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet">
    <script src="SpryAssets/SpryAccordion.js"></script>
    </head>
    <body>
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Home</div>
        <div class="AccordionPanelContent"><a href="index.html">Home</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">About</div>
        <div class="AccordionPanelContent"><a href="about.html">About Us</a></div>
      </div>
    </div>
    <script>
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {defaultPanel: 1});
    </script>
    </body>
    </html>
    Repeat this process for each of your pages.
    Gramps

  • Navigation Panel enabled on startup

    Hi all
    When I load NWBC, the button in the top left that opens the navigation panel is disabled.  It is only enabled when I access one of the applications/transactions in the work center.
    Is there anyway of enabling this as soon as I load NWBC?
    The reason I ask:  we may provide a different home screen from the work center/service map view, but we still want users to be able to navigate the menu.
    Also:  is it possible to default the navigation panel open?
    Thanks

    For bootcamp within the windows OS, bootcamp is usually shown on the notification area icons
    Like so.
    But, now my computer does not have the symbol of the bootcamp panel when i boot up my windows. It thus, causes the function keys on the keyboard and th trackpad to not able to function.
    So, for me to make my function keys and trackpad to function properly, i would need to go to control panel to redo the settings everytime i start up.
    Without the startup of bootcamp control panel to support the keyboard and trackpad, it would fail to function on my Windows. However, booting in iOS would work perfectly.

  • Keeping at Least One Accordion Panel Open with Variable Heights

    Hi -
    Is there a way to keep at least one panel open when using {
    useFixedPanelHeights: false }?
    Here's an example:
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html#VariablePan elHeights
    If panel 4 is open, and you click the panel 4 heading, it
    closes and no
    panel is open.
    Thanks,
    Rod

    Sorry, I didn't read my full message regarding wanting only
    one panel to open.
    What I ended up doing was using a PHP conditional to display
    a message if a certain variable was not passed in the URL. See my
    post on the Friends of Ed forum. Scroll to the bottom for my
    solution.
    http://friendsofed.infopop.net/4/OpenTopic?a=tpc&s=989094322&f=5283032876&m=3461018571

  • Open Crystal Report full screen at InfoView and hide navigation panel

    Dear all,
    In InfoView, how to globally set so that Crystal Report document will be opened as full screen and also hiding the navigation panel.
    I know InfoView > Preference can open in full screen, but this must be done for each user. How to set it globally for all users?
    And also to hide the navigation panel on the left hand side (parameters, group tree) that applies for all user (global)?
    Thank you very much.
    Kind regards,
    aswin

    Dear Martijn van Foeken,
    Wow that's so advanced.
    1. Do you have any information like what table and field in CMS database that we need to change in order to modify the BOE user preferences in InfoView?
    2. For hiding the Navigation Panel in CR viewer, i was thinking if the setting might need to be done on the CR viewer. I tried changing the config file below:
    D:\Program Files (x86)\Business Objects\Tomcat55\webapps\CrystalReports\crystalreportviewers\Web.config
    In that config file there's a parameter below which i set to "true" but it doesn't work.
        <!-- "true" or "false" value determining whether a group tree will be hidden by default if one is generated -->
        <add key="viewrpt.groupTreeHide" value="true"/>
    Any idea?
    Thank you very much Martijn and Merry Christmas.
    Kind regards,
    aswin

  • How do I keep the Character panel open and why are my font examples fuzzy?

    Hello,
    I am unable to keep the character panel open while editing text.  The options will not open in the top tool bar next to  color and stroke.  The link to the character panel is in the top bar, however, I must click it each time to open.  Problem 2, is that even after opening the character panel and opening the drop down box, the 2nd column of text, the column that shows the font examples, is blurry. I've been dealing with this for some time, but had a little extra time today to ask for help.
    I am using a PC and using Illustrator in Creative Cloud 2014.1.1 Release, 18.1.1(64-bit).
    Julie

    Hello,
    Thank you for the reply. When I do Window > Type > Character still the palette opens up and I want it to actually be in the bar at the top. I  just opened an ai document from one of their tutorials and the characters are now open on top.  The dropdown is still wonky.
    The left side is very sharp, the right side is fuzzy.

  • Adobe Edge Animate CC (previous versions too) keep crashing when opening OS X file panels

    Hello there,
    Edge Animate CC crashes almost 30% of the time it opens a standard file OS X window (such as Open, Save, etc). It's a nightmare as you never know if your project is going to be saved or killed...
    I had the same exact problem in previous versions.
    Tried uninstall and clean preferences and re-install, no solution.
    Crash happens randomly when accessing the standard OS X file panel, you see the very first frames of the panel opening (zooming from center screen) and just after that it crashes.
    At the moment I can reproduce the crash with 100% chance in this way:
    - Launch Animate CC
    - Create a new project
    - Go to Library>Symbols>Import Symbols
    - crash
    PS: There is no Edge Animate listed in the bug submission form page!

    Process:         Adobe Edge Animate [2880]
    Path:            /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
    Identifier:      com.adobe.Adobe Edge Animate.application
    Version:         2.0.0 (2.0.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [197]
    User ID:         501
    Date/Time:       2013-06-25 16:58:00.062 -0700
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          431650 sec
    Crashes Since Last Report:           7
    Per-App Interval Since Last Report:  1034 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      EB8DF2B5-C675-F9C8-C663-D71A0EA24F17
    Crashed Thread:  33  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000fefff000
    VM Regions Near 0xfefff000:
        CG backing stores      00000000c6bcd000-00000000c6c1b000 [  312K] rw-/rw- SM=SHM 
    --> VM_ALLOCATE            00000000fefff000-00000000ff000000 [    4K] rw-/rwx SM=COW 
        Submap                 00000000ffff0000-00000000ffff1000          r--/r-- process-only submap
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x9305ba45 memmove$VARIANT$sse42 + 136
    1   com.adobe.AgKernel.framework            0x02105ec4 luaV_concat(lua_State*, int, int) + 900
    2   com.adobe.AgKernel.framework            0x020e6e40 lua_concat + 208
    3   com.adobe.AgKernel.framework            0x020e8542 luaL_prepbuffer + 162
    4   com.adobe.AgKernel.framework            0x020f5f38 read_chars(lua_State*, __sFILE*, unsigned long) + 72
    5   com.adobe.AgKernel.framework            0x020f5ddc g_read(lua_State*, __sFILE*, int) + 540
    6   com.adobe.AgKernel.framework            0x020f51c6 f_read(lua_State*) + 86
    7   com.adobe.AgKernel.framework            0x020f1e36 luaD_precall(lua_State*, lua_TValue*, int) + 1430
    8   com.adobe.AgKernel.framework            0x021080a0 luaV_execute(lua_State*, int) + 8576
    9   com.adobe.AgKernel.framework            0x020f1fc7 luaD_call(lua_State*, lua_TValue*, int) + 119
    10  com.adobe.AgKernel.framework            0x020e6741 f_call(lua_State*, void*) + 33
    11  com.adobe.AgKernel.framework            0x020e0396 AgExceptionsPrivate_runProtectedCall + 38
    12  com.adobe.AgKernel.framework            0x020f22e4 luaD_pcall(lua_State*, void (*)(lua_State*, void*), void*, int, int) + 100
    13  com.adobe.AgKernel.framework            0x020e6700 lua_pcall + 528
    14  com.adobe.dvalua.framework              0x021c8170 dva::lua::uisupport::LuaCmdAttachment::UnifiedDispatch(int, exo::uisupport::UnifiedDispatchBase::EnableOuts*) + 176
    15  com.adobe.dvalua.framework              0x021c83f2 non-virtual thunk to dva::lua::uisupport::LuaCmdAttachment::UnifiedDispatch(int, exo::uisupport::UnifiedDispatchBase::EnableOuts*) + 34
    16  com.adobe.exo.framework                 0x012828f3 exo::uisupport::UnifiedDispatchCmdAttachment::DoHandleCommand(int) + 35
    17  com.adobe.exo.framework                 0x0127f0f5 exo::uisupport::CommandHandler::HandleCommand(int) + 181
    18  com.adobe.exo.framework                 0x0127f28c exo::uisupport::CommandHandler::DoCallMyCommandChain(int) + 44
    19  com.adobe.exo.framework                 0x0127ec53 exo::uisupport::CommandHandlerBase::CallCommandChain(int) + 67
    20  com.adobe.exo.framework                 0x0128693c exo::uisupport::KeyCommandManager::RouteKeyEvent(dvaui::ui::KeyboardEvent const&) + 844
    21  com.adobe.exo.framework                 0x0129c63b exo::workspace::TopLevelWindow::UI_DoKeyboardEvent(dvaui::ui::UI_Node*, dvaui::ui::KeyboardEvent const&) + 203
    22  com.adobe.exo.framework                 0x0129c682 non-virtual thunk to exo::workspace::TopLevelWindow::UI_DoKeyboardEvent(dvaui::ui::UI_Node*, dvaui::ui::KeyboardEvent const&) + 34
    23  com.adobe.dvaui.framework               0x00934f7d dvaui::ui::UI_Node::UI_DispatchKeyboardEvent(dvaui::ui::UI_Node*, dvaui::ui::KeyboardEvent const&) + 509
    24  com.adobe.dvaui.framework               0x0099a17b dvaui::ui::OS_Node::UI_DispatchKeyboardEventFromOS(dvaui::ui::OS_Event*) + 155
    25  com.adobe.dvaui.framework               0x009a49a3 dvaui::ui::OS_Window::UI_DispatchEvent(dvaui::ui::OS_Event*) + 83
    26  com.adobe.dvaui.framework               0x009ba84a boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<bool, boost::_mfi::mf1<bool, dvaui::ui::OS_Window, dvaui::ui::OS_Event*>, boost::_bi::list2<boost::_bi::value<dvaui::ui::OS_Window*>, boost::_bi::value<dvaui::ui::OS_Event*> > >, bool>::invoke(boost::detail::function::function_buffer&) + 42
    27  com.adobe.dvaui.framework               0x008992f5 int dvacore::config::ErrorManager::ExecuteFunction<bool>(boost::function0<bool>*, bool*) + 69
    28  com.adobe.dvaui.framework               0x00899398 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int (*)(boost::function0<bool>*, bool*), boost::_bi::list2<boost::_bi::value<boost::function0<bool>*>, boost::_bi::value<bool*> > >, int>::invoke(boost::detail::function::function_buffer&) + 24
    29  com.adobe.Adobe Edge Animate.application          0x0002d2a1 helium::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0<int>) + 65
    30  com.adobe.dvaui.framework               0x008991bc bool dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<bool>(boost::f unction0<bool>, bool*) + 124
    31  com.adobe.dvaui.framework               0x00898399 bool dvacore::config::ExecuteTopLevelFunction<bool>(boost::function0<bool>, bool*) + 121
    32  com.adobe.dvaui.framework               0x009ae285 -[DVAMacPanelWindow performKeyEquivalent:] + 229
    33  com.apple.AppKit                        0x949f1cf7 -[NSApplication _handleKeyEquivalent:] + 526
    34  com.apple.AppKit                        0x948a7de1 -[NSApplication sendEvent:] + 5512
    35  com.adobe.dvaui.framework               0x009ac42c -[DVAMacApplication sendEvent:] + 652
    36  com.adobe.exo.framework                 0x0121c013 -[ExoMacApplication sendEvent:] + 515
    37  com.apple.AppKit                        0x947c162c -[NSApplication run] + 951
    38  com.adobe.exo.framework                 0x0121ba13 exo::app::OS_AppBase::RunEventLoop() + 67
    39  com.adobe.Adobe Edge Animate.application          0x00043fe8 main + 1416
    40  com.adobe.Adobe Edge Animate.application          0x00002f65 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x962419ae kevent + 10
    1   libdispatch.dylib                       0x91cc1c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x91cc17a9 _dispatch_mgr_thread + 53
    Thread 2:: BrowserDBThread
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x0298cd18 0x291f000 + 449816
    4   libcef.dylib                            0x0298d91b 0x291f000 + 452891
    5   libcef.dylib                            0x0298d792 0x291f000 + 452498
    6   libcef.dylib                            0x0297862b 0x291f000 + 366123
    7   libcef.dylib                            0x0297483f 0x291f000 + 350271
    8   libcef.dylib                            0x02973ffd 0x291f000 + 348157
    9   libcef.dylib                            0x02993ba1 0x291f000 + 478113
    10  libcef.dylib                            0x02993c2c 0x291f000 + 478252
    11  libcef.dylib                            0x0298ffff 0x291f000 + 462847
    12  libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    13  libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 3:: SamplerThread
    0   libsystem_kernel.dylib                  0x9623e80e semaphore_wait_trap + 10
    1   libcef.dylib                            0x03492854 0x291f000 + 12007508
    2   libcef.dylib                            0x033c5e9c 0x291f000 + 11169436
    3   libcef.dylib                            0x03492959 0x291f000 + 12007769
    4   libcef.dylib                            0x034920d5 0x291f000 + 12005589
    5   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 4:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x9623e7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9623dcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x972aff79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x972b595f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x972b501a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x972b4e8b CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x92570bb6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   libcef.dylib                            0x0295911f 0x291f000 + 237855
    8   libcef.dylib                            0x02958e1c 0x291f000 + 237084
    9   libcef.dylib                            0x0297483f 0x291f000 + 350271
    10  libcef.dylib                            0x02973ffd 0x291f000 + 348157
    11  libcef.dylib                            0x02993ba1 0x291f000 + 478113
    12  libcef.dylib                            0x02993c2c 0x291f000 + 478252
    13  libcef.dylib                            0x0298ffff 0x291f000 + 462847
    14  libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 5:: DnsWatcher
    0   libsystem_kernel.dylib                  0x962419ae kevent + 10
    1   libcef.dylib                            0x0306ba7c 0x291f000 + 7654012
    2   libcef.dylib                            0x0306973e 0x291f000 + 7644990
    3   libcef.dylib                            0x02957ef1 0x291f000 + 233201
    4   libcef.dylib                            0x0297483f 0x291f000 + 350271
    5   libcef.dylib                            0x02973ffd 0x291f000 + 348157
    6   libcef.dylib                            0x02993ba1 0x291f000 + 478113
    7   libcef.dylib                            0x02993c2c 0x291f000 + 478252
    8   libcef.dylib                            0x0298ffff 0x291f000 + 462847
    9   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 6:: Cef_FileThread
    0   libsystem_kernel.dylib                  0x962419ae kevent + 10
    1   libcef.dylib                            0x0306ba7c 0x291f000 + 7654012
    2   libcef.dylib                            0x0306973e 0x291f000 + 7644990
    3   libcef.dylib                            0x02957ef1 0x291f000 + 233201
    4   libcef.dylib                            0x0297483f 0x291f000 + 350271
    5   libcef.dylib                            0x02973ffd 0x291f000 + 348157
    6   libcef.dylib                            0x02993ba1 0x291f000 + 478113
    7   libcef.dylib                            0x02993c2c 0x291f000 + 478252
    8   libcef.dylib                            0x0298ffff 0x291f000 + 462847
    9   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 7:: Cef_IOThread
    0   libsystem_kernel.dylib                  0x962419ae kevent + 10
    1   libcef.dylib                            0x0306ba7c 0x291f000 + 7654012
    2   libcef.dylib                            0x0306973e 0x291f000 + 7644990
    3   libcef.dylib                            0x02957fd3 0x291f000 + 233427
    4   libcef.dylib                            0x0297483f 0x291f000 + 350271
    5   libcef.dylib                            0x02973ffd 0x291f000 + 348157
    6   libcef.dylib                            0x02993ba1 0x291f000 + 478113
    7   libcef.dylib                            0x02993c2c 0x291f000 + 478252
    8   libcef.dylib                            0x0298ffff 0x291f000 + 462847
    9   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 8:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x9623e7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9623dcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x972aff79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x972b595f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x972b501a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x972b4e8b CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x92570bb6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   libcef.dylib                            0x0295911f 0x291f000 + 237855
    8   libcef.dylib                            0x02958e1c 0x291f000 + 237084
    9   libcef.dylib                            0x0297483f 0x291f000 + 350271
    10  libcef.dylib                            0x02973ffd 0x291f000 + 348157
    11  libcef.dylib                            0x02993ba1 0x291f000 + 478113
    12  libcef.dylib                            0x02993c2c 0x291f000 + 478252
    13  libcef.dylib                            0x0298ffff 0x291f000 + 462847
    14  libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 9:: WorkerPool/-1339838464
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libcef.dylib                            0x0298cf0e 0x291f000 + 450318
    4   libcef.dylib                            0x0299534d 0x291f000 + 484173
    5   libcef.dylib                            0x029958c1 0x291f000 + 485569
    6   libcef.dylib                            0x0298ffff 0x291f000 + 462847
    7   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 10:: WorkerPool/-1339699200
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libcef.dylib                            0x0298cf0e 0x291f000 + 450318
    4   libcef.dylib                            0x0299534d 0x291f000 + 484173
    5   libcef.dylib                            0x029958c1 0x291f000 + 485569
    6   libcef.dylib                            0x0298ffff 0x291f000 + 462847
    7   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 11:: AppCacheDBThread
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x0298cd18 0x291f000 + 449816
    4   libcef.dylib                            0x0298d91b 0x291f000 + 452891
    5   libcef.dylib                            0x0298d792 0x291f000 + 452498
    6   libcef.dylib                            0x0297862b 0x291f000 + 366123
    7   libcef.dylib                            0x0297483f 0x291f000 + 350271
    8   libcef.dylib                            0x02973ffd 0x291f000 + 348157
    9   libcef.dylib                            0x02993ba1 0x291f000 + 478113
    10  libcef.dylib                            0x02993c2c 0x291f000 + 478252
    11  libcef.dylib                            0x0298ffff 0x291f000 + 462847
    12  libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    13  libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x96240be6 __select + 10
    1   com.adobe.AgKernel.framework            0x0210c386 master_thread + 646
    2   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    3   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 31:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 32:
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AgKernel.framework            0x0210c7bc worker_thread + 572
    4   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 33 Crashed:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   ???                                     0xfefff000 0 + 4278185984
    1   com.apple.desktopservices               0x92dc1bbf TFSInfo::CopyIconRef(unsigned long, OpaqueIconRef*&, bool&) const + 779
    2   com.apple.desktopservices               0x92dc1709 TFSInfo::Fetch(unsigned long) + 115
    3   com.apple.desktopservices               0x92d3b5a5 TFSInfo::FetchAdditionalProperties(TCountedPtr<TFSInfo> const&) + 165
    4   com.apple.desktopservices               0x92d4c77e TNode::HandleSync(unsigned long) + 702
    5   com.apple.desktopservices               0x92d3a577 TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 55
    6   com.apple.desktopservices               0x92d235a9 TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 841
    7   com.apple.desktopservices               0x92d952ef __block_global_1 + 90
    8   com.apple.desktopservices               0x92d231ed ExceptionSafeBlock(void ()() block_pointer) + 55
    9   com.apple.desktopservices               0x92d23163 __PostNodeTaskRequest_block_invoke_0 + 86
    10  libdispatch.dylib                       0x91cc2f8f _dispatch_call_block_and_release + 15
    11  libdispatch.dylib                       0x91cbec82 _dispatch_client_callout + 46
    12  libdispatch.dylib                       0x91cc0160 _dispatch_queue_drain + 206
    13  libdispatch.dylib                       0x91cbfffa _dispatch_queue_invoke + 50
    14  libdispatch.dylib                       0x91cbfecb _dispatch_worker_thread2 + 230
    15  libsystem_c.dylib                       0x93072e72 _pthread_wqthread + 441
    16  libsystem_c.dylib                       0x9305ad2a start_wqthread + 30
    Thread 34:
    0   libsystem_kernel.dylib                  0x962410ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x930730ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93072e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9305ad2a start_wqthread + 30
    Thread 35:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x962408e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93075280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x930fb095 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreVideo                     0x99e4315a CVDisplayLink::runIOThread() + 912
    4   com.apple.CoreVideo                     0x99e42db2 startIOThread(void*) + 160
    5   libsystem_c.dylib                       0x930705b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9305ad4e thread_start + 34
    Thread 33 crashed with X86 Thread State (32-bit):
      eax: 0x00000009  ebx: 0x9a301482  ecx: 0xb01847d2  edx: 0x00000001
      edi: 0xb01849d0  esi: 0xb0184a60  ebp: 0xb0184ac8  esp: 0xb018479c
       ss: 0x00000023  efl: 0x00010202  eip: 0xfefff000   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0xfefff000
    Logical CPU: 5
    Binary Images:
        0x1000 -    0xa1feb +com.adobe.Adobe Edge Animate.application (2.0.0 - 2.0.0.0) <437E9699-4132-3CBE-8DCA-EF635FA338E0> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
      0x16a000 -   0x1c0ffb +com.adobe.headlights.LogSessionFramework (2.1.2.1263) <5B594BC9-5222-651B-6B70-7AD067035B1A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
      0x20a000 -   0x20dffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120720) <A6503206-E545-4C47-B725-D6658C3E0BF5> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporte r
      0x215000 -   0x219fff +com.adobe.boost_date_time.framework (2.0.0 - 2.0.0.0) <CC705430-5F60-35BC-A1A8-7D3A83D1CD4F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
      0x22d000 -   0x23aff3 +com.adobe.boost_threads.framework (2.0.0 - 2.0.0.0) <15F4484D-FDF8-3767-B2C1-075014177DD3> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
      0x25c000 -   0x266ffb +com.adobe.boost_signals.framework (2.0.0 - 2.0.0.0) <76C26160-4DDC-3082-9902-5DD388C4ACE8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
      0x27d000 -   0x27fff7 +com.adobe.boost_system.framework (2.0.0 - 2.0.0.0) <0F0A902D-EA49-3CF2-953A-C7F0EE6A1E6A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
      0x287000 -   0x4caff3 +com.adobe.dvacore.framework (2.0.0 - 2.0.0.0) <B8429CCE-840B-34EE-9B5E-CAFBF079C7CC> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
      0x6d1000 -   0xb16fff +com.adobe.dvaui.framework (2.0.0 - 2.0.0.0) <80F8718E-F229-3EE0-9AA4-9AC77B92D6E0> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x107a000 -  0x1123ff7 +com.adobe.dvaworkspace.framework (2.0.0 - 2.0.0.0) <4D4A5583-0C21-3D06-AC2B-1DA63A020298> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x1214000 -  0x12d0ff3 +com.adobe.exo.framework (2.0.0 - 2.0.0.0) <815FDEBB-FE56-381E-94C3-53058AD19E65> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x1410000 -  0x14c7ffb +com.adobe.dvaeve.framework (2.0.0 - 2.0.0.0) <DB565AE5-F1E9-3D78-A05E-25ABC71C6AF7> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
    0x1622000 -  0x192bffb +com.adobe.dvaadameve.framework (2.0.0 - 2.0.0.0) <C5CB9F8D-A0F9-31CB-8950-A0683A46DD3E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x1f80000 -  0x1f92ffb +com.adobe.boost_filesystem.framework (2.0.0 - 2.0.0.0) <D30AA740-44F2-311A-A71A-F4367CE58F4E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x1faf000 -  0x2042ff7 +com.adobe.boost_regex.framework (2.0.0 - 2.0.0.0) <867B9677-4E8D-31B9-8B11-A1CD3736B7B6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x20d2000 -  0x2120ff7 +com.adobe.AgKernel.framework (2.0.0 - 2.0.0.0) <C8445211-9469-323D-91E4-BDB31010AC0C> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AgKernel.framework/Versions/A/AgKernel
    0x2150000 -  0x2233ff3 +com.adobe.dvalua.framework (2.0.0 - 2.0.0.0) <9E409B98-405E-3DAF-AE45-3F8861D0B5D1> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvalua.framework/Versions/A/dvalua
    0x2387000 -  0x23aaffb +com.adobe.bezierlua.framework (2.0.0 - 2.0.0.0) <E73C92D1-AE36-32C6-BD28-61A96923C1B7> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/bezierlua.framework/Versions/A/bezierlua
    0x23c7000 -  0x23ceff3 +com.adobe.dvaundo.framework (2.0.0 - 2.0.0.0) <511D39A9-93F9-386B-BEEC-52ED334AA080> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaundo.framework/Versions/A/dvaundo
    0x23dd000 -  0x2521fff +com.adobe.scintilla.framework (2.0.0 - 2.0.0.0) <76274D58-C4B2-35D7-B1E2-5A72438B6198> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/scintilla.framework/Versions/A/scintilla
    0x25a0000 -  0x2692fff +com.adobe.amtlib (7.0.0.169 - 7.0.0.169) <5F1F8FE5-D00E-3DA8-A4E8-D120ADA2FBF9> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26a4000 -  0x26d3ff3 +com.adobe.dvawebview.framework (2.0.0 - 2.0.0.0) <07D3BDED-277F-397B-B8BA-2E9406A9F4A1> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/dvawebview
    0x2741000 -  0x2743ffe +com.adobe.lua_zip.framework (2.0.0 - 2.0.0.0) <39554708-8657-3087-88EB-35E6B3CFA24B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zip.framework/Versions/A/lua_zip
    0x274a000 -  0x2759ff3 +com.adobe.lua_zlib.framework (2.0.0 - 2.0.0.0) <38A56A86-8397-3F19-A498-D75EFF72F0C3> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zlib.framework/Versions/A/lua_zlib
    0x2762000 -  0x2778fff +com.adobe.libzip.framework (2.0.0 - 2.0.0.0) <9C1D69CE-DE94-31A9-B204-9ED3B1E98D11> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/libzip.framework/Versions/A/libzip
    0x278b000 -  0x27dbfff +com.adobe.lua_curl.framework (2.0.0 - 2.0.0.0) <E7A8C024-7B62-3F73-B9EF-9E45FDD9717D> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_curl.framework/Versions/A/lua_curl
    0x27fc000 -  0x28a7fff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x28eb000 -  0x28fafff +com.adobe.dvatexteditor.framework (2.0.0 - 2.0.0.0) <3EB09A70-DE3A-304D-BB08-75E48C41BEA7> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvatexteditor.framework/Versions/A/dvatexteditor
    0x291f000 -  0x4c99fe3 +libcef.dylib (1) <74228A31-D67B-3F9E-8407-2D3AF01046CD> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/cef/libcef.dylib
    0x4fdc000 -  0x4fe9ff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x5751000 -  0x5755fff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <CB7CDE62-DAEC-35AF-8ADB-3271AA2DF921> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x6f00000 -  0x6f31ff7 +com.adobe.pip (7.0.0.1768) <863344FC-040D-30CD-8D0C-22DE00F1C11B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
    0x6f66000 -  0x6f70fff  libGPUSupportMercury.dylib (8.9.2) <302EC167-66A3-3E12-8416-F03F50CA96D9> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport Mercury.dylib
    0x6feb000 -  0x6ff6fff  libGPUSupport.dylib (8.9.2) <01E0F852-CBB7-3EE7-A2CD-79CB4A3EF2B5> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
    0x92f0000 -  0x92f8ffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0xbf18000 -  0xbf43ff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0xbfa8000 -  0xbfe2ff3 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 7.0.1.102 - 7.0.1.102) <D5644411-9783-3885-978D-C254E07A24E7> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotifica tions
    0x1260e000 - 0x127a2ffa  GLEngine (8.9.2) <73F967E8-16C2-3FB2-8C04-293EB038952D> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x127e9000 - 0x127edff9  libgermantok.dylib (7) <C97A0581-E8D3-3EC1-929E-4EEC7863E279> /usr/lib/libgermantok.dylib
    0x129bf000 - 0x129c3ff7 +org.tigris.scfinderplugin (169) <7EEC70AB-634F-D6C8-85BF-0AD1289630F3> /Library/Contextual Menu Items/SCFinderPlugin.plugin/Contents/MacOS/SCFinderPlugin
    0x12a62000 - 0x12a8bff7  com.apple.datadetectors (4.0 - 199.1) <E1F4BFF8-DFA8-3EC8-9B9F-A28B53BBC9C4> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x12e66000 - 0x12fe7fff  libGLProgrammability.dylib (8.9.2) <B7AFCCD1-7FA5-3071-9F11-5161FFA2076C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x13300000 - 0x135c9fff  com.apple.AMDRadeonX3000GLDriver (1.8.18 - 1.0.8) <0F84A3D7-FF9A-3266-89D3-FFD84FC151EA> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLD river
    0x143ff000 - 0x14785ff3  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.12.47 - 8.1.2) <6D34B12D-7E54-3B24-A018-D061C03FDD35> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD3000GraphicsGLDriver
    0x1a7cd000 - 0x1a8ecffb  com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x1a99d000 - 0x1b632ff3  com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x8fe9c000 - 0x8fecee57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90082ff3  com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x90083000 - 0x90083fff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x90084000 - 0x9008dfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9008e000 - 0x902fbffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x902fe000 - 0x90383ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x90384000 - 0x9039bfff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x9039c000 - 0x903aaff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x903ab000 - 0x9064eff3  com.apple.CoreImage (8.4.0 - 1.0.1) <C25B9EEC-4824-3088-BC08-2EA516C0728C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x9064f000 - 0x90651fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x90652000 - 0x90652fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90653000 - 0x90751ff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x90752000 - 0x90b35fff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x90b36000 - 0x90e3bff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x90e3c000 - 0x90e47fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x90e48000 - 0x910baff3  com.apple.RawCamera.bundle (4.06 - 694) <1CF91816-6132-314F-B145-7DA96D5039AE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91173000 - 0x9117cff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x91181000 - 0x91181fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x91182000 - 0x9118dffb  com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x9118e000 - 0x911d5ff3  com.apple.CoreMedia (1.0 - 926.104) <D0E3BE86-12ED-31BE-816F-E72D757A9F2F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x911d6000 - 0x911d6fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x911d7000 - 0x91202fff  com.apple.shortcut (2.2 - 2.2) <FA94F2BF-37E1-3F16-9085-7BCCB815BAE9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91203000 - 0x91265fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x91269000 - 0x91555fff  com.apple.AOSKit (1.051 - 152.4) <31156351-70C4-381A-810D-8E5A937EF95C> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x9159c000 - 0x917f5ff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x917f6000 - 0x917fdfff  libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
    0x917fe000 - 0x91840ffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x91845000 - 0x9184bfff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9184c000 - 0x9192dfff  libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
    0x9192e000 - 0x91a22ff3  com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x91a2d000 - 0x91a2efff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x91a2f000 - 0x91b3aff7  libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91b3b000 - 0x91b92ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x91b93000 - 0x91bf7ff7  com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x91bf8000 - 0x91c01ffe  com.apple.aps.framework (3.0 - 3.0) <26A02202-9CCA-37A5-AD26-234F55D51471> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x91c02000 - 0x91c0bfff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x91c0c000 - 0x91c0dffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x91cb0000 - 0x91cbcffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x91cbd000 - 0x91ccfff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x91cd0000 - 0x91d29fff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91d2a000 - 0x91d37ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x91d38000 - 0x91d3cffc  libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91d3d000 - 0x91d56ffb  com.apple.frameworks.preferencepanes (15.1 - 15.1) <D788C8BE-5A13-3EA3-93FA-9B5CEEFE249B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x91d5d000 - 0x91dc3fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x91dc4000 - 0x91ddbff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x91ddc000 - 0x91e1efff  libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
    0x91e1f000 - 0x91eb1ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x91eb2000 - 0x91eb9ffe  com.apple.agl (3.2.1 - AGL-3.2.1) <8E0411D3-19F7-30E1-92A2-337F7F0EBCDA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91eba000 - 0x91f14ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x91f1a000 - 0x91f68ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x91f69000 - 0x91f73fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x91f74000 - 0x91fceffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x91fcf000 - 0x9200ffff  com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x92083000 - 0x92095fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x92096000 - 0x92096fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x92097000 - 0x920ccff7  com.apple.framework.internetaccounts (2.1 - 210) <553BF1E7-B26F-3BE7-BAA9-D80E53E73B0D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x920cd000 - 0x92289ffd  libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
    0x9228a000 - 0x922b5ff9  com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x922b6000 - 0x9236afff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9236b000 - 0x924c8ffb  com.apple.QTKit (7.7.1 - 2599.31) <60F5FCA7-E537-3D2A-A7C9-D1A06B55008C> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x924c9000 - 0x924cafff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x924cb000 - 0x924ccffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x924cd000 - 0x927edff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x927ee000 - 0x92817ff7  libRIP.A.dylib (332) <521E60A6-A768-3CB8-B10D-D10EECD68A94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x9281a000 - 0x9281dffc  libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/L

  • How can I make the spry accordion remember the panel open when I refresh the page or jump to a new page?

    How can I make the spry accordion remember the panel open
    when I refresh the page or jump to a new page?
    I am using the accordion feature on all my pages as a
    navigation aid. It has three panels. When you refresh the page the
    panel goes back to the default pane... Is there a way of
    controlling this so that the browser can remember the pane that is
    open (say set a variable, cookie, other?)

    Look for "Set the default open panel" on the following page:
    http://labs.adobe.com/technologies/spry/articles/accordion_overview/index.html
    Keep in mind you would need to change that bit of code on
    every page. The only way to do it more dynamically would be to
    include a custom javascript or PHP/ASP style script in order to
    change the value.

  • How To Modify Navigation Panel + Menu?

    I have Reader Professional.
    1)I would like to remove some buttons from the navigation panel docked on the left. Particularly the signatures button.
    2) I would like to remove some of the buttons and labels from the toolbars on the top and REMEMBER that setting next time I open Acrobat Reader. I would like to remove the Stamp button and the arrow, line, bubble, box buttons but keep the snapshot, comment, highlight and textbox buttons. I ought to be able to do that and remember the settings right?
    If someone knows help would be appreciated.
    Thanks

    I have adobe acrobat 8 professional as well as adobe reader 8. Arent they the same? Either way I am trying customize the above for reading pdf files but I am unable to force the "reader" to remember the placement of buttons.

  • How to make left navigation panel collapsed by default?

    We explored the theme editor but did not see any way.
    Thanks with points.

    What's New in the Portal for 2004 SP20 / 7.0 SP12
    <i><b>Keeping the Navigation Panel Closed:</b> A new property value has been added to the Initial State of Navigation Panel property of the detailed navigation iView (DTN) so that pages/iViews are always displayed with the panel closed, even if there is content in the panel and even if the user has opened it previously.
    </i>

  • Locking/Hiding  Navigation Panel Buttons When pdf Is Viewed

    Setting Document>Properties>Initial View to "Full Screen" (and password protecting) triggers a warning (& a choice) for person viewing my pdf containing layers and attachments.
    Is there a way with JavaScript to keep the Navigation Panel (& associated buttons) from being exposed when my pdf is viewed (when opened as an attachment or from a web browser)?.
    The "hideMenuItem" method only takes effect at the app open (not doc open) level, so I'd prefer not to employ in script.
    I have Pro 9 (but need pdf to run in Reader 7 +).
    Many thanks for any suggestions!
    John

    > Is there a way with JavaScript to keep the Navigation Panel
    Nope. Even if you could hide it programatically, the user would simply have to hit F4 to show the nav panel again, and there is no way to disable that functionality.

  • RoboHelp HTML Version 10 - Navigation panel not displaying in published project

    We are generating a WebHelp project in RoboHelp HTML Version 10 and the navigation panel (TOC, Search, etc.) is no longer visible in the index file (viewed locally) and it's only visible by clicking "Show" when viewed in a web server. This issue is occurring with Internet Explorer 11 and Google Chrome Version 39.0.2171.99 m. I also tried to view the index files of previously generated projects and am experiencing the same issue (this did not occur before). Is this a known issue? It appears that there a few other discussions posted recently experiencing similar issues. Any help would be greatly appreciated.
    Thanks,
    Nikki

    Hi there
    Sorry, but I'm a bit confused. What you are describing sounds like perfectly normal behavior.
    Can you share a link where this is happening? Not so we can click it, but so we can see what the link looks like.
    If you want a topic to open with the surrounding navigation (TOC, Index, Search, Glossary) you need to click the Show link, then look at what's in the Address bar. Copy that link and you should have what you need.
    Cheers... Rick

  • Link to folder in a room - missing header area and navigation panel

    Hello Community,
    I have a problem, again. While creating favorites to specific folders I got a problem while using and "publishing" them.
    While using the "send to..." feature the recipient gets an eMail with the link to this folder. When clicking this link he gets as the result the opened folder, displayed in a browser. Until now nothing really unexpected.
    What we want is that he gets not only the opened folder. We want that he gets the whole navigation around it (navigation panel, header area) for the specific room the folder is in.
    Now my question. Is it possible to create a link with this behavior?
    Thanks for every hint in advance!
    Regards,
    Frank

    Hi Frank,
    if you have navigated to the room / within the room to the room part you want, check the page toolbar, choose "Add to Portal Favorites", add it under some name; then in IE choose Favorites, right-click on the favorite just added, right click, properties (or just call it). The upcoming URL of the form http://portal:50000/irj/portal?NavigationTarget=navurl://1f9eaddf81792cb6f2b9f05381cce360&&NavTargetAsRoot=true should do the trick (this at least holds from SP14 on).
    Hope it helps
    Detlev

  • Create a pdf where the Bookmark Navigation Panel is always shown on start up

    Hi all,
    I have Acrobat 8.0 & InDesign 5.0.1.
    I have created a .pdf with Bookmarks to aid navigation.
    I would like the Bookmarks Navigation Panel to always show when pdf is opened in Adobe reader, not just on my machine but on everyone who recives the file - is this possible?
    The reason for this is some users may not know to open the bookmark panel to aid navigation.
    Thanks in advance all.
    Alastair

    Thanks Brend,
    Worked perfectly. Some very useful settings in there as well.

  • How to make all nodes in a detailed navigation tree open automatically??

    Dear All,
    I have added some iViews to two folders and add these two folders to a workset "Time" and then add "Time" to the role of Employee portal user.
    How to make all nodes expanded automatically when this workset is clicked in EP??
    thanks,
    Zita

    Not surprising...it does not work even if you follow the exact way...
    Role ->
             Workset 1
                          -> Page 1
                          -> Workset 2
                                           -> Page 2
                          -> Workset 3
                                           -> Page 3
    When the user clicks on Role which is the Entry Point, I want the user to see Page1 (works alright) and want the tree node Workset 2 open (doesn't work)...I want tree node Workset 3 closed (which is what happens...)
    The thing is Workset 2 has to be open...
    This is what I've done...I've made the Initial State of Navigation Panel set to "Open"...
    What else is to be done????
    Thanks a lot.
    JP

Maybe you are looking for

  • Database connection not closed in Destroy()  method of servlet

    Hi, I have a problem with my deployed web application. At first, I thought Glassfish was messing up on me, and after checking the log I could see plenty of null pointer exceptions being thrown at lines in my code where I generate prepared statements

  • How can i compare the values of the objects in a class?

    hi , i am testing how to test the values of the two objects this is the code i have return below..... class Sample{           String name;           int age;           Sample(String name,int age){                this.name=name;                this.ag

  • Calling a method in Runnable Class

    Hello I am trying to water this down but how can I call a method in my class If I am passed only thread t. MyClass mc = new MyClass(); Thread t = new Thread(mc); t.start(); //works because it is a method of Thread t.myMethodInMyClass (); // wont work

  • The file is in a format which cannot be placed

    Hi, Ive reinstalled cs4 as i have refreshed my mac and now when i goto place a Psd or Tiff into illustrator it says "the file is in a format which cannot be placed". Any suggestions? It is really bugging me its something i do on a daily basis! Thanks

  • What video format do I send a client in France?

    What video format do I send a client in France?