Gert Lombard

Show:

What's happening?

  • Marquee widget's setHTML doesn't work

    On V3 beta2, Marquee.setHTML (gui/marquee.js) has no effect, it's not setting _cvhtml. This seems to fix the problem?: p.setHTML = function(h){ this._cvhtml = h; //WAS: this.html = h; this.renderStyle('html'); }; BTW I also can't figure out how to dynamically set the width of the canvas to the width of the text.. In marquee.style.js, in renderStyle, the size is fixed...

    2006-03-16 12:40:13 UTC in DynAPI

About Me

  • 2001-01-06 (9 years ago)
  • 131571
  • codeblast (My Site)
  • Gert Lombard

Send me a message