I have problem. In design I have right Bitmap shown for icon like this image But then in app I have ugly image here. Anyway to change that?
Thanks for nice tool and happy new year 2014
![Smile :)](./images/smilies/icon_e_smile.gif)
CodeLite 15.x
CodeLite is awesome, I just Love it!
Attached it the bitmap resource and the base file that does creating of widgets!eranif wrote:Can you post the generated C++ part?
Eran
CodeLite 15.x
CodeLite is awesome, I just Love it!
Code: Select all
m_localDirUp = new wxBitmapButton(m_fileBrowser, wxID_ANY, wxArtProvider::GetBitmap(wxART_GO_UP, wxART_MENU), wxDefaultPosition, wxSize(-1, -1), wxBU_AUTODRAW);
CodeLite 15.x
CodeLite is awesome, I just Love it!
Makes no difference. I will have to live with that up until I upgrade to 3.0.evstevemd wrote:Let me try button one
CodeLite 15.x
CodeLite is awesome, I just Love it!
If it will happen with 3.0 also, you should report this to wxWidgets trac and not to me as the code is correct. The bitmap loaded coming from wxWidgets libraryevstevemd wrote:I will inform you if happens with 3.0 once I update
I meant I will do a notification just FYI, since someone else might ask the sameeranif wrote:If it will happen with 3.0 also, you should report this to wxWidgets trac and not to me as the code is correct. The bitmap loaded coming from wxWidgets libraryevstevemd wrote:I will inform you if happens with 3.0 once I update
Eran
CodeLite 15.x
CodeLite is awesome, I just Love it!