THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/11/2003 at 08:40, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Mac ;
Language(s) : C.O.F.F.E.E ;
---------
For some reason I can't get the TextDialog() function to work. The following code compiles and runs without generating any errors, and when I attach it to an object, it prints out to the console no problem every time the object moves. But I'm not seeing any dialog boxes.
Is this a bug, or am I doing something wrong?
main(doc,op)
{
var result = TextDialog("Hello World",DLG_OKCANCEL DLG_ICONEXCLAMATION);
println("Hello Console");
}