titlebar

Android title bar size

How can I get the size of the title bar of an activity and the size of the system bar? ...

C# Draw Custom Button on Existing Window's TitleBar

I need to figure out how to draw a custom button next to the minimize, maximize and close buttons within the Titlebar for ALL open windows. I have seen some solutions for how this might be done for a user created form, but none for existing windows. The end product will be a button next to the minimize button (on every window) that wi...

Change the color of the applications title bar

Hi there, With Delphi 7 trying to change the color of the title bar of the software from the window theme. I have seen code which allows you to change ALL the title bars of all programs, but I am just wanting to change my program. Anyone seen/done anything like this? Don't mind paying for a component if needed. ...

Modify Firefox titlebar through Javascript Extension

I have an extension for Firefox written in Javascript that I would like to make able to append text to the window's titlebar. Is this possible? ...

Custom title with image

Hi all, i'm creating custom title for activity by disabling standard one and managing everything myself. I wonder if it's possible to replace/theme standart title to my needs. I can customize size, background image, and text via themes by changing windowXYZStyle items. The only thing i couldn't find - how i can add image instead of tex...

How do I completely change the appearance of a Win32 title bar from Perl?

I'm learning to add GUI to my Perl program using Win32::GUI. Now I can change the icon of a Win32 title bar using something like: $myicon = new Win32::GUI::Icon('myicon.ico'); $myclass=new Win32::GUI::Class( -name=>'myclass', -icon=>$myicon, ); $mydialogbox = new Win32::GUI::DialogBox( -name => 'my...

Is there a way to remove the titlebar for Silverlight out-of-browser apps

I assume the window is owned by the sllauncher...so is there a way to remove its titlebar? ...

Set title background color

In my android application I want the standard/basic titlebar to change color. To change the tekst color you have setTitleColor(int color), is there a way to change the background of the bar? ...

Using Tkinter in python to edit the title bar

I am trying to add a custom title to a window but I am having troubles with it. I know my code isn't right but when I run it, it creates 2 windows instead, one with just the title tk and another bigger window with "Simple Prog". How do I make it so that the tk window has the title "Simple Prog" instead of having a new additional window. ...

how can i change the color of titlebar in JFrame?

I am using the following code, UIManager.put("JFrame.activeTitleBackground", Color.red); for change the toolbar color in JFrame. But it didn't work. Is it possible to change the color of titlebar in JFrame? ...

How to hide the title bar for an Activity in XML

I want to hide the title bar for some of my activities. The problem is that I applied a style to all my activities, therefore I can't simply set the theme to @android:style/Theme.NoTitleBar. Using the NoTitleBar theme as a parent for my style would remove the title bar for to much activities. Can I set a no title style item somewhere? ...

Fullscreen Window in Windows - Remove Border?

Many Windows applications (games, web browsers, some editors, etc.) support fullscreen mode, in which the application's client area covers the entire screen. As a Win32 developer, I have always implemented full-screen by removing the window's frames and title bar, and setting the window's position to (top, left, width, height) = (0, 0...

How to change the icon in the title bar in R?

I just installed R 2.11.0-x64 onto my Windows 7 Professional machine. With my previous installations of R (2.10.1 32 bit was the most recent) the little icon that appeared in the title bar and in the taskbar at the bottom of windows was the R "R." Now however, the icon almost looks like a small windows Task Manager. I know this isn't ...

clicking title bar fires onBlur in Opera

Hi, I am closing a popup window at 'onBlur' defined for 'BODY' of an ASP webpage, so when a user clicks outside the popup the popup closes. I want the popup to be moveable around the screen and it works for all browsers but Opera. In Opera the 'onBlur' event is fired when clicking the titlebar of the popup - this seems weird for me, a...

How can I customize the title bar on JFrame?

I would like to have a customized title bar in my Java Swing desktop application. What is the best way to do that? I can use a "Swing-title bar" by using the following code in the constructor for my JFrame: this.setUndecorated(true); this.getRootPane().setWindowDecorationStyle(JRootPane.FRAME); But how do I customize it? Is there any ...

How to implement iPhone TitleBar in Android

You know in iPhone, The four components of a typical iPhone application are a title bar, a navigation list, a destination page, and a button bar. for The Title Bar The title bar includes the following elements: Back button: Screen title: Command button: My question comes, although i can use UI framework tool, such as: Phonegap...

Change color of title bar in cocoa

This must have been asked before, but after Googling I still can't find the answer. How do you change the color of the title bar (The bar that you can click and drag around with the close, minimize and maximize buttons) to a different color than the default gray in Cocoa? ...

Android hidden title bar comes back

When my app starts, the title bar is hidden. However, if I leave the app and then return (minimize or phone goes to sleep), there is a blank bar inserted at the top. Is this an intentional feature? How can I prevent it? It seems that the bar goes away after I press the menu key. This is the relevant line in the manifest file: android:t...

Android TitleBar / NavBar ?

I am not sure what the proper term is, but I am trying to add a "TitleBar" to the top of one of the windows in my App. Much like the Contacts App, I have several Tabs along the top of the screen. When you select an item from the list, it loads the next Activity, but that Activity no longer has the Tabs at the top of the screen. I don't...

centering titlebar text in a jqGrid while keeping the open/close button positioned?

I would like to center the titlebar text on a jqGrid without messing up the open/close image. But I've only been able to get both the text and open/close button-image centered. I would be grateful for some tips on how to get the text centered while keeping the anchor-image positioned. Here's the markup that Chrome's Inspector shows: <...