Discussion:
wxTaskbarHelper - Windows 7 Taskbar features and Dock tile progress display
TcT
2014-08-06 15:56:10 UTC
Permalink
Hi,
I saw that Windows 7 taskbar features were a proposed GSoC project and saw
some interest in the past on the mailing list.

I had this wxWidgets class lying around from a production project which
does Progress, Buttons and Thumbnail.
On OSX it does only support progress from on 10.7 and newer.

I've changed the folder structure a little bit and made the names more
wxWidget style.

https://github.com/TcT2k/wxTaskbarHelper

I haven't completed the sample yet but maybe this can already be of some
use to somebody or could even be included into wxWidgets.
Also I currently don't have a "generic" (empty) version yet.

Regards,
Tobias
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Vadim Zeitlin
2014-08-06 23:06:17 UTC
Permalink
On Wed, 6 Aug 2014 08:56:10 -0700 (PDT) TcT wrote:

T> I saw that Windows 7 taskbar features were a proposed GSoC project

Hi,

It was not only proposed but also accepted, see SOC2014_TASKBAR branch of
https://github.com/zhchbin/wxWidgets repository.

T> On OSX it does only support progress from on 10.7 and newer.

This is just fine because wxWidgets requires 10.7 in the trunk anyhow.

T> I haven't completed the sample yet but maybe this can already be of some
T> use to somebody or could even be included into wxWidgets.

We hope to merge SOC2014_TASKBAR branch soon, so it would be great if you
could review/compare your code with the code there and comment on any
possible improvements. Also, I don't think Chaobin will have time to
implement Mac support during the GSoC, so if you could provide OS X
implementation for the classes that he has, it would be really great.

TIA!
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Loading...