Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » OS events
OS events [message #453174] Thu, 31 March 2005 08:54 Go to next message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
Is there a possibility to get the events fired by the OS when settings
like screen resolution, colours and fonts, ... are changed?

Background: The SWT widgets correctly change their colour when the
settings change. However, I need these events in my own widget class
(delegate to Text).

Thanks

Michael Pellaton
Re: OS events [message #453200 is a reply to message #453174] Thu, 31 March 2005 14:48 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
https://bugs.eclipse.org/bugs/show_bug.cgi?id=13813

I've been trying to get to this bug report for a long time and it keeps
falling off a cliff. Since it requires new API and we are API frozen for
M6, it looks like it won't happen for M6. It is still possible to change
API, but it's harder. In the meantime, if you recode you class to query the
system colors every time instead of saving them, then your widget will draw
correctly when they change.

"Michael Pellaton" <newsgroups@pellaton.li> wrote in message
news:d2gdut$rdl$1@news.eclipse.org...
> Is there a possibility to get the events fired by the OS when settings
> like screen resolution, colours and fonts, ... are changed?
>
> Background: The SWT widgets correctly change their colour when the
> settings change. However, I need these events in my own widget class
> (delegate to Text).
>
> Thanks
>
> Michael Pellaton
Previous Topic:ComboBoxCellEditor on a per cell basis rather than on a column basis?
Next Topic:Browser widget size
Goto Forum:
  


Current Time: Fri Apr 26 18:20:49 GMT 2024

Powered by FUDForum. Page generated in 0.03185 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top