On 06/03/2014 at 01:16, xxxxxxxx wrote:
hi,
i've checked the c4d python sdk for Dialog, it has a method 'CreateLayout', seems all the ui needs to be created here. i need to add/delete panel based on a button click event in command handler, i tried to put it in event handler (out of createlayout), seems it doesn't work.
does anyone know about how to do a dynamic ui with c4d python sdk? it would be grateful if there's a sample.
another question is, is there a collapsable panel/group in python sdk, i need a panel that should have a checkbox in the bar (it could be checked so that it could be deleted with a delete button)?
do i need to derived from GeUserArea to define myself?
thanks a lot,