Photoshop Extensions Sub-Menu in CC

On OS X Mountain Lion the Photoshop Extensions Sub-Menu in CC is grey when I first launch.  I believe this is the same as in CS5.  But I think it is non-the-less a bug, because the delay in making that window available makes it appear that MiniBridge is not available, unless I wait and then come back to the menu.

Is this resolved now?  Stephen, I generally stay away from OSX posts, but you have gone a good few hours without a response.
You mentioned this is when you first launched CC, so I am wondering if Extension Manager CC was installed at that time?   I think that, if you try to invoke the Extension Manager, the Application Manager automatically installs it.  If you still have a problem, let us know.

Similar Messages

  • Horizontal Spry Menu Bar with Horizontal Sub Menu

    I have created a horizontal menu bar with only one main menu item leading to a sub menu. I would like this sub menu to display horizontally also, instead of vertically as added by default.
    I am relatively new to dreamweaver and would appreciate any help possible.

    Came across the fix by accident thru extensions in menu bar,
    and choice of cursor for each section. Feeling happy! Happy New
    Year everyone.

  • Sub menu display I.E 7.0

    Hi,
    Thanks for a fantastic extension.
    I set-up a menu in Dreamweaver for site
    http://www.pafiankingdom.com
    and made some minor adjustments to the formatting. The navigation
    menu displays correctly in I.E 6.0 and Firefox, but in I.E 7.0 the
    sub menu's show up on top of the main menu items.
    The CSS file looks like the following:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - Revision: Spry Preview Release
    1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    LAYOUT INFORMATION: describes box model, positioning,
    z-order
    /* The outermost container of the Menu Bar, a fixed width box
    with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 100%;
    /* Set the active Menu Bar with this class, currently setting
    z-index to accomodate IE rendering bug:
    http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this
    container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0.35%;
    list-style-type: none;
    font-size: 12px;
    font-weight:bold;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 100%;
    /* Submenus should appear slightly overlapping to the right
    (95%) and up (-5%) with a higher z-index, but they are initially
    off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    font-weight:bold;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 100%;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 102%;
    border: 0.35px solid #FFFFFF;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    border: 0.35x solid #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 0.35px solid #FFFFFF;
    /* Menu items are a light gray block with padding and no text
    decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-image:url(../images/template/fon_menu.gif);
    padding: 0.5em 0.75em;
    color: #000000;
    font-family : Tahoma,Verdana,Arial;
    text-indent:30px;
    text-decoration: underline;
    /* Menu items that have mouse over or focus have a blue
    background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    text-decoration: underline;
    /* Menu items that are open with submenus are set to
    MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical
    a.MenuBarItemSubmenuHover, ul.MenuBarVertical
    a.MenuBarSubmenuVisible
    background-image:url(../images/template/fon_menu.gif);
    SUBMENU INDICATION: styles if there is a submenu under a
    given menu item
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(../images/template/fon_menu.gif);
    background-repeat: no-repeat;
    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a "hover"
    background image positioned on the far left (95%) and centered
    vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless
    you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form
    controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the
    slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
    Perhaps my formatting changes have messed up it's
    presentation in I.E 7.0. I don't seem to be able to locate the
    problem.
    Please help.
    Thanks in advance
    Richard

    fixed the problem.
    code:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - Revision: Spry Preview Release
    1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    LAYOUT INFORMATION: describes box model, positioning,
    z-order
    /* The outermost container of the Menu Bar, a fixed width box
    with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 100%;
    /* Set the active Menu Bar with this class, currently setting
    z-index to accomodate IE rendering bug:
    http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this
    container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0.35%;
    list-style-type: none;
    font-size: 12px;
    font-weight:bold;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 100%;
    /* Submenus should appear slightly overlapping to the right
    (95%) and up (-5%) with a higher z-index, but they are initially
    off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 0%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    font-weight:bold;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 100%;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 150px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 102%;
    border: 0.35px solid #FFFFFF;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    border: 0.35x solid #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 0.35px solid #FFFFFF;
    /* Menu items are a light gray block with padding and no text
    decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-image:url(../images/template/fon_menu.gif);
    padding: 0.5em 0.75em;
    color: #000000;
    font-family : Tahoma,Verdana,Arial;
    text-indent:30px;
    text-decoration: underline;
    /* Menu items that have mouse over or focus have a blue
    background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    text-decoration: underline;
    /* Menu items that are open with submenus are set to
    MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical
    a.MenuBarItemSubmenuHover, ul.MenuBarVertical
    a.MenuBarSubmenuVisible
    background-image:url(../images/template/fon_menu.gif);
    SUBMENU INDICATION: styles if there is a submenu under a
    given menu item
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(../images/template/fon_menu.gif);
    background-repeat: no-repeat;
    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a "hover"
    background image positioned on the far left (95%) and centered
    vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless
    you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form
    controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the
    slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;

  • Unable to install Photoshop extensions.

    When I try to install any Photoshop extension from the CS6 Panel, the AEM tells me that it "requires Photoshop version 12 or higher" or "requires version 13 or higher" depending on what extension I try to install. I am running Photoshop CS6 from Creative Cloud with all updates run for both AEM and PS.
    Help?
    Kevin

    Hi Carl,
    I could not find the root folder given in step 3 of the original directions even using the Go to functions. I had a coworker show me to use Option key to see the Library folder. For future reference, you may want to specify directions more with users. I may be a Photoshop expert but know nothing about Terminal commands or debugging my computer, and this little nuances make for a lot of back and forth.
    Here is the content for the log:
    12/19/2012 07:43:13.940 [INFO] com.adobe.exman.controller.PassiveGatewayPrepCommand execute(), PassiveGatewayPrepCommand is executed.
    12/19/2012 07:43:13.945 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway registerAirInterfaces
    12/19/2012 07:43:13.945 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway sendCallBackReady(), available==true
    12/19/2012 07:43:13.946 [INFO] com.adobe.exman.controller.ModelPrepCommand ModelPrepCommand command finished.
    12/19/2012 07:43:13.949 [INFO] com.adobe.exman.model.ExManConfigurationProxy ExManConfigurationProxy(), zstringPath is: /Applications/Adobe Extension Manager CS6/Adobe Extension Manager CS6.app/Contents/MacOS/ZStringResources
    12/19/2012 07:43:13.951 [INFO] com.adobe.exman.model.ExManConfigurationProxy initLocaleList(), the locale list is: en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_BR ,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    12/19/2012 07:43:13.954 [INFO] com.adobe.exman.view.ExManApp ExManApp(), instance is constructed.
    12/19/2012 07:43:13.973 [DEBUG] com.adobe.exman.util.ExManVulcan ExManVulcan: ctor...
    12/19/2012 07:43:13.980 [DEBUG] com.adobe.exman.util.ExManVulcan ExManVulcan, vulcanSetup
    12/19/2012 07:43:14.013 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseStartupMode Message:-1,airParseStartupMode,#D/Users/******/Desktop/Painting Assistant Installer.zxp#D
    -CurrDir=#D/#D,1
    12/19/2012 07:43:14.015 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseStartupMode(), sessionId==-1requestBody: "/Users/******/Desktop/Painting Assistant Installer.zxp"
    -CurrDir="/",1
    12/19/2012 07:43:14.017 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex _input is: '"/Users/******/Desktop/Painting Assistant Installer.zxp"
    -CurrDir="/"'
    12/19/2012 07:43:14.018 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser init(), the cliString does not contain EMBT
    12/19/2012 07:43:14.018 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex _input is: '"/Users/******/Desktop/Painting Assistant Installer.zxp"
    -CurrDir="/"'
    12/19/2012 07:43:14.019 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway giveResponseToExternal(), the args to external interface is: externalCallBack,-1,1,1
    12/19/2012 07:43:14.020 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-1,1,1
    12/19/2012 07:43:14.022 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airGetLocaleList Message:-2,airGetLocaleList
    12/19/2012 07:43:14.022 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirGetLocaleList(), sessionId== -2
    12/19/2012 07:43:14.022 [INFO] com.adobe.exman.controller.passivecommand.GetLocaleListCommand execute(), sessionId= -2
    12/19/2012 07:43:14.023 [INFO] com.adobe.exman.controller.passivecommand.GetLocaleListCommand execute(), the locale list is: en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_BR ,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    12/19/2012 07:43:14.023 [INFO] com.adobe.exman.controller.passivecommand.RespondPassiveExternalGatewayCommand execute(), parameter: sessionId to respond: -2parameters to respond: en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_BR ,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    12/19/2012 07:43:14.024 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway giveResponseToExternal(), the args to external interface is: externalCallBack,-2,0,en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,n b_NO,nl_NL,pl_PL,pt_BR,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    12/19/2012 07:43:14.024 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-2,0,en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,n b_NO,nl_NL,pl_PL,pt_BR,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    12/19/2012 07:43:14.025 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseLocale Message:-3,airParseLocale,#D/Users/******/Desktop/Painting Assistant Installer.zxp#D
    -CurrDir=#D/#D,1,1
    12/19/2012 07:43:14.025 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseLocale(), sessionId==-3requestBody: "/Users/******/Desktop/Painting Assistant Installer.zxp"
    -CurrDir="/",1,1
    12/19/2012 07:43:14.026 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex _input is: '"/Users/******/Desktop/Painting Assistant Installer.zxp"
    -CurrDir="/"'
    12/19/2012 07:43:14.027 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser init(), the cliString does not contain EMBT
    12/19/2012 07:43:14.027 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex _input is: '"/Users/******/Desktop/Painting Assistant Installer.zxp"
    -CurrDir="/"'
    12/19/2012 07:43:14.028 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway giveResponseToExternal(), the args to external interface is: externalCallBack,-3,1
    12/19/2012 07:43:14.028 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-3,1
    12/19/2012 07:43:14.030 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airSetLocale Message:-4,airSetLocale,en_US
    12/19/2012 07:43:14.030 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirSetLocale(), sessionId=-4args=en_US
    12/19/2012 07:43:14.031 [INFO] com.adobe.exman.model.ExManConfigurationProxy defaultOSLocale(), set to: en_US
    12/19/2012 07:43:14.038 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: SET_LOCAL
    notification body: en_US
    12/19/2012 07:43:14.038 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    12/19/2012 07:43:14.038 [DEBUG] com.adobe.exman.view.ExManApp SET_LOCAL
    12/19/2012 07:43:14.039 [INFO] com.adobe.exman.view.ExManApp handleNotification(), locale= en_US
    12/19/2012 07:43:14.042 [INFO] com.adobe.exman.controller.LoadUIPreferencesCommand execute(), LoadUIPreferencesCommand is executed.
    12/19/2012 07:43:14.043 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: LOAD_UI_PREFERENCES_DONE
    notification body: [object UIPreferences]
    12/19/2012 07:43:14.044 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    12/19/2012 07:43:14.044 [DEBUG] com.adobe.exman.view.ExManApp LOAD_UI_PREFERENCES_DONE
    12/19/2012 07:43:14.044 [INFO] com.adobe.exman.controller.SetWindowPreferencesCommand execute(), SetWindowPreferencesCommand is executed.
    12/19/2012 07:43:14.046 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----
    12/19/2012 07:43:14.047 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ExternalGateway()
    12/19/2012 07:43:14.047 [INFO] com.adobe.exman.controller.gateway.ExternalGateway resetExternalInterface()
    12/19/2012 07:43:14.048 [INFO] com.adobe.exman.controller.gateway.ExternalGateway resetExternalInterface(), airCallBack added.
    12/19/2012 07:43:14.048 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----
    12/19/2012 07:43:14.048 [INFO] com.adobe.exman.controller.gateway.ExternalGateway setWindowPreferences(), sessionId= 0, windowPosition_x= 100, windowPosition_y= 100, windowWidth= 810, windowHeight= 600
    12/19/2012 07:43:14.124 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message0,0
    12/19/2012 07:43:14.125 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 0
    responseType= 0
    responseBody=
    12/19/2012 07:43:14.126 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::SetWindowPreferencesSession got parameters in handleResponse:
    responseType= 0
    12/19/2012 07:43:14.126 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    12/19/2012 07:43:14.126 [DEBUG] com.adobe.exman.view.ExManApp NOTIF_SET_WINDOW_PREFERENCES_SUCCEED
    12/19/2012 07:43:14.127 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now:
    12/19/2012 07:43:14.142 [INFO] com.adobe.exman.ExManGUI onColumnAssociateChange()
    12/19/2012 07:43:14.143 [INFO] com.adobe.exman.view.widget.ExManDataGridColumn adjustColumnWidth()
    12/19/2012 07:43:14.144 [INFO] com.adobe.exman.view.widget.ExManDataGridColumn adjustColumnWidth(), width of column [OnOff] set to: 69
    12/19/2012 07:43:14.145 [INFO] com.adobe.exman.ExManGUI onColumnAssociateChange(), width of column [0] is changed to: 69
    12/19/2012 07:43:14.172 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-5,airParseXML,/Applications/Adobe Bridge CS5/Configuration/XManConfig.xml,Configuration.VariableForExMan.Data
    12/19/2012 07:43:14.173 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-5got xml String to parse: /Applications/Adobe Bridge CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.174 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    12/19/2012 07:43:14.175 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///Applications/Adobe%20Bridge%20CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.175 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    12/19/2012 07:43:14.175 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///Applications/Adobe%20Bridge%20CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.192 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-5,0,DisplayName,Bridge CS5,ProductName,Bridge,FamilyName,Bridge,ProductVersion,4.0,IconPath,Configuration/Icon.p ng,UserExtensionFolder,$UserDataFolder/Adobe/Bridge CS5/Configuration/Extensions,SupportedInSuite,CS5,$bridgeappfolder,$installfolder,$plugin sfolder,$bridgeappfolder/Plug-Ins,$presetsfolder,$bridgeappfolder/Presets,$bridge,$UserDat aFolder/Adobe/Bridge CS5/Configuration,$startupscripts,$adobecommon/Startup Scripts CS5,$bridgestartupscripts,$startupscripts/Adobe Bridge,$extensions,$adobecommon/Bridge CS5 Extensions,$workspaces,$UserDataFolder/Adobe/Bridge CS5/Workspaces,$extensionworkspaces,$extensions/Workspaces,$userscripts,$UserDataFolder/A dobe/Bridge CS5/Startup Scripts
    12/19/2012 07:43:14.192 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-5,0,DisplayName,Bridge CS5,ProductName,Bridge,FamilyName,Bridge,ProductVersion,4.0,IconPath,Configuration/Icon.p ng,UserExtensionFolder,$UserDataFolder/Adobe/Bridge CS5/Configuration/Extensions,SupportedInSuite,CS5,$bridgeappfolder,$installfolder,$plugin sfolder,$bridgeappfolder/Plug-Ins,$presetsfolder,$bridgeappfolder/Presets,$bridge,$UserDat aFolder/Adobe/Bridge CS5/Configuration,$startupscripts,$adobecommon/Startup Scripts CS5,$bridgestartupscripts,$startupscripts/Adobe Bridge,$extensions,$adobecommon/Bridge CS5 Extensions,$workspaces,$UserDataFolder/Adobe/Bridge CS5/Workspaces,$extensionworkspaces,$extensions/Workspaces,$userscripts,$UserDataFolder/A dobe/Bridge CS5/Startup Scripts
    12/19/2012 07:43:14.202 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-6,airParseXML,/Applications/Adobe Bridge CS5.1/Configuration/XManConfig.xml,Configuration.VariableForExMan.Data
    12/19/2012 07:43:14.202 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-6got xml String to parse: /Applications/Adobe Bridge CS5.1/Configuration/XManConfig.xml
    12/19/2012 07:43:14.202 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    12/19/2012 07:43:14.203 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///Applications/Adobe%20Bridge%20CS5.1/Configuration/XManConfig.xml
    12/19/2012 07:43:14.203 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    12/19/2012 07:43:14.203 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///Applications/Adobe%20Bridge%20CS5.1/Configuration/XManConfig.xml
    12/19/2012 07:43:14.217 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-6,0,DisplayName,Bridge CS5.1,ProductName,Bridge,FamilyName,Bridge,ProductVersion,4.1,IconPath,Configuration/Icon .png,UserExtensionFolder,$UserDataFolder/Adobe/Bridge CS5.1/Configuration/Extensions,SupportedInSuite,CS5.5,$bridgeappfolder,$installfolder,$pl uginsfolder,$bridgeappfolder/Plug-Ins,$presetsfolder,$bridgeappfolder/Presets,$bridge,$Use rDataFolder/Adobe/Bridge CS5.1/Configuration,$startupscripts,$adobecommon/Startup Scripts CS5.5,$bridgestartupscripts,$startupscripts/Adobe Bridge,$extensions,$adobecommon/Bridge CS5.1 Extensions,$workspaces,$UserDataFolder/Adobe/Bridge CS5.1/Workspaces,$extensionworkspaces,$extensions/Workspaces,$userscripts,$UserDataFolder /Adobe/Bridge CS5.1/Startup Scripts
    12/19/2012 07:43:14.217 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-6,0,DisplayName,Bridge CS5.1,ProductName,Bridge,FamilyName,Bridge,ProductVersion,4.1,IconPath,Configuration/Icon .png,UserExtensionFolder,$UserDataFolder/Adobe/Bridge CS5.1/Configuration/Extensions,SupportedInSuite,CS5.5,$bridgeappfolder,$installfolder,$pl uginsfolder,$bridgeappfolder/Plug-Ins,$presetsfolder,$bridgeappfolder/Presets,$bridge,$Use rDataFolder/Adobe/Bridge CS5.1/Configuration,$startupscripts,$adobecommon/Startup Scripts CS5.5,$bridgestartupscripts,$startupscripts/Adobe Bridge,$extensions,$adobecommon/Bridge CS5.1 Extensions,$workspaces,$UserDataFolder/Adobe/Bridge CS5.1/Workspaces,$extensionworkspaces,$extensions/Workspaces,$userscripts,$UserDataFolder /Adobe/Bridge CS5.1/Startup Scripts
    12/19/2012 07:43:14.233 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-7,airParseXML,/Applications/Adobe Illustrator CS5/Configuration/XManConfig.xml,Configuration.VariableForExMan.Data
    12/19/2012 07:43:14.233 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-7got xml String to parse: /Applications/Adobe Illustrator CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.234 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    12/19/2012 07:43:14.234 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///Applications/Adobe%20Illustrator%20CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.234 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    12/19/2012 07:43:14.234 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///Applications/Adobe%20Illustrator%20CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.240 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-7,0,UserExtensionFolder,$InstallFolder/Configuration/Extensions,$illust rator,$InstallFolder,$plugin,$InstallFolder/Plug-ins.localized,$scripting,$InstallFolder/S cripting.localized,$presets,$InstallFolder/Presets.localized,DisplayName,Illustrator CS5,ProductName,Illustrator,ProductVersion,15.0,HostNameForCSXS,ILST,IconPath,Configurati on/ai_app_24px.png,SupportedInSuite,CS5,DefaultLocale,en_US,EmStorePath,$SharedRibsDataFol der/Adobe/Extension Manager CS5/Illustrator CS5,Bit,32
    12/19/2012 07:43:14.240 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-7,0,UserExtensionFolder,$InstallFolder/Configuration/Extensions,$illust rator,$InstallFolder,$plugin,$InstallFolder/Plug-ins.localized,$scripting,$InstallFolder/S cripting.localized,$presets,$InstallFolder/Presets.localized,DisplayName,Illustrator CS5,ProductName,Illustrator,ProductVersion,15.0,HostNameForCSXS,ILST,IconPath,Configurati on/ai_app_24px.png,SupportedInSuite,CS5,DefaultLocale,en_US,EmStorePath,$SharedRibsDataFol der/Adobe/Extension Manager CS5/Illustrator CS5,Bit,32
    12/19/2012 07:43:14.246 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-8,airParseXML,/Applications/Adobe InCopy CS5/Configuration/XManConfig.xml,Configuration.VariableForExMan.Data
    12/19/2012 07:43:14.247 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-8got xml String to parse: /Applications/Adobe InCopy CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.247 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    12/19/2012 07:43:14.247 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///Applications/Adobe%20InCopy%20CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.247 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    12/19/2012 07:43:14.247 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///Applications/Adobe%20InCopy%20CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.261 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-8,0,UserExtensionFolder,$UserDataFolder/Adobe/Adobe InCopy CS5/Configuration/Extensions,$incopy,$InstallFolder,$incopy_user,$UserDataFolder/Adobe/Ad obe InCopy CS5,DisplayName,InCopy CS5,GlobalProductName,Adobe InCopy CS5,ProductName,InCopy,ProductVersion,7.0,HostNameForCSXS,AICY,IconPath,Configuration/Ico n.png,SupportedInSuite,CS5,DefaultLocale,en_US,NeedLockableExtension,true,ShowInstalledFil es,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InCopy/Version 7.0/en_US/Extensions,EmStorePath,$SharedCommonDataFolder/Adobe/InCopy/Version 7.0/EmStorePath,PluginConfigFile,$UserLibraryFolder/Preferences/Adobe InCopy/Version 7.0/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.262 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-8,0,UserExtensionFolder,$UserDataFolder/Adobe/Adobe InCopy CS5/Configuration/Extensions,$incopy,$InstallFolder,$incopy_user,$UserDataFolder/Adobe/Ad obe InCopy CS5,DisplayName,InCopy CS5,GlobalProductName,Adobe InCopy CS5,ProductName,InCopy,ProductVersion,7.0,HostNameForCSXS,AICY,IconPath,Configuration/Ico n.png,SupportedInSuite,CS5,DefaultLocale,en_US,NeedLockableExtension,true,ShowInstalledFil es,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InCopy/Version 7.0/en_US/Extensions,EmStorePath,$SharedCommonDataFolder/Adobe/InCopy/Version 7.0/EmStorePath,PluginConfigFile,$UserLibraryFolder/Preferences/Adobe InCopy/Version 7.0/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.272 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-9,airParseXML,/Applications/Adobe InCopy CS5.5/Configuration/XManConfig.xml,Configuration.VariableForExMan.Data
    12/19/2012 07:43:14.273 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-9got xml String to parse: /Applications/Adobe InCopy CS5.5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.273 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    12/19/2012 07:43:14.273 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///Applications/Adobe%20InCopy%20CS5.5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.274 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    12/19/2012 07:43:14.274 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///Applications/Adobe%20InCopy%20CS5.5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.284 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-9,0,UserExtensionFolder,$UserDataFolder/Adobe/Adobe InCopy CS5.5/Configuration/Extensions,$incopy,$InstallFolder,$incopy_user,$UserDataFolder/Adobe/ Adobe InCopy CS5.5,DisplayName,InCopy CS5.5,GlobalProductName,Adobe InCopy CS5.5,ProductName,InCopy,ProductVersion,7.5,HostNameForCSXS,AICY,IconPath,Configuration/I con.png,SupportedInSuite,CS5.5,DefaultLocale,en_US,NeedLockableExtension,true,ShowInstalle dFiles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InCopy/Version 7.5/en_US/Extensions,EmStorePath,$SharedCommonDataFolder/Adobe/InCopy/Version 7.5/EmStorePath,PluginConfigFile,$UserLibraryFolder/Preferences/Adobe InCopy/Version 7.5/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.285 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-9,0,UserExtensionFolder,$UserDataFolder/Adobe/Adobe InCopy CS5.5/Configuration/Extensions,$incopy,$InstallFolder,$incopy_user,$UserDataFolder/Adobe/ Adobe InCopy CS5.5,DisplayName,InCopy CS5.5,GlobalProductName,Adobe InCopy CS5.5,ProductName,InCopy,ProductVersion,7.5,HostNameForCSXS,AICY,IconPath,Configuration/I con.png,SupportedInSuite,CS5.5,DefaultLocale,en_US,NeedLockableExtension,true,ShowInstalle dFiles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InCopy/Version 7.5/en_US/Extensions,EmStorePath,$SharedCommonDataFolder/Adobe/InCopy/Version 7.5/EmStorePath,PluginConfigFile,$UserLibraryFolder/Preferences/Adobe InCopy/Version 7.5/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.296 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-10,airParseXML,/Applications/Adobe InDesign CS5/Configuration/XManConfig.xml,Configuration.VariableForExMan.Data
    12/19/2012 07:43:14.296 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-10got xml String to parse: /Applications/Adobe InDesign CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.296 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    12/19/2012 07:43:14.297 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///Applications/Adobe%20InDesign%20CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.297 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    12/19/2012 07:43:14.297 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///Applications/Adobe%20InDesign%20CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.307 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-10,0,UserExtensionFolder,$UserDataFolder/Adobe/Adobe InDesign CS5/Configuration/Extensions,$indesign,$InstallFolder,$indesign_user,$UserDataFolder/Adob e/Adobe InDesign CS5,DisplayName,InDesign CS5,GlobalProductName,Adobe InDesign CS5,ProductName,InDesign,ProductVersion,7.0,HostNameForCSXS,IDSN,IconPath,Configuration/I con.png,SupportedInSuite,CS5,DefaultLocale,en_US,NeedLockableExtension,true,ShowInstalledF iles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InDesign/Version 7.0/en_US/Extensions,EmStorePath,$SharedCommonDataFolder/Adobe/InDesign/Version 7.0/EmStorePath,PluginConfigFile,$UserLibraryFolder/Preferences/Adobe InDesign/Version 7.0/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.307 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-10,0,UserExtensionFolder,$UserDataFolder/Adobe/Adobe InDesign CS5/Configuration/Extensions,$indesign,$InstallFolder,$indesign_user,$UserDataFolder/Adob e/Adobe InDesign CS5,DisplayName,InDesign CS5,GlobalProductName,Adobe InDesign CS5,ProductName,InDesign,ProductVersion,7.0,HostNameForCSXS,IDSN,IconPath,Configuration/I con.png,SupportedInSuite,CS5,DefaultLocale,en_US,NeedLockableExtension,true,ShowInstalledF iles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InDesign/Version 7.0/en_US/Extensions,EmStorePath,$SharedCommonDataFolder/Adobe/InDesign/Version 7.0/EmStorePath,PluginConfigFile,$UserLibraryFolder/Preferences/Adobe InDesign/Version 7.0/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.315 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-11,airParseXML,/Applications/Adobe InDesign CS5.5/Configuration/XManConfig.xml,Configuration.VariableForExMan.Data
    12/19/2012 07:43:14.315 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-11got xml String to parse: /Applications/Adobe InDesign CS5.5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.315 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    12/19/2012 07:43:14.315 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///Applications/Adobe%20InDesign%20CS5.5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.316 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    12/19/2012 07:43:14.316 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///Applications/Adobe%20InDesign%20CS5.5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.329 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-11,0,UserExtensionFolder,$UserDataFolder/Adobe/Adobe InDesign CS5.5/Configuration/Extensions,$indesign,$InstallFolder,$indesign_user,$UserDataFolder/Ad obe/Adobe InDesign CS5.5,DisplayName,InDesign CS5.5,GlobalProductName,Adobe InDesign CS5.5,ProductName,InDesign,ProductVersion,7.5,HostNameForCSXS,IDSN,IconPath,Configuration /Icon.png,SupportedInSuite,CS5.5,DefaultLocale,en_US,NeedLockableExtension,true,ShowInstal ledFiles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/en_US/Extensions,EmStorePath,$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/EmStorePath,PluginConfigFile,$UserLibraryFolder/Preferences/Adobe InDesign/Version 7.5/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.329 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-11,0,UserExtensionFolder,$UserDataFolder/Adobe/Adobe InDesign CS5.5/Configuration/Extensions,$indesign,$InstallFolder,$indesign_user,$UserDataFolder/Ad obe/Adobe InDesign CS5.5,DisplayName,InDesign CS5.5,GlobalProductName,Adobe InDesign CS5.5,ProductName,InDesign,ProductVersion,7.5,HostNameForCSXS,IDSN,IconPath,Configuration /Icon.png,SupportedInSuite,CS5.5,DefaultLocale,en_US,NeedLockableExtension,true,ShowInstal ledFiles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/en_US/Extensions,EmStorePath,$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/EmStorePath,PluginConfigFile,$UserLibraryFolder/Preferences/Adobe InDesign/Version 7.5/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.338 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-12,airParseXML,/Applications/Adobe InDesign CS6/Configuration/XManConfig.xml,Configuration.VariableForExMan.Data
    12/19/2012 07:43:14.339 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-12got xml String to parse: /Applications/Adobe InDesign CS6/Configuration/XManConfig.xml
    12/19/2012 07:43:14.339 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    12/19/2012 07:43:14.339 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///Applications/Adobe%20InDesign%20CS6/Configuration/XManConfig.xml
    12/19/2012 07:43:14.339 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    12/19/2012 07:43:14.339 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///Applications/Adobe%20InDesign%20CS6/Configuration/XManConfig.xml
    12/19/2012 07:43:14.351 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-12,0,$indesign,$InstallFolder,$indesign_user,$UserDataFolder/Adobe/Adob e InDesign CS6,DisplayName,InDesign CS6,GlobalProductName,Adobe InDesign CS6,ProductName,InDesign,ProductVersion,8.0,HostNameForCSXS,IDSN,IconPath,Configuration/I con.png,SupportedInSuite,CS6,DefaultLocale,en_US,NeedLockableExtension,true,ShowInstalledF iles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InDesign/Version 8.0/en_US/Extensions,PluginConfigFile,$UserLibraryFolder/Preferences/Adobe InDesign/Version 8.0/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.352 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-12,0,$indesign,$InstallFolder,$indesign_user,$UserDataFolder/Adobe/Adob e InDesign CS6,DisplayName,InDesign CS6,GlobalProductName,Adobe InDesign CS6,ProductName,InDesign,ProductVersion,8.0,HostNameForCSXS,IDSN,IconPath,Configuration/I con.png,SupportedInSuite,CS6,DefaultLocale,en_US,NeedLockableExtension,true,ShowInstalledF iles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InDesign/Version 8.0/en_US/Extensions,PluginConfigFile,$UserLibraryFolder/Preferences/Adobe InDesign/Version 8.0/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.363 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-13,airParseXML,/Applications/Adobe Photoshop CS5/Configuration/XManConfig.xml,Configuration.VariableForExMan.Data
    12/19/2012 07:43:14.363 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-13got xml String to parse: /Applications/Adobe Photoshop CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.364 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    12/19/2012 07:43:14.364 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///Applications/Adobe%20Photoshop%20CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.364 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    12/19/2012 07:43:14.364 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///Applications/Adobe%20Photoshop%20CS5/Configuration/XManConfig.xml
    12/19/2012 07:43:14.374 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-13,0,EmStorePath,$SharedRibsDataFolder/Adobe/Extension Manager,$photoshopappfolder,$installfolder,$pluginsfolder,$photoshopappfolder/Plug-Ins,$p resetsfolder,$photoshopappfolder/Presets,$platform,Mac,$actions,$presetsfolder/Actions,$bl ackandwhite,$presetsfolder/Black and White,$brushes,$presetsfolder/Brushes,$channelmixer,$presetsfolder/Channel Mixer,$colorbooks,$presetsfolder/Color Books,$colorrange,$presetsfolder/Color Range,$colorswatches,$presetsfolder/Color Swatches,$contours,$presetsfolder/Contours,$curves,$presetsfolder/Curves,$customshapes,$p resetsfolder/Custom Shapes,$duotones,$presetsfolder/Duotones,$exposure,$presetsfolder/Exposure,$gradients,$pr esetsfolder/Gradients,$huesat,$presetsfolder/Hue Sat,$imagestatistics,$presetsfolder/Image Statistics,$keyboardshortcuts,$presetsfolder/Keyboard Shortcuts,$layouts,$presetsfolder/Layouts,$lenscorrection,$presetsfolder/Lens Correction,$levels,$presetsfolder/Levels,$liquifymeshes,$presetsfolder/Liquify Meshes,$menucustomization,$presetsfolder/Menu Customization,$optimizedcolors,$presetsfolder/Optimized Colors,$optimizedoutputSettings,$presetsfolder/Optimized Output Settings,$optimizedsettings,$presetsfolder/Optimized Settings,$patterns,$presetsfolder/Patterns,$reducenoise,$presetsfolder/Reduce Noise,$replacecolor,$presetsfolder/Replace Color,$scripts,$presetsfolder/Scripts,$selectivecolor,$presetsfolder/Selective Color,$shadowhighlight,$presetsfolder/Shadow Highlight,$smartsharpen,$presetsfolder/Smart Sharpen,$styles,$presetsfolder/Styles,$textures,$presetsfolder/Textures,$tools,$presetsfo lder/Tools,$variations,$presetsfolder/Variations,$webphotogallery,$presetsfolder/Web Photo Gallery,$workspaces,$presetsfolder/Workspaces,$zoomify,$presetsfolder/Zoomify,$hueandsatu ration,$presetsfolder/Hue and Saturation,$lights,$presetsfolder/Lights,$materials,$presetsfolder/Materials,$meshes,$pre setsfolder/Meshes,$rendersettings,$presetsfolder/Render Settings,$volumes,$presetsfolder/Volumes,$widgets,$presetsfolder/Widgets,$localesfolder,$ photoshopappfolder/Locales,$additionalplugins,$localesfolder/$LOCALE/Additional Plug-ins,$additionalpresets,$localesfolder/$LOCALE/Additional Presets,$localeskeyboardshortcuts,$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts,$localesmenucustomization,$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization,$localesworkspaces,$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces,$automate,$pluginsfolder/Automate,$digimarc,$pluginsfolder/D igimarc,$displacementmaps,$pluginsfolder/Displacement Maps,$effects,$pluginsfolder/Effects,$extensions,$pluginsfolder/Extensions,$fileformats,$ pluginsfolder/File Formats,$filters,$pluginsfolder/Filters,$imagestacks,$pluginsfolder/Image Stacks,$importexport,$pluginsfolder/Import-Export,$measurements,$pluginsfolder/Measuremen ts,$panels,$pluginsfolder/Panels,$parser,$pluginsfolder/Parser,$3dengines,$pluginsfolder/3 D Engines,$lightingstyles,$pluginsfolder/Filters/Lighting Styles,$matlab,$photoshopappfolder/MATLAB,UserExtensionFolder,$photoshopappfolder,$photos hop,$UserDataFolder/Adobe/Adobe Photoshop CS5/Configuration,DisplayName,Photoshop CS5,ProductName,Photoshop,FamilyName,Photoshop,ProductVersion,12.0,IconPath,Configuration /PS_exman_24px.png,SupportedInSuite,CS5,HostNameForCSXS,PHSP
    12/19/2012 07:43:14.375 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-13,0,EmStorePath,$SharedRibsDataFolder/Adobe/Extension Manager,$photoshopappfolder,$installfolder,$pluginsfolder,$photoshopappfolder/Plug-Ins,$p resetsfolder,$photoshopappfolder/Presets,$platform,Mac,$actions,$presetsfolder/Actions,$bl ackandwhite,$presetsfolder/Black and White,$brushes,$presetsfolder/Brushes,$channelmixer,$presetsfolder/Channel Mixer,$colorbooks,$presetsfolder/Color Books,$colorrange,$presetsfolder/Color Range,$colorswatches,$presetsfolder/Color Swatches,$contours,$presetsfolder/Contours,$curves,$presetsfolder/Curves,$customshapes,$p resetsfolder/Custom Shapes,$duotones,$presetsfolder/Duotones,$exposure,$presetsfolder/Exposure,$gradients,$pr esetsfolder/Gradients,$huesat,$presetsfolder/Hue Sat,$imagestatistics,$presetsfolder/Image Statistics,$keyboardshortcuts,$presetsfolder/Keyboard Shortcuts,$layouts,$presetsfolder/Layouts,$lenscorrection,$presetsfolder/Lens Correction,$levels,$presetsfolder/Levels,$liquifymeshes,$presetsfolder/Liquify Meshes,$menucustomization,$presetsfolder/Menu Customization,$optimizedcolors,$presetsfolder/Optimized Colors,$optimizedoutputSettings,$presetsfolder/Optimized Output Settings,$optimizedsettings,$presetsfolder/Optimized Settings,$patterns,$presetsfolder/Patterns,$reducenoise,$presetsfolder/Reduce Noise,$replacecolor,$presetsfolder/Replace Color,$scripts,$presetsfolder/Scripts,$selectivecolor,$presetsfolder/Selective Color,$shadowhighlight,$presetsfolder/Shadow Highlight,$smartsharpen,$presetsfolder/Smart Sharpen,$styles,$presetsfolder/Styles,$textures,$presetsfolder/Textures,$tools,$presetsfo lder/Tools,$variations,$presetsfolder/Variations,$webphotogallery,$presetsfolder/Web Photo Gallery,$workspaces,$presetsfolder/Workspaces,$zoomify,$presetsfolder/Zoomify,$hueandsatu ration,$presetsfolder/Hue and Saturation,$lights,$presetsfolder/Lights,$materials,$presetsfolder/Materials,$meshes,$pre setsfolder/Meshes,$rendersettings,$presetsfolder/Render Settings,$volumes,$presetsfolder/Volumes,$widgets,$presetsfolder/Widgets,$localesfolder,$ photoshopappfolder/Locales,$additionalplugins,$localesfolder/$LOCALE/Additional Plug-ins,$additionalpresets,$localesfolder/$LOCALE/Additional Presets,$localeskeyboardshortcuts,$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts,$localesmenucustomization,$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization,$localesworkspaces,$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces,$automate,$pluginsfolder/Automate,$digimarc,$pluginsfolder/D igimarc,$displacementmaps,$pluginsfolder/Displacement Maps,$effects,$pluginsfolder/Effects,$extensions,$pluginsfolder/Extensions,$fileformats,$ pluginsfolder/File Formats,$filters,$pluginsfolder/Filters,$imagestacks,$pluginsfolder/Image Stacks,$importexport,$pluginsfolder/Import-Export,$measurements,$pluginsfolder/Measuremen ts,$panels,$pluginsfolder/Panels,$parser,$pluginsfolder/Parser,$3dengines,$pluginsfolder/3 D Engines,$lightingstyles,$pluginsfolder/Filters/Lighting Styles,$matlab,$photoshopappfolder/MATLAB,UserExtensionFolder,$photoshopappfolder,$photos hop,$UserDataFolder/Adobe/Adobe Photoshop CS5/Configuration,DisplayName,Photoshop CS5,ProductName,Photoshop,FamilyName,Photoshop,ProductVersion,12.0,IconPath,Configuration /PS_exman_24px.png,SupportedInSuite,CS5,HostNameForCSXS,PHSP
    12/19/2012 07:43:14.404 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-14,airParseXML,/Applications/Adobe Fireworks CS6/Configuration/XManConfig.xml,Configuration.VariableForExMan.Data
    12/19/2012 07:43:14.404 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-14got xml String to parse: /Applications/Adobe Fireworks CS6/Configuration/XManConfig.xml
    12/19/2012 07:43:14.404 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    12/19/2012 07:43:14.405 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///Applications/Adobe%20Fireworks%20CS6/Configuration/XManConfig.xml
    12/19/2012 07:43:14.405 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    12/19/2012 07:43:14.405 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///Applications/Adobe%20Fireworks%20CS6/Configuration/XManConfig.xml
    12/19/2012 07:43:14.417 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-14,0,HostNameForCSXS,FWKS,ProductVersion,12.0,PreExtensionFolder,$Share dCommonDataFolder/Adobe/Fireworks CS6/PreInstall,$fireworks,$installfolder,$fireworksuser,$userdatafolder/adobe/Fireworks CS6,SupportedInSuite,CS6,Bit,32
    12/19/2012 07:43:14.418 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-14,0,HostNameForCSXS,FWKS,ProductVersion,12.0,PreExtensionFolder,$Share dCommonDataFolder/Adobe/Fireworks CS6/PreInstall,$fireworks,$installfolder,$fireworksuser,$userdatafolder/adobe/Fireworks CS6,SupportedInSuite,CS6,Bit,32
    12/19/2012 07:43:14.440 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airNotifyReady Message:-16,airNotifyReady
    12/19/2012 07:43:14.441 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirNotifyReady(), sessionId=-16
    12/19/2012 07:43:14.442 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----
    12/19/2012 07:43:14.442 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----
    12/19/2012 07:43:14.442 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----
    12/19/2012 07:43:14.442 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----
    12/19/2012 07:43:14.443 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----3----
    12/19/2012 07:43:14.443 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----3----
    12/19/2012 07:43:14.443 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ###getExManConfigPath(), the params to OWL: sessionid=2
    12/19/2012 07:43:14.444 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalGetExManConfigPath,2
    12/19/2012 07:43:14.444 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ###getSupportedProducts(), the params to OWL: sessionid=3
    12/19/2012 07:43:14.445 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalGetSupportedProducts,3
    12/19/2012 07:43:14.446 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message2,0,/Library/Application Support/Adobe/Extension Manager CS6/EM Store,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store,6.0.4.8,/Users/******/Library/Application Support/Adobe/Extension Manager CS5.5/Configuration/Extensions,file:///Library/Application Support/Adobe/Extension Manager CS6/,file:///Library/Application Support/Adobe/Extension Manager CS5.5/,/Applications
    12/19/2012 07:43:14.446 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 2
    responseType= 0
    responseBody=/Library/Application Support/Adobe/Extension Manager CS6/EM Store,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store,6.0.4.8,/Users/******/Library/Application Support/Adobe/Extension Manager CS5.5/Configuration/Extensions,file:///Library/Application Support/Adobe/Extension Manager CS6/,file:///Library/Application Support/Adobe/Extension Manager CS5.5/,/Applications
    12/19/2012 07:43:14.447 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::GetExManConfigPathSession got parameters in handleResponse:
    responseType= 0
    12/19/2012 07:43:14.447 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :/Library/Application Support/Adobe/Extension Manager CS6/EM Store
    12/19/2012 07:43:14.447 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store
    12/19/2012 07:43:14.447 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :6.0.4.8
    12/19/2012 07:43:14.447 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :/Users/******/Library/Application Support/Adobe/Extension Manager CS5.5/Configuration/Extensions
    12/19/2012 07:43:14.448 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4 :file:///Library/Application Support/Adobe/Extension Manager CS6/
    12/19/2012 07:43:14.448 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5 :file:///Library/Application Support/Adobe/Extension Manager CS5.5/
    12/19/2012 07:43:14.448 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 6 :/Applications
    12/19/2012 07:43:14.449 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy totalExtDir(), the _totalExtDir is set to: /Library/Application Support/Adobe/Extension Manager CS6/EM Store/
    12/19/2012 07:43:14.450 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy myEMStorePath(), the _myEMStorePath is set to: /Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/
    12/19/2012 07:43:14.450 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy the extension manager's version is set to: 6.0.4.8
    12/19/2012 07:43:14.450 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy the extension manager last version extension path is set to: /Users/******/Library/Application Support/Adobe/Extension Manager CS5.5/Configuration/Extensions/
    12/19/2012 07:43:14.451 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----3----
    12/19/2012 07:43:14.452 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message3,0,0,Fireworks CS6,Fireworks,12.0.0,/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/Fireworks CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/Fireworks CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/Fireworks CS6/,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Fireworks,/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6          ,0,0,FWKS,,,1,/Applications/Adobe Fireworks CS6/Configuration,0,InDesign CS6,InDesign,8.0.0,/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/InDesign CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/InDesign CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/InDesign CS6/,http://www.adobe.com/go/exchange,/Applications/Adobe InDesign CS6/Configuration/Icon.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,,/Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6          ,1,1,IDSN,/Users/******/Library/Preferences/Adobe InDesign/Version 8.0/en_US/PlugInConfig.txt,Adobe InDesign CS6,1,/Applications/Adobe InDesign CS6/Configuration
    12/19/2012 07:43:14.452 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 3
    responseType= 0
    responseBody=0,Fireworks CS6,Fireworks,12.0.0,/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/Fireworks CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/Fireworks CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/Fireworks CS6/,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Fireworks,/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6          ,0,0,FWKS,,,1,/Applications/Adobe Fireworks CS6/Configuration,0,InDesign CS6,InDesign,8.0.0,/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/InDesign CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/InDesign CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/InDesign CS6/,http://www.adobe.com/go/exchange,/Applications/Adobe InDesign CS6/Configuration/Icon.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,,/Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6,/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6          ,1,1,IDSN,/Users/******/Library/Preferences/Adobe InDesign/Version 8.0/en_US/PlugInConfig.txt,Adobe InDesign CS6,1,/Applications/Adobe InDesign CS6/Configuration
    12/19/2012 07:43:14.452 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::GetSupportedProductsSession got parameters in handleResponse:
    responseType= 0
    12/19/2012 07:43:14.452 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0
    12/19/2012 07:43:14.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :Fireworks CS6
    12/19/2012 07:43:14.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :Fireworks
    12/19/2012 07:43:14.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :12.0.0
    12/19/2012 07:43:14.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4 :/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/Fireworks CS6
    12/19/2012 07:43:14.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5 :/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/Fireworks CS6
    12/19/2012 07:43:14.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 6 :/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/Fireworks CS6/
    12/19/2012 07:43:14.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 7 :http://www.adobe.com/go/exchange
    12/19/2012 07:43:14.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 8 :NoDefined
    12/19/2012 07:43:14.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 9 :http://www.adobe.com/cfusion/exchange/upload/index.cfm
    12/19/2012 07:43:14.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 10 :Fireworks
    12/19/2012 07:43:14.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 11 :/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6
    12/19/2012 07:43:14.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 12 :/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6
    12/19/2012 07:43:14.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 13 :/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6
    12/19/2012 07:43:14.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 14
    12/19/2012 07:43:14.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 15
    12/19/2012 07:43:14.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 16 :FWKS
    12/19/2012 07:43:14.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 17 :
    12/19/2012 07:43:14.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 18 :
    12/19/2012 07:43:14.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 19 :1
    12/19/2012 07:43:14.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 20 :/Applications/Adobe Fireworks CS6/Configuration
    12/19/2012 07:43:14.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 21
    12/19/2012 07:43:14.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 22 :InDesign CS6
    12/19/2012 07:43:14.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 23 :InDesign
    12/19/2012 07:43:14.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 24 :8.0.0
    12/19/2012 07:43:14.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 25 :/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/InDesign CS6
    12/19/2012 07:43:14.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 26 :/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/InDesign CS6
    12/19/2012 07:43:14.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 27 :/Users/******/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/InDesign CS6/
    12/19/2012 07:43:14.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 28 :http://www.adobe.com/go/exchange
    12/19/2012 07:43:14.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 29 :/Applications/Adobe InDesign CS6/Configuration/Icon.png
    12/19/2012 07:43:14.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 30 :http://www.adobe.com/cfusion/exchange/upload/index.cfm
    12/19/2012 07:43:14.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 31 :
    12/19/2012 07:43:14.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 32 :/Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6
    12/19/2012 07:43:14.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 33 :/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6
    12/19/2012 07:43:14.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 34 :/Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6
    12/19/2012 07:43:14.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 35 :1
    12/19/2012 07:43:14.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 36 :1
    12/19/2012 07:43:14.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 37 :IDSN
    12/19/2012 07:43:14.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 38 :/Users/******/Library/Preferences/Adobe InDesign/Version 8.0/en_US/PlugInConfig.txt
    12/19/2012 07:43:14.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 39 :Adobe InDesign CS6
    12/19/2012 07:43:14.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 40 :1
    12/19/2012 07:43:14.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 41 :/Applications/Adobe InDesign CS6/Configuration
    12/19/2012 07:43:14.462 [INFO] com.adobe.exman.vo.ProductInfo productMachineEMStorePath(), product name: Fireworks CS6, EM store path set to: /Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6/
    12/19/2012 07:43:14.462 [INFO] com.adobe.exman.vo.ProductInfo productMyEMStorePath(), product name: Fireworks CS6, EM store path set to: /Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Fireworks CS6/
    12/19/2012 07:43:14.462 [INFO] com.adobe.exman.vo.ProductInfo ProductInfo(), icon path /Applications/Adobe InDesign CS6/Configuration/Icon.png
    12/19/2012 07:43:14.463 [INFO] com.adobe.exman.vo.ProductInfo productMachineEMStorePath(), product name: InDesign CS6, EM store path set to: /Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6/
    12/19/2012 07:43:14.463 [INFO] com.adobe.exman.vo.ProductInfo productMyEMStorePath(), product name: InDesign CS6, EM store path set to: /Users/******/Library/Application Support/Adobe/Extension Manager CS6/EM Store/InDesign CS6/
    12/19/2012 07:43:14.465 [DEBUG] com.adobe.exman.util.DBWrapper DBWrapper: ctor...
    12/19/2012 07:43:14.466 [DEBUG] com.adobe.exman.util.DBWrapper DBWrapper: open public db conn...
    12/19/2012 07:43:14.467 [DEBUG] com.adobe.exman.util.DBWrapper DBWrapper: attach user db conn...
    12/19/2012 07:43:14.470 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    12/19/2012 07:43:14.471 [DEBUG] com.adobe.exman.view.ExManApp NOTIF_APPLICATION_STARTUP_SUCCEED
    12/19/2012 07:43:14.471 [INFO] com.adobe.exman.controller.MigratePreferredExtensionCommand execute(), MigratePreferredExtensionCommand
    12/19/2012 07:43:14.473 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----3----4----
    12/19/2012 07:43:14.473 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----3----4----
    12/19/2012 07:43:14.473 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----3----4----5----
    12/19/2012 07:43:14.474 [INFO] com.adobe.exman.controller.session.frontend.FrontendMigratePreferredExtensionSession initiate()
    12/19/2012 07:43:14.474 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----3----4----
    12/19/2012 07:43:14.474 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: NOTIF_ACTION_BEGIN
    notification body: [object ActionBeginParameter]
    12/19/2012 07:43:14.475 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    12/19/2012 07:43:14.475 [DEBUG] com.adobe.exman.view.ExManApp NOTIF_ACTION_BEGIN
    12/19/2012 07:43:14.476 [INFO] com.adobe.exman.model.CommandLineRequestProxy canExecuteCommandLineRequest, set value to: false
    12/19/2012 07:43:14.477 [INFO] com.adobe.exman.ExManGUI enableApp(), set value to: false
    12/19/2012 07:43:14.477 [INFO] com.adobe.exman.ExManGUI canAcceptUIInput(), set to: false
    12/19/2012 07:43:14.478 [INFO] com.adobe.exman.controller.AppWinOperationCommand execute(), AppWinOperationCommand is executed. notification=APPWIN_MODALDIALOG_POPUP
    12/19/2012 07:43:14.478 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ###appWinOperate(), sessionId: 6, opCode=10, mouseX=0, mouseY=0
    12/19/2012 07:43:14.479 [INFO] com.adobe.exman.controller.MigratePreferredExtensionSession. MigratePreferredExtensionSession. initiate ()
    12/19/2012 07:43:14.479 [INFO] com.adobe.exman.controller.NotifyOperationBeginEndCommand execute(), NotifyOperationBeginEndCommand is executed.
    12/19/2012 07:43:14.480 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr airNotifyOperationBeginOrEnd,7,preinstall,1,0
    12/19/2012 07:43:14.480 [INFO] com.adobe.exman.controller.gateway.ExternalGateway migratePreferredExtension(), the params to external install: sessionid=4
    12/19/2012 07:43:14.480 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalMigratePreferredExtension,4
    12/19/2012 07:43:14.481 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 3----4----
    12/19/2012 07:43:14.481 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 4----
    12/19/2012 07:43:14.495 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message4,0
    12/19/2012 07:43:14.495 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 4
    responseType= 0
    responseBody=
    12/19/2012 07:43:14.495 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::MigratePreferredExtensionSession got parameters in handleResponse:
    responseType= 0
    12/19/2012 07:43:14.496 [INFO] com.adobe.exman.controller.MigratePreferredExtensionSession. MigratePreferredExtensionSession. specificHandleSuccess ()
    12/19/2012 07:43:14.496 [INFO] com.adobe.exman.controller.NotifyOperationBeginEndCommand execute(), NotifyOperationBeginEndCommand is executed.
    12/19/2012 07:43:14.496 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr airNotifyOperationBeginOrEnd,8,preinstall,0,0
    12/19/2012 07:43:14.497 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    12/19/2012 07:43:14.497 [DEBUG] com.adobe.exman.view.ExManApp NOTIF_MIGRATE_PREFERRED_EXTENSION_COMPLETE
    12/19/2012 07:43:14.499 [INFO] com.adobe.exman.controller.GetLastVersionPointProductsCommand execute(), GetLastVersionPointProductsCommand
    12/19/2012 07:43:14.499 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 4----9----
    12/19/2012 07:43:14.499 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 4----9----
    12/19/2012 07:43:14.500 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 4----9----10----
    12/19/2012 07:43:14.500 [INFO] com.adobe.exman.controller.session.frontend.FrontendGetLastVersionPointProductsSession initiate()
    12/19/2012 07:43:14.500 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 4----9----
    12/19/2012 07:43:14.500 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: NOTIF_ACTION_BEGIN
    notification body: [object ActionBeginParameter]
    12/19/2012 07:43:14.501 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    12/19/2012 07:43:14.501 [DEBUG] com.adobe.exman.view.ExManApp NOTIF_ACTION_BEGIN
    12/19/2012 07:43:14.501 [INFO] com.adobe.exman.model.CommandLineRequestProxy canExecuteCommandLineRequest, set value to: false
    12/19/2012 07:43:14.501 [DEBUG] com.adobe.exman.ExManGUI onActionBegin(), unknown action name: GET_LAST_VERSION_PRODUCTS
    12/19/2012 07:43:14.501 [INFO] com.adobe.exman.ExManGUI enableApp(), set value to: false
    12/19/2012 07:43:14.502 [INFO] com.adobe.exman.ExManGUI canAcceptUIInput(), set

  • Using Photoshop images as menu tabs

    I have created a design of several hands in Photoshop.  I would like to use each hand as a menu tab that will 1).  change color on rollover, 2).  show new graphics for subpages, and  3). link each to the respective pages.
    Any suggestions on the best way to accomplish this?
    Unfortunately, the INSERT IMAGE tab isn't working so I can't send image.
    Thanks in advance!

    Hi
    You can use default menu or create manual.
    With Default Menu :
    - Change Menu type > All Pages
    - Select Individual Menu Item > Fill with image > Define states
    - Select individual sub menu item > Fill image > Define states
    With Manual Menu , it would be similar steps with only difference that you would need to create the menu items and sub menu items , then link them to pages.
    You can link them by selecting the pages to link from hyperlink drop down.
    Thanks,
    Sanjit

  • Can I move web developer tools out of the sub-menu and back into 'tools'?

    I'm sure there are many who like this new sub menu for web developer, but for me it's a waste of time. Is there an option to allow me to move the contents of "Tools->Web developer" back into tools? It would save me time and, I might actually start liking a firefox vision other than 3.6.. Thanks

    Hi Crewman06, you wrote:
    ''the extension suggested does not allow for the kind of change to the menu structure that I'm looking for.''
    The extension's UI doesn't let you dive into submenus, but you can "hack" the extension's RDF data file. For example, to move the Web Console to the bottom of the Tools menu, you can insert a new <NC> item for it, e.g., as the first <NC> item in the file menuedit.rdf:
    <?xml version="1.0"?>
    <RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
    xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <NC:Menuitem RDF:about="http://home.netscape.com/NC-rdf#webConsole"
    NC:Visibility="visible"
    NC:Name="Web Console" />
    Then you can edit the listing in the file for the Tools menu by adding it to the bottom:
    <RDF:Seq RDF:about="NC:menu_ToolsPopup">
    ''{lines omitted}''
    <RDF:li RDF:resource="http://home.netscape.com/NC-rdf#webConsole"/>
    </RDF:Seq>
    That's a pain, but at least it's an option if you want to use it.
    For reference, here are some of the others -- the id and name you will need to create the NC entries:
    #menu_devToolbar = Developer Toolbar
    #menu_pageinspect = Inspect
    #menu_responsiveUI = Responsive Design View
    #menu_debugger = Debugger
    #menu_remoteDebugger = Remote Debugger
    #menu_ChromeDebugger = Browser Debugger
    #menu_scratchpad = Scratchpad
    #menu_styleeditor = Style Editor
    #menu_pageSource = Page Source
    #javascriptConsole = Error Console

  • Photshop CS3 Font list fly-out sub menu

    Using Photoshop CS3 in Leopard 10.5.2 The font list fly out sub menus stopped working. These menus give you the font options such and bold condensed italics etc How do I go about turning them back on? I have searched preferences but have not seen anything regarding this issue. I also have done the simple restart but it did not work.
    Thank you

    Buko,
    Thanks for the help. I contacted Adobe tech support and they concluded that Photoshop CS3 does not have the fly out sub menus like Illustrator does in the character palette. All Photoshop has is the sub menu pull down, directly right of the font list. If you know of a plug in that would do such a thing please let me know of it.

  • Muse 2014 -sub menu items appearing on roll-over etc.

    Hi, complete newbie, so sorry if this has already been covered elsewhere. Only started using Muse about 1 month ago and now using Muse 2014 - using horizontal menu widget and discovered how it now shows sub-menus when hovering over the main menu item- I find this great!
    I want a 'Contact Me' page with a basic form and this is not a problem, however, I want the sub-menus to appear when hovering over the other main menu items, but not the contact me page - might be completely off here, but created a 'Thank you' page as a child page of the contact me page and only want this displayed (not as a sub-menu choice when hovering over the contact me main menu item) when they have clicked the submit button on the form (I know how to set this re-direction in the forms options). Have tried playing with menu on the master page - switching off the edit together and changing settings on only the contact me menu item - without success- seems to apply to all main menu items.
    I would like to know how to achieve sub-menus on other menu items - but not on contact me item;  or whether I am going about trying to have a 'Thank you' response when someone submits the contact me form in the completely wrong way - can this be better achieved by other means?
    I would really appreciate your advice and help. My published site is 'onyerbikegeordie.uk' with the main menus - except not with a contact me page as yet, but would  give you an idea of what I am trying to achieve except for a contact me page.
    Sorry for the long post, but thanks for reading and in anticipation of your help!
    Joe
    Message was edited by: Joe Fitzpatrick

    Hi, managed to find the answer to this myself. In Plan, right-click on page and select Menu Options > Exclude Page from Menus. Job Done!
    Joe

  • Cluster (sub menu) submit button grayed out

    hello all
    as of today my compressor has stopped allowing me to submit the batch i set up.
    having sent an item from FCP to compressor, i get to set the options for settings and destination and then when i hit the submit button a second menu pops down regarding cluster options of which i have none. i add a name to this box yet no mater what other options i change the *submit button in this sub menu remains grayed out!*
    http://twitpic.com/jj7n2
    i have tried reinstalling compressor, and eventually the whole suit. i have removed the various prefs and qmaster stuff. i have used the fix compressor utility from digital rebel, repaired permissions and cleared out cache, but still *grayed out submit*.
    what thoughts cloud genii?

    I'm having the same problem.
    This comes after suffering persistent crashing of Compressor 3.5 on launch and finally having to reinstall to at least fix the crashing problem. But now I can't submit any processes - the button is greyed out.
    Can't remember setting this up originally, but it use to say "This Computer" for processing - do I need to add my computer to a list of available processors?
    Any help hugely appreciated,
    Simon

  • Can't access in  Finder Contextual Menu  the sub-menu named More

    Hi!
    I was trying to learn how to use Automator, in the web page
    http://www.macosxautomation.com/automator/examples/ex03/index.html
    and I realize that I can't access in Finder Contextual Menu the sub-menu named More for choose Automator > Create Workflow... from the sub-menu.
    Someone can help me to configure the finder in order to

    That page is out of date since it doesn't reflect the change in Snow Leopard that did away with the More contextual menu. Try this. System Preferences->Keyboard->Keyboard Shortcuts->Services->Development->enable Create Workflow. Close the prefPane, select the object, CONTROL-click->Services->Create Workflow.
    If that solves your issue, then send a message to the page's developer and ask them to update it.
    BTW, see http://discussions.apple.com/thread.jspa?threadID=2241804 for a four-parter by Sal Saghoian on *Automation in Snow Leopard*
    and this, which describes the old and new automator—services stuff:
    http://www.reynoldsftw.com/2009/08/automator-and-finder-interactions-in-os-x-10- 6/

  • Sub-menu of eSubmit is empty in non-English language (Russian)

    BPC 7.5
    BPC for Excel in English is working correctly, but in Russian sub-menu of eSubmit is empty

    Hi Sorin!
    Thank you for reply!
    Yes, russian language for BPC installed.
    Test was done with the same user for both language - in english everything is ok, in russian except submenu of "eSubmit" too.
    Only eSubmit's submenu is empty
    p.s. I see and can run eSubmit's macros in Excel (in russian) if I add them on Excel toolbar as icon (not from Planning and Consolidation -> eSubmit -> ..)
    Edited by: Maxim Pak on Nov 17, 2010 6:57 AM
    Edited by: Maxim Pak on Nov 17, 2010 7:19 AM

  • Photoshop elements 6 menu bar

    how do i get the left side of my menu bar in photoshop elements 6, to show the edit, file, view, find, window and help buttons. Only the camera and little house show up. The only thing that shows is a tiny arrow which is barely visible. All was okay the first time I installed to another computer (which has since crashed). The reinstalling of photoshop the second time is causing the above problem.

    Thankyou soooooooooo  much Kelly. What an easy fix for something that was driving me crazy. Again, THANKS.
    Date: Sat, 3 Nov 2012 00:56:56 -0600
    From: [email protected]
    To: [email protected]
    Subject: photoshop elements 6 menu bar
        Re: photoshop elements 6 menu bar
        created by R_Kelly in Photoshop Elements - View the full discussion
    If your on a windows system and talking about the menus in the organizer, then you probably need to set the dpi scaling as per the the instructions here:  http://helpx.adobe.com/photoshop-elements/kb/menus-missing-elements-8- 9.html
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4820218#4820218
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4820218#4820218
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4820218#4820218. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Keyboard shortcut for Sub Menu item Only works AFTER using it

    I have a Custom MOVE TO READ Mailbox shortcut. This is a SUB Menu item.. MESSAGE/Move To/READ FOLDER.
    It is really sweet to clear out my INBOX and save emails.
    So, what is ODD is that that menu has to be Clicked on and shown each time MAIL is run for that keyboard shortcut to work.
    I find that Odd and would love to have it work without having to "train" it everyday.

    Hello,
    Post in the iTunes Forum: http://discussions.apple.com/forum.jspa?forumID=789
    Check out the AppleScript Forum also: http://discussions.apple.com/forum.jspa?forumID=724
    Carolyn

  • How to Center Text in Menu and Left Align in Sub Menu

    Hi - I'm looking to Center the text in the main menu of a Spry Menu in DW CS 5.5 but left align the sub menu's.
    If someone could point me in the right direction it would be much appreciated.
    Thanks
    J

    See here http://labs.adobe.com/technologies/spry/samples/menubar/CenteringHorizontalMenuBarSample.h tml
    Gramps

  • Positioning of spry sub menu in IE8

    Hi - can anyone help with an IE8 issue concerning Spry? I have created a menu here:
    http://www.clinicafiore.co.uk/jan2012/indexJan2012_1.html
    In all the browsers I have tested (Chrome,FF,Safari,Opera) on Mac and PC platforms it works fine. In IE8 it doesn't (hooray).
    The critical attribute is:
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
      left: 189px;
      top: 0;
    I.e. I have pushed the sub-menu out 189px when visible and set the top value to 0 thinking this would align the sub-menu with the top of the main menu item.
    Is there a better way to do this to cover all browsers or do I need some conditional code for IE?
    Really.really grateful for any help
    For good measure here's all the  html & the css
    HTML
    <div id="leftNav">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="#" title="ageing body" class="MenuBarItemSubmenu">AGEING BODY</a>
            <ul>
              <li><a href="#">Ageing D&eacute;collet&eacute;</a></li>
              <li><a href="#">Ageing Hands</a></li>
              <li><a href="#">Ageing Neck</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">ageing face</a>
            <ul>
              <li><a href="#">Ageing Lips</a></li>
              <li><a href="#">Double Chin</a></li>
              <li><a href="#">Downturned Mouth</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
            <ul>
              <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
                <ul>
                  <li><a href="#">Item 3.1.1</a></li>
                  <li><a href="#">Item 3.1.2</a></li>
                </ul>
              </li>
              <li><a href="#">Item 3.2</a></li>
              <li><a href="#">Item 3.3</a></li>
            </ul>
          </li>
          <li><a href="#">Item 4</a></li>
        </ul>
      </div>
    CSS
    ul.MenuBarHorizontal
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 0.9em;
              cursor: default;
              width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
              z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 0.9em;
              position: relative;
              text-align: left;
              cursor: pointer;
              width: 189px;
              float: left;
              font-weight: bold;
              text-transform: uppercase;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              z-index: 1020;
              cursor: default;
              width: 189px;
              position: absolute;
              left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
              left: 189px;
              top: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
              width: 189px;
              font-weight: normal;
              text-transform: none;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
              position: absolute;
              margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
              left: auto;
              top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
              border: 1px solid #CCC;
              font-weight: normal;
              text-transform: none;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
              display: block;
              cursor: pointer;
              background-color: #aee56b;
              padding: 0.5em 0.75em;
              color: #333;
              text-decoration: none;
              border-bottom-width: thin;
              border-bottom-style: dotted;
              border-bottom-color: #FFF;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
              background-color: #999999;
              color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
              background-color: #999999;
              color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
              background-image: url(SpryMenuBarRight.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
              background-image: url(SpryMenuBarRight.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
              background-image: url(SpryMenuBarRight.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
              background-image: url(SpryMenuBarRightHover.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
              position: absolute;
              z-index: 1010;
              filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
              ul.MenuBarHorizontal li.MenuBarItemIE
                        display: inline;
                        f\loat: left;
                        background: #FFF;

    I may be misinterpreting what it is that you want, partly because I thought we were talking horizontal menu and you point out a vertical menu.
    I think that you used the vertical menu as an illustration to shopw how you want the submenu alligned. If that is correct, then please copy an paste the following into a new document and see the result in an IE8 browser.
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="http://labs.adobe.com/technologies/spry/widgets/menubar/SpryMenuBarHorizontal.css" rel="stylesheet">
    <style>
    ul.MenuBarHorizontal ul {margin-left: 8em; margin-top: -35px;}
    </style>
    </head>
    <body>
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
        <ul>
          <li><a href="#">Item 1.1</a></li>
          <li><a href="#">Item 1.2</a></li>
          <li><a href="#">Item 1.3</a></li>
        </ul>
      </li>
      <li><a href="#">Item 2</a></li>
      <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
        <ul>
          <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
            <ul>
              <li><a href="#">Item 3.1.1</a></li>
              <li><a href="#">Item 3.1.2</a></li>
            </ul>
          </li>
          <li><a href="#">Item 3.2</a></li>
          <li><a href="#">Item 3.3</a></li>
        </ul>
      </li>
      <li><a href="#">Item 4</a></li>
    </ul>
    <script src="http://labs.adobe.com/technologies/spry/includes_minified/SpryMenuBar.js"></script>
    <script>
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    If the above is not what you want, then please explain.
    Gramps

Maybe you are looking for

  • Warning: The system has not been taken off maintenance mode completely

    After I enabled Maintenance mode using adadmin, I ran Compile Flexfields. Then I disabled Maintenance mode. But, on the 11i login page, I keep getting a warning message: Warning The system has not been taken off maintenance mode completely. Please co

  • JTable Horizontal Scroll WHEN NEEDED fix?

    Me again.... JTable in a JScrollPane When the Jtable width exceeds the scrollpane I would like a horizontal scrollbar to appear. If the Jtable does not exceed the width Id like it to fill the ScrollPane. If I use the AUTO_RESIZE_OFF I get a horizonta

  • Upgrading from Acrobat 5 to newer acrobat

    I am a graphic designer and use acrobat all the time. I have just purchased a new computer with Windows 7 and have installed Acrobat 5 from the disc I had, it seems to be working but I'm sure a later version would be an improvement. Could you tell me

  • Where is the slice tool located in photoshop cs6?

    I've looked under crop. I have a creative cloud subscription.

  • Opening two edit pages at once - data corruption

    I have a simple jsf page with a table of Employees, now when the user clicks on a button edit, I put the employee with the associated row on the session map and open the edit employee page which uses the Employee from the session map for manipulating