Questions tagged [aero-glass]

Aero Glass is a Microsoft Windows desktop theme, incorporating various animation and transparency effects into the desktop using hardware acceleration and the Desktop Window Manager (DWM).

Aero Glass is a Microsoft Windows desktop theme, incorporating various animation and transparency effects into the desktop using hardware acceleration and the Desktop Window Manager (DWM).

151 questions
0
votes
0 answers

Java Swing Deactivate Win7 Aero Glass ONLY for this Process

I have a Java Swing Application and in order to run it properly I need to deactivate the Win 7 Aero Glass. I am forced to use some old Borland DBSwing libraries. I do this by stopping the Win7-Service "uxsms" before starting my .jar file: net stop…
Viktor Carlson
  • 989
  • 1
  • 13
  • 36
0
votes
1 answer

Glass Mapper exception : Can not convert value PermanentRedirect to enum type

I am getting glass mapper exception in my project solution as follow stack trace: [MapperException: Can not convert value PermanentRedirect to enum type…
Nikunj
  • 1
  • 1
0
votes
1 answer

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 not really a designer so I have no idea how to…
JustABill
  • 1,562
  • 15
  • 20
0
votes
1 answer

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: http://www.danielmoth.com/Blog/Vista-Glass-In-C.aspx The thing is, it is…
Lazlo
  • 8,518
  • 14
  • 77
  • 116
0
votes
1 answer

R - Error some group is too small for 'qda'

I'm trying to solve this problem from few days but google can't help :( I got Error like that: Error in qda.default(x, grouping, ...) : some group is too small for 'qda' At stack were simillar topic: R Error : some group is too small for…
0
votes
2 answers

Glass Mapper errors in Page Editor mode when using @RenderLink or @Render when you view / partial takes an IEnum and you iterate over it

We are using GlassMapper. We are passing an Ienum of a GlassType generated by TFS To a partial view from a controller. In the controller we are iterating over our Ienum and then using @RenderLink or @Render syntax. When you view the page its…
0
votes
1 answer

Wink detection on Google Glass with XE22

I'm trying to use this library: https://github.com/thorikawa/EyeGestureLib but it not works.. When app starts, occurs a NullPointerException on this line of "onStart()" function: mEyeGestureManager.register(target1,…
adlagar
  • 877
  • 10
  • 31
0
votes
1 answer

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 make sense for us to change the transparency color…
anon271334
0
votes
1 answer

google glass- location of photos and full path of it

I tried to open a gallery of images taken with google glass but can't seem to figure ut how to do it. I want to make an application which can open a gallery and do something with my chosen picture. How can I take an access to a gallery?
Miss_sunshine
  • 107
  • 2
  • 12
0
votes
1 answer

How to use Windows API Code Pack?

I would like to make my application transparent with the aero glass, i looked around on internet, and i cant seem to find any info on how to use the AeroGlass Demo code. So i compiled the DLL files Microsoft.WindowsAPICodePack.dll and…
Jyrka98
  • 530
  • 1
  • 10
  • 19
0
votes
1 answer

Can Google GDK Glass Development Kit used with Vuzix glasses?

I have a question regarding which glasses / devices the Google Glass Development Kit supports? For our university project we just have the vuzix m100 running on andorid 4.0.3. I cant find a answer on the web, if it is possible to develop with the…
user3352632
  • 617
  • 6
  • 18
0
votes
1 answer

Call Python QuickStart Mirror API remotely

I have used the Python Starter project, and I can add time line cards that then show up on my Glass. What I would like to do is call the endpoints from a standalone application running on my Mac to trigger the Python logic to insert entries into the…
Beebunny
  • 4,190
  • 4
  • 24
  • 37
0
votes
2 answers

Install apk onto Glass

I have been trying to install a apk file onto my Google Glass (Glass Hunt to be specific) but I have not been able to. I am on a mac and so far I have used Terminal to navigate to platform tools or something like that but then anytime I try to do a…
NatServ
  • 33
  • 4
0
votes
1 answer

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 to make rounded corners:
Evilalan
  • 127
  • 10
0
votes
2 answers

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 minimized windows and the areas where there is a…
eflorico
  • 3,589
  • 2
  • 30
  • 41