0
votes
2answers
48 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
1answer
47 views
Screenshot of window
Hi!
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 …
4
votes
1answer
113 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.
1
vote
2answers
112 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?
1
vote
3answers
111 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
43 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 …
1
vote
2answers
304 views
Enable Vista glass effect on a borderless WPF window
Hi,
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 …
0
votes
1answer
44 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
142 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 …
2
votes
0answers
84 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 …
0
votes
1answer
233 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 …
10
votes
2answers
1k 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 …
2
votes
2answers
591 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 new Office 2010 applications do (screen shots).
Really it will be …
2
votes
1answer
53 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 …
4
votes
1answer
3k 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 …
