41
Using Code::Blocks / Re: Using a file dialog with wxSmith?
« Last post by Commaster on November 27, 2023, 07:47:11 am »I hope this helps https://docs.wxwidgets.org/3.2/classwx_file_dialog.html
As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
@adalbert Great video. You can only clarify - did you edit everything yourself and make scripts for the demonstration, or is your video based on other people's video materials, and you just edited it and voiced it?
can you use any color in the color palette instead of the black interface, for example?Probably not, at least not without going really deep into the wxWidgets/CodeBlocks code, the dark interface colours are probably hardcoded somewhere, or maybe even hardcoded in the Windows itself
\trunk\src\sdk\cbplugin.cpp ~row:953-994
The wizard looks if "$(#wx)/include/wx/wx.h" exists, check if your wx vaiable points to the correct folder (where include and lib reside).I did add that, but did not post about it. I have the include folder searchable also.
BTW, you must add "$(#wx.INCLUDE)" to the compiler search path.