Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
wxSmith isues
gtafan:
At the moment wxSmith suports only cresting native version of dialogs, but an option where you can select generic version instead would be very helpfull.
Also if tallking about dialogs, a posibility to ad a custom dialog with an option to select from dialogs avaible in the project would be really usefull and save a lot of time.
BlueHazzard:
--- Quote ---At the moment wxSmith suports only cresting native version of dialogs, but an option where you can select generic version instead would be very helpfull.
--- End quote ---
Can you give some link where the difference of "native" and "generic" is described? I don't know what you mean by this...
--- Quote --- ad a custom dialog with an option to select from dialogs avaible in the project would be really usefull and save a lot of time.
--- End quote ---
You mean copy a dialog, or some kind of template? The first would be easy, the second a lot work...
I think the next thing i will work on in wxSmith is to implement the wxPropertyGrid in some very basic way. Since wxPG is supported within >wx3 i think it would be nice to have it...
gtafan:
Have no link explaining the diference between generic and native version in general, but I try to explain in my ugly english. It's all about look and feel of a dialog, native ones use OS native look and feel while generic looks more or less the same on every OS. Generic versions of dialogs have names with Generic inserted after wx, example wxGenericDirDialog.
Unfortunatelly the most generic dialogs are not in the documentation.
gtafan:
--- Quote from: BlueHazzard on March 31, 2018, 10:37:56 am ---You mean copy a dialog, or some kind of template? The first would be easy, the second a lot work...
--- End quote ---
So here some example of what I mean, you can create custom dialogs like this:
have created 2 here:
now something like this could be helpfull:
The same thing could be done for custom panels:
Also have a feature here that was avaible for wxListCtrl in wxDev, but missing badly in wxSmith:
BlueHazzard:
I am still not quite sure what you want? A dialog to open the windows, or a dialog to create a copy of a window? Something like the key combination "Alt+G" for source files?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version