How can get the bar menu as file, save etc.

I m mozzila firefox 39.02.0 to gradution and study at the office. So, I want to get the home menu screen.
Menu bar at the top, then more easy 4 me.

Thank you

............
Bulbul

Do you mean on your Android device? Firefox for Android uses a menu drop down, or if the device has a menu button next to the home button, it uses this "hardware" button I don't think that it is possible to add a menu bar of Firefox for Android.

If you meant on Windows:

You can use one of the following methods to display the toolbar list and activate the menu bar it:

To activate the menu bar, toolbar bookmarks or other bars, click it in the list.

Who help me?

If your Firefox does not display the toolbars, or don't shows them that when you drag the mouse to the top of the screen, try the key F11 to exit full screen mode. (The F11 key also puts you in the view full screen to the normal display mode.)

Tags: Firefox App

Similar Questions

  • How to get the JOINT-2 log file

    Hi, we installed in the 6500 system JOINT-2 cat. Anyone know how to get the syslog JOINT-2 file? and how config to send the log to syslog server? I know that these two questions are quite simple, but I've yet to find answers.

    Any help would be greatly appreciated.

    You can get the JOINT events to the CETS format. Using the Manager of IPS or other tool to collect these logs.

  • What happened to the bar that says 'file, edit' etc.? How can I change the font size to display Hotmail? Where can I access 'Cancel '? Thank you-

    How can I access the toolbar which includes "file, print" etc.? How can I change the font size of my hotmail home page? It used to be using "display".

    In Firefox 3.6 and later Windows, you can hide the menu bar on "view > toolbars" or via the contextual right click menu on a toolbar.
    Press F10 or press and hold the Alt key to bring up the menu bar temporarily.
    Go to "view > toolbars", right click on the menu bar, or press Alt + V T to select to show or hide toolbars (click on an entry to switch from the State).

    See also what happened to the file, edit and view menus? and http://kb.mozillazine.org/Toolbar_customization

  • How to get the .rbf and .through files?

    Hello I am currently working on the project, which provides for automatic deployment and launch programs everchanging.

    Ev3 are scattered in different schools. I wrote a simple script that can download a file and then send it to ev3 via wifi.

    But I'm currently stuck on how to get .rbf and Labview .through files.
    I know that I can deploy .vi using the target to ev3 and then upload these files to the PC, but I can't add script.
    Is it possible to compile .vi to the file?

    Sorry, try this

  • How to get the bar display of title in pixels text length?

    Hello

    Does anyone know how to get the length of the title bar text (in pixels) display?  Just to clarify, that's what I'm looking for:

    I don't see a CVI function for this.  The attribute ATTR_TITLE_FONT for GetPanelAttribute (...) is only valid for the panels of the child which prevents me from using the GetTextDisplaySize (...) to get the size.  Dive into the Windows SDK I can not even find an answer here.  Any ideas?  Thank you.

    Figured out how to do this.  Go to the SDK to get the font properties - is kind of nonobviousness.  But once you have the font properties, you can create a font of meta in CVI, with properties, and once you have the meta font you can use GetTextDisplaySize (...) to get the size.  For any future reference:

    //define a NONCLIENTMETRICS structureNONCLIENTMETRICS ncmtest;//We have to set the cbSize parameter to the size of the passed structure before retrieving it
    ncmtest.cbSize = sizeof(NONCLIENTMETRICS);
    //Get NONCLIENTMETRICS structure
    result = SystemParametersInfo(SPI_GETNONCLIENTMETRICS, 0, &ncmtest, 0);
    
    //copy the title font name to a c-string
    while(ncmtest.lfCaptionFont.lfFaceName[i] != 0)
    {
        thefont[i] = (char)ncmtest.lfCaptionFont.lfFaceName[i];
        ++i;
    }
    
    //null terminate
    thefont[i] = '\0';
    
    //create meta font with title font properties.  lfWeight & 0x700 indicates bold.  CreateMetaFontWithCharacterSet() doesn't recognize DEFAULT_CHARSET so we replace it with VAL_NATIVE_CHARSET(?).
    uir_status = CreateMetaFontWithCharacterSet ("TheTitleFont", thefont, abs(ncmtest.lfCaptionFont.lfHeight), ncmtest.lfCaptionFont.lfWeight & 0x700 ? 1 : 0, ncmtest.lfCaptionFont.lfItalic, ncmtest.lfCaptionFont.lfUnderline, ncmtest.lfCaptionFont.lfStrikeOut, 0, ncmtest.lfCaptionFont.lfCharSet == DEFAULT_CHARSET ? VAL_NATIVE_CHARSET : ncmtest.lfCaptionFont.lfCharSet);
    
    //get titlebar text
    uir_status = GetPanelAttribute (panelhandle, ATTR_TITLE, thetext);
    //get title bar length
    uir_status = GetTextDisplaySize (thetext, "TheTitleFont", &height, &width);
    

    I have a 79 for the duration of the screenshot above.

  • How to view the bar menu & bookmarks toolbar in Firefox 4 full-screen mode?

    Firefox 3.6, I was using the AutoHide extension to activate the menu bar and the bookmarks toolbar mode full screen. But hide automatically is not compatible with Firefox 4, and even its homepage seems to have disappeared. (This is an old copy on the Wayback Machine.)

    In full Firefox 4 screen, when I move the mouse to the top of the screen, only the navigation toolbar and the list are displayed. I want to see the menu bar and the bookmarks toolbar as well. I also want to be able to use the Alt key to open the menu (for example Alt - V to open the view menu.)

    Is there a compatible with Firefox 4 extension that can do this?

    I also have this issue the superuser, if you want to rep it. Otherwise, I'll cross-post any response I get.

    Add code to userChrome.css below @namespace.

    You can use the ChromEdit Plus extension for easier access to the customization files.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    #toolbar-menubar[moz-collapsed="true"] { visibility: visible !important; }
    #PersonalToolbar[moz-collapsed="true"] { visibility: visible !important; }
    
  • How to get the path of PDF file?

    Hello

    Adobe Livecycle ES2 V9

    Here is the code that I currently use (postSave):

    var fileName = event.target.documentFileName;

    at this point, fileName is (myForm.pdf), there is no path to the file

    fileName = fileName.substring (0, fileName.indexOf("."));

    xfa.host.exportData (".") ("/" + name + ".xml", 0);

    In fact, when the user saves the document PDF an XML file is automatically saved in the same directory with the same name as the PDF file.

    The problem is event.target.documentFileName only gets the pdf and the extension (ex: site_checklist.pdf)

    If the client opens two or more PDF files, it tries to export the XML file in the directory of the first open PDF file (or the last, it have not narrowed down).

    How can I get the path of the current PDF (not PDF more recently opened)?

    I can find no documentation for .documentFileName, I tried documentFilePath too.

    The property you are looking for is the 'path' property: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.411.html

    Here is the documentation for documentFileName: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.389.html

  • I'm trying to update my phone.  The only list update is iOS 9.2.1.  When I try to update, it tells me that I can't because I am not connected to the internet.  How can get the update on my phone.

    I'm trying to update my phone.  The only available update is iOS 9.2.1.  When I try to upgrade, it tells me that I can't upgrade because I am is no longer connected to the internet.  How can I upgrade my phone?

    Connect to the internet.

  • Webutil: I can get the DATE of a file on the server has been created/modified

    I need to extract the date of a file on the server has been created or changed-for example, the date that will be displayed as a result of "ls * .fmb" on Unix.

    Anyone know of any Webutil function or procedure that can return this information?

    Thank you

    You can use HOST and put the rsultminto a text file, and then read that you use TEXT_IO, as

    HOST('ksh ls -ltr file.fmb > /tmp/file.txt');
    
  • How to get the current path of file (jsx) running?

    Hello.

    I want to be saved in the path of the current running jsx file.

    Is there a way?

    Thank you.

    Hi, is it ok for you?

    It seems "app.activeScript" or "$.filename ' is what you wanted.

    #target indesign
    try {
      // not active in ESTK
      // return script path if run from ScriptPanel
      alert(app.activeScript);
    }
    catch(e){
      alert(e);
    }
    
    // return bridgetalk if run with double clicking jsx
    // return script path if run from ScriptPanel
    alert($.fileName);
    
    alert($.includePath);
    

    Thank you

    mg.

  • How to remove the bar, for example "most visited" etc just below the URL address bar?

    Just below the location of the URL bar is a line of things that I don't want. It contains the most visited, to start, latest news, Apple. Mac, News, Yahoo!, Apple, welcome to Firefox.

    I want to reclaim that space and add it to the window, do not keep a fat header up there.

    It will be in the bookmarks toolbar. To hide it, on the view menu, select Toolbars, and then click the "Bookmarks Toolbar" to deselect, entry that allows you to hide the toolbar.

  • my music is in my blubster 'my files' how can get the songs on my ipod?

    How to make songs in my library of blubster to my ipod?

    Hello

    Work through these search results:

    http://www.bing.com/search?q=transfer+music+from+Blubster+to+iPod

    http://www.bing.com/search?q=Blubster+Forum

    Community of Apple - iPodhttps://discussions.apple.com/community/ipod?view=overview

    Don

  • Dreamweaver / excel or access - how to get the series of html files

    Hello

    IM pretty newbe to dreameaver, any advice is appreciated.

    I have prepared a web page layout using dreamweaver. I also have a list of 200 lines with 4 columns in excel.

    I d like dreamweaver automatically create series of clean html files (no java or other technologies) only html and css, and use the data from the excel file.

    I d like dreamweaver to 'take' each of the cells of a row in the excel file and put it in its place for the layout (description3, description1, description2, description4). as the output, I d like to get 200 html files.

    I was sleeping me with options of database in dreamweaver for a few days and I had the feeling that the features are rather designed for someone who creates dynamic web pages and a database installed on a server. in one such case dreamweaver inserts... java, ajax and spry... (I don't know m) code that I don't want.

    Thanks in advance.

    I have the

    This may seem a little too complex, but you "could" export your Excel files to xml format and built pages by using spry data sets.

    In this way, you wouldn't need a database and the learning curve is perhaps easier.

    "Look at the demos of spry on the following link and the previous link to connect to the developers for ' how - to of.

    http://www.Adobe.com/devnet/Dreamweaver/?view=samples

    Using spry and export your data from Excel to xml format would mean just update your xml file to reflect changes you need for data to Web sites.

    HTH

    Note: in this way, you can use any server provider and there is no specific requirement.

    Post edited by: pziecina

  • How can get the new button tab on the side right and right next to the most recent tab?

    Firefox has just updated and the 'new tab' button is a stand-alone icon now. I can place on the far left of my bar tabs or the far-right of my tab bar. It used to be to the right of the tabs, directly next to the tabs.

    Please give me the option to have him again as former.

    Chrome is still using the classic way, I do not understand what you people think this.

    This isn't a threat, or something but I'm saying that it hurts me terribly uncomfortable to use Firefox like this, and I prefer to use Chrome now because the new tab button adjacent to and to the right of the tabs.

    Please, I would still rather using Firefox, but not in this State. Please give me the option to return to the classic.

    Thank you.

    You can click default settings in the palette to customize to reset the toolbar customization.

  • How to get the bar of menus if vertical hind 0.9.4 is installed and the other bars were already extinguished?

    There is no button firefox everywhere

    in the address bar, there is nowhere a free space where right click works

    right click in the tab (vertical) bar does nothing

    thx for your answer, but have found the button ff. It's at the bottom of the tab bar, in the corner.

    Sorry, completely forgotten.
    with him, everything is under control again.

    BTW: is there a way to edit/modify your forum post - after validation?

Maybe you are looking for