Tagged Questions
The borderless tag has no wiki summary.
5
votes
3answers
1k views
Borderless window application takes up more space than my screen resolution
I have created a borderless application in WPF, and it works pretty good. However, when I set the WindowState to full screen, the application takes up more space than my screen resolution, so there ...
3
votes
2answers
389 views
What GUI libraries does the spotify windows application use? Nice metallic borderless look?
I think spotify in windows looks very nice, clearly not native windows gui.
Seems to be completely borderless with a metallic look.
I was wondering what libraries did they use to create such a nice ...
2
votes
3answers
535 views
Smooth resizing in a borderless form/window in Delphi
I am trying to resize a borderless form but when I increase the size using the right/bottom side, I get a gap between the border and the old client area that depends of the speed you move the mouse.
...
2
votes
2answers
442 views
Move a borderless Winform holding right mouse button, possibly with native methods
I have a situation where I would like to move a windows form by holding right mouse button on it's client area; the form it's borderless as i've stated.
I would like to move it "natively" (if ...
2
votes
2answers
766 views
Borderless ImageButtons in WrapPanel
I am attempting to create a WrapPanel with seamless ImageButtons containing Artwork. I put together the following ContentTemplate in the hopes that it would provide the seamless look required; ...
1
vote
2answers
153 views
How to create standard Borderless buttons (like in the design guidline mentioned)?
I was just checking the design guidelines and wondering about the borderless buttons.
I goggled and tried to find in the source but cant bring it together by myself.
Is this the normal Button widget ...
1
vote
1answer
548 views
Qt: Resize borderless widget
My question is basically the same as this one, but applied to the Qt C++ framework.
I am implementing a popup window by inheriting QWidget with flags Qt::QPopup | Qt::QWindow. I would like this ...
1
vote
3answers
693 views
Move window without border
How do I move a window that does not have a border. There is no empty space on the application, all that is available is a webbrowser and a menustrip. I would like the users to be able to move the ...
1
vote
2answers
1k views
Round corners on a borderless NSWindow
I'm creating an application and I don't want a title bar:
If the title remains the same all the time, does it make sense to show it? For example, if an app doesn’t show the names of documents, or ...
1
vote
2answers
2k views
remove cells border in a jtable
HI ,
I have my on custom cell renderer and want to remove the border of the cell. how can i do it ?
I tried setBorder but it doesnt work.
Here is my renderer code
public class MyTableCellRenderer ...
0
votes
2answers
58 views
In C#, how do I make the left hand side border of the datagridview disappear?
I wanna make the left hand border of the datagridview object disappear. Any suggestions?
0
votes
1answer
136 views
Can't Remove Border From Hyperlink IMG in Chrome or Firefox (Working in IE8)
I am using a jquery menu on a Master page, and the menu is built with a Unordered List. Inside each li, there is anchor tag. Inside this anchor tag, there is an image tag and a couple spans.
Now, the ...
0
votes
2answers
217 views
PyQt4: how to make undercorated window with reserved space
I'd like to make a panel-like application using PyQt4 for Linux. for this i need the window i created:
to be undecorated
to have reserved space
to appear on all workspaces
From reading the ...
0
votes
1answer
404 views
How to create a custom title window in cocoa
it is my first question.
I download a game named BlackWhite from Mac App Store.
http://itunes.apple.com/us/app/blackwhite/id420650954?mt=12
I'd like to know how to crete a window with a custom title ...
0
votes
2answers
792 views
How to remove the border of a Button in code?
I am developing a windows phone 7 application. I am new to windows phone 7 applications. In my application I have created a button control dynamically and added the background image to the button ...
0
votes
3answers
775 views
How to create borderless popup windows?
So a normal popup but without the original borders and styles what comes from the Operating system.
Is there a way to style these popups?
EDIT:
Simply HTML elements are not good like <div> ...
0
votes
1answer
404 views
resize borderless form
I am able to resize the from using the code below but it resizes towards right side , from bottom right corner
i want to modify the code so that user can re size the form from bottom left corner.
...
0
votes
2answers
573 views
Borderless windows on Linux
Is their a standard way to make a particular window borderless on Linux? I believe that the window border is drawn by your window manager, so it may be that I just need to use a particular window ...