Author Topic: Colour setting of WxSmith  (Read 3841 times)

Offline SamT

  • Multiple posting newcomer
  • *
  • Posts: 41
Colour setting of WxSmith
« on: June 14, 2006, 02:06:35 am »
Hi,

When I set the background colour to wxSYS_COLOUR_BTNFACE in WxSmith(Version 1.0 revision 2553 (2006-06-13 17:38:53)   gcc 3.4.4 Windows/unicode), the generated code can't be compile correctly. Old version got the same situation. The reason is the wxSystemSettings should include <wx/settings.h>. However, when I search the header file, I didn't find it and need to add manually.

Please also put <wx/settings.h> in the header file when change colour in WxSmith. Thanks!

Note: I don't have a account on BerliOS, can somebody help to submit this on the tracker?

« Last Edit: June 14, 2006, 02:14:26 am by SamT »

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: Colour setting of WxSmith
« Reply #1 on: June 14, 2006, 09:54:08 am »
Already added this header file. There's no need to post this to BerliOS ;)