Hi Erik,

after goof.events integration two examples need updates to continue
working: HTML5 and CreateJs, I was trying to discover how to update this
example but have no luck. I will need some guidance so I can update i
accordingly. Can you explain the work in your branch and the main points so
I can understand the changes.

For what I see:

* In createJS swf compiles ok but js doesn't. I get it to compile after
remove references to FlexGlobal goog.required. But as I add the easeljs
script and run in a browser it shows a blank page.

* It seems that in createJS there's no need of createjs's Application.js
and VewBase.js, so in theory we could remove it and change the namespace in
MXML for "basic" for this two components.

* UIBase.js seems to be still required and we only need to update removing
FlexGloblal goof.require and in the constructor replace the code for
goog.base(this);

* For HTML5 example, SWF works ok but again JS is showing only The first
label, the next two buttons (Start /Stop Timer) and the timer label. But
the rest is not showing. So  I think there's a problem with the first List
control.

How you can point me with some info so I can make it progress and update
the examples to work with your changes.

Reply via email to