Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Aero Glass in Vista and Windows 7

Ivan,

Everything stated on my blog entry (http://milewski.ws/) was done entirely in SWT. Since that time I was able to spend some time on polishing SWT UI with Glass, fixing issues with non-client size calculation (not mention in that post). Although my current implementation, used in application (currently in Beta phase - http://dl.dropbox.com/u/451367/glass-vista-maraglo.png screenshot from old beta version from middle of November) require some native methods to be "imported" by JNA to make them available to Java code.

I've been staying a bit quite lately on the subject of Aero Glass specific code because of the work done on implementing Windows 7 stuff. But as 3.6 is hitting release I think we can start discussing how (if at all...) to incorporate Aero and other Vista related features (like buffered animations) to future versions of SWT. I would be happy to give back some code to the community and make SWT more vista friendly.

Regards,
Lukasz Milewski

On Mon, Mar 29, 2010 at 21:36, Felipe Heidrich <Felipe_Heidrich@xxxxxxxxxx> wrote:
We would like to, but unfortunately we didn't have the time to do it for
3.6. The Mac also has the concept of a "toolbar" in the window trim, which
is similar to this. One idea we had was to define an API that would allow
for a toolbar to the placed on trim of the window.


Sorry
Felipe



From:
Ivan Ooi <olibralo@xxxxxxxxx>
To:
"Eclipse Platform SWT component developers list."
<platform-swt-dev@xxxxxxxxxxx>
Date:
17/03/2010 11:08 PM
Subject:
[platform-swt-dev] Aero Glass in Vista and Windows 7
Sent by:
platform-swt-dev-bounces@xxxxxxxxxxx



Hi All,

 Will SWT support Aero Glass for Windows Vista and 7 ?

Nice looking in FireFox 4
https://wiki.mozilla.org/File:Mockup-4-0-Vista-(TabsBottom).png

http://www.milewski.ws/2009/05/vista-glass-in-swt-application-continuation/#more-371

BestRegards,
Ivan_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top