Menu of the app (Swipe in the Menu drop-down) in Webworks for BB10.

Hello

I tried to build an app menu (the menu that appears at the top when you drag down on the screen BB10) for my applications Webworks.

However, I wasn't able to find anything that satisfied my need here https://github.com/blackberry/bbUI.js/wiki

In samples for BB10, I found this message under Swipe Menu here https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/swipemenu

'This example is not really applicable for BB10. The menu blow follows different guidelines that this and most of the applications must use the context menu instead. »

However, the interface instructions user of BB said that for generic application-level functionality, you must place in the menu of the Application. (Here https://developer.blackberry.com/devzone/files/design/bb10/UI_Guidelines_BlackBerry_10.pdfof Page 47)

So now I'm a bit confused. Is there a Webworks method to create a Menu of Application for BB10? (I found documentation of older versions). Is there something I'm missing?

Thanks in advance.

Prashanth

Gotcha - I see where the confusion is so

menu screen in bbUI.js = menu of the application.

It's a swipedown menu where you can place the lesser measures. It has a slightly different feature on Playbook and a completely different feature BBOS but from your point of view, it will do what you owe for BB10

It is set on a base by screen at this moment (discussed changes that, but nothing has yet been decided) but follows the BB10 UI/UX guidelines for the application menu. He now has the ability to the elements of the upper left and right so that you can get your help and settings menus to the appropriate locations.

Let me know if you need other help for this.

BCR.

Tags: BlackBerry Developers

Similar Questions

  • Capture AbstractActionItem SIGNAL to slip into the menu drop-down

    Hello

    So I need to do anything when I press the ActionItem in slide it towards the bottom of the context menu on BB10.

    I created the shot on the menu drop-down

        Menu *menu = Menu::create();
        Image infoIcon = Image(QUrl("asset:///images/info"));
        menu->addAction(ActionItem::create().title("Info").image(infoIcon));
        menu->setObjectName("infoItem");
    

    Looked at the docs. AbstractActionItem

    https://developer.BlackBerry.com/Cascades/reference/bb__cascades__abstractactionitem.html the action point emits a triggered() Signal.

    Then ran info a bunch of question that did not help.

    • Looked QTDocs
    • Looked at the signals & Slots section of BB stunts Docs

    in my App.hpp file I added

    public:
       void debugText();
    

    I tried to connect the menu by using the following code:

    connect(menu->objectName(), SIGNAL(triggered()), this, SLOT(debugText()));
    

    It does not work, and I spent 2 hours trying to figure why not.
    How do you connect in fact these things?

    Thank you!

    Hello

    trigger signal is attached to ActionItem itself and not Menu object.

    And don't forget the Q_SLOT macro.

    class xxx : virtual QObject {
      Q_OBJECT
    
    public:
      Q_SLOT void debugText(void);
    };
    
    Menu *menu = Menu::create();
    Image infoIcon = Image(QUrl("asset:///images/info"));
    
    ActionItem *mItem = ActionItem::create().title("Info").image(infoIcon)
    
    menu->addAction(mItem);
    menu->setObjectName("infoItem");
    
    connect(mItem, SIGNAL(triggered()), this, SLOT(debugText()));
    

    Nicklas

  • Creative cloud does not work... the menu drop-down is gray, the icon is black / gray sometimes...

    Creative cloud does not work... the menu drop-down is gray, the icon is black / gray sometimes...

    Hello

    Please, try the following steps:

    Kind regards

    Sheena

  • Show alert window when the selection is made in menu drop-down (or when the text field is filled)

    I'm a JavaScript novice writer and need help a warning window that meets the programming user selection form a menu drop-down.

    If the user selects any option except the default choice (which is just an empty space), I want an alert is displayed.  If the user is moving through this area without changing the default value, nothing should happen.

    I have a script attached to the "blur" event for the dropdown menu, but it appears each time you tab in this area, of course.  I don't know how to tell him to display the alert if and only if the user has changed the selection.

    Similarly, I have another field which is a simple text field.  If the user types anything in this area, I would like another alert window pops up.  The thing from the drop-down list seems a little more difficult, so if anyone can help me get that squared away, I can probably understand how to program the alert text field.

    In fact, it's the same code for both types of fields:

    If (event.target.value! = event.target.defaultValue) app.alert ("your message");

  • Create application option not available in the menu drop-down

    I can't access the option 'Create approx...' in the drop down menu to the Folio Builder. All the options in the menu drop-down are there except for the option Create App. Does anyone know why this is the case?

    Thanks in advance for the help.

    Mac only

  • Cannot use my address bar. Press enter, nothing happens. Click on menu drop down and it will not go to the address

    Address bar does not work. Will not open search or site Web open, even when I click on addresses in the menu drop-down. I tried to start in safe mode and I tried Firefox refreshing. I even tried to reinstall Firefox. Any suggestions?

    I did a system restore, after seeing some other problems with my computer. Now, it seems to work correctly. I think that refreshing Firefox may not have worked until I did the restore, because he tried to open my previous session, even after rebooting. When I started after restoring the system, is no longer a bookmarked or saved passwords. So I'm not sure what I did than the fixed, but it seems to work now. Thanks for all the help

  • Search menu drop down always on the top of the & blocks tapping annoyance of keyboard screen

    Hello

    I use the windows on-screen keyboard 95% of the time. And I would usually place in the middle of the window when in use. When I need to type in the search box, and even if the screen keyboard it is set to always on top, it always goes IN the drop-down search suggestions, which blocks my ability to keep typing. I have to stop typing and move the OSK to the right or the left beyond the border right or left of the search box or move it to everything at the top of the window or down out of the way the drop-down list. Then, this highlights the text that I already typed, forcing me to click at the end of it, or start over (once I moved the OSK out of his way). Even though I have disabled search suggestions still has a drop down menu which blocks the OSK (position/size/length of the search along the top box and the position of the OSK are where I love them bc of my poor eyesight). The address bar does the same. I want to know if there is a way to keep the search drop-down box UNDER the OSK while I type? It's a long question, I apologize, but it's a little wordy to describe. See the photo and I'm sure that you will understand what I mean. The OSK is always set to "Always on top" in Win 7 Premium

    Thank you for your helpful answer
    brand

    It looks like a work in progress for programmers. I wonder if this thread could be redirected to them? I'm ready for this mark as resolved for me personally, that the behavior of the drop-down menu 'old' shorter is easy {er} to avoid now and also provides suggestions less and less that I type in the query (which therefore relieves my annoyance).

    The OSK should, logically, remain on top, right? Ah even though it IS hard to read them with a keyboard in the way... this is defined as a conundrum for those that would, like me, to read both the helpful suggestions and the keyboard letters at the same time.
    
  • Menu drop-down list does not apear, instead of this, there is a miniature version of the Thunderbird window. How to fix?

    On a new installation of Thunderbird running on a new instalation of Windows 7 in the dropdown menu will not work. By clicking on the list of the menu drop-down appears, but instead to be filled with tryies to squeez options in a copy of the window full thunderbid - see the screenshot.

    Restart in SafeMode it works OK.

    Any ideas how to fix?

    No picture, but try this
    https://support.Mozilla.org/en-us/questions/1012145

    Not better?

  • addresses of Firefox in the navigation bar are missing/replaced by different menu drop down

    When I type in an address, the drop down menu no longer contains the same list of addresses as always. Instead, there is a list of locations (less actual addresses www.com beneath each) in bold and some places are repeated in the menu drop down but take me to a different site. Its a game guessing where Im going when I click on one. Next to each entry, there is a magnifying glass icon which was not there before. I was search playback for almost 3 hours trying to trouble shoot the issue and Ive tried to restore default with no luck. It's really annoying me... Any suggestions?

    It can happen because your some bars of tools and malware too...

    Hello

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

    Thank you.

  • I created a custom and registered with a specific name date format. However, when I open a new worksheet, my saved format does not display in the menu drop-down? Am hoping that I don't need to create the same format for each new sheet?

    I created a custom and registered with a specific name date format. However, when I open a new worksheet, my saved format does not appear in the menu drop-down? Am hoping that I don't need to create the same format for each new sheet?

    You must save the spreadsheet containing the new date as a model format and use this custom template for each new spreadsheet where you want that this date format personalized at your disposal.

  • using Firefox 11.0 when trying to 'bookmark this page' in the bookmarks drop-down menu at the top of the browser bookmark pop-up window, but it disappears when I move my mouse to the bookmark window

    using Firefox 11.0 on Windows 7 prof 64 bit, when trying to 'bookmark this page' in the bookmarks drop-down menu at the top of the browser bookmark pop-up window. When I move my mouse over the bookmark pop-up window to change the directory where you will store the bookmark, it disappears before I can do something? If I move my mouse near the yellow star on the right side of the window to the url, the menu bookmark can appear again, but it disappears when I move my mouse over it?

    Hello!

    We have seen similar problems in the past. Read this 2-wire and let me know if they help you:

    https://support.Mozilla.org/en-us/questions/899098
    https://support.Mozilla.org/en-us/questions/850203

    Good luck
    Ibai

  • symbols of site little left of the names of sites in favorites have disappeared in the menu drop-down

    These are the small individual square symbols identify the Web site. They are present when checking under "Show all bookmarks" menu drop-down [which opens the info files], but do not show that they were previously in individual link lines in the menu drop-down.

    Hi nateich2,

    You should take a look at this article which discusses some of the problems with the latest version of Firefox.

    There is some information here that should help you solve your problem. Fortunately, this is a very easy solution.

    Hope this helps!

  • Epson Workforce 545 all-in-One: project of black and white print option is no longer in the menu drop-down

    Hello. I am trying to print in draft mode, black and white, but since I recently installed and then uninstalled a printer canon, printer all-in-one Epson Workforce 545 is more offers me black and white mode fast draft on the menu drop down.

    Thanks in advance for your help.

    It is a forum of HP.  The Epson Workforce 545 you had to best results in the Epson support pages here.

  • "When I click on: Favorites" menu drop-down will remain visible. It flashes and the.

    When I click on 'Favorites' from the menu drop-down flashes momentarily and is therefore not visible. If I hover over the list, each bookmark flashes momentarily and then not be visible. The list is actually still there because when I go to where it should be, the hyperlink is displayed in the lower left corner of the window.

    In Firefox 4 and later Safe mode disables extensions and disables hardware acceleration.

    Try turning off hardware acceleration.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    If disable hardware acceleration works then check if there is an update available for your graphics display driver.

  • The bookmarksdrop in the menu drop-down is too big, as it covers the greater part of my screen - how can I make it smaller.

    Whenever I select the menu drop down Favorites, it is so big that it covers the major part of my screen. Then, when I go to a folder in the drop-down menu, if I stop to any other folder, it opens and is so great that the menu drop-down or completely covered. This is VERY irritating and I never had this problem before moving on to Firefox 5.0. How do I don't cure it?
    I use a MacBook with a 13 "screen

    It is probably because you have one or more bookmarks with a long title.

    The width of a column in the list of bookmarks is in the current versions of Firefox automatically adjusted the bookmark with the longest name.

    You can check the names of the bookmarks and the longer more short.

Maybe you are looking for