titlebar Questions
3
Solved
I am developing a windows desktop application and would like to change the title bar color if possible. for example I would like to go from something like this:
to something like this:
Is it poss...
3
Solved
I'm writing an app in Hebrew (which is rtl).
when I set my title for the dialog fragment it appears on the left.
I tried to make it display on right by doing:
@Override
public View onCreateView(La...
Dunston asked 6/5, 2012 at 11:43
7
Solved
I am making a react app. But in the title bar, it is showing 'React App' with React logo. I want to change it to my website name and logo, and how can I do that ?
2
Solved
I am a business user of an application that has two separate environments: test and production. It is important that I know which environment I'm using at all times, but the application gives no in...
9
Solved
I work in Windows 10 and usually I have up to 5 CMD windows open. I work this way because I need to run the same application with different data and keep monitoring if any exception is thrown.
I s...
24
Solved
How can I change the site title Django site admin, the site header Django administration and the index title Site administration in Django Admin?
Rhinoscopy asked 8/2, 2011 at 21:10
2
Solved
Problem
I have one Ubuntu20 Desktop(Gnome) and I want it to be fully black and ideal. As reference, I have taken one Ubuntu20 Server and Installed openbox on it.
I hided the title bar of all the ap...
Glare asked 21/2, 2022 at 9:44
2
Solved
I would like to know that how do I remove the title bar from an ImGui Window. I am using C++ with GLFW for this.
18
Solved
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.
However,...
2
Solved
In my .NET MAUI project, I want to place a button inside the TitleBar right there:
The TitleBar itself is generated automatically by setting the Title of the ContentPage.
Does anyone know how to p...
2
Solved
I'm designing a responsive web app, and I'd like to encapsulate long text in the title with an ellipsis. How can I do this? It's a responsive page (no fixed-width)...
Here is an example
Can any...
Quiche asked 8/6, 2013 at 3:52
3
Solved
I'm building a VS Code extension which includes changing the name/title of untitled-1 tab (unsaved file).
I tried running the below code in debugger console of extension but it didn't reflect in th...
Hisakohisbe asked 25/8, 2017 at 8:1
3
Solved
I am trying to add a custom toolbar to a generic TitledPane.
My code seems to work (minimal example follows), but I have problems with layout.
Specifically: I am adding my toolbar using setGraphic(...
7
Solved
I am trying to set a condition that would change the writing inside the title bar...
But how do I change the title bar text?
6
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 b...
4
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...
Convent asked 29/4, 2013 at 15:17
9
Solved
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 ava...
7
Solved
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 titleb...
38
Solved
I want to hide the titlebar 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...
Chiastolite asked 7/4, 2010 at 8:48
4
Solved
I'm starting a new macOS app with SwiftUI but I have a big problem.
The app needs a full size contentView (underneath titleBar) but I can't accomplish. On a new project using Storyboards works fine...
Halfpint asked 14/2, 2020 at 0:59
7
Solved
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,...
Truckle asked 12/10, 2009 at 10:2
11
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 bi...
5
I want my title bar to be hidden when I turn my device to landscape. I have seen the XML option to hide the title bar, and the following example of doing it programmatically:
//Remove title bar
th...
Antilebanon asked 8/8, 2012 at 2:33
6
My Java based webapp has a servlet which streams PDF content back to the browser based on request parameter.
e.g. user clicks on an A tag with an href of "myApp/FetchPDFServlet?id=123". Servlet ma...
2
Solved
I have a #topleft red title bar containing multiple "tab" buttons that should fill all the available space except a #topright blue block.
It is possible to move the main Electron window b...
Idolatrize asked 20/12, 2020 at 18:9
1 Next >
© 2022 - 2024 — McMap. All rights reserved.