Remove bottom line of (customized) title bar

I made a custom title bar, and I don't know how to remove the blue bottom line of it (see photo).

Use it like this:

Page {
        titleBar: MyTitleBar {

        }

and it's like this (MyTitleBar.qml):

TitleBar {
    kind: TitleBarKind.FreeForm
    kindProperties: FreeFormTitleBarKindProperties {
//...

You must use a different component, it is part of the title bar and cannot be deleted.

Tags: BlackBerry Developers

Similar Questions

  • Custom title bar

    Hello!

    I have a few questions.

    First of all.

    Is there a way to peronalize the title bar, as for example, to put a picture on it? Center the text? (other than spacing it completely to the Center).

    In the second place.

    Given that I have not found a way to customize the title bar, as I wanted, I used a .png I did, like the title bar. But I found a problem with this, whenever the keyboard appears, the narrowings of the image to contain all the content on the screen. Is there a way to avoid this? or give an image the same properties as a title bar?

    Thank you!

    I suggest the creation of a custom, control which is what I did in my application.

    In this way, you can add all the features that you want in the title bar.

    It's one of the great features of waterfalls, a stock control is not appropriate, roll.  A custom control with a label and an imageview, roberts your mothers brother, you have an image in a title bar.

  • vertical title alignment custom title bar

    I'm trying to align my title on the vertical center of my title bar, but it didn't budge. Anyone know what is worng?

    Upd: suggestion of @strobejb to use DockLayout works and seems to be the easiest way.

    import bb.cascades 1.0
    
    Page {
        titleBar: TitleBar {
            appearance: TitleBarAppearance.Plain
            kind: TitleBarKind.FreeForm
            kindProperties: FreeFormTitleBarKindProperties {
                Container {
                    layout: DockLayout {}
                    background: Color.create("#FF66CCCC")
    
                    Label {
                        text: "Title"
                        horizontalAlignment: HorizontalAlignment.Center
                        verticalAlignment: VerticalAlignment.Center
                        textStyle.color: Color.create("#FF000099")
                        textStyle.fontSize: FontSize.XLarge
                    }
                }
            }
        }
        Container {
        }
    }
    

    @santito95, your original suggestion to verticalAlignment value VerticalAlignment.Center will work if the container page layout is replaced by a horizontal (LeftToRight). It is vertical by default.

    IMHO, it's the much better solution that with a delay because it allows no values to hardcode, which may break the layout, if the size of the text is adjusted in parameters.

    In this case the label can be set to fill the available space horizontally using one of these methods:
    (1) setting "preferredWidth: Infinity" and Center the text
    (2) setting "StackLayoutProperties {spaceQuota: 1}" and Center the text
    (3) surrounding label with two empty containers with spaceQuota non-zero.

    Code samples for 1)

    import bb.cascades 1.0
    
    Page {
        titleBar: TitleBar {
            appearance: TitleBarAppearance.Plain
            kind: TitleBarKind.FreeForm
            kindProperties: FreeFormTitleBarKindProperties {
                Container {
                    layout: StackLayout {
                        orientation: LayoutOrientation.LeftToRight
                    }
                    background: Color.create("#FF66CCCC")
    
                    Label {
                        text: "Title"
                        verticalAlignment: VerticalAlignment.Center
                        textStyle.color: Color.create("#FF000099")
                        textStyle.fontSize: FontSize.XLarge
                        textStyle.textAlign: TextAlign.Center
                        preferredWidth: Infinity
                    }
                }
            }
        }
        Container {
        }
    }
    

    Sample code for 2)

    import bb.cascades 1.0
    
    Page {
        titleBar: TitleBar {
            appearance: TitleBarAppearance.Plain
            kind: TitleBarKind.FreeForm
            kindProperties: FreeFormTitleBarKindProperties {
                Container {
                    layout: StackLayout {
                        orientation: LayoutOrientation.LeftToRight
                    }
                    background: Color.create("#FF66CCCC")
    
                    Label {
                        text: "Title"
                        verticalAlignment: VerticalAlignment.Center
                        textStyle.color: Color.create("#FF000099")
                        textStyle.fontSize: FontSize.XLarge
                        textStyle.textAlign: TextAlign.Center
                        layoutProperties: StackLayoutProperties {
                            spaceQuota: 1
                        }
                    }
                }
            }
        }
        Container {
        }
    }
    

    Code samples for 3)

    import bb.cascades 1.0
    
    Page {
        titleBar: TitleBar {
            appearance: TitleBarAppearance.Plain
            kind: TitleBarKind.FreeForm
            kindProperties: FreeFormTitleBarKindProperties {
                Container {
                    layout: StackLayout {
                        orientation: LayoutOrientation.LeftToRight
                    }
                    background: Color.create("#FF66CCCC")
    
                    // Add other controls here
                    Container {
                        layoutProperties: StackLayoutProperties {
                            spaceQuota: 1
                        }
                    }
                    Label {
                        text: "Title"
                        verticalAlignment: VerticalAlignment.Center
                        textStyle.color: Color.create("#FF000099")
                        textStyle.fontSize: FontSize.XLarge
                    }
                    Container {
                        layoutProperties: StackLayoutProperties {
                            spaceQuota: 1
                        }
                    }
                    // Add other controls here
                }
            }
        }
        Container {
        }
    }
    
  • How can I remove my name in the title bar in adobe dc.

    I found the same question on the forum, and the only response was "why would you do that?  It's an absurd question.  If you can't be helpful, do not increase your number of posts with worthless fluff.

    I don't have my name in my title bar. No doubt you have. To avoid wasting your time and ours, please post a screenshot (DO NOT EMAIL) so that we can be sure of the problem you're trying to solve.

  • How to remove the text and custom titles

    I am a beginner with my video editor from Adobe, took a few titles customized by mistake and would like to delete, also when I try to use one of them opens a box and his name 01 formagener alamaintle OK said, what a model with the same name already exists and please use a different

    Mick

    You should be able to obviously/select all the clips involved and then, for first 14/14 items.

    Timeline Menu/apply the default Transition

    You can select all the clips involved while at a time

    a. you hold down the SHIFT key, click on each of the involved clips

    or

    b. with the mouse cursor, draw a rectangle around the clamp involved to select (use if necessary)

    To set the default transition for the foregoing,

    Transition tab

    "Just" right click on the thumbnail for the transition, and then click "Set selected as Default Transition".

    Please let me know if the above worked for you.

    Thank you.

    RTA

  • remove the separator still see the title bar or line

    Hello

    I have a problem with my screen. I put the black backgroundcolor and added a title bar personalized with the method settitle (field) of the screen. Unfortunately that I can't get rid of the line or separatorfield.

    my code:

    HorizontalFieldManager titleBar = new HorizontalFieldManager() {}

    public void paint (Graphics graphics)

    {

    graphics.setBackgroundColor (Color.BLACK);

    graphics.drawBitmap (0, 0, 320, 26, Bitmap.getBitmapResource ("balken.jpg"), 0, 0);

    graphics.drawBitmap (Display.getWidth () - 100, 0, 60, 29, Bitmap.getBitmapResource ("rac_logo.jpg"), 0, 0);

    Super.Paint (Graphics);

    }

    };

    LabelField label = new LabelField ("Screen", LabelField.ELLIPSIS |) LabelField.FIELD_LEFT | LabelField.USE_ALL_WIDTH);

    label.setFont (Font.getDefault (.derive(Font.BOLD |)) Font.PLAIN, 20));

    titleBar.add (label);

    titleBar.add (new BitmapField(SIXT_LOGO,Field.FIELD_RIGHT |) Field.FIELD_RIGHT));

    _mainScreen.SetTitle (TitleBar);

    BUT: it might work if I set _mainScreen.setTitle (new NullField());

    Thanks for any example of code or tip!

    Sven

    Just use verticalfieldmanagers yourself, setTitle does nothing else.

  • How to remove the playlist title bar?

    iMac 2007 - running El Capitan - the previous version of iTunes was good, not great, but enough good to get. Now this new update has ruined it. The problem that I am running is that whenever I open iTunes displays the title bar and there is no way to remove or make the road. Looks like this: I tried pretty much everything I can think and thought that maybe miss me something. I did a search online but nothing compared to this, all the rest but cela. Anyone has any idea would be greatly appreciated. Thank you!

    Wow didn't know how this iTunes update *.

    The display of the selected playlist is ordered from the menu bar.  After selecting playlist, in the menu bar display-> View As-> [select desired display].  You probably view songs .

    NOTE: The sidebar in the latest version of iTunes is designed to be visible, as in the old iTunes (version 10 or earlier) where you could not hide it.  Although you can hide it from current iTunes, you must leave it visible and make it as short as possible.

  • custom like foursquare title bar

    I've been looking around but have not yet found an answer to this. is it possible to create a title bar custom like foursquare in their app bb10? If Yes, where can I find documentation about it?

    http://www.Engadget.com/2012/09/25/rim-shows-off-native-Facebook-app-for-BlackBerry-10/

    Thank you!

    Currently, there is no good in the title bar to make custom like foursquare.

    If you want to do like foursquare you carete custom control using containers and imageview.

  • Possible to remove the top card, title bar and navigation?

    Hi, with is the new beta version of DPS possible to open the article without going through a card/article summary page to interact with?

    In the previous version of the DPS, you could specify some of these options.

    Ideally, I would like to remove:

    • The title bar
    • Interaction with the card - directly in the full experience
    • And remove the net asset value of high level 'Done' feature


    Miss me just something hope.


    Thanks for any help!

    Hello

    Instead of jumping into the list of cards for a collection (the so-called Page Browse), there is a setting on the collection of jump in the first article. Essentially, this allows to bypass the page browse and opens the first item in the collection.

    For now, there is not a way to disable the application user interface.

    Andrei

  • I am getting lines/hash-marks roses in the Finder and the title bars of the app

    I believe this started during the current public beta, but I can't swear to it.

    A finder window title bar or the app tabs (for example in postal aircraft), I see little pink marks hash (as you see on a rule).

    You can see them around the work 'Back '.

    Anyone else run into this? I tried to create a new user and the same problem happening. It happens not on all windows, but on most.

    I'm sorry, but when I click on this image, I don't see all roses hatching around the word 'Back' at all.  Here is my screenshot of your screen printing:

    There is absolutely nothing.  :-\

  • Firefox start page has no title bar, toolbar and address bar

    Is Firefox start page with only the title bar and tab "search" and google open four squares. File, edit, tool help bar, toolbar, address bar do not appear. Impossible to navigate, save files or open files.

    This has happened

    Each time Firefox opened

    is a few days back. I clicked on the icon option one by one and all gone. I don't know how to restore

    «File, edit, tool help bar...» ': this is the Menu bar, see below.
    «.. . address bar do not appear. ": the URL/address bar is on the toolbar of Navigation, see below.

    Don't see the menu bar not (File, Edit, View, history, Favorites, tools, help)?
    Turn on/off the menu bar is a new feature in version 3.6.
    (~ ~ Red: Linux and OSX see ~ ~: what happened to the file, edit and view menus? )
    Windows Method 1. Press and hold the key and press the letters of the following in this exact order: V T M
    Windows method 2 Press and release the button. The Menu bar is displayed; then choose ~ ~ red: V ~ ~ iew > ~ ~ red: T ~ ~ oolbars and click on ~ ~ Red: M ~ ~ enu Bar.
    The menu bar should now be displayed permanently, unless you turn it off again using view > toolbars. Check = not displayed, NO check mark is not displayed.
    See: http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    Navigation, bar toolbar bookmarks and other toolbars under view > toolbars. By clicking on one of them will place a check mark (display) or remove the check mark (not shown).
    To display the status bar, view, and then click status bar to place a check mark (display) or remove the check mark (not shown).
    Mode full screen
    http://KB.mozillazine.org/netbooks#Full_screen

    See also:
    Back and front toolbar buttons or others are missing
    Customize controls, buttons, and Firefox toolbars
    How to customize the toolbar

    Other topics: ~ ~ Red: you have installed the plug-ins with known security issues. You must update them immediately. ~ ~

    Install/update Adobe Reader for Firefox (aka Adobe PDF plugin for Firefox): your version 9.3.2. current version 9.3.3 (updated security important release 29/06/2010; See: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~ ~ Red: check your version here ~ ~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    Instead of going on the site of Adobe and download, you may be able to update to Adobe Reader installed on your system . Start > Program Files, find and click on Adobe Reader to open, click Help, click Find updates.
    If you go to the Adobe site to download the course Adobe Reader:
    -use Firefox to download and SAVE to your hard drive (save to the desktop for easy access)
    ~ ~ Red:-see the images at the bottom left of this post to see the steps on the Adobe site ~ ~
    -the release of Firefox (file > exit)
    -Make sure that Firefox is completely closed (Ctrl + Alt + Delete, choose Task Manager, click the processes tab, if "firefox.exe" is on the list, made a "firefox.exe" right-click and choose end process, close the Task Manager window)
    -Double-click on the installer for Adobe Reader you just download to install/update Adobe Reader

  • A region at the only border only no title or the title bar

    Hello Expert,

    I'm trying to create a border around the region, essentially a region with just the bar border and no title or title. There are no simple approach available for this option. Anyone can shed light on this question.

    APEX Version: 4.1.0.00.32

    Theme: Builder 2 blue (I guess that's the theme 2 in the APEX)

    I tried various option using the model of the region without border, report region, region of report without title, without model, etc. as well as a style following CSS code, I've added in the header section of the Page.

    This option creates the border on top of the elements of the region, but do not cover the elements of the region as the elements, who was also in the model without button nor titles

    < style type = "text/css" >
    #CRR {border-style: solid;-CRR is a static ID for the region}
    border-width: 1px ;}
    < / style >

    I also tried to create a model with a new region and removed from the class title and the button class, which has created a region without borders, but there is no line on top than on the sides, which looked so weird. I don't know what is the right solution, but a solution with the new model of the region which does not create that border and no title and the title bar is good.

    Kindly please let me know an approach if everyone is aware.

    Thank you
    CP

    cpora007 wrote:

    Is certainly useful, it does not create the border, but the border is created for both regions.

    It is not the case. It applies only to the #CRR region.

    I have four total regions. At the top is breadcrumb area, below which is region report showing details of base. The third region is a region list waith browser tab only and it is a region without borders. Regions of fourth has all the elements of the form for which I wan the border only. With your suggestion, I am able to get the border, but it covers now the two region 3 and 4. I just only on the 4th region. The model region of fourth, that I modified to 'Region without button or title' the way you suggested.

    Region 3 is cut off from normal flow by excess of s floatthis theme inexplicably applies to virtually everything. This causes the region 4 up and region 3 is rendered in its box.

    Try to make the region 3 model No., or using this to clear the floating region:

    #CRR {
      clear: both;
      border: 1px solid;
    }
    #CRR .bl-body {
      float: none;
      padding: 10px;
    }
    

    The region 3 and region 4 same class .bl-body, hjowever I did not have any static id for region 3. I tried with the static id in region 3 of naming with different name, but that has not changed anything.

    None of this has to do any (other than this class .bl-body is floating).

    Ideally I would prefer a new model of the region, so I can use it for several pages.

    You probably want to create your own model of region from scratch, something like:

    #BODY#

    with a stylesheet as:

    .bordered-region {
      clear: both;
      border: 1px solid;
      padding: 10px;
    }
    
  • Remove the space between the title and the content

    Does anyone know how to remove or reduce empty space between the header content and written in the body?  My position is only 22px but always creates a huge gap or empty space above and below.  I don't know if you need this little information but I also insert an image of a horizontal line after the title that is normally as underscore.  I don't think it makes a difference, but can you please, please, please help by providing a code?  Thank you.

    Looks like the margins of default browser for me.

    Try to add to your CSS.

    H4 {margin-bottom: 0}

    p {margin-top: 0}

    Nancy O.

  • TabBar clicks result in &amp; quot; #&amp; quot; in the browser title bar

    I have a Flex application with a TabBar as the main navigation. When I click on a tab, change the title in the title bar of IE7 on «#» Is it possible to prevent this?

    Thank you.

    I use [knowingly] deep linking, so I guess that is not a problem to make this change.

    The only difference I noticed was when I unchecked the box that history.css and history.js files are no longer included in the HTML wrapper file. I have my own custom wrapper, so I simply removed their page, and this problem has been resolved.

    Thanks for your help!

  • With 43 on Mac version in the title bar transparency disappeared, what happened?

    Before the upgrade to version 43, the title bar/app window was transparent to match Yosemite/El Capitan, and now it's over...

    I'm not using a theme, and I'm not in private browsing mode.

    By help on Reddit:

    This bug deleted dynamism (blur effect) in 44: https://bugzilla.mozilla.org/show_bug.cgi?id=1161565 the patch has been raised and then to 43.
    You should be able to bring back vitality by using a custom stylesheet:

    1. TitleBar {}
     -moz-appearance: -moz-mac-vibrancy-light
    

    }
    You can also get dark shine using - moz-mac-dynamism-black

    Here is a similar workaround: http://apps-reviewed.blogspot.com/2015/01/make-firefox-translucent-in-os-x.html

Maybe you are looking for