Disable/Enable an Edit Field in COFFEE?
-
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 ) ...
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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 -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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
GeUserAreacheers,
Matthias