Community
Participate
Working Groups
the following code is generated "setFont": function(font) { this.textspan.font = font.ezeUnbox(); } in my handler I do associateCheck CheckBox{text="Associate", font = "Verdana", color = "white", width=100, margin=10}; The handler generates this.associateCheck.setFont("Verdana"); A literal string is passed to setFont and a literal string does not have the ezeUnbox() function.
this is no longer an issue