Jump to content

New: prob. with WM_SETTINGCHANGE when changing color scheme


Recommended Posts

Guest The PocketTV Team
Posted

All applications receive a WM_SYSCOLORCHANGE message when system colors are updated (e.g. using Settings > Home Page > Color Schemes).

The problem is that WM_SYSCOLORCHANGE can be received *before* the system colors are actually updated in the global place.

So calling GetSysColor (upon receiving WM_SYSCOLORCHANGE ) to get the new colors may return the old colors.

This bug was confirmed by Kevin Kennedy [MS].

For a workaround, check this thread:

http://smartphone.modaco.com/viewtopic.php?t=62925

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.