Customize DzPushButton and DzComboBox
Hello, how can I customize the text in DzPushButton and the overall content of DzComboBox?
In the wiki for DzPushButton I found enumeration "ButtonStyle" which can accept "BCustom" and "textStyle" propertie, but nowhere is it indicated how to assign your own style to it.
With DzComboBox it is even more complicated, there is nothing at all about visual design.

Comments
What are you wanting, to chnage the type with which elements are displayed or to change the text? http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/combobox_dz#a_1ae7b5558fd73d4f448e9b9b565ce2810c will, I think, get the string for a given item in the DzComboBox list so that it can be edited (or you can just use the addItem and removeItem methods). For DzPushButton don't gorget to look at its ancestore, DzButton http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/button_dz - that has most of the set-up methods, which the push button inherits.
Thanks, but I want to change the display style - font size, button color, hover color, text alignment, etc.
I am not sure how possible this is, but it would certainly be hazardous if your changes failed to adapt to a change in the UI elements.