Context menu not showing up in EP ( OPEN Object,Permissions ..etc.)

Dear Portal Gurus,
We did some changes to the Top Level Nav. PAR file and deployed it into EP.We did it couple of times with every new change and it worked OK.Then once there was this problem with in the Code due some oversight from the developer.We deployed it ...then we were getting an error in EP the Mast Head + Top Level Nav. (all Tabs) part was missing ...was replaced by an error.
The developer did a Remove Iview from page.
I deployed a new PAR which was a copy of the original (untouched version of Top Level Nav. PAR) and created a new Iview based on that and used it in the framework page.....The problem was still existing it.
So I transported the framwork page from my other EP system onto to this EP system which had problems....
After the transport,all looked OK...no errors..things worked good.
But after 2 days I got a scripting error wherein the page would load but there would be an error in the status bar.
Now we were not able to expand any TREE or open any context menu ( for e.g. OPEN OBJECT,Permissions etc).
The problem with the TREE expansion has been fixed but the context menu still has problems...
EP 6.0,SP12.
Any help appreciated.
Thanks.
Josh

close the browser, delete the cache and retry it
i've seen some problems with the context menu in EP, but its usually due to the browser cache

Similar Messages

  • TableView Context Menu Item shows up when run on Java 8 until update 5 but not on later ones

    The code below runs as its name says on Java 8 update 5 but not on later ones:
    public class TableViewShowingOnlyAnAppendContextMenuItemIfRowIsEmptyElseDeleteIsIncluded extends Application {
        private final TableView<Name> table = new TableView<>();
        private final ObservableList<Name> data = FXCollections.observableArrayList(new Name("Jacob"),
                new Name("Isabella"), new Name("Ethan"), new Name("Emma"), new Name("Michael"));
        public static void main(String[] args) {
            launch(args);
        @Override
        public void start(Stage stage) {
            TableColumn<Name, String> column = new TableColumn<>("Name");
            column.setCellValueFactory(new PropertyValueFactory<>("name"));
            table.getColumns().add(column);
            table.setItems(data);
            ContextMenu contextMenu = new ContextMenu();
            contextMenu.getItems().add(new MenuItem("append"));
            table.setContextMenu(contextMenu);
            table.setRowFactory(tableView -> {
                TableRow<Name> row = new TableRow<>();
                row.contextMenuProperty().bind(
                        Bindings.when(Bindings.isNotNull(row.itemProperty()))
                                .then(showOnlyAppendContextMenuItemIfRowIsEmptyElseIncludeDelete())
                                .otherwise((ContextMenu) null));
                return row;
            Scene scene = new Scene(table);
            stage.setScene(scene);
            stage.show();
        private ContextMenu showOnlyAppendContextMenuItemIfRowIsEmptyElseIncludeDelete() {
            ContextMenu rowMenu = new ContextMenu();
            ContextMenu tableMenu = table.getContextMenu();
            if (tableMenu != null)
                rowMenu.getItems().addAll(tableMenu.getItems());
            rowMenu.getItems().add(new MenuItem("delete"));
            return rowMenu;
        public static class Name {
            private final SimpleStringProperty name;
            private Name(String name) {
                this.name = new SimpleStringProperty(name);
            public String getName() {
                return name.get();
            public void setName(String name) {
                this.name.set(name);
    Can help me find the error in the code? Or if there is none, is this a regression that should be submitted? As of now, all the PCs in use have 8u5.
    Thanks in advance.

    Correctly answered by James_D:
    http://stackoverflow.com/questions/28195552/javafx-tableview-context-menu-item-shows-up-when-run-on-java-8-until-update-5-bu
    pasted below:
    The fix is to create new menu items that are copies of the ones in the table's context menu:
    private ContextMenu showOnlyAppendContextMenuItemIfRowIsEmptyElseIncludeDelete() {
    ContextMenu rowMenu = new ContextMenu();
    ContextMenu tableMenu = table.getContextMenu();
    if (tableMenu != null) {
    for (MenuItem item : tableMenu.getItems()) {
    MenuItem rowItem = new MenuItem(item.getText());
    rowItem.setGraphic(item.getGraphic());
    rowItem.setOnAction(item.getOnAction());
    rowMenu.getItems().add(rowItem);
    rowMenu.getItems().add(new MenuItem("delete"));
    return rowMenu;

  • The body of email is not showing, have to click open the email to see it

    the body of the emails in my inbox are suddenly not showing, have to click open to see them, then it works. It is not how it should work. Have I, by mistake, changed anything that caused it? Updated the OSX Yosemite one day ago

    Howdy [email protected],
    If you are not seeing the body of the mail the separator bar may be moved to one side so you only see the mail list.
    Mail (Yosemite): Read messages
    Hide messages: Drag the separator bar all the way to the right. To show messages again, drag the bar to the left.
    If you are in Classic view, the separator bar would move to the bottom.  Move it back up to see the mail preview.
    Best,
    Nubz

  • Application menu not showing in preference pane

    Have brought some games for the iphone and ipod touch but have no application menu not showing in preference pane to upload them to to ipod touch. All software is current both itunes and ipod touch
    Help would be very grateful,

    If you go to Preferences, General you should be able to see the "Applications" check box, below "Audiobooks". Check the box, this will show the Applications icon in your library.
    Message was edited by: googood

  • Context Menu not displayed in KM for users except Administrator

    Hi Experts
      Can you please suggest where the permission should be given in order to make context menu visible for users who are not super-administrators but are content admin?
      We are facing issue with context menu not shown at all to the users.
       Please suggest.
    Regards
    Shaily

    Hi Shaily,
    You may need to look into the permissions on your Layout set and Resource renderer in use.
    This thread will help you navigate and do the required changes.
    http://scn.sap.com/thread/99088
    Thanks,
    Biroj

  • Spry 2.0 menu not showing in IE8

    I have a webpage with a horizontal and vertical Spry 2.0 menu on the page. Both menus work correctly in Firefox, Chrome, Safari, and IE9, but the vertical menu does not show at all in IE8. In addition in IE8 the browser scroll bar disappears when the vertical menu is added.  The test page is http://www.njslom.org/001banner5.html
    I am using CS5 and the Spry 2.0 Widget in an html template.
    Any help at all would be appreciated.
    [email protected]
    Page code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    body {
    background-color: #EBEBEB;
    margin-top: 0px;
    </style>
    <script src="/Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="/Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="/Spry-UI-1.7/includes/SpryMenu.js" type="text/javascript"></script>
    <script src="/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarKeyNavigationPlugin.js" type="text/javascript"></script>
    <script src="/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarIEWorkaroundsPlugin.js" type="text/javascript"></script>
    <link href="/Spry-UI-1.7/css/Menu/basic/SpryMenuBasic.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #MenuPublic1  {
    background-color:#F2F2F2;
    font-family: Arial, Helvetica, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
                MenuItem, and MenuItemLabel
                at a given level all use same definition for ems.
                Note that this means the size is also inherited to child submenus,
                so use caution in using relative sizes other than
                100% on submenu fonts. */
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    padding:0;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:0px;
    border-style: none none none none;
    /* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
    widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar
    in this section. These have very low specificity, so be careful not to accidentally override them. */
    .MenuBar br { /* using just a class so it has same specificity as the ".MenuPublic1FixedCentered br" rule bleow */
    display:none;
    .MenuPublic1LeftShrink {
    float: left; /* shrink to content, as well as float the MenuBar */
    width: auto;
    .MenuPublic1RightShrink {
    float: right; /* shrink to content, as well as float the MenuBar */
    width: auto;
    .MenuPublic1FixedLeft {
    float: left;
    width: 70em;
    .MenuPublic1FixedCentered {
    float: none;
    width: 70em;
    margin-left:auto;
    margin-right:auto;
    .MenuPublic1FixedCentered br {
    clear:both;
    display:block;
    .MenuPublic1FixedCentered .SubMenu br {
    display:none;
    .MenuPublic1Fullwidth {
    float: left;
    width: 100%;
    /* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
    #MenuPublic1  .MenuItemContainer {
    padding: 0px 0px 0px 0px;
    margin: 0;  /* Zero out margin  on the item containers. The MenuItem is the active hover area.
        For most items, we have to do top or bottom padding or borders only on the MenuItem
        or a child so we keep the entire submenu tiled with items.
        Setting this to 0 avoids "dead spots" for hovering. */
    #MenuPublic1  .MenuItem {
    padding: 0px 0px 0px 0px;
    background-color:#F2F2F2;
    border-width:0px;
    border-color: #cccccc #ffffff #cccccc #ffffff;
    border-style: none solid none solid;
    #MenuPublic1  .MenuItemFirst {
    border-style: none none none none;
    #MenuPublic1 .MenuItemLast {
    border-style: none solid none none;
    #MenuPublic1  .MenuItem  .MenuItemLabel{
    text-align:center;
    line-height:1.4em;
    color:#ffffff;
    background-color:#F2F2F2;
    padding: 7px 28px 7px 28px;
    width: 10em;
    width:auto;
    .SpryIsIE6 #MenuPublic1  .MenuItem  .MenuItemLabel{
    width:1em; /* Equivalent to min-width in modern browsers */
    /* First level submenu items */
    #MenuPublic1 .SubMenu  .MenuItem {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    background-color:#F2F2F2;
    padding:0px 2px 0px 0px;
    border-width:1px;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    /* Border styles are overriden by first and last items */
    border-style: solid solid none solid;
    #MenuPublic1  .SubMenu .MenuItemFirst {
    border-style: solid solid none solid;
    #MenuPublic1  .SubMenu .MenuItemFirst .MenuItemLabel{
    padding-top: 4px;
    #MenuPublic1 .SubMenu .MenuItemLast {
    border-style: solid solid solid solid;
    #MenuPublic1 .SubMenu .MenuItemLast .MenuItemLabel{
    padding-bottom: 4px;
    #MenuPublic1 .SubMenu .MenuItem .MenuItemLabel{
    text-align:left;
    line-height:1em;
    background-color:#F2F2F2;
    color:#ffffff;
    padding: 4px 12px 4px 5px;
    width: 175px;
    /* Hover states for containers, items and labels */
    #MenuPublic1 .MenuItemHover {
    background-color: #69adee;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    #MenuPublic1 .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
    background-color: #69adee; /* consider exposing this prop separately*/
    color: #000000;
    #MenuPublic1 .MenuItemHover .MenuItemLabel{
    background-color: #69adee;
    color: #000000;
    #MenuPublic1 .SubMenu .MenuItemHover {
    background-color: #69adee;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    #MenuPublic1 .SubMenu .MenuItemHover .MenuItemLabel{
    background-color: #69adee;
    color: #000000;
    /* Submenu properties -- First level of submenus */
    #MenuPublic1 .SubMenuVisible {
    background-color: #F2F2F2;
    min-width:0%;  /* This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:0px;
    border-style: none none none none;
    #MenuPublic1.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
    top: 100%; /* 100% is at the bottom of parent menuItemContainer */
    left:0px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem,
         and your personal taste.
         0px will left align the dropdown with the content area of the MenuItemContainer. Assuming you keep the margins 0
         on MenuItemContainer and MenuItem on the parent
         menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align
         the dropdown with the left of the menu item label.*/
    z-index:10;
    #MenuPublic1.MenuBarVertical .SubMenuVisible {
    top: 0px;
    left:100%;
    min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
    /* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
    #MenuPublic1 .MenuLevel1 .SubMenuVisible {
    background-color: #F2F2F2;
    min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
    top: 0px; /* If desired, you can move this down a smidge to separate top item''s submenu from menubar -
        that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
        vertically 'centered' on its invoking item */
    left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a
        negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
        to use px or ems to get the offset you want. */
    /* IE6 rules - you can delete these if you do not want to support IE6 */
    /* A note about multiple classes in IE6.
    * Some of the rules above use multiple class names on an element for selection, such as "hover" (MenuItemHover) and "has a subMenu" (MenuItemWithSubMenu),
    * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
    * Unfortunately IE6 does not support using mutiple classnames in a selector for an element. For a selector such as '.foo.bar.baz', IE6 ignores
    * all but the final classname (here, '.baz'), and sets the specificity accordingly, counting just one of those classs as significant. To get around this
    * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'.
    * Since there are a lot of these needed, the plugin does not generate the extra classes for modern browsers, and we use the CSS2 style mutltiple class
    * syntax for that. Since IE6 both applies rules where
    * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden.
    * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would
    * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins.
    * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
    * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the
    * css style block to make it easy to delete if you want to drop IE6 support.
    * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
    * The 'SpryIsIE6' class is placed on the HTML element by  the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the necessity of IE conditional comments for these rules.
    .SpryIsIE6 #MenuPublic1 .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
    background-color: #69adee; /* consider exposing this prop separately*/
    color: #000000;
    .SpryIsIE6 #MenuPublic1 .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
    background-color: #69adee; /* consider exposing this prop separately*/
    color: #000000;
    .SpryIsIE6 #MenuPublic1 .SubMenu .SubMenu  /* IE6 selector  */{
    margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
    /* EndOAWidget_Instance_2141544 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141544" binding="#MenuPublic1" />
      <oa:widget wid="2141544" binding="#MenuPublic1_2" />
    </oa:widgets>
    -->
    </script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141544: #MenuPublic1_2 */
    /* Settable values for skinning a Basic menu via presets. If presets are not sufficient, most skinning should be done in
    these rules, with the exception of the images used for down or right pointing arrows, which are in the file SpryMenuBasic.css
      These assume the following widget classes for menu layout (set in a preset)
    .MenuBar - Applies to all menubars - default is horizontal bar, all submenus are vertical - 2nd level subs and beyond are pull-right.
    .MenuBarVertical - vertical main bar; all submenus are pull-right.
    You can also pass in extra classnames to set your desired top level menu bar layout. Normally, these are set by using a preset.
    They only apply to horizontal menu bars:
      MenuBarLeftShrink - The menu bar will be horizontally 'shrinkwrapped' to be just large enough to hold its items, and left aligned
      MenuBarRightShrink - Just like MenuBarLeftShrink, but right aligned
      MenuBarFixedLeft - Fixed at a specified width set in the rule '.MenuBarFixedLeft', and left aligned. 
      MenuBarFixedCentered -  - Fixed at a specified width set in the rule '.MenuBarFixedCentered',
          and centered in its parent container.
      MenuBarFullwidth - Grows to fill its parent container width.
    In general, all rules specified in this file are prefixed by #MenuPublic1_2 so they only apply to instances of the widget inserted along
    with the rules. This permits use of multiple MenuBarBasic widgets on the same page with different layouts. Because of IE6 limitations,
    there are a few rules where this was not possible. Those rules are so noted in comments.
    #MenuPublic1_2  {
    background-color:#8ca7d2;
    font-family: Arial, Helvetica, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
                MenuItem, and MenuItemLabel
                at a given level all use same definition for ems.
                Note that this means the size is also inherited to child submenus,
                so use caution in using relative sizes other than
                100% on submenu fonts. */
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    padding:0;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:0px;
    border-style: none none none none;
    /* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
    widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar
    in this section. These have very low specificity, so be careful not to accidentally override them. */
    .MenuBar br { /* using just a class so it has same specificity as the ".MenuPublic1_2FixedCentered br" rule bleow */
    display:none;
    .MenuPublic1_2LeftShrink {
    float: left; /* shrink to content, as well as float the MenuBar */
    width: auto;
    .MenuPublic1_2RightShrink {
    float: right; /* shrink to content, as well as float the MenuBar */
    width: auto;
    .MenuPublic1_2FixedLeft {
    float: left;
    width: 175px;
    .MenuPublic1_2FixedCentered {
    float: none;
    width: 175px;
    margin-left:auto;
    margin-right:auto;
    .MenuPublic1_2FixedCentered br {
    clear:both;
    display:block;
    .MenuPublic1_2FixedCentered .SubMenu br {
    display:none;
    .MenuPublic1_2Fullwidth {
    float: left;
    width: 100%;
    /* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
    #MenuPublic1_2  .MenuItemContainer {
    padding: 0px 0px 0px 0px;
    margin: 0;  /* Zero out margin  on the item containers. The MenuItem is the active hover area.
        For most items, we have to do top or bottom padding or borders only on the MenuItem
        or a child so we keep the entire submenu tiled with items.
        Setting this to 0 avoids "dead spots" for hovering. */
    #MenuPublic1_2  .MenuItem {
    padding: 0px 24px 0px 0px;
    background-color:#8ca7d2;
    border-width:0px;
    border-color: #cccccc #ffffff #cccccc #ffffff;
    border-style: none solid none solid;
    #MenuPublic1_2  .MenuItemFirst {
    border-style: none none none none;
    #MenuPublic1_2 .MenuItemLast {
    border-style: none solid none none;
    #MenuPublic1_2  .MenuItem  .MenuItemLabel{
    text-align:left;
    line-height:1.4em;
    color:#ffffff;
    background-color:#8ca7d2;
    padding: 6px 10px 6px 10px;
    width: 175px;
    .SpryIsIE6 #MenuPublic1_2  .MenuItem  .MenuItemLabel{
    width:1em; /* Equivalent to min-width in modern browsers */
    /* First level submenu items */
    #MenuPublic1_2 .SubMenu  .MenuItem {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    background-color:#0066ff;
    padding:0px 2px 0px 0px;
    border-width:1px;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    /* Border styles are overriden by first and last items */
    border-style: solid solid none solid;
    #MenuPublic1_2  .SubMenu .MenuItemFirst {
    border-style: solid solid none solid;
    #MenuPublic1_2  .SubMenu .MenuItemFirst .MenuItemLabel{
    padding-top: 4px;
    #MenuPublic1_2 .SubMenu .MenuItemLast {
    border-style: solid solid solid solid;
    #MenuPublic1_2 .SubMenu .MenuItemLast .MenuItemLabel{
    padding-bottom: 4px;
    #MenuPublic1_2 .SubMenu .MenuItem .MenuItemLabel{
    text-align:left;
    line-height:1em;
    background-color:#0066ff;
    color:#ffffff;
    padding: 4px 12px 4px 5px;
    width: 175px;
    /* Hover states for containers, items and labels */
    #MenuPublic1_2 .MenuItemHover {
    background-color: #cae9fd;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    #MenuPublic1_2 .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
    background-color: #cae9fd; /* consider exposing this prop separately*/
    color: #000000;
    #MenuPublic1_2 .MenuItemHover .MenuItemLabel{
    background-color: #cae9fd;
    color: #000000;
    #MenuPublic1_2 .SubMenu .MenuItemHover {
    background-color: #69adee;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    #MenuPublic1_2 .SubMenu .MenuItemHover .MenuItemLabel{
    background-color: #69adee;
    color: #000000;
    /* Submenu properties -- First level of submenus */
    #MenuPublic1_2 .SubMenuVisible {
    background-color: #0066ff;
    min-width:0%;  /* This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:0px;
    border-style: none none none none;
    #MenuPublic1_2.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
    top: 100%; /* 100% is at the bottom of parent menuItemContainer */
    left:0px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem,
         and your personal taste.
         0px will left align the dropdown with the content area of the MenuItemContainer. Assuming you keep the margins 0
         on MenuItemContainer and MenuItem on the parent
         menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align
         the dropdown with the left of the menu item label.*/
    z-index:10;
    #MenuPublic1_2.MenuBarVertical .SubMenuVisible {
    top: 0px;
    left:100%;
    min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
    /* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
    #MenuPublic1_2 .MenuLevel1 .SubMenuVisible {
    background-color: #0066ff;
    min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
    top: 0px; /* If desired, you can move this down a smidge to separate top item''s submenu from menubar -
        that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
        vertically 'centered' on its invoking item */
    left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a
        negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
        to use px or ems to get the offset you want. */
    /* IE6 rules - you can delete these if you do not want to support IE6 */
    /* A note about multiple classes in IE6.
    * Some of the rules above use multiple class names on an element for selection, such as "hover" (MenuItemHover) and "has a subMenu" (MenuItemWithSubMenu),
    * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
    * Unfortunately IE6 does not support using mutiple classnames in a selector for an element. For a selector such as '.foo.bar.baz', IE6 ignores
    * all but the final classname (here, '.baz'), and sets the specificity accordingly, counting just one of those classs as significant. To get around this
    * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'.
    * Since there are a lot of these needed, the plugin does not generate the extra classes for modern browsers, and we use the CSS2 style mutltiple class
    * syntax for that. Since IE6 both applies rules where
    * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden.
    * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would
    * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins.
    * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
    * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the
    * css style block to make it easy to delete if you want to drop IE6 support.
    * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
    * The 'SpryIsIE6' class is placed on the HTML element by  the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the necessity of IE conditional comments for these rules.
    .SpryIsIE6 #MenuPublic1_2 .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
    background-color: #cae9fd; /* consider exposing this prop separately*/
    color: #000000;
    .SpryIsIE6 #MenuPublic1_2 .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
    background-color: #69adee; /* consider exposing this prop separately*/
    color: #000000;
    .SpryIsIE6 #MenuPublic1_2 .SubMenu .SubMenu  /* IE6 selector  */{
    margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
    /* EndOAWidget_Instance_2141544 */
    .text-white { color: #FFF;
    </style>
    </head>
    <body>
    <table width="950" border="0" align="center" cellpadding="7" cellspacing="0">
      <tr>
        <td width="284" bgcolor="#0000CC"><strong class="text-white">Serving Municipal Government in <br />
    New Jersey Since 1915</strong></td>
        <td width="305" bgcolor="#0000CC"><div align="center"><div align="center">    <!-- Begin PicoSearch Query Box -->
    <table style="background-color:#004d8c" cellspacing="0" cellpadding="0" border="0">
    <tr><td>
    <form style="margin:0;" method="get" action="http://www.picosearch.com/cgi-bin/ts.pl">
    <input type="hidden" name="index" value="520788" />
    <table style="background-color:#004d8c" cellspacing="2" cellpadding="0" border="0">
    <tr><td><a href="http://www.picosearch.com/cgi-bin/index.pl?wherefrom=picobox&amp;type=allhttp://www.picosearch.com/cgi-bin/index.pl?wherefrom=picobox&type=all"></a></td>
      <td align="right"><input type="text" name="query"  value="" size="20" />
      <input type="submit" value="GO" name="search2" /></td>
    </tr>
    </table>
    </form>
    </td></tr></table>
    <span style="white-space: nowrap;">
    </span><!-- End PicoSearch Query Box --></div></div></td>
        <td width="319" bgcolor="#0000CC"><div align="right" class="text-white"><a href="http://www.njslom.org" class="text-white"><strong>HOME</strong></a> | <a href="http://www.njlmef.org" class="text-white"><strong>NJLM Educational Foundation </strong></a></div></td>
      </tr>
    </table>
    <table width="950" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F2F2F2">
      <tr>
        <td width="135"><img src="/images-head/head-logo-1.jpg" width="128" height="200" /></td>
        <td width="815" valign="top"><p> </p>
          <p> </p>
          <p> I will be adding the Spry Content Slideshow in this area</p>
        </td>
      </tr>
    </table>
    <table width="950" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td colspan="2" bgcolor="#F2F2F2"><ul id="MenuPublic1">
          <li> <a href="#">Classifieds</a>
          <ul>
            <li><a href="#">Classifieds &amp; Job Listings</a></li>
          </ul></li>
          <li> <a href="#">NJ Municipalities Magazine</a>
            <ul>
              <li> <a href="#">Current Issue</a></li>
              <li> <a href="#">Advertise</a> </li>
              <li> <a href="#">Subscribe</a> </li>
              <li> <a href="#">Submission Guidelines</a></li>
            </ul>
          </li>
          <li> <a href="#">Seminars & Events</a>
          <ul>
            <li><a href="#">Events &amp; Registration</a></li>
            <li><a href="#">CEU Requirements</a></li>
          </ul>
          </li>
          <li> <a href="#">Legislation</a>
            <ul>
              <li><a href="#">Legislative Committee</a></li>
              <li><a href="#">Legislative Priorities</a></li>
              <li><a href="#">Legislative Bulletin</a></li>
              <li><a href="#">Conference Resolutions</a></li>
          </ul></li>
           <li> <a href="#">Issues & Documents</a>
            <ul>
              <li><a href="#">Issue Alerts</a></li>
              <li><a href="#">Press & Media</a></li>
              <li><a href="#">Publications</a></li>
              <li><a href="#">Sample Resolutions</a></li>
              <li><a href="#">League Testimony</a></li>
          </ul></li>
           <li> <a href="#">NJLM Directories</a>
            <ul>
              <li><a href="#">Staff</a></li>
              <li><a href="#">Executive Board</a></li>
              <li><a href="#">League Officers</a></li>
              <li><a href="#">League Attorneys</a></li>
              <li><a href="#">League Affiliates</a></li>
              <li><a href="#">League Committees</a></li>
          </ul></li>
            <p>
              <script type="text/javascript">
    // BeginOAWidget_Instance_2141544: #MenuPublic1
    var MenuPublic1 = new Spry.Widget.MenuBar2("#MenuPublic1", {
          widgetID: "MenuPublic1",
       widgetClass: "MenuBar  MenuPublic1LeftShrink",
       insertMenuBarBreak: true,
          mainMenuShowDelay: 100,
          mainMenuHideDelay: 200,
          subMenuShowDelay: 200,
          subMenuHideDelay: 200
    // EndOAWidget_Instance_2141544
            </script>
        </p></td>
      </tr>
      <tr>
        <td width="175" valign="top" bgcolor="#F2F2F2"><p> </p>
          <ul id="MenuPublic1_2">
            <li> <a href="#">Home</a></li>
            <li> <a href="#">Entertainment</a>
              <ul>
                <li> <a href="#">TV Listings</a></li>
                <li> <a href="#">Music</a>
                  <ul>
                    <li> <a href="#">Hits</a></li>
                    <li> <a href="#">Ragga</a>
                      <ul>
                        <li> <a href="#">Roots</a></li>
                        <li> <a href="#">Reggaeton</a></li>
                        <li> <a href="#">Dancehall</a></li>
                      </ul>
                    </li>
                    <li> <a href="#">Country</a></li>
                  </ul>
                </li>
                <li> <a href="#">The Dirt</a>
                  <ul>
                    <li> <a href="#">Hollywood</a></li>
                    <li> <a href="#">NY Beat</a></li>
                    <li> <a href="#">London Scene</a></li>
                  </ul>
                </li>
                <li> <a href="#">The Web</a></li>
              </ul>
            </li>
            <li> <a href="#">Politics</a></li>
            <li> <a href="#">Sports</a>
              <ul>
                <li> <a href="#">Football</a></li>
                <li> <a href="#">Baseball</a></li>
                <li> <a href="#">Basketball</a></li>
                <li> <a href="#">Racing</a>
                  <ul>
                    <li> <a href="#">F1</a></li>
                    <li> <a href="#">Indy Car</a></li>
                    <li> <a href="#">Stock Car</a></li>
                  </ul>
                </li>
              </ul>
            </li>
          </ul>
          <script type="text/javascript">
    // BeginOAWidget_Instance_2141544: #MenuPublic1_2
    var MenuPublic1_2 = new Spry.Widget.MenuBar2("#MenuPublic1_2", {
          widgetID: "MenuPublic1_2",
       widgetClass: "MenuBar MenuBarVertical MenuPublic1_2MenuBarVerticalLeftShrink",
       insertMenuBarBreak: true,
          mainMenuShowDelay: 100,
          mainMenuHideDelay: 200,
          subMenuShowDelay: 200,
          subMenuHideDelay: 200
    // EndOAWidget_Instance_2141544
          </script>
    <p> </p></td>
        <td width="773" valign="top" bgcolor="#F2F2F2"><!-- TemplateBeginEditable name="EditRegion3" -->
          <p>EditRegion3</p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p>This is the bottom of the page</p>
        <!-- TemplateEndEditable --></td>
      </tr>
    </table>
    </body>
    </html>

    I get the following error message
    Perhaps you could have a look at KB927917
    Gramps

  • Disc menu not showing up on DVD

    Hi,  I selected (and changed to suit my needs) a template for the opening screen disc menu set.  When I burned to DVD, it did not show up though it played during the preview.  Also the overal movie had some studders to it that are not in the original vob clips.  What to do?  I'm using PE 10 with a windows 7 system.

    One can alter the PrE Menu Sets, but with DVD Menus, there are several considerations, that must be adhered to.
    I use Photoshop to customize my PrE Menu Sets, and it works fine.
    Within the constraints of DVD Menus, one can do some things in PrE, PS or PSElements.
    When it comes to Sub-picture Highlights, there are many, many more constraints, and limitations, but one can do quite a bit of customization.
    Steve Grisetti covers the in's and out's of PrE Menu Set customization, in his PrE books, and especially the Photoshop Elements/Premiere Elements book.
    If you need more details, let us know, as Ihave a few discussions, that I can share, should you wish to do customization, beyond just adding an appropriately Scaled Stil Image, or Video, as a background.
    Good luck,
    Hunt

  • Insider/FourthElephant extension context menu not visible?

    I've deployed the extensions in the <sqldeveloper>/jdev/extensions dir, I see them listed in the extensions list, but I don't see any context menu related to the extension. I connect to a database, right click from the connections tab, and only see connect, disconnect, delete, sqlplus, refresh, properties, rename conn, open sql wksht, remote debug and gather stats. Am I doing something wrong?

    not sure what this would have to do with it, but I downloaded the errors lookkup extension from fourth elephant and not I see the insider extension context menu option and it launches. very bizarre. the error lookup is working too.

  • When using photoshop elements as editor in iPhoto the pic does not show up when PS opens

    When using photoshop elements as editor in iPhoto the pic does not show up when PS opens

    Ralph9430 offers a good suggestion.  But you may need to do this before taking his advice:
    Check in iPhoto's Preferences (which you can open from the iPhoto menu).  Look in General, and make sure "Connecting Camera Opens" is set to "Image Capture").
    If it is set to "iPhoto", you won't be able to get to Image Capture easily.

  • SAP Netweaver 2004  [and] I.E 7  CONTEXT Menu not working??

    Hello there,
    Installed: SAP NetWeaver 7.0 (2004s) SPS 15
    For some reason when I use Internet Explorer7 browsing the SAP Netweaver Portal. At the Content Administration>>RightClick on <Portal Content> is not working?
    Like I mean, I am unable to open up the tiny context menu where you get the options: [New, Open, Refresh, Change ID]
    But, when I use Firefox 3 everything is working fine. I can see the context menu opening up, but not in the case of I.E 7.
    I got the latest Java SDK installed:  j2sdk1.4.2.18
    Please note: I previously had j2sdk1.4.2.09 which didnt fix the above issue. So, I thought upgrading the Java SDK would fix my issue.. but, it did not.
    My O.S: Windows XP SP2.
    Any of you had this issue in the past ?  Found solution?
    Can you please let me know?
    Thanks
    Dino.
    Edited by: Dino R. on Jul 24, 2008 12:46 AM
    Edited by: Dino R. on Jul 24, 2008 12:46 AM
    Edited by: Dino R. on Jul 24, 2008 12:53 AM

    Hi Dino,
    The problem is not with the SAP NetWeaver 7.0 (2004s) SPS 15 but with the browser Internet Explorer7. We have also faced this problem then we installed IE 6. And it started giving the context menu.
    regards,
    Swati

  • Yosemite Mail context menu not working

    Since the installation of Yosemite, Mail context menus no longer work. Control-clicking on a hyperlink in a mail messages opens a context menu containing these items:
    Selecting any of the first 3 has no effect. Just clicking on the hyperlink will switch to the browser (Safari) and open the link. Clicking on "Services" does display a list of Services, and "Open URL in Firefox" at least seems to work. However, "Open URLs in Safari Tabs" does not. This seems to indicate a possible disconnect between Mail and Safari in particular. 
    I've seen this problem in the Yosemite beta, the 10.0 release and the 10.1 release.  I haven't heard of many encountering this problem, but I have heard of a few. Has anyone here seen this, and maybe found a resolution for the problem?
    Operating Environment
    MacBook Pro (Late 2011), Mac Pro (Late 2008)
    Yosemite (OS X 10.10.1)
    Mail (Version 8.1)
    Safari (Version 8.0)

    This must be a pretty low-priority bug. I saw it in the Yosemite beta, and every update since, now including 10.10.2.

  • Portal Catalog, right click,  context menu not working

    Hi,
    1) I downloaded SAPNetweaver 2004s form sap download page and installeld and ran the Portal.
    2) Accessed it thus: http://localhost:50000/irj/portal using Administrator userid/passwd
    3) In "Browse portal catalog" I am trying to right click...it doesnt show the context menu ...just the browser's right click  menu shows up
    4) I do have a javascript error all along(which I suspect is preventing something)
    5) Using IE7
    6) Also I see all these talk of installing PDK etc...am I missing that ? Do I need to install anything if I got he 2004s netweaver or is it included?
    I have spent a few days reading posts and portal admin and documentation guides with no help

    Hello Monica,
    I too have this problem with IE7 on WinXP Home version. But every thing works fine with IE6 as well as Firefox. So this is somthing to do with IE7, I would recommand uninstalling IE7 and use IE6.
    See the for supported browsers:<a href="https://websmp205.sap-ag.de/~form/handler?_APP=00200682500000001303&_EVENT=RELEASE&00200682500000002804=01200615320900001250&00200682500000003818=WBRPFM&00200682500000003853=Enterprise%20Portal">2004s Supported Browsers</a>
    INTERNET EXPLORER 5.5  WINDOWS SERVER 2000/IA32 32BIT  Not Released  24.10.2005     
    INTERNET EXPLORER 6.0  WIN XP 2002 PROF. 32-BIT  Released  24.10.2005     
    INTERNET EXPLORER 6.0  WINDOWS SERVER 2000/IA32 32BIT  Released  24.10.2005     
    INTERNET EXPLORER 6.0  WINDOWS SERVER 2003/IA32 32BIT  Released  24.10.2005
    <b>So it is clear that IE7 is not supported</b>.
    Greetings,
    Praveen Gudapati
    p.s Points are always welcome for helpful answers
    Message was edited by:
            Praveen Gudapati

  • CC 2014, 3D Menu not showing up

    Hey, same as the title
    Adobe Photoshop Version: 2014.2.2 20141204.r.310 2014/12/04:23:59:59 CL 994532  x64
    Operating System: Mac OS 10.10.1
    System architecture: Intel CPU Family:6, Model:58, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2500 MHz
    Built-in memory: 4096 MB
    Free memory: 2053 MB
    Memory available to Photoshop: 3293 MB
    Memory used by Photoshop: 70 %
    3D Multitone Printing: Disabled.
    Windows 2x UI: Disabled.
    Highbeam: Enabled.
    Image tile size: 128K
    Image cache levels: 4
    Font Preview: Medium
    TextComposer: Latin
    Display: 1
    Main Display
    Display Bounds: top=0, left=0, bottom=800, right=1280
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGLGPUs=1
    NumCLGPUs=1
    glgpu[0].GLVersion="2.1"
    glgpu[0].GLMemoryMB=1024
    glgpu[0].GLName="Intel HD Graphics 4000 OpenGL Engine"
    glgpu[0].GLVendor="Intel Inc."
    glgpu[0].GLVendorID=32902
    glgpu[0].GLRectTextureSize=16384
    glgpu[0].GLRenderer="Intel HD Graphics 4000 OpenGL Engine"
    glgpu[0].GLRendererID=16925696
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.20"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[1638 4]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[4096]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[4096]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[60]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    clgpu[0].CLPlatformVersion="1.2 (Sep 20 2014 22:01:02)"
    clgpu[0].CLDeviceVersion="1.2 "
    clgpu[0].CLMemoryMB=1024
    clgpu[0].CLName="HD Graphics 4000"
    clgpu[0].CLVendor="Intel"
    clgpu[0].CLVendorID=16925696
    clgpu[0].CLDriverVersion="1.2(Sep 25 2014 22:26:04)"
    clgpu[0].CUDASupported=0
    clgpu[0].CLBandwidth=1.65254e+10
    License Type: Subscription Volume License
    Serial number: XXXX-XXXX-XXXX-XXXX-XXXX
    Application folder: /Applications/Adobe Photoshop CC 2014/
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 464.6G, 282.5G free
    Required Plug-ins folder: /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/
    Primary Plug-ins folder: /Applications/Adobe Photoshop CC 2014/Plug-ins/
    Installed components:
       adbeape.framework   adbeape   3.4.0.29366   0.1160850
       AdbePM.framework   AdbePM   2.2.00.32695   79.558079
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.3.2.32394   79.550992
       adobe_caps.framework   adobe_caps   8.0.0.13   1.248010
       AdobeACE.framework   AdobeACE   2.20.02.33308   79.557478
       AdobeAGM.framework   AdobeAGM   4.30.41.33308   79.557478
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.8.0.32260   79.551013
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.8.0.32260   79.551013
       AdobeBIB.framework   AdobeBIB   1.2.03.33308   79.557478
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   79.557478
       AdobeCoolType.framework   AdobeCoolType   5.15.00.33308   79.557478
       AdobeCrashReporter.framework   AdobeCrashReporter   7.0.1 
       AdobeExtendScript.framework   AdobeExtendScript   4.5.5.32401   79.551519
       AdobeJP2K.framework   AdobeJP2K   1.2.2.33078   79.254012
       AdobeLinguistic.framework      20256 
       AdobeMPS.framework   AdobeMPS   5.8.1.33340   79.557676
       AdobeOwl.framework   AdobeOwl   5.2.4 
       AdobePDFL.framework   AdobePDFL   11.0.0.33336   79.512424
       AdobePDFSettings.framework   AdobePDFSettings   1.4 
       AdobePIP.framework   AdobePIP   7.2.1.3399 
       AdobeScCore.framework   AdobeScCore   4.5.5.32401   79.551519
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   79.156797   79.156797
       AdobeXMPFiles.framework   AdobeXMPFiles   79.156797   79.156797
       AdobeXMPScript.framework   AdobeXMPScript   79.156797   79.156797
       ahclient.framework   ahclient   1.8.0.31 
       aif_core.framework   AdobeAIF   2014.0.00   2014.0
       aif_ocl.framework   AdobeAIF   2014.0.00   2014.0
       aif_ogl.framework   AdobeAIF   2014.0.00   2014.0
       amtlib.framework   amtlib   7.0.0.169 
       boost_date_time.framework   boost_date_time   8.0.0.0 
       boost_signals.framework   boost_signals   8.0.0.0 
       boost_system.framework   boost_system   8.0.0.0 
       boost_threads.framework   boost_threads   8.0.0.0 
       Cg.framework   NVIDIA Cg    
       CIT.framework   CIT   2.2.6.32411   155804
       CITThreading.framework   CITThreading_boost   2.2.6.32411   155804
       dvaaudiodevice.framework   dvaaudiodevice   8.0.0.0 
       dvacore.framework   dvacore   8.0.0.0 
       dvamarshal.framework   dvamarshal   8.0.0.0 
       dvamediatypes.framework   dvamediatypes   8.0.0.0 
       dvametadata.framework   dvametadata   8.0.0.0 
       dvametadataapi.framework   dvametadataapi   8.0.0.0 
       dvametadataUI.framework   dvametadataUI   8.0.0.0 
       dvaplayer.framework   dvaplayer   8.0.0.0 
       dvatransport.framework   dvatransport   8.0.0.0 
       dvaui.framework   dvaui   8.0.0.0 
       dvaunittesting.framework   dvaunittesting   8.0.0.0 
       dynamiclink.framework   dynamiclink   8.0.0.0 
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       LogSession.framework   LogSession   7.2.1.3399 
       mediacoreif.framework   mediacoreif   8.0.0.0 
       PlugPlugExternalObject.framework      5.0.0.62 
       PlugPlugOwl.framework   PlugPlugOwl   5.2.0.54 
       UpdaterNotifications.framework   UpdaterNotifications   8.0.0.14   "8.0.0.14"
       WRServices.framework       
    Required plug-ins:
       Accented Edges 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 15.2.2, Copyright © 2014 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       Angled Strokes 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 2014.2.2 x001 x003  ©1993-2014 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 8.7.1 (311), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Camera Raw Filter 8.7.1 (311), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 2014.2.2 x001 x003  ©2002-2014 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 2014.2.2 x001 x003  ©1993-2014 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 2014.2.2 x001 x003  ©2006-2014 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 2014.2.2 x001 x003  ©2003-2014 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Difference Clouds 2014.2.2 x001 x003  ©1993-2014 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 2014.2.2 x001 x003  ©1997-2014 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Export Color Lookup Tables 2014.2.2 x001 x003  �2012-2014 Adobe Systems Incorporated - from the file “Export3DLUT.plugin”
       Extrude 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 2014.2.2 x001 x003  ©1990-2014 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Fresco 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Grain 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       HSB/HSL 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       IFF Format 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 2014.2.2 x001 x003  ©2001-2014 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Lens Blur 15.2.2, Copyright © 2002-2014 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 15.2.2, Copyright © 2002-2014 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 15.2.2, Copyright © 2001-2014 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 2014.2.2 x001 x003  ©1993-2014 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Measurement Core 2014.2.2 x001 x003  ©1993-2014 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Mezzotint 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       MMXCore Routines 2014.2.2 x001 x003  ©1990-2014 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 2014.2.2 x001 x003  ©1990-2014 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 2014.2.2 x001 x003  ©1993-2014 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       OpenEXR 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 2014.2.2 x001 x003  ©1989-2014 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Photoshop 3D Engine 2014.2.2 x001 x003  ©2006-2014 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Photoshop Touch CC 2014 (15.2.2.0) ©1993-2014 Adobe Systems Incorporated - from the file “PSDX.plugin”
       Picture Package Filter 2014.2.2 x001 x003  ©1993-2014 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 2014.2.2 x001 x003  ©1989-2014 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 2014.2.2 x001 x003  ©1989-2014 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 2014.2.2 x001 x003  ©2003-2014 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Render Color Lookup Grid 2014.2.2 x001 x003  �2012-2014 Adobe Systems Incorporated - from the file “Export3DLUT.plugin”
       Reticulation 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 15.2.2, Copyright © 1999-2014 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 15.2.2, Copyright © 2014 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shake Reduction 15.2.2, Copyright © 2014 Adobe Systems Incorporated - from the file “Shake Reduction.plugin”
       Shear 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smart Blur 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 2014.2.2 x001 x003  ©1993-2014 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sumi-e 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Targa 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Underpainting 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Water Paper 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 15.2.2, Copyright © 1991-2014 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wind 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 2014.2.2 x001 x003  ©1989-2014 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 15.2.2, Copyright © 2003-2014 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Libraries
       Adobe Color Themes
    Installed TWAIN devices: NONE
    Photoshop CC 3D Not working 

    The 3D menu always shows up, even when I don't meet requirements for 3D. So if you cannot see it in the menu bar,
    Photoshop Preferences may have to be reset.
    Hold down cmd-opt-shift and start Photoshop, click Yes to delete the settings files when that dialog shows up and let Photoshop continue to load.
    If that is not the case, would you please attach a screenshot and point out the trouble spot to me?
    Gene  OSX 10.10.1/CC 2014.2.2

  • Why does my note show not show correctly when I open it in my 4th generation iPod?

    The instructions on how to add a note or text document to view in my 4th generation iPod nano say merely to add a copy of the text document to the 'Notes' folder shown when viewing my iPod's files in 'My Computor.' I did so with a document, but it came up only showing 'PK' when I opened it on my iPod. I also tried adding a book I had purchased from iTunes to my iPod but it also only came up with 'PK'. I don't really understand what's going on as I came view the file just fine when it's opened on my computor, just not on my iPod.

    Books in the epub or iBook format are not compatible with the 4G Nano.  As for the text document, what did you give it as a name and extension?
    Did you copy and paste text into this note or did you type it out manually?
    B-rock

  • LibreOffice text menu not showing up

    Hi everyone,
    I've just switched from Fedora to Arch Linux. So far, installation and all went smoothly and it looks very good :-)
    However, I'm experiencing a small problem with LibreOffice, as it's not showing any text menu entries:
    I've installed both German and English language packs (libreoffice-de 3.4.5-2 and libreoffice-en-US 3.4.5-2) so
    my guess would be that it's some kind of locale problem. Unfortunately, I haven't been able find anything on that
    particular problem anywhere. I tried resetting the user directory in .libreoffice in my home directory, but the
    problem remains. Any hint would be very much appreciated. Thanks in advance.

    I'm around this issue too.
    My daugther studies chinese and my son prefers english. Each has he(r|s) language, but the all menues are as shown here.
    tt-dejavu and artwiz fonts are installed, I'm trying to add some more font, but I really doubt that will solve.
    I've seen some forum blaming lib-cairo2 and some relation with gtk2 font setting, but I can't imaging where would be the right point.
    EDIT
    I installed the missing fonts and all gone fine. For chinese would be fine some search. In my case I found ttf-arphic fonts
    Last edited by TheSaint (2012-08-22 09:18:34)

Maybe you are looking for

  • Acrobat X XI Windows 7 just won't work

    I don't know if this is the appropriate place for this question, there doesn't seem to be much of an altenrative. I attempted to use a trial of acrobat x pro some months back but was not able to get the product to work no matter what I tried (install

  • Values fall in and out of the 'box' of a field

    I have fields that look like this |___IN|FO the INFO is inside the box for the first half and then appears outside the right side for the second half. This carries over from Live Previewer to .pdf files to printed reports. Any suggestions on how to b

  • Peripherals = fan noise?

    i'm going to post this in a couple areas since it doesn't apply to just displays. i have the last revision (D) 12" PB and have been thinking about switching to the macbook for some time. one problem i had with my pb was that the fan came on a lot whe

  • DYNPRO_NOT_FOUND in ME41

    Dear All, I am facing some issue in standard Transaction code ME41,  on initial screen when i enter mandatory field data and when i hit enter  its shows dump error. The short dump screenshot is attached kindly find and please do the needful.

  • Charts - Display Top Percent and Legend Layout Questions

    I have two pie charts with problems. In one, I've set the Options Legend Layout to Both, Top Percent to 85, and the legend displays the top 85 percent with a count for each group, but the total of the count column is still the grand total, not the to