From: SourceForge.net <no...@so...> - 2006-03-16 12:40:13
|
Bugs item #1451232, was opened at 2006-03-16 04:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1451232&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gert Lombard (codeblast) Assigned to: Nobody/Anonymous (nobody) Summary: Marquee widget's setHTML doesn't work Initial Comment: 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: this.lyrCanvas.setSize(100,100); (the w/h from getContentWidth/Height doesn't seem to work either) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1451232&group_id=5757 |