Can I hide the title bar of a message (Type 'I'?

Hi,
I want to display a Message (Type 'I') but I do not want the titlebar on top of the message.
Can I do this and if yes, then how?
Thanks.

I do not want the titlebar to be displayed.
The whole idea is to not allow the user to select the icon to the top left corner of the message box from where he can select 'Create Session'.
Thanks.

Similar Messages

  • Hide the title bar of a movie window like QuickTime X

    Love the feature of QuickTime X of not showing the title bar/the control bar of a movie window (still waiting for Pro version, though. Is it coming out at all?)
    I'm wondering if anyone has figured out a way/tweak to hide the title bar of a iTunes movie window like QuickTime X.
    Thanks.

    What child window are you referring to? Do you mean a browser window opened with web.show_document?
    If so, you can use javascript to hide browser toolbars and so on. Search the forum for some javascript examples where windows are opened with toolbar=no.

  • How can I hide the scroll bar in TextArea?

    How can I hide the scroll bar in TextArea?

    Hi. To remove the horizontal scrollbar you can do this:
    textArea.setWrapText(true);
    To remove the vertical scrollbar you can do this:
    ScrollBar scrollBarv = (ScrollBar)ta.lookup(".scroll-bar:vertical");
    scrollBarv.setDisable(true);  and set the opacity to 0 in the css file:
    //css file
    .text-area .scroll-bar:vertical:disabled {
        -fx-opacity: 0;
    }Here is an example:
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ContextMenu;
    import javafx.scene.control.MenuItem;
    import javafx.scene.control.ScrollBar;
    import javafx.scene.control.TextArea;
    import javafx.scene.input.ContextMenuEvent;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    public class TextAreaSample extends Application {
        @Override
        public void start(Stage primaryStage) {
        final TextArea textArea = new TextArea();
            textArea.setWrapText(true);
            StackPane root = new StackPane();
            root.getChildren().add(textArea);
            Scene scene = new Scene(root, 300, 250);
            primaryStage.setScene(scene);
            primaryStage.show();
            scene.getStylesheets().add(getClass().getResource("style.css").toExternalForm());
            ScrollBar scrollBarv = (ScrollBar)textArea.lookup(".scroll-bar:vertical");
            scrollBarv.setDisable(true);
        public static void main(String[] args) {
            launch(args);
    }

  • The new version of firefox does not meet my customization needs, because I can't hide the navigation bar.

    In the old version of firefox, my window setup looks like this: http://puu.sh/8wFeJ.png
    I can't replicate this in the newer version, even in the classic view, I can't hide the navigation bar.

    With the classic view extension provided by Mozilla, you have the ability to move that, as well as the URL bar, back down to the bottom where I usually keep them. This leaves me with an empty navigation bar but no way to hide it.

  • How can i hide the menu bar at the bottom of the app in itunes

    how can I hid the bar at the bottom of the App screen in itunes. Where it shows how much audio, app etc space you have left on your device

    Unforrtunately the status bar doesn't make any difference, however I have worked out that the bar does show when I go into full screen. 
    I would have thought it should also work when not in full screen - it certianly used to.

  • How can I hide the menu bar of better a specific option without using an addon?

    For security purpose on my environment, I would like to hide the Menu Bar option or (better) restrict the right to install an add-on, change the proxy configuration etc..
    I dont want to use an add-on for that as it will perhaps not work anymore if I update my firefox.
    So i am searching for a registry/file user preference solution or anything else that will let me doing that.
    Thank you for your help
    == This happened ==
    Every time Firefox opened
    == everytime ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; MS-RTC LM 8; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

    You can hide the menu bar and other toolbars with code in [http://kb.mozillazine.org/UserChrome.css userChrome.css] below the @namespace line.
    See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #toolbar-menubar {display:none!important;}</nowiki></pre>
    See also http://kb.mozillazine.org/Locking_preferences

  • Hide the title bar on the task bar of a JFrame

    Hi all,
    I have create a JFrame with some controls and implement the functionality on it. Now I want to make some modification on the JFrame(actually on the GUI)
    On the visible of JFrame I can see a title bar of the GUI on the taskbar of my screen. I want to stop/hide that when the JFrame is visible. How can I possible to do it.
    I used Netbeans and there I've not found such a option.
    Thanks

    hiwa wrote:
    Try setUndecorated(true) call.Actually this only remove the frame title bar. Not the title remove on the task bar. I think I'm clear with my original post.

  • Regarding the Title Bar

    I recently got Premiere pro cs4. I was wondering if there is anyway, be it by other 3rd party software, to hide the title bar in Premiere.
    I wish to do this because i have a program called Objectbar installed. Which acts as a second title bar for any program. Similar to the Mac menu bar. Gets a bit annoying if i have to look at two menus right on top of each other.
    -Thanks in advance.

    Adobe apps have historically ignored *any* commands from ObjectBar. And in the rare cases where they did "respect" OB's title/menu bar arrangement, strange behavior and app hangs were often the result.
    I tried really hard to make my PC look like a Mac several years ago. It was always "close, but no cigar" with a ton of small issues and irritations to try to work around.
    I finally decided to customize Windows to look the best it could look while keeping the Windows paradigm. Now that I'm on Vista 64 with strong CPU hardware and more RAM than I've ever had before, I don't have any Stardock apps installed. Not even my favorite, ObjectDock Plus.
    "Render unto Caesar what is Caesar's"
    IOw, if you want a Mac UI, and Mac UI behavior, then buy a Mac. Celebrate and enjoy Windows for what it is. With Stardock's help, you can do all kinds of amazing things that will make Windows far more attractive and functional than OSX will ever be for the Mac.
    IMHO, of course. :)
    -Jeff

  • How to draw on the title bar of JFrame ?

    Is there any way in which I can draw on the title bar of the JFrame. I want to display animation on the JFrame title bar. Is it possible in Swing! For example I want to display a set of concentric circles increasing and decreasing in radii.

    What child window are you referring to? Do you mean a browser window opened with web.show_document?
    If so, you can use javascript to hide browser toolbars and so on. Search the forum for some javascript examples where windows are opened with toolbar=no.

  • How to hide the title caption of the column

    Hi friends,
    Can i hide the title caption of a column in a matrix. In my matrix there is only one column. i need to display its like a list box. Any one know how to hide the title caption of the column
    Thanks

    Hi Muna,
    this is a c# code how you clear the title from a column:
    ((SAPbouiCOM.Matrix)(oForm.Items.Item("mtxUID").Specific)).Columns.Item("ColUID").TitleObject.Caption = "";
    lg David

  • How do I remove the title bar from a Palm PDA front panel?

    On several PDA screens, I need all the real esate I can get. The title bar chews up a lot of it.  Is there any way, in the vi settings or programmatically, that I can remove the title bar?
    I've already tried the obvious step of unchecking "window has a title bar" in the window appearance catagory of the vi properties.  No apparent effect is seen.

    Hello,
    It sounds like you are referring to the GUI actually on your Palm devices.  I believe on Palm devices all applications have a title bar, and there isn't a way to get rid of it.  My guess is that perhaps this is a feature you can enable/disable as a Palm OS setting, or may simply be the way the Palm has defined its user interface.  If you have your Palm devices handy, check out the display settings to see any has an option to remove the title bars in general.  If you find out either way, definitely repost so the community can find the answer here as well!
    Thank you,
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Hiding the titleBar??? if it is the title bar

    I think it is the title bar not sure what it is called the computer teacher did not know the name nor could it be found. Umm yeah anyway I was wondering if in an awt Frame there was anyway to hide the title bar....
    I am meaning with the term title bar the bar with the title of your program the icon and the minimize full screen and exit button on it...
    Yeah just curious it would make my program look nicer if my popup window did not have this bar....
    thanks in advance

    The title bar of a window is the most obvious portion of any gui and the fact that someone that is suppose to be an instructor.. someone with knowledge to share and they are not sure of the most basic components of a GUI is shameful at best.
    And this shows in your lack of knowledge that a JFrame and a Frame are on a GUI component level the same.
    So either you have not red any documentation or your instructors knowledge is showing through you.
    The JFrame is a light weight component...... with
    all the same widnow decorations as a Frame...
    Thank U

  • Hiding the Title Bar

    is there any way to hide the title bar in the frame or dialog.
    This is because i dont want the user to close the window from the title bar by right clicking it or clicking the X.

    Both Frame and Dialog have the method below which removes the title bar and border. JFrame and JDialog inherit this method.
    public void setUndecorated(boolean undecorated)

  • How can I get back the title bar in Thunderbird 38?

    The title bar can be turned on and off in Firefox. In the current version of Thunderbird (31), the title bar is present by default and there is no option to turn it off. In the beta version (38), there is no title bar by default… but I can't believe that there's no way to get it back. So, where is this setting? I can't find it.

    I sure agree that the setting isn't easily discoverable, but that's too late for the 38.0 release given that string freezes went in effect already (the reason being that localizers have to translate all UI elements for their respective language).
    The respective [https://bugzilla.mozilla.org/show_bug.cgi?id=814571 bug report] has been up for more than two years, but thus far not much progress in terms of a solution acceptable by the developers. I don't know if the extension proposed in the last comment was ever developed and posted.

  • I hid the address bar with a right click option, and cannot seem to get it back, how can I do this?

    I was watching some TV on the WB, and their player doesn't have a 'pop out' option, so I opened it in a new window, and hid the address bar with a right click-> hide option or something along those lines, and now I can't seem to get it back with the same methods, nor can I find a way to access properties or anything. All I can see are the tabs I have open and the bookmark bar.
    Any help would be greatly appreciated

    There are different solutions depending on kind of the problem.
    Keyboard:Alt+V,T,N
    Navigation toolbar, including address bar, should appear
    Then
    Keyboard:Alt+V,T,M
    Menu bar, including File, Edit, View, should appear
    Right-click the bookmark bar
    Click Customize... in the context menu.
    In the Customize Toolbar window which appears find the address bar (It will be shorter) amongst the buttons here.
    Drag the address bar by mouse onto the main window, where you want it to be.

Maybe you are looking for

  • IPOD TOUCH WIFI WORKING PERFECTLY FINE NOW IT DOESNT HELP PLEASE!

    i received the ipod touch for christmas and i tried EVERYTHING to get the wifi to work. ater three days of trying i gave up. it said i was connected completely but when i clicked on safari or anything else that needed to be connected to the internet

  • Flipping Tables

    I have a table that has many rows, and I need to flip it upside down. What I mean by that, is that I want to take a table like this: (the one I really need to switch is much longer) http://upload3.postimage.org/342361/photo_hosting.html and make it g

  • Cooling fan not work correctly

    my computer says the cooling fan not work correctly plase visit www.hp.com.go/teachcenter/startup

  • Can I get Google maps back?

    I've just upgraded and now have a new map app. It's useless, satelite view is in black and white and cloud cover obliterates a lot of the views. Locations are in the wrong place, apparantley I now live in the next street and I have Upper Wargrave Pos

  • Cannot open raw files

    Whenever I'm trying to open raw files, as i'm highligting the images I want to open this error appears. Please help!