Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    The default rendering you're seeing isn't due to Canvas children, it's the innerHTML of the widget. You can get rid of it with an override of getInnerHTML that returns empty content ( ).

    Comment


      #17
      Perfect, it works. Thanks

      Comment


        #18
        By the way could you please let me know when the first issue (calling addChild outside of the handler) will get fixed?

        Comment


          #19
          The underlying issue with calling addChild() in the constructor should now be fixed in the nightly builds for 5.0d.

          Comment

          Working...
          X