Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
2answers
4k views

Qt: Erase background (Windows Aero Glass)

Update see Using Blur Behind on Windows for an example of using Qt and DWM. Original question: I want to create a Windows Aero Glass window with Qt, now it looks like this: But after calling ...
9
votes
4answers
2k views

Delphi buttons show white border on Aero glass

I have been trying to find a good-looking design using Aero in Delphi 2010. One of the obvious uses one sees, is where the glass frame is extended to include the OK/Cancel buttons at the bottom of the ...
8
votes
3answers
2k views

Google Chrome tabs style UI in Delphi

I am looking for the easiest way to implement Google Chrome style tabs over Windows 7 glass, in a Delphi application. It would be great if I could hybridize the Google Chrome tabs style, and one ...
8
votes
5answers
2k views

Resources for Windows Aero Glass and Compositing (DWM)

I am looking for good resources for learning to use the Win32/GDI APIs or whatever supercedes it to draw and paint directly using the Win32 API to a glass form. While I am using Delphi, I tagged ...
7
votes
2answers
777 views

Changing the colour of Aero glass for my window?

I'm using DwmExtendFrameIntoClientArea in my WPF application to get the glass effect. This is working fine. What I'd like to do is change the colour used for the glass -- I'm writing a countdown ...
6
votes
1answer
250 views

Delphi: Aero-Glass Tabs

I would want to have tabs like here (all are glass): A program is written in Delphi or C++ Builder. I can't find a class of the tabs in Winspector Spy & Window Detective. I know a very good ...
6
votes
1answer
196 views

How to draw a custom caption bar like the yahoo messenger 11

As you can see, Y! messenger 11 have used some techniques to draw a beautiful caption bar. Its window's like normal windows in the Win 7 but have a special caption. Is this a glass frame? How can i ...
6
votes
2answers
461 views

How do I create a window with different Aero glass frame?

I think there is a customized window style in Windows 7. like this : And as you can see it's different from normal style : How can i create a window with the style that you can see in the first ...
6
votes
1answer
1k views

How can activate a glass effect (windows Vista/7) in a console application using Delphi

As I can activate the glass effect on my console applications. I am using Windows 7 and Delphi 2010. I found this application so it should be possible. Thanks.
5
votes
1answer
844 views

Glowing Label Controls On A Glass Surface

Is there any way, and any tutorials, articles, samples around that allow each and every new Label Control created at runtime to have a Glow around it, just like on Vista/7? Thank you
4
votes
2answers
3k views

How do you do a gradient fade to Aero glass in a WPF application like Office 2010 does?

I am writing an application in WPF and I would like to have the top of the application fade from a color to Aero glass like the Office 2010 applications. Really it will be fading the area just below ...
4
votes
2answers
4k views

Delphi 2009 Ribbon Controls - Glass Frame

I've been starting to use the new inbuilt Ribbon controls in Delphi 2009 and use the custom frame so the Application button and Mini-toolbar slide up onto the Window Frame, but I'm wondering if on ...
3
votes
1answer
936 views

Aero Glass Buttons Like Windows Media Player?

I am making making a program and I want to have a Aero Glass set of controls just like Windows Media Player, I found this: http://blogs.msdn.com/b/tims/archive/2006/04/18/578637.aspx but it just draws ...
3
votes
1answer
1k views

Problems with Aero Glass in Delphi 7 applications

I'm trying to remake some of my older projects to support Aero Glass. Although it's kinda easy to enable glass frame, I've encountered some major problems. I used this code: var xVer: ...
3
votes
5answers
451 views

GemStone-Linux-Apache-Seaside-Smalltalk.. how practical is 4GB?

I am really interested in GLASS. The 4GB limit for the free version has me concerned. Especially when I consider the price for the next level ($7000 year). I know this can be subjective and ...
3
votes
1answer
932 views

WPF Glass window fallback?

Creating Glass window is as easy as calling DwmExtendFrameIntoClientArea in WPF, but that is only half of the trick. If you disable aero, and get the XP-like skin thats where the pain begins: In XP ...
3
votes
2answers
3k views

Enable Vista glass effect on a borderless WPF window

I wrote an attached property that I can set on a window to extend the glass frame into the client area (using the DwmExtendFrameIntoClientArea API). It works fine in most cases. Now I want my window ...
3
votes
2answers
810 views

Glass look for MDI windows under Vista

I am developing a winforms MDI application in C# in VS 2008. I have noticed that the MDI forms don't have the glass look under Vista. Is this by design? Is there a simple way to get the glass look ...
2
votes
2answers
265 views

Delphi: 32-bit image does not display correctly on Glass Form

I have a PNG (32-bit) image in a TImage. A form has a Glass Frame. Picture's background is black, not transparent. How to fix it? Delphi 2010. Thanks.
2
votes
1answer
455 views

Windows Aero areas in own C# Applications

I'm wondering about that many new applications, I think most built in WPF, has this really cool Windows Aero Glass interfaces. For example Seesmic or the upcoming Firefox 3.7 Searching in the ...
2
votes
2answers
3k views

Custom draw Aero title bar without extending into client area

My WinForms application has the standard Aero glass appearance on Vista/Windows 7. I want to custom draw the window title bar so it retains the Aero glass appearance with the glass min/max/close ...
2
votes
4answers
927 views

How to make entire window aero glass in Java?

I am trying to program a small application but I would like the entire window to be glass with buttons and labels on top of it. Is it possible to do this within Java?
2
votes
1answer
306 views

.NET: How to get ActiveCaptionText color when window is maximized?

How do you get the ActiveCaptionText color when a window is maximized? The color is correct when the window is restored: But is the wrong color when the window is maximized: How do you get the ...
1
vote
1answer
320 views

How would you use Aero glass in UI design

I have a number of utilities that were written in the days of yore and look very dated. So I recently set out to make them use Windows themes and wanted to incorporate some Aero glass effects. Thing ...
1
vote
2answers
855 views

Non-resizeable, bordered WPF Windows with WindowStyle=None

Basically, I need a window to look like the following image: http://screenshots.thex9.net/2010-05-31_2132.png (Is NOT resizeable, yet retains the glass border) I've managed to get it working with ...
1
vote
1answer
840 views

Aeroglass and Visual Basic.Net

are there any tutorials, or, is there simple code to be used to control Aeroglass in VB.NET? I would like to know how to play with various effects and, if possible, how to do the Aeroglass effects ...
0
votes
2answers
70 views

How to make a control with a “glass” background?

I have a project where I need to do a layers of Containers. Container must have something like: Form.Opacity = 0; User can see elements under top layer, but can't use them. I saw many examples ...
0
votes
0answers
56 views

BitBlting with Windows Aero

For months now, I have been trying to solve a problem regarding rendering images properly onto Aero glass. From what I have gathered so far, to do this you need to render the graphics object as a ...
0
votes
1answer
294 views

Cocos2d magnifying glass

This has already been asked at Add a magnifier in cocos2d games But I didn't quite understand the answer. I am using the same tutorial Let's Spot It is using but I'm not sure where to put madhu's ...
0
votes
2answers
356 views

GlassFish 3.1 Netbeanz 7 and REST web services

I tried to run example here http://download.oracle.com/javaee/6/tutorial/doc/gipzz.html and didnt work... There is a bug at netbeans site but i couldnt understand what they are talking about. It ...
0
votes
1answer
240 views

How to duplicate the “background” applied to text in Aero window titlebars?

All windows in Aero have this kind of whiteish background on their text. I'd like to create an equivalent of this effect for a GlassWindow I'm using that has a TextBlock in the label area, but I'm ...
0
votes
1answer
1k views

Drawing a TextBox in an extended Glass Frame w/o WPF

I am trying to draw a TextBox on the extended glass frame of my form. I won't describe this technique, it's well-known. Here's an example for those who haven't heard of it: ...
0
votes
1answer
238 views

Changing Windows Vista/7's Transparency Color

Ok, so I've heard that the color Microsoft decided to use for there Transparency is Black. Which would explain why black text is invisible when drawn/placed onto a Glass surface. Wouldn't it just ...
0
votes
3answers
681 views

My OpenGL game switches Aero DWM Glass off

I wrote a free game a few years ago: http://www.walkover.org. For the lobby and menus, it uses normal dialogs like win32. When the actual game starts it uses OpenGL. Now, on Windows 7, when the ...
0
votes
2answers
2k views

Aero Glass Theme (Windows Forms)

A litle while ago I was on Codeproject and came across a cool little tesxteditor and the whole form was made out of aero-glass, and the whole textbox was too. But I can't find it anymore. Does anybody ...
0
votes
5answers
1k views

Java Swing GUI hour glass

In my Swing program there is a JTabbedPane, when user clicks on a tab, the program takes a while to get the data and process the results, then shows the results in the selected tab, how can I display ...
0
votes
1answer
752 views

How to implement a glass effect created on PS-CS4 around the template using PNG?

Hi as I said some times before I'm new to CSS coding, I want to know if it is possible to create a glass sheet (vista/seven like but without the buttons) around the template using only CSS, I know how ...
0
votes
2answers
272 views

Screenshot of window

I'm trying to take screenshots of all open windows, also the minimized ones. Currently I'm using this code: http://www.developerfusion.com/code/4630/capture-a-screen-shot/ But it doesn't work for ...
0
votes
2answers
2k views

How to get the app store icon glass effect on a webpage?

Is there any simple way to display the icon for my iphone apps on my webpage the same way they look in the appstore (i.e. with the glass effect and preferably with reflection)? I have very little ...
0
votes
3answers
655 views

Vista/7 all-glass style with wxPython

Is this possible? I really want to make my wxPython program (since they only work on windows) use the glass theme. Also, if it's possible, is there a way to make dialogs that look like those new ones ...
0
votes
1answer
129 views

Window glass in .NET

Normal border glass is nice, but how can I do the second type of transparency like middle part in the window with the list of gadgets? And what about white light on the back of text?
0
votes
1answer
751 views

C# glass on an mdiparent

I am trying to use the DwmExtendFrameIntoClientArea method on an mdiparent. IsMdiContainer = true; However the glass does not render correctly. Is this a limitation of an mdiparent I can get ...