I'll take a look at what options we're passing to the flex compiler in debug mode.
On Wed, Jan 27, 2010 at 4:14 AM, Raju Bitter <[email protected]>wrote: > Max, > > what is the reason that the warning to use getDisplayObject() instead of > getMCRef() is not displayed correctly in DHTML? In SWF10 runtime I get the > warning > > INFO #helloView.Function is deprecated. Use the #helloView.Function instead > > In SWF8 and DHTML output is correct: > INFO %cssview.lzx#32: #helloView.getMCRef is deprecated. Use > #helloView.getDisplayObject instead > > Looking into the code > http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzsI > see that you just dump the function reference in the warning. I guess > that's because there's no API to retrieve a function's name in AS3. There is > a workaround, though, described here: > http://blogs.adobe.com/aharui/2007/10/debugging_tricks.html > > For this to work, you need to turn on the -verbose-stacktraces=true > compiler option - which I'm not sure is done for OpenLaszlo. > > - Raju > -- Henry Minsky Software Architect [email protected]
