Combox vs Combobutton?
-
On 11/10/2014 at 04:09, xxxxxxxx wrote:
Hi
for Combobox:
self.AddComboBox(MY_COMMAND, flags=c4d.BFH_LEFT, initw=114, inith=14)
self.AddChild(MY_COMMAND, 0, "a" )
self.AddChild(MY_COMMAND, 1, "b" )
self.AddChild(MY_COMMAND, 2, "c" )for Combobutton???
this code not work....
self.AddComboButton(MY_COMMAND, flags=c4d.BFH_LEFT, initw=114, inith=14)
self.AddChild(MY_COMMAND, 0, "a" )
self.AddChild(MY_COMMAND, 1, "b" )
self.AddChild(MY_COMMAND, 2, "c" )The combobutton work only whit Resourece editor???
Thanks!
-
On 17/10/2014 at 07:44, xxxxxxxx wrote:
Hello,
it looks like AddComboButton is currently not supported by the Python API, only
AddComboBox
[URL-REMOVED] is available.Best wishes,
Sebastian
[URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.