inserting and removing pages hide the navigation bar

My application has a page of 'low' which has a page of menu shoot upward.

Page menu:

m_menuPage = new Page();
ActionItem* backAction = ActionItem::create();
connect(backAction, SIGNAL(triggered()), m_navPane, SLOT(pop()));
m_menuPage->setPaneProperties(NavigationPaneProperties::create().backButton(backAction));
m_menuPage->setContent(m_menuView) //  a custom control

I then push the start page:

m_navPane->push(m_startPage);

Later, I push the menu page:

m_navPane->push(m_menuPage);

So, I want to change the start page:

m_navPane->insert(-1, m_nextPage);
m_navPane->remove(m_startPage);

Then the "back" button & nav bar disappear from the bottom.  That is what it is?  I thought that the back button has been associated with the menu page?

May be a bug. Try to insert the new page at index 1, and then delete the page at index 0.

If it disappears again, try commenting on 'remove' - it will return to newly inserted page correctly?

Tags: BlackBerry Developers

Similar Questions

  • And how does one remove Christmas lights that have been offered as a decoration for the top and shifts of the screen. They tend to hide the navigation bar.

    And how one removes the Christmas lights that have been offered as a decoration for the top and bottom of the screen. They tend to hide the navigation bar. Several days ago Firefox gave the 'dress-up' in a message.

    It seems that https://addons.mozilla.org/firefox/addon/christmas-lights/ is added as an extension, but is categorized as a character (lightweight themes). Go to tools > Modules then check extensions and themes, and then uninstall it.

    Now that the status bar is now the toolbar addons that I see those that are listed are all personas and they do not affect the toolbar addons you would also find a theme, and think that it must be very confused now that I no longer able to filter topics with a Google addons research - phooey.

    Extensions can be identified with intitle: Add - ons and have changed my research of extension add-ons accordingly.

  • Hide the Navigation bar in userChrome.css

    I have problems to hide the Navigation bar in userChrome.css.

    I'm trying to achieve the same as menu click View-> toolbars-> [disable] Navigation toolbar.

    If I add #navigator-toolbox { display: none } to userChrome.css then everything disappears, including the tabs and menu. If I use the following then it's an empty bar, about half the size of the tab bar.

    #searchbar, #urlbar, .toolbarbutton-1, .toolbarbutton-menubutton-button { display: none }
    

    It's called nav - bar

    #nav-bar { display: none }
  • using the & lt; body ID = to highlight the current page on the navigation bar

    Hi all, using the method of the body tag of the give an id to the value of the current on the navigation bar page, works very well. but it's not good if you are working from a model as it would mean the < body > being editable on every page (so most of the content then)... I'm wrong? or am I missing something here that will allow me to change the < body > blindingly obvious...

    Many thanks - didn't really want to use the javascript method you see!

    > Hi all, using the delivery mode of the body tag an id to set the current
    > page
    > on the navigation bar, works very well. However, this is not good if you are
    > working from a model because it would mean thebeing editable on each
    > page
    > (so most of the content then)... I'm wrong? or did I miss something
    > blinding here that will allow me to change the...

    Ideally, you would not actually link the item in the menu on the page that you are
    currently. It is one thing to usability and accessibility. If you do this, then
    You can simply the style of elements not linked in the menu differently to highlight
    This page.

    That said, it is often not a practical solution if you use SSIs to load
    the menu.

    In this case, you can simply add the class to a DIV wrapper, or menu
    itself:



    etc.

    OR, Alternatively, give each meny item it of own class and then work around
    only a special class in the HEAD of each page style. That
    said, I don't know how well it would work with DW models.

    -Darrel

  • Current page in the navigation bar style

    Hi, I have started from a dreamweaver template and made changes to customize my site. I am trying to apply a css style to my id of current page nav bar and I just can't do things.  I gave my body and ID. I then added a css style to my sheet.  It does not work.  Style css hover works very well, and the style I gave for the active work I click, but color does not.  It goes back to the original.  Can someone help me.  Thank you

    Try this tutorial:

    http://ALT-Web.com/articles/persistent-page-indicator.shtml

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • Show/hide the navigation bar by programming (ADF Mobile)

    As usual, it will take pre-set admf - application.xml to hide or show.

    but I want to control with the programming, it is possible to control that?

    Method, just using

    AdfmfContainerUtilities.showNavigationBar ();

    AdfmfContainerUtilities.hideNavigationBar ();

  • Footer pinned point moves in any page, disappears from the navigation bar.

    I used DreamWeaver for years and even made a few basic HTML coding in text editors, but by far I do most of my work in InDesign. I watched a class entire 5 hours + class worth of videos to Muse on Lynda.com, and I thought, wow, that's really the way to go. I made a simple footer with text and a logo. I chose the logo, that I wanted to stay down in the header, and checked the PIN in the footer box. I did a simple navigation bar and entered into preview mode to see the results. It was a disaster. The logo which should have been pinned at the foot of page ended up in the middle of the page. The navigation bar was arrested in hyperspace, or limbo, or something.

    What I am doing wrong? The site is not published at this stage, I used only the preview in the Muse.

    Thanks in advance for your help. Please feel free to comment if Muse is worth learning! Everything looked so easy on the videos it is useful to learn or should I go to DreamWeaver and forget the Muse?

    Hmm of marking of the logo that should have a footer element in the footer and I do not know why the navigation bar is endangered. Can I take a look at your file to see where the disconnect? If it's ok, please send your .muse file to [email protected] with the subject attn: Dana and a link to this topic. You can use Adobe SendNow or SendThisFile if the file is larger than 20 MB.

    Thank you

    Dana

  • Returning to a page that is a lower standard than the navigation bar

    I'm sure there's an easy answer for that but I thought to the essential and the ask the experts.

    I'm setting up a website and it flows from page to page very well except when I am in the projects and click on more information which leads me to the page of the bus.  When I then go to another page on the navigation bar, it suits me.

    Here's the url: http://www.justletmelearn.org/projects.html .  The 'bus' page is a low level of the nav bar.

    Thanks for your help,

    Sandy

    Once familiar with server-side includes, I decided it

    would be too much of a learning curve in this moment so I changed my nav

    bar register the drop downs and everything seems to work that way.

    http://www.justletmelearn.org

    Thanks for your help.

    Sandy

  • Hide the navigation pane

    Hi, after I push a qml the navigation pane page, is there a way to hide the navigation bar?

    I have my own button to allow the user to go back. Is this possible?

    If you nevr not the bar action to show, in a NavigationPane, you can proceed as follows:

    NavigationPane{
    backButtonsVisible: false
    
    ...
    
    }
    

    And the back button will automatically appear on all pages that push you.

    -Brian

  • Why I can't delete Yahoo search suggestions in the navigation bar? How can I remove the DNS of Yahoo error page?

    Maybe that's two questions. Both pooped upward with a recent update. I do not have yahoo extensions or add-ons installed.

    (a) I type a URL in the navigation bar (NOT the search box), and all of these 'useful' pop-up suggestions. Do stop.

    (b) I type wrong address in the navigation bar (NOT the search box) and I get a Yahoo to "links" page Do stop.

    Thank you. I have the screenshots I can post too.

    Found the solution. It's an add-on: uTorrentControl3 by conduit. I've disabled to check and uninstalled then when I saw it was the question.

  • I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?

    I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?   using DreamWeaver CC

    Among the contributors here has a nice page explaining how to do what you want, using css.

    Indicator of persisting in the Menus - Page http://alt-web.com/

  • Rollover effects and the Navigation bar does not not on the Home Page

    Work in CS3

    I create in design mode because I'm not a professional web designer.  I learned better Dreamweaver as I could to create a site for my business.  Problem: The navigation bar rollover effects work on all pages on the site with the exception of the home page.  I can't get the rollover effects to work as well.   Have tried to redo the navigation bar and the substitution of the links several times without success.

    Homepage: www.aiscorporate.com

    Any thoughts would be greatly appreciated.

    DJF

    You just go into Code view, delete the attributes of the 3 lines and download it.

    I see several repetitions of Javascript functions in theof the document. Don't know what you're doing is causing.

  • Lost the back, front, refresh etc. buttons on the navigation bar. Everything on the fact help page and nothing works

    I have the navigation bar checked, restore the default toolbar, reset firefox, restarted with Add ons disabled, restarted the computer, restart firefox and update my plugins. Firefox is also updated. Nothing works. Thank you for your help and care.

    When you open the toolbar customization panel, the Stop/Reload point at the end of the address bar will be "magically" turn into buttons that can be dragged around. If you put them next to each other, they will be combined into a single button, but if you want them separate, I think you can, but a separation between them.

  • Why control 'Reload current page' has been moved to the navigation bar 29 Firefox? I wish I could put it where I had it in Firefox 28.

    After completing the download of Firefox 29 I tried to reorganize my buttons\controls to where I used to have them in Firefox 28 and earlier versions. I noticed, in particular, that the 'reload current page' control is no longer available to be located in front of the navigation bar where I got it for years. The reason why I chose Firefox was in the first place because I could customize to my liking. I know that you can just right click and "Recharge" tab or just get used to go all the way (right side) of the bar of navigation but that defeats the purpose entirely for me.

    Here's an analogy; Ford decides that they will replace now current car models to the United States with British standard style vehicles. All cars sold by Ford will now be right steer. While this may seem like a "No biggy" to some, others, especially those of us who are prone to driving manual transmission vehicle, maybe a little resistant to this change. You do not know if I managed to make my point of view or not, but I hope that I did.

    Initially I thought I would start by "is someone fell and hit their head?" or "did Steve Ballmer suddenly support Mozilla, especially the version of Firefox 29, because it feels like a Windows 8 (aka the aroma of a tank full of sewage on a hot day)?" It is understood that updates are needed and as a computer scientist, I was around for many odd where the folds just to settle. They occur. Perhaps some consideration will be Firefox 30 to those of us in States that are used for vehicles left direction.

    I may be missing something here and fall on my sword if this is the case, but there is no indication that I've seen at the sight of Mozilla that the 'reload current page' control cannot be manipulated somehow update Firefox 29. The good side of things, I now have a good reason to go back and review some of the browsers that I cut back in the day when I decided to go with Firefox.

    As far as I know, the Restorer of classic theme Add on is the only way to move the button reload outside the address bar.

    1. Classic restaurateur theme installation and restart Firefox when prompted.
    2. Open the modules (Ctrl + Shift + A Manager; Mac: Command + shift + A), then the Extensions category.
    3. Beside the classical restaurant theme, click on the Options button.
    4. On the main tab, make sure that 'Mobile back-forward button' and 'hide urlbars stop & reload buttons' is checked. You can also check "combine stop & reload buttons. Close the options window when finished.
    5. Right-click on a zone empty of the tab bar and select Customize.
    6. Do slide forward/backward buttons, Stop and reload on the navigation toolbar.
    7. Click the Customize the output at the bottom right button when finished.

    That being said, I must point out that you can reload pages in other ways.

    • Make a right click No matter what tab and choose reload.
    • Right click on a box empty page and choose reload.
    • Press F5.
    • Press Ctrl + R (Mac: command-R).
  • How to remove the navigation bar?

    I used to be able to remove the navigation bar before update of today. But now he is no longer an apparent option to remove the navigation bar. I like to see several portrait pictures side by side, so have more vertical space in my window is important to me. The navigation bar is quite large, as well as the blue space around the tabs, and I wish to remove or reduce. I know how to disable the menu bar already.

    Yes I know pressing f11 fullscreens an image. I use multiple monitors and want some pictures of great portrait orientation on one while I tap on the other. Is there a way to delete the temporarily navigation bar? This was one of my favorite features.

    See:

    See also:

Maybe you are looking for

  • iPhone 6s light up when touched

    HI my IPhone 6s has recently developed a strange problem.  He began to come when I hold the phone or just move.  It happens when I take the phone out of my pocket, turn around or the touch screen I touch the buttons and they seem not to be loose, it'

  • Need help to restore the Satellite A-105

    OK, so a while ago, my Toshiba Satellite A-105 has got a massive amount if virus, usually I am on top of that, but I dropped the ball. Anyway, when I tried to use the restore disc once the computer would be loaded the Toshiba screen, reboot and repea

  • Problem with the translation into Chinese of msgrte.txt

    With the help of LabWindows/CVI 2012 SP1. I am trying to create a Chinese version of one of our applications. I have a msgrte.txt that has been translated into Chinese, and I ran countmsg.exe on update magic numbers. Countmsg.exe reports of success,

  • Question about backups

    Mr. Ryan Cummings recently removed from the remains of the regcure win 32 virus from my computer.  I have two, a terrabyte external hard drives that I use to keep my backups on.  If I connect the HDD to backup will it re infect my computer with regcu

  • Android tablet, hp wireless printer, install

    I have the Samsung laptop galaxy 2014 edition android tablet. I can't install my hp envy 5530 all in one printer. What should I do? Y at - it an application that I can download for installation? Help! Thank you