Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

40
votes
5answers
31k views

How to hide the title bar for an Activity in XML with existing custom theme

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 ...
32
votes
5answers
25k views

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?
17
votes
4answers
14k views

Change title bar text in Android

How do I change the text of the title bar? as of now it just displays the title of the program and im wanting it to display something of my choosing and be different for each page/activity in my app ...
12
votes
4answers
3k views

Android Launcher label vs. activity title

This question has been asked before - but with no satisfying answer at all! So I'm trying it again. I want to give my application launcher icon (the one that is displayed on the startscreen!) a ...
12
votes
3answers
10k views

Custom title with image

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, ...
10
votes
6answers
5k views

Android: The progress bar in the window's title does not display

I have a web view to override the built-in browser and I want to show a progress indicator on the title bar. This is the code: @Override public void onCreate(Bundle savedInstanceState) { ...
8
votes
4answers
2k views

How can I remove just the Maximize button from a JFrame?

I have a JFrame and want to remove the maximize button from that. I wrote the code below, but it removed maximize, minimize, and close from my JFrame. JFrame frame = new JFrame(); frame.add(kart); ...
8
votes
3answers
512 views

Tabs in title bar: what's the secret?

Chrome and Firefox 4, among other applications, now put some of their user interface in the title bar. In Windows, the OS normally controls the entire title bar. An application can create a custom ...
6
votes
3answers
63 views

Check login on every activity

I'm developing and app where the user must login before using it. I customized my titlebar and put a logout button there, to enable users to logout whenever they want, and login with another account. ...
6
votes
4answers
626 views

Action bar: Best practice for older Android versions

I would like to have a menu bar at the top of my application - just like Facebook, Google+ or Twitter have: Here's a screenshot from the Twitter app which shows this bar: It is shown in every ...
6
votes
2answers
2k views

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 ...
6
votes
6answers
3k views

Is it possible to display a wpf window without an icon in the title bar?

As we all know, if the icon for a wpf window is undefined then the default icon is displayed. I want to display a window without any icon in the title bar. I realise that I could use a blank image, ...
5
votes
5answers
14k views

jQuery dialog theme and style

How do I change the title bar background color of jQuery dialog? I have looked at the themeroller but it does not seem to work for me. Thanks
4
votes
1answer
68 views

Android Title bar leaving space in when application is resumed

I am using a Tab Host in my Android App. I have the Titlebar hidden. When I leave the App and resume to it, I have some strange behaviour. If I resume to a tab using a list activity with ...
4
votes
1answer
120 views

How to create shell styled title bar buttons in .NET

This is a follow-up to my earlier question Draw Custom Buttons on Windows Vista/7 Aero Titlebar. I revisited the topic quite recently and found this article which is essentially a hack to 'drawing' ...
4
votes
1answer
381 views

Insert Menu Option into ApplicationIcon Menu

Windows applications have an icon in the top left of the titlebar, to the left of the application name? If you click it, it has options like Restore, Minimize, Maximize.. etc. In many programs they ...
4
votes
3answers
526 views

Add a border icon to the form

Using Delphi I would like to add another button to the border icon buttons; close, maximize, minimize. Any ideas on how to do this?
4
votes
1answer
670 views

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 ...
3
votes
3answers
84 views

Java Swing Mac OSX Title Bar

I am working on a Java Swing application on OSX and I want it to appear as Mac-Like as possible. I have achieved most of the desired look but one thing still eludes me. It's the Title Bar. Many ...
3
votes
1answer
106 views

how can i add button Titlebar in android PROGRAMMATICALLY?

I want to add a button in titlebar .I googled but all code is with xml.I want to do programmatically.Can anybody get some reference ? Can anybody help me? THX.
3
votes
2answers
114 views

Android: Using FEATURE_NO_TITLE with custom ViewGroup leaves space on top of the window

I am trying to create a custom ViewGroup, and I want to use it with a full screen application. I am using the "requestWindowFeature(Window.FEATURE_NO_TITLE)" to hide the title bar. The title bar is ...
3
votes
1answer
68 views

Prevent title bar animation when changing activities

I am building an Android app which currently consists of a number of activities, each with a custom LinearLayout title bar at the top. When I change the activity, the default animation results in the ...
3
votes
3answers
448 views

WinAPI: Create resizable window without title bar, but with minimize/maximize/close buttons (as Firefox/Chrome/Opera)

If you look at the windows of the browsers Firefox, Chrome or Opera, you'll notice that their windows have minimize/maximize/close buttons are resizable but have no title bar I'm interested: how ...
3
votes
2answers
290 views

How to change title bar color without theme

How I can change background color of titlebar without using theme. tnks in Android.
3
votes
1answer
200 views

How do I mimic App Store.app UI

I would like to mimic the App Store.app UI interface for an application I am currently toying with. I can place Custom View on the title bar but I am having trouble positioning the close/min/max ...
3
votes
2answers
275 views

How do I create Windows with WPF that look like notification area windows in Windows 7?

Is there a way to create windows like the native Windows 7 notification area Windows with Windows Presentation Foundation? For example the audio controls or the power plan settings. I was able to ...
3
votes
2answers
3k views

Gradient styles

In my Android application I've hidden the default title bar, introduced a TabView and added my own titlebar under that TabView's tabs. At the moment, I'm using the ?android:attr/windowTitleStyle ...
3
votes
1answer
2k views

Android: Custom Title Bar

I have a custom title bar requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); setContentView(R.layout.activities); getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.custom_title); ...
3
votes
1answer
1k views

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? ...
3
votes
3answers
1k views

Change the color of the applications title bar

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 ...
3
votes
1answer
800 views

Hide buttons from titlebar in Cocoa

The Apples Human Interface Guidelines say: How do I make the very first titlebar in that image (with only a close-button). Disabling both 'Resize' and 'Minimize' in IB only make the resize/minimize ...
3
votes
3answers
5k views

Changing WPF title bar background color

I have a WPF windows application. I need to change the background color of the title bar. How can I do that?
3
votes
2answers
6k views

Windows Form with Resizing Frame and no Title Bar?

How can I hide the title bar from a Windows Form but still have a Resizing Frame?
2
votes
2answers
47 views

Button in title bar how to reach it

When creating a titlebar with a button, which is common in all activities e.g. title bar created in tabactivities. how is it possible to reach the button in all of the sub activities?? public class ...
2
votes
3answers
70 views

How to hide title bar from the beginning

I am using following code to replace title bar. final boolean customTitleSupported = requestWindowFeature(Window.FEATURE_NO_TITLE); setContentView(R.layout.main); And it's working fine once ...
2
votes
1answer
158 views

SAP Change program titlebar?

I'm trying to show something else than the program title in the title bar but so far it's not working. I've tried: SET TITLEBAR 'title001'. When I double click title001 I can create this object and ...
2
votes
1answer
497 views

How do i add a spinner to the title bar of an activity?

I tried to set a custom title bar includes spinner object but everytime it gave me that exception called "You cannot combine custom titles with other title features". I searched to find a solution ...
2
votes
2answers
59 views

Is there a simple way to determine what font is being used in the user's title bar?

I'd like to find out what font the user has defined for a window. If they are using MS Sans Serif, then there are characters they cannot display. I'm assuming most people will be using Tahoma or Segoe ...
2
votes
1answer
91 views

How to Get rid of title bar in Three20?

I present a modal view controller in three20 framework,but the view is not full screen , and always hava a titleBar.how to get rid of this title,let my view is full screen. How to get rid of Three20 ...
2
votes
2answers
458 views

Android activity as dialog, but without a title bar

I have an activity that has the following set as theme: android:theme="@android:style/Theme.Dialog" However, there is a title bar in the activity-dialog that appears, that uses up the little ...
2
votes
3answers
2k views

Disable menu bar in Windows Mobile 6.5

I'm porting .NET application from WM5 to WM6.5. Besides new resolution I noticed different UI behavior for start menu and title bar (caption bar). My application needs to work in kind of kiosk mode ...
2
votes
1answer
488 views

Phonegap Android show titlebar

I am trying to make Phonegap show a titlebar in my Android application. From what I've seen around the net, it should do that by default and people are having trouble actually hiding it - but in my ...
2
votes
1answer
981 views

Draw Custom Buttons on Windows Vista/7 Aero Titlebar

I found this question on StackOverflow. Basically, the user wanted to draw custom buttons on the titlebar. I tried the code and realised it works in vista/7 only when Aero is disabled. My question ...
2
votes
1answer
506 views

How to add a custom button to windows' minimize/maximize/close (x)

I was wondering if there is a way to add (programatically, of course) an icon/button/whatever besides plain text to a window (Microsoft Windows window...)'s title bar or next to where the ...
2
votes
2answers
709 views

jQuery dialog IE7 issues

I am having trouble with the width of the titlebar in IE7 only. The first dialog function when opened using the width: 'auto' the titlebar does not extend across the entire dialog window. The second ...
2
votes
0answers
1k views

Android custom dialog shows android title bar

I have made an xml file like this: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" ...
2
votes
1answer
343 views

Adding secondary text to window title bar in Cocoa?

I was hoping to release my software with a trial period and I was wondering how I could show a link in the right side of my title bar telling them how long their trial will last similar to what Coda ...
2
votes
3answers
2k views

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 ...
2
votes
4answers
4k views

Visually remove/disable close button from title bar .NET

I have been asked to remove or disable the close button from our VB .NET 2005 MDI application. There are no native properties on a form that allow you to grey out the close button so the user cannot ...
2
votes
2answers
6k views

QT: Hide the title bar of a dialog/window

I have a parent window in which a push-button's click event function has the following lines: SplashScreenDialog *splScrDlg = new SplashScreenDialog(this); splScrDlg->show(); What I want is I want ...

1 2 3 4