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

wxSmith

(1/3) > >>

winnie:
In wxSmith the wxComboBox and wxChoice missed the alignment styles. One could always add the missing styles in the costructor of the dialog but would be usefull to see them with the other styles.

oBFusCATed:
Can you describe the problem with a bit more details?

winnie:
When I use the plugin wxSmith to develop a wxWidgets application in the properties window of the object wxComboBox and wxChoice there is a field called Styles. In the styles that you can choose from the gui the alignment is not included. I think it would be usefull to have the chance to choose also the alignment of these objects.

BlueHazzard:
can you post this in the bug tracker of sf? Only in the forum it will get lost..

oBFusCATed:
winnie:
The alignments (center, vertical, horizontal) are set using separate properties.
Can't you use them? Why? Can you post the exact style constants you need to use?
Just keep in mind that setting the vertical alignment in a vertical sizer doesn't make sense, there are similar restrictions for the other sizer types.
If you use wx3.x you'll get asserts for such invalid cases.

Navigation

[0] Message Index

[#] Next page

Go to full version