Dynamic GUI widgets

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 29/04/2004 at 07:55, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.200 
Platform:      
Language(s) :   C.O.F.F.E.E  ;   XPRESSO  ;

---------
Hi!

Is it possible to dynamically add GUI objects to a panle in a plugin based on user input? For example sliders?

Thanks

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 01/05/2004 at 17:29, xxxxxxxx wrote:

It's possible in a C.O.F.F.E.E. dialog, using a dialog group with LayoutFlushGroup() and LayoutChange(). (See GeBaseDialog in the docs.)
I don't know where XPresso would fit in. It isn't possible to add user data elements from C.O.F.F.E.E. if that's what you're asking.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 03/05/2004 at 03:07, xxxxxxxx wrote:

Thanks for the Info Mikael. I meant only COFFEE Actually :-)