Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/03/2010 at 14:42, xxxxxxxx wrote:
User Information: Cinema 4D Version: 11.5 Platform: Mac OSX ; Language(s) : C.O.F.F.E.E ;
--------- Hello,
1. How can I disable/enable an edit field of the UI in COFFEE?
2. Where do I find a documentation of all the available properties and methods of the User Interface elements, as for example GetCheckbox( id ) ...
On 31/03/2010 at 22:50, xxxxxxxx wrote:
Hope this helps?:
Enable( YOUR_BUTTON, 1 ); //enable your button Enable( YOUR_BUTTON, 0 ); //disable your button
On 05/04/2010 at 23:46, xxxxxxxx wrote:
Please check the following classes. They describe dialogs and custom user areas.
GeBaseDialog GeUserDialog GeDialog GeModalDialog GeUserArea
cheers, Matthias