I’m using a nightly from a couple of weeks ago. On Jul 14, 2016, at 8:23 AM, Alex Harui <aha...@adobe.com> wrote:
> > > On 7/13/16, 10:16 PM, "Harbs" <harbs.li...@gmail.com> wrote: > >> In all likelihood, it’s one of these: >> Warning: Initializer value NaN is not valid for type 'uint'. An initial >> value of 0 will be used instead. >> static public function show(message:String, title:String=null, >> buttons:uint=NaN, dummy2:String=null, eventHandler:Function=null):void >> >> ^ >> >> /Users/harbs/Documents/git/PrintUI/printui-flexjs/PortedPrintUI/src/com/pr >> intui/dummy/tlf/ITextLayoutFormat.as:25 >> Syntax error: Expected PAREN_OPEN but got ':' >> function get listAutoPadding:int; >> >> I’d guess it’s the second one, although I’m not sure why I’m not getting >> the first output in FB. > > Are you using the Falcon nightly? There was a bug in 0.6.0 that was > blocking warnings from FB. It should be fixed in the nightly. > > -Alex