An area of a window in a graphical user interface (GUI), normally located at the top, that commonly displays the name of the application, options for manipulating the window, and other important information about the application.
0
votes
3answers
16 views
Fixed Title Bar without css:fixed
I need to create a css layout with two sections, a title bar and content.
The title bar needs to be 55px and the content fill the rest of the page. I cannot use the position:fixed element. I am ...
0
votes
0answers
12 views
android 3.0+ action bar keep background when styling
I'm developing an App for Android 3.0+ and I want to personalize the action bar by removing the title, which I can accomplish, my problem is that I also lose the background on the action bar, I would ...
0
votes
1answer
54 views
Swipe Views + Title Strip - change title name
The BlankActivity template with the Navigation
Type: Swipe Views + Title Strip
option creates an application with three Fragment sections, a compact title strip header (known as Scrollable Tabs in ...
0
votes
0answers
8 views
When using Activebuttons library, topmost sends the button to the back
When using the ActiveButtons library to add a custom button to the title bar, If you set your form to always on top (this.TopMost = true;) the button goes behind the title bar. Does anyone know how I ...
0
votes
1answer
57 views
custom tile background in sherlockActionbar
am creating an app using sherlock actionbar.. here i want to inflate my custom title_background...
this is what i need.......
this is my title_background_layout
<LinearLayout
...
4
votes
2answers
88 views
Show title bar from code
In the manifest file I have this line to my application tag
android:theme="@android:style/Theme.NoTitleBar"
and basically every activity doesn't have a title bar, but for one of the activities I ...
3
votes
1answer
53 views
How do I make Visual Studio 2012's title bar change color on selection?
With Visual Studio 2012, Microsoft has apparently abandoned the very useful UI convention of "having any visual distinction whatsoever between a selected and unselected window, so the user can ...
0
votes
0answers
18 views
UIPageViewController with TitleIndicator for ios
I'm beginner in iOS and I would like to do an app with a title above a UIPageViewController as Android with a ViewPager and TabPageIndicator... I'm not looking for a TabBarController because I want to ...
0
votes
0answers
36 views
NSWindow prevent window ordering when clicking on title bar
[NSApp preventWindowOrdering] is good for NSView with shouldDelayWindowOrderingForEvent and acceptsFirstMouse. Have anybody implemented same feature for NSWindow's titlebar??
0
votes
1answer
28 views
Change Title Bar on a Tk window
Im trying to make the top bar of my Tk window say calculator instaed of Tk is there anyway to do that also can i change the little icon beside it to a differnt image if not the title would just be ...
0
votes
0answers
96 views
Android: Title bar onclick launcher icon
I'd like to add an onclick listener to my launcer icon in the title bar of my app.
Since i'm also supporting API level 8 i do not have an Action bar.
The following code works great, however the menu ...
2
votes
1answer
76 views
WPF: How set active titlebar color to window background?
I have a WPF window without Titlebar and border. So I want change windows background based on it is active or not.
I writed code below but I got message Cannot implicitly convert type ...
1
vote
0answers
52 views
Is this a bug from IE or from my code? - “Waiting for http://mysite.com”
When I access my page, the title is loaded properly, but after a second, it changes to "Waiting for http://example.com".
The page loads, but even after everything is loaded, the title continues, but ...
0
votes
1answer
25 views
Can I change the pygame logo in the pygame window's titlebar?
Is there an option available to change the Pygame logo in the title bar of a Pygame window to my own program logo?
0
votes
0answers
9 views
How to show title bar on click of a button
I have hidden the title bar of my activity using this code:
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
Now I want to show the title bar on click of a button in the same activity. How can I ...
0
votes
4answers
72 views
Android Title bar gets pushed up when edit text content increases
I have a relative layout which contains only the edit text view. But when content of edittext increases, my title bar gets shifted upwards. Most of the solutions I went through addresses the issue of ...
1
vote
2answers
299 views
android: set background color for the entire screen dynamically, or how to set actionbar to overlay layout, but not overlap content
My app uses the Theme.Wallpaper family, which means the current wallpaper is used as the app's background.
This may cause readability issues (depending on the user's favorite wallpaper) so I want to ...
1
vote
3answers
2k views
how to disable notification bar for an android application? [duplicate]
I have an android application which lists installed applications and launch them on item click.I want to disable accessing NotificationBar from my application.ie,When user launch 'Browser' ...
0
votes
0answers
170 views
Toggle mdichild title bar to be shown or hidden
I have an MDI Child form that when loaded hides the entire title bar (no close, minimize or anything else) (see image 1)
Now when the person clicks the "button 1" button it pops the form out of the ...
0
votes
0answers
36 views
How to add a “minimize to systray” button in the TitleBar?
How I can add a "minimize to systray" near the "minimize" button in the form's TitleBar?
Is easy or hard for a beginner? I need to do it with the WinAPI?
I can't find any info or full example about ...
0
votes
0answers
130 views
Script to change Active Title Bar color in Windows XP
I want to change Windows XP active title bar color with any script, like VBS. I can't find any examples, and I and I'm not sure whether it is possible. But I try to find some help in there.
Active ...
1
vote
2answers
81 views
Title Bar like that of Youtube app
I want this type of custom title bar
But can anyone tell me what the portion marked with red is made of? I mean are they tabs or image buttons or something else? Please don't give me links on how to ...
0
votes
1answer
88 views
Window with no title bar in wxWindows/wxPython
Is there a way to have a window without a title bar using wxPython? If so, how would I go about doing that?
0
votes
2answers
220 views
How to make title bar disappear in WPF window?
I know this has been asked before but I've tried answers @
How to create a WPF Window without a border that can be resized via a grip only?
How to remove the title bar from a window but keep the ...
0
votes
0answers
350 views
Android custom titlebar style/theme
I created an activity with a custom titlebar and a button in it, which is extended by all other activites. It works well so far, but when I use an activity whith theme.dialog the titlebar is not shown ...
1
vote
2answers
164 views
UINavigationBar setTitleTextAttributes
I'm trying to change the color of NavigationBars title while I'm on a viewcontroller (not before pushing it). by using:
[[[self navigationController] navigationBar] ...
1
vote
0answers
98 views
How to add buttons to dojo titlepane
Is there any way to add buttons to TitlePane header(right side of title bar), so that i can do some operations(download,delete...)
Thanks in advance.
0
votes
1answer
147 views
Cannot hide title top bar on Nexus 7
My app shows top title bar on Nexus 7 and I can't achieve to hide it. My files :
styles.xml
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme ...
0
votes
2answers
96 views
Changing eclipse window's name
I'm working on a project for which I have one eclipse workspace. However, there are three folders inside this workspace, each of which have similar filenames.
Corresponding to these three folders, I ...
0
votes
1answer
119 views
setProgressBarIndeterminateVisibility changing custom title bar view width
When using ActionBarSherlock(ABS) setProgressBarIndeterminateVisibility(true|false) the custom title view width is changed, which is probably caused by the fact that ABS sets the indeterminate ...
0
votes
1answer
140 views
title bar like wunderlist tideSDK
Firstly sorry for my English because I don't speak very well!
Can you tell me how can I create title bar like Wunderlist in tideSDK?
Thanks!
0
votes
0answers
93 views
how to set top bar in listview icon image
Im new to android..
In my app im using List view. I want to set a tittle bar to my list view. In little bar i want set a icon image at center. How to implement this? please guide me.
Thanks a lot..
...
0
votes
1answer
72 views
Acessing other window's title in Xwindow
I'm writing a program in C++ (Linux,XWindow) that is supposed to modify an active window's title. More specifically, append certain text to it.
Is it possible to get a Window handle of an active ...
1
vote
1answer
113 views
can I add text box beside the title of WPF window
We have a requirement where need to change the title which I can't change the existing code. I can write my c# code using the existing namespaces, libraries something like extensibility of the ...
0
votes
2answers
922 views
Remove icon/logo from action bar on android
I've been trying to find some way of removing the icon/logo from the action bar but the only thing I've found after an hour of searching SO, Android's documentation and Google is how to remove the ...
0
votes
2answers
431 views
Custom Title Bar Similar to this one
I want to create a custom title bar, somewhat like this, in my Android app. Please pardon if my question seems idiotic, I'm a beginner. Can anyone tell me if it is a titlebar or an Action bar? Plus ...
3
votes
2answers
1k views
Android - Back button in the title bar
In many apps (Calendar, Drive, Play Store) when you tab a button and enter a new activity, the icon in the title bar turns into a back button, but for the app I am making, it doesn't do that. How do I ...
0
votes
1answer
134 views
Customized Titlebar android
i found very pretty title bar, my question is, does anybody of you guys know how to make this?
i tried to google something like this many times, but i didnt figured out how to hide the first half of ...
2
votes
3answers
957 views
Remove Android App Title Bar
I understand that these properties in the manifest:
android:theme="@android:style/Theme.NoTitleBar"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
can remove the title bar.
...
1
vote
1answer
514 views
How to get options from the options menu into title bar ActionBar Sherlock android
I am trying to get my options to show up in the Title Bar. I'm using ActionBarSherlock and I can figure out how to remove the title in the title bar, but would like to replace the text with 2 options ...
0
votes
1answer
264 views
Facebook SDK 3.0 Android login custom title bar disappears
When I'm launching the login/register Facebook Activity using the openSession method the application title bar (we're using a custom one) disappears and another one appears. Is there a way to set the ...
2
votes
1answer
89 views
Using window in not Activity class?
Before,I saw this snippet to find Height of statusbar?(and also Tiltebar) here:
Rect rectgle= new Rect();
Window window= getWindow();
window.getDecorView().getWindowVisibleDisplayFrame(rectgle);
int ...
3
votes
2answers
155 views
How to retrieve the size of the Minimize, Maximize and Close button of a Window?
So far I tried using GetThemePartSize, GetThemeMetric, GetSystemMetrics, WM_GETTITLEBARINFOEX via SendMessage and a couple of other calls, but nothing comes even close to the real dimensions (Windows ...
3
votes
2answers
665 views
adding click listener to titlebar image
Merry Christmas and Happy Holidays everyone!
I'm trying to setup a listener on the image icon that appears on the left side of the default title bar, but so far not having any luck.
Here's my ...
4
votes
3answers
169 views
Change Title of JFrame from other Class
I have two classes, one AnalogClock class and one MainInterface class.
I've created a timeChanged method in the AnalogClock class and it gets called whenever the time has changed. My AnalogClock is ...
2
votes
1answer
130 views
how to customize titlebar with an image in android app?
I would customize the title bar of every activity of my application with an icon and a text. I've tried some ways but they doesn't work. can anybody help me?
this is an example of my code:
public ...
1
vote
1answer
252 views
Visual style of child form TitleBar different from main form
I'm adding several child forms to a main form. In XP it seems the titlebar is identical for parent/child, except close button is black, not red. But in Windows 7, as image shows, the child form ...
2
votes
4answers
130 views
Android: Issue with hiding title bar
I want to hide the title bar in all activities of my app. To do that, I put the following attribute in the tag:
android:theme="@android:style/Theme.NoTitleBar"
The title bar is now hidden, but my ...
3
votes
2answers
211 views
Java: Remove title bar buttons only
I've only found ways to completely remove title bar + borders. I want to create a window in Swing without title bar buttons but still retain the default system's border. Is this possible?
1
vote
1answer
208 views
How to add toggle fullscreen button into QDockWidget in PyQt4?
By default, there are two small buttons on the QDockWidget toolbar: "detach" and "close".
How can I add a new button: "toggle fullscreen"?










