Glass is a half-transparent Windowsdesign which exists since Windows Vista.

learn more… | top users | synonyms

-1
votes
1answer
38 views

RestFul Web API return issue

@GET @Produces("application/json") public Site getSite() { return (Site)siteFacade.find(Integer.parseInt(id)); return Response.status(204).type("text/plain") .entity("Invalid ...
0
votes
1answer
102 views

How to draw a custom shaped window using Qt and apply current Windows theme colors/effects to it?

Is it possible to draw a custom shaped window in Qt which inherits color and transparency (glass) effects from current system theme. Ultimately I need it to look & feel just like user's taskbar ...
1
vote
3answers
2k views

Background blur with CSS

I want an Vista/7-aero-glass-style effect on a popup on my site, and it needs to be dynamic. I'm fine with this not being a cross-browser effect as long as the site still works on all modern browsers. ...
8
votes
1answer
239 views

Component on glass area

How do I put a control (button, panel, pagecontrol, label) in the glass area of a windows form? Thanks!
3
votes
1answer
411 views

Ray Trace Refraction looks “fake”

So in my ray tracer that I'm building I've gotten refraction to work for spheres along with caustic effects, however the glass spheres don't look particularly good. I believe the refracted math is ...
1
vote
0answers
230 views

DwmExtendFrameIntoClientArea in C++

I have the following C++ code: LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { bool fCallDWP = true; BOOL fDwmEnabled = FALSE; LRESULT lRet = 0; ...
-3
votes
3answers
699 views

glass like background color in android

I am creating an app, where i am creating a layout like this image, but i want that the upper part of the image should be of some other color, but the color should be transparent, so that the ...
0
votes
1answer
801 views

How can I create a 2D shattering glass effect?

I'm working on creating a game in Adobe Flash CS6, and the game starts off with an animation where the main character is running and breaks a glass vase. I don't want a completely accurate shattering ...
0
votes
1answer
659 views

Glassfish crashes when I restart the server with osgi bundle

I have a osgi bundle which I successfully deployed on Glassfish 3.1.2. This is the bundle activator: import javax.sql.DataSource; import java.sql.SQLException; import java.util.Properties; import ...
1
vote
1answer
218 views

Drag'n Drop Problems with extended glass border

I'm playing around with the glass border in WPF and I've found a problem. When I extend the glass border of a window, the drag and drop functions won't work anymore... for example dragging a ...
0
votes
2answers
1k views

Glossy shiny square button in WPF - XAML

I am trying to find rectangle buttons with gloss effect. all examples are relevant for round buttons. (and when editing the code, the gloss effect is not suit the rectangle. Do anyone know about xaml ...
0
votes
1answer
113 views

MFC - Magnifying Glass VC++

I am working on Visual C++ with MFC. I want to integrate a magnifying glass in the image processing application that I am currently working on. I have done some googling on magnifying glass projects ...
1
vote
1answer
570 views

how create a rectangle glass like windows media center xaml

I want to create a rectangle glass and a menu exact like that is in windows media center i want do it with xaml not blend... please help i want create a menu like this for my app. want do this too ...
0
votes
0answers
251 views

C# making aero glass form a MDI one causes weird background color

I have a fullscreen form with aero glass enabled which is working fine until I set "IsMdiContainer" to "true". The form still has the aero effect but everything behind it is shown with an insane ...
0
votes
2answers
422 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 ...
9
votes
2answers
1k views

Delphi: Aero-Glass Tabs [closed]

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 ...
8
votes
1answer
534 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 ...
2
votes
2answers
587 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.
0
votes
1answer
811 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 ...
9
votes
2answers
1k 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 ...
0
votes
2answers
663 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 ...
14
votes
4answers
3k views

Google Chrome style tabs on glass in Delphi

I am trying to implement Google Chrome style tabs, in Windows 7, in a Delphi application. The elements of this are: tabs may extend into the non-client area as they do in google chrome itself. ...
11
votes
5answers
3k views

Documentation and API Samples for drawing on Windows Aero Glass (DWM, GDI, GDI+) for all Win32 programmers

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 ...
9
votes
4answers
3k 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 ...
2
votes
1answer
423 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 ...
3
votes
1answer
2k 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 ...
0
votes
1answer
333 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 ...
1
vote
2answers
1k 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 ...
0
votes
1answer
2k 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: ...
3
votes
1answer
2k 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: ...
6
votes
1answer
1k 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
0
votes
1answer
344 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
4answers
1k 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 ...
3
votes
1answer
604 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
4k 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 ...
1
vote
3answers
5k 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 ...
1
vote
5answers
3k 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 ...
1
vote
1answer
1k 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
1answer
1k 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
441 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
3answers
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 ...
6
votes
1answer
2k 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.
2
votes
4answers
1k 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?
0
votes
3answers
958 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 ...
5
votes
6answers
595 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 ...
0
votes
1answer
165 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?
3
votes
1answer
1k 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 ...
8
votes
2answers
1k 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 ...
3
votes
2answers
4k 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 ...
0
votes
1answer
900 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 ...

1 2