Import list loses the record in the navigation menu

Hello experts,

I'm experimenting with more specific and APEX 5.0 component exports with export and import of lists.

DEV, I have a list that is my navigation menu (user interface attributes > desktop > navigation menu > list of navigation menu).

I add an entry to this list and make an export of this specific list pane only.

In the TEST, I import this list into the same request with the same application ID and the ID workspace. The list of imports correctly and everything seems fine.

Except that now my list is no longer my list of navigation menu. I need to change the attributes of user interface and reallocate this list as my navigation menu manually.

Is this intentional behavior or my computer run into a problem here?

For me, it's not intentional behaviour.

I want to be able to update my list and there is record in the navigation menu without having to completely install my application.

Any input/advice on that?

Kind regards

Bart

Hi Bart,.

This is a bug known, and followed with the bug # 22090477.

Concerning

Patrick

Tags: Database

Similar Questions

  • How to create a pick list in the navigation bar

    Hello

    I use apex5 universal theme and I have an obligation to create a selection list in the navigation bar (before the username and logout) and join a dynamic action. Can someone tell me please how to do this.

    Note: I have created a page zero region. But none of the region of downtown suites this obligation to show the point just before the username and logout.

    Thank you

    Stephanie.

    Guys,

    I thought about a way myself. Its works fine as well. Please find the steps below.

    • Create a region in page zero as a model "empty with attributes.
    • Create a P0_SELECTION to a P0_SELECTION class (if you do not use this class, you can still refer with ID P0_SELECTION, your choice)
    • Create a bar the entrance to the navigation list with the following properties-online class/Image = SELECTIONPOSITION, entry list Label =, Target = URL, target URL = javascript: void (0);

    When you have finished the above activities, go to a page where you would like this item placed in the navigation bar. Simply put the code below in the section JS page (Execute when the Page loads).

    $(". P0_SELECTION')

    .appendTo(".) SELECTIONPOSITION");

    The jquery above to add the item to the navigation class class. Now the best way is to designate the ID. All you need to do is change as below.

    $("#P0_SELECTION")

    .appendTo ("#SELECTIONPOSITION");

    In this way, you can position your elements from anywhere in the page. All you need to do is to create and DISPLAY or class position and adds the element using jQuery.

    Hope this information is useful for someone struggling to position elements in the Web page.

    Thank you

    Stephanie.

  • Apex 42 5 theme image files in the list of the Navigation menus

    Environment: Apex 5 / 12 c/Linux

    Theme 42 - Menu Navigation

    I'm trying to configure the Navigation Menu to use images in the directory of the East (or #WORKSPACE_IMAGE #) rather than the css fontawsome images.  The help in the Navigation Menu panel shows that the option to use fontawsome css images or images of file system is controlled in the list template.  However, I can find no documentation on how the template must be configured to control this option.

    I copied the side Menu of Navigation list model with a new model (picture Menu in the side Navigation) and the Navigation Menu to use this new list (under User Interfaces).  I tried various constructions in the new model based on the construction of li JQuery for example replace the HTML for the list template in the sense of: -.

    "< li characteristics-current ="true"data-id =" "#A01 #" unable to read the data = "#A02 #" data-icon = "false" >

    "< a href =" "#LINK #" title = "#A04 #" > < img src = "#IMAGE #" / > #TEXT_ESC_SC # < /a > < /li >

    However this is made with a fake fontawesome class and the img tag is removed.

    Various other html constructs fail, which suggests that a flag is somewhere that is needed to indicate to the Apex renderer to use images of filesystem rather than fontawesome classes.  It doesn't seem to be a global setting or the option to configure this.

    Any ideas?  Or the development team would provide advice?

    Thank you.

    HI Paul,.

    Have understood you things by yourself very well.

    You are right that change the markup for the list to be used by widget tree side navigation will not affect the markup generated client side. It is similarly of the menu widget. The tree and the menu widgets are JavaScript data-driven. The markup simple list is just a way to let the models list APEX to create menus or trees. The markup simple list gets transformed into a JavaScript data which are then used to create widgets. The treeView widget and the widget menu cannot use the img tags to display icons.

    Say that 5 APEX uses FontAwesome icons or even the icons of fonts is a little too specific. APEX 5 uses CSS to specify icons. This includes using images and CSS sprite images as long as they are specified in the CSS. Based on the options you give, I think that you understand the situation. In addition to background images 64 Basic, you can use other background images as well. For example, an image of the CSS sprite comes with jQuery UI, and is at your disposal. Or you can use a single image. You can create your own images to sprite.

    Take a look at this simple demo application where I used some of the icons of the sprite CSS UI jQuery as well as some images from the APEX.

    https://Apex.Oracle.com/pls/Apex/f?p=81996:1

    I created a file called my_sprites.css and transferred as a static application file. Then I added it to the user interface of office under CSS files:

    #APP_IMAGES #my_sprites.css

    Here are its contents:

    body .a-TreeView .ui-icon.fa,
    body .a-TreeView .mi-icon.fa {
        display: inline-block;
        margin: 0 12px;
        vertical-align: middle;
        padding: 0;
        height: 16px;
        width: 16px;
    }
    
    body .a-TreeView .mi-icon.fa {
        height: 20px;
        width: 20px;
    }
    
    .t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .ui-icon.fa,
    .t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .mi-icon.fa {
        display: inline-block;
        margin: 0 12px;
        vertical-align: middle;
        padding: 0;
        height: 16px;
        width: 16px;
    }
    
    .t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .mi-icon.fa {
        height: 20px;
        width: 20px;
    }
    
    .mi-icon {
        height: 20px;
        width: 20px;
        display: inline-block;
    }
    
    .mi-icon-calculator {
        background-image: url("/i/htmldb/icons/pt_computation.png");
    }
    
    .mi-icon-piechart {
        background-image: url("/i/htmldb/icons/pt_piechart.png");
    }
    

    The navigation tree side force the type icon "f" then the fa class is added to all icons. If the CSS overrides some properties for the fa class. Some other special css is necessary for when icons are in a tree. For the menu icons, I entered "mi-icone mi-icone-Calculator" for example Image/class field.

    I hope that this help show how to use other types of icons CSS.

    Kind regards

    -John

  • Custom display PNG in the Navigation Menu

    Request Express 5.0.1.00.06

    Universal theme

    Left navigation menu.  Entry in the list.  Image/class.

    Used an impressive icon of police of an aircraft (f-plane), but needed a helicopter, so have an Image of custom Application (png image) loaded as a static application file.  Unfortunately, it does not display at runtime.  (There have also as .ico, .jpg, and .gif).

    Class/image: #APP_IMAGES #helo.png

    Is there a way to display a graph custom in the Menu of Navigation of APEX 5?

    Thank you.

    sheara wrote:

    He DID display a large enough image. could I miss a kind of CSS implementation in shape to make the image small enough to display and so maybe it is not displayed?

    No, what you're missing, it's that the APEX 5.0 navigation menu item universal theme has none supported directly including pictures of work/application space by specifying them in the Class/Image property list entry. The menu is not rendered using the markup generated by the list of navigation menu. Instead, it is used as the data model, from the widget menu real tree. The list of standard navigation menu template includes not one img element refers to the value of property for Class/Image as an image source. There is no need to change the list template to do this, or using another model as the tree view transform has not approved the img (or any other attribute custom) elements in the generated tree.

    Custom images can be included in the navigation menu entries using various other techniques (such as CSS background images): Apex 5 theme 42 Images of the file in the list of the Navigation menus

  • How to get the number of entries in the navigation menu?

    boc.bmp

    How to get the number of entries in the navigation menu? Check the image. What it shows 8 number of customers and 10 products and 10 orders in the list. How to get it?

    --

    Thank you

    Hello

    Create items of the request saying, "CUSTOMERS", "PRODUCTS" and "ORDERS".

    Create the application process that defines these items when loading the page for example

    C1 in select count (*) NTC (of customer_table)

    loop

    : CUSTOMERS: = c1.cnt;

    end loop;

    C1 in select count (*) NTC (of products_table)

    loop

    PRODUCTS: = c1.cnt;

    end loop;

    C1 in select count (*) NTC (of orders_table)

    loop

    : ORDERS: = c1.cnt;

    end loop;

    Components shared Open-> Navigation bar and change:

    In the entry list Label-> customers & CLIENTS.]

  • How can I remove the "reading list" in the bookmarks menu?

    The new beta 38 has a "reading list" in the bookmarks menu. I don't want it. How can I remove it?

    Type of topic: config in the URL bar and press ENTER.
    accept the warning message

    In the search field at top.

    Browser.readinglist.Enabled

    Below - then double-click that preference Toggle to False.

    Then restart Firefox.

  • Can someone tell me why I can't see the Import Wizard on the file menu. Run FFX10 on Mac 10.6.8.

    The Import Wizard ignored during installation, but who want to import safari bookmarks now. do not import wizard on the file menu. Run FFX10 on MAC OS 10.6.8. Thoughts? THX!

    You can find the entry menu import into the Manager of bookmarks (library)

  • MS word offers the option of Microsoft Word 2010 (2) in the list of the start menu

    Original title: program registration under Start button

    Today, when I was looking for a program that is displayed when I select the Start button, I noticed that the number 2 see the next to registration for Microsoft Word 2010.  It looks now like this: Microsoft Word 2010 (2)

    I don't think it was like that the other day when I finally used Word.  Any ideas on why it would start that looks like this?  I made no changes to my computer.

    I use Microsoft 7 Home Premium.

    Thanks in advance.

    Hey Debba,.

    -You have two entries in the start menu for Microsoft Word? One is Microsoft Windows Word 2010 (2) and the other is Microsoft Word 2010 Microsoft Office on the start menu?

    -Is this Microsoft Word 2010 (2) successfully opened?

    -This happens to you with other programs in the list?

    If there are two icons for Microsoft Word 2010 on the Start menu, remove the icon of Windows of Microsoft Word 2010 (2).

    All you have to do is click on Microsoft Word 2010 (2) and click on remove from this list.

    This seems to be only a Microsoft Word 2010 shortcut added to the list of the start menu.

    Hope this information helps. If you have any questions, please let us know.

  • How to remove an individual label in the navigation menu

    How to remove a single label in the navigation menu - for example I don't want a 'HOUSE' label visible when im on the home page.

    In order to be able to define your own label for a menu item, you would use a manual type menu. Other types of menus inherit page name as a Label for the menu items that you set in Page Properties or Plan mode.

    Or you could exclude the "HOME page" of the Menu options via the context menu in Plan/Design mode.

    Thank you

    Vinayak

  • The drop-down list on the navigation bar goes back in Firefox

    I can't understand why the navigation bar on a site that I've just started going behind the image below instead of top it in Firefox.  It works fine in Explorer.  Help!  http://jeannettedutton.com/MLVC/index.html

    Jeannette

    The drop-down list will also behind in Safari and Chrome. So I would say that the fact that it works in Internet Explorer is just pure luck (or quirks of IE) and FF, Safari and Chrome are entitled.

    In general, the css property that stacks one element on the other is the z-index:

    http://www.w3schools.com/cssref/pr_pos_z-index.asp

    But I don't see any z-index used in the menu or the image rotation.

    So if these two elements are z-index 0 default (no declared z-index), positioning will then have juvenile which item is displayed... rotating images cancels the drop... so to speak.

    I couldn't test a good z-index applied to the menu, so I applied a negative (below zero) z-index to '#rotating - point - wrapper' (via Firebug) and got the menu to display on top of the images.

    z--index: 100;

    So for the test, add a negative z-index to "#rotating - point - wrapper"... just to see the z-indexing can solve the problem." then if you don't like using a negative z-index, apply good z-index in the menu dropdown.

    Best wishes

    Adninjastrator

  • Excel, Access and Word can't be my program list in the start menu

    Excel, Access and Word do not appear in the list of programs on the start menu or anywhere else. The only way I can use them is by opening a file that uses. It's on a pc bought last summer, using the latest version of Windows, installed programs Microsoft etc. How can I make it appear?

    Matt C

    Hello

    Follow the steps below. It can help to solve the problem
    1. open the Start Menu.
    2. in the area of the white line (search), type regedit and press ENTER.
    3. click on continue in the UAC prompt.
    4. in regedit, go to

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advance

    5. in the right pane, right-click on StartMenuInit and click on modify.

    NOTE: If you do not StartMenuInit, then click on New, and DWORD (32-bit) value. Type StartMenuInit and press ENTER.
    6 type 3, and then click OK.
    7. close regedit.

    8 disconnect and logon or restart the computer to apply the changes

    EDITING REGISTRY WARNING:

    Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    How to back up and restore the registry in Windows: http://support.microsoft.com/kb/322756
  • Setting up the navigation Menu

    When you configure the Menu navigation and I select Options > all pages, I get the menu ok. If I have menus under the menu 'about' with 2 sub/child or more, they all appear in a horizontal row below the main menu. what I do for them as a drop-down list.

    Hi Robert,.

    I guess that you have inserted the child pages under the other, they must be at the same level of have placed them vertically in the menu.

    Please refer to the screenshot:

    Kind regards

    Akshay

  • How can I sort alphabetically in the drop-down list in the Tools menu of Firefox?

    The Tools menu has a drop-down list, but the entries are not in alphabetical order. Options and a few individual add-ons/extensions appear in the list, but not in alphabetical order. It would be useful to them in alphabetical order in the list, however, I can't find any option to sort. Did I miss a hidden, built-in option for sorting? Is there an add-on may be providing a way to sort? Someone has an idea? I have not found anything this either in my research on the subject... just what is the sorting of bookmarks. But it's the combo of Tools menu I want to be able to twist. Anyone?

    There is no built-in opportunities to change the menus of the application. The easiest way to do this is by using the editor from Menu Add-on.

    Advanced users familiar with CSS can create a custom style sheet and apply it with Stylish.

  • How to restore the new tab button in the navigation menu when it is not available in the Customize?

    The new tab button disappeared from my navigation menu. None of the changes or upgrades have been made. While all subjects of support suggest going to customize the toolbar, the new tab button is gone either. There in the morning, disappeared in the evening without apparent reason. The + is at the end of the series of tabs, but not in the navigation toolbar and tab add + is NOT anywhere on a page it there is that a single label. I HIDE TAB BAR WITH ONE TAB 1.1 but have had for weeks, and the new tab button was always there. How to restore the button tab on the Navigation bar if it is not available in the choice to customize the toolbar?

    Don't you see the new tab button on the tab bar if you open the window customize?

    If you do not see an item on a toolbar in the toolbar palette and then click the button "Restore default" to restore the default toolbar configuration

    You can check the problems caused by a corrupt localstore.rdf file and try to delete this file.

  • Customize the "Programs" list in the start menu which will be held in the way I want

    On the Start Menu, under the "All programs" list, I want to be able to organize where shortcuts are stored and how they are organized.  I found out how switch to Classic view and do the old-fashioned way.  That took me so far. To illustrate, I don't want the set of displayed utilities kitchen sink.  This is absurd.  So I created folders that go something like this: Office-graphic tools, security tools, tools of money, Web tools, tools, etc.  Then the first time I put for example, Adobe Reader 8 under Web tools. I put Norton under Tools-security, etc.  This means that I don't have to sort through a Visual equivalent of a pile of linen on the floor to find what I need.  It is logically. (When I was finished, I went back in the menu "Classic start", in the Vista Start menu).  It was working fine.

    But that is the problem.  Classics view let me do it once, but now that I've updated programs, like I did just for Adobe Reader 9, he puts the shortcut at the top of the list, and he won't let me not drag in the folder I want, or customize any other way.  (Why not?  Users should be able to easily organize their own computer screen. For me, customization is not just by clicking on a list about whether or not he should display something. "It is to logically organize the way you want).  When I return to the classic menu, it does not show the Adobe Reader 9, or some of the other utilties that have been added to the list of programs and to show up when I go to "All programs" but are not where when I return to the option of classic menu-customize-Advanced to customize folders.

    Please advise me on how to customize the display, ideally in the version of Vista's Start Menu, instead of having to go back to the classic view, which now does not display the new shortcuts.  Thank you.

    Hi ibydesign,

    I know what you mean. Everyone has their own way of organizing and you should be able to logically group things where you want. Whose computer is anyway? There IS a way to organize your own stuff in Vista. If you right click on the button to start, then click on explore all users, it will open Windows Explorer in the (hidden) program data folder. Under Microsoft\Windows\Start Démarrer\Programmes you should see all the files and programs that you want to work with.
    See the following link for more details:

    http://www.Vistax64.com/general-discussion/177822-start-menu-program-folders.html

    Dave Dave D D
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • Satellite L350 - 2.2 taped Tempro privacy policy

    Hey everybody, I recently had to format my hard drive after receiving a virus that I couldn't get rid of. This title everythings like new. So the first thing I wanted to do (except intsaller an anti virus)has been first get updates for my driver - 11

  • HP ENVY 4520 all-in-one: unable to save the new printer

    To register, the first thing required is a model #, & when I get mine, the answer comes back - 0 results found. I can go no further, until they recognize the printer they sold to me.

  • USB OTG does not connect in A6000

    Please advise how to connect the USB storage to Lenovo A6000 by OTG?

  • Notification area: icons are invisible (NOT the system icons)

    Was fine when I went to bed last night. Computer did an automatic stop (no windows update). Started this morning and the notification area icons are invisible. The space of each icon is still there because I can mouseover a vacuum arises space and te

  • HP ENVY 100 D410 CN517A Duplex printing problem

    My printer jams every time I try to print on both sides of the paper (as is pull the inner paper after printing the first side). It's the same kind of paper, I am using since I bought it, and it used to work before (so no, this isn't a problem with t