News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

font property for controls in wxSmith on Windows doesn't work

Started by greenbreen, December 28, 2010, 07:51:58 PM

Previous topic - Next topic

greenbreen

Hello,

I'm not sure if this is the appropriate place to post this, but if it's not, I'm hoping someone will direct me to the appropriate place.  I had a dialog-based program that I had compiled in Ubuntu Linux and Windows Vista, and I decided I wanted to make the fonts larger.  I used the wxSmith property browser to set the font properties for the controls, but in Windows, they didn't seem to have any effect.  On Linux it worked as expected.  I can manually add the code directly to the source to make it work in Windows, but I can't do it through wxSmith.  Has anyone else seen this?  If it turns out to be a bug in wxSmith, where can I report it?

Jenna

Works fine here on win 7 (an linux of course).
Which version of C::B (and wxWidgets) do you use ?

greenbreen

I'm using C::B version 10.05 on Windows and version 8.02 on Linux.  I'm using wxWidgets 2.8.11 on Windows and 2.8.10 on Linux.

greenbreen

Oops--never mind.  It turns out the wxs file never got linked to my project for some reason when I transferred from Linux to Windows.  It's strange because I can see and change the GUI layout under the resource tab, but none of the changes I make there have any effect.