GeDialog

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

On 11/09/2008 at 13:47, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   10.1 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Hi, where can i find an example of a simple working UserDialog (say a checkbox or a slider). I have a menu entry so far and i want that when the menu is selected a dialog opens. how do i do this?

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

On 11/09/2008 at 14:45, xxxxxxxx wrote:

See the cinema4dsdk folder in the plugins folder. This contains many examples including a bunch of dialog examples.

For a CommandData plugin, you want to also setup a derived GeDialog class which is allocated, initialized, and opened by your CommandData derivative class.

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

On 11/09/2008 at 15:17, xxxxxxxx wrote:

thank you. i just found the subdialog.cpp which got me started. everything is evolving now :)