wxButton remains flat

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
habideen
In need of some credit
In need of some credit
Posts: 4
Joined: Mon Oct 19, 2015 7:30 pm

wxButton remains flat

Post by habideen »

Hello everybody, i'm new to wxWidgets. If i use wxSmith in codeblocks to create a wxButton its quality is okay. But if i write the code myself to create a wxButton I get flat button. Even if i hover mouse across it, it doesn't change blue. Including my Toolbars icons. I'm using the GCC compiler (MSW). Please help for this is anoying
User avatar
doublemax
Moderator
Moderator
Posts: 19160
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxButton remains flat

Post by doublemax »

This sounds like there is no manifest embedded in the executable. I don't know Code:Blocks, but maybe this helps you to find a solution.
Use the source, Luke!
Post Reply