Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

wxSmith isues

<< < (14/15) > >>

gtafan:
Thanks for the answer. Like already mentioned I have no idea about wxSmith code, but for wxSimplebook, as its name saies, was thinking it shouldnt be so hard as wxNotebook code with some changes could be used.

BlueHazzard:

--- Quote ---Thanks for the answer. Like already mentioned I have no idea about wxSmith code, but for wxSimplebook, as its name saies, was thinking it shouldnt be so hard as wxNotebook code with some changes could be used.
--- End quote ---
Was thinking the same, but there are no tabs for this control, so how the wxSmith user selects the different tabs to view? --> New dialog.
How to trigger this dialog? There is no area in the SimpleNotebook that is not specifically for only this control. The client area fills the whole control so you have to detect from the client area if the parent is a SimpleNotebook and show the appropriate window. In the normal notebook there is the tab list at the top, where you can add all needed menus for notebook control (Add page, delete Page ecc)... As far as i can tell wxSmith does not support detection of the parent (or at least i need a lot more time to investigate, that i do not have)

gtafan:

--- Quote from: BlueHazzard on December 14, 2018, 03:07:26 pm ---
--- Quote ---Thanks for the answer. Like already mentioned I have no idea about wxSmith code, but for wxSimplebook, as its name saies, was thinking it shouldnt be so hard as wxNotebook code with some changes could be used.
--- End quote ---
Was thinking the same, but there are no tabs for this control, so how the wxSmith user selects the different tabs to view? --> New dialog.
How to trigger this dialog? There is no area in the SimpleNotebook that is not specifically for only this control. The client area fills the whole control so you have to detect from the client area if the parent is a SimpleNotebook and show the appropriate window. In the normal notebook there is the tab list at the top, where you can add all needed menus for notebook control (Add page, delete Page ecc)... As far as i can tell wxSmith does not support detection of the parent (or at least i need a lot more time to investigate, that i do not have)

--- End quote ---
The user can select the tab in the resource view. In the resorce tree it´s looking like this:

book
 |
 |-tab1
 |
 |-tab2

and so on.

BlueHazzard:
Don't know if wxSmith supports it, to modify the tree control context menu... Have to look into it...

BlueHazzard:
wxSmith does not support right click in the tree control at the moment, but it would be possible to add custom controls to the quick edit panel... This would be a possibility...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version