On 05/12/2013 at 08:55, xxxxxxxx wrote:
Hello,
iam building a plugin with customgui quicktab,
the sdk says it got settings like QUICKTAB_NOMULTISELECT
Does anyone know how to perform something like
myQuickTab[c4d.QUICKTAB_NOMULTISELECT] = True
quicktab sdk-documentation:
http://www.maxonexchange.de/sdk/CINEMA4DPYTHONSDK/help/modules/c4d.gui/BaseCustomGui/QuickTabCustomGui/index.html?highlight=quicktab#c4d.gui.QuickTabCustomGui
Edit:
If i try to access myQuickTab[c4d.QUICKTAB_NOMULTISELECT] i get the message "TypeError 'c4d.gui.QuickTabCustomGUI' is unsubscriptable"
thank you,
Bertram