Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356453

Summary: CheckBox throws an exception on setFont
Product: z_Archived Reporter: Joseph Vincens <jvincens>
Component: EDTAssignee: Project Inbox <edt.javascriptgen-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: greer, svihovec
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Joseph Vincens CLA 2011-09-01 07:21:21 EDT
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.
Comment 1 Joseph Vincens CLA 2011-09-15 09:24:56 EDT
this is no longer an issue