Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0)

2015-11-01 Thread Harbs
I forgot to respond to this. Yes. I could be a candidate to work on this. If I get some help, I’d be more inclined to work on a public port of TLF. If not, it’ll be MUCH easier to just hack together some code that I could use internally. FWIW, I’m not totally thrilled with Flash’s TextLine. The

Re: Building FlexJS from source

2015-11-01 Thread Harbs
I’m using FB 4.7 and things are definietly better than they were with 4.5. I got the DataGrid example to run, but I’m getting errors trying to run the DataBindingExample: ReferenceError: Error #1069: Property name not found on flash.display.LoaderInfo and there is no default value. at

Re: Building FlexJS from source

2015-11-01 Thread Harbs
In trying to figure out what the build script was doing, I got a bit lost. I’m going to need some help here. The build script is including build_example.xml which has this: I’m getting an error at taskdef, and I’m not sure

Re: Building FlexJS from source

2015-11-01 Thread Alex Harui
On 11/1/15, 3:42 AM, "Harbs" wrote: >I’m using FB 4.7 and things are definietly better than they were with 4.5. > >I got the DataGrid example to run, but I’m getting errors trying to run >the DataBindingExample: > >ReferenceError: Error #1069: Property name not found on >flash.display.LoaderInf

Re: Building FlexJS from source

2015-11-01 Thread Alex Harui
What command-line are you running and what is FALCON_HOME set to? If you are trying to run from the repos, FALCON_HOME should be set to the flex-falcon repo’s compiler/generated/dist/sdk There shouldn’t be a lib folder in flex-asjs unless you tried to convert it into an IDE compatible folder, whi

Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0)

2015-11-01 Thread Alex Harui
On 11/1/15, 3:21 AM, "Harbs" wrote: >I forgot to respond to this. > >Yes. I could be a candidate to work on this. If I get some help, I’d be >more inclined to work on a public port of TLF. If not, it’ll be MUCH >easier to just hack together some code that I could use internally. > >FWIW, I’m no

Re: Building FlexJS from source

2015-11-01 Thread Harbs
On Nov 1, 2015, at 4:48 PM, Alex Harui wrote: > What command-line are you running and what is FALCON_HOME set to? If you > are trying to run from the repos, FALCON_HOME should be set to the > flex-falcon repo’s compiler/generated/dist/sdk It could be that I did not get this right. I’ll try aga

Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0)

2015-11-01 Thread Harbs
Not just RTL. There’s an awful lot of OpenType features that it supports. (Of course It would be great to support even more…) ;-) On Nov 1, 2015, at 5:06 PM, Alex Harui wrote: > IMO, TextLine was primarily there to do right-to-left text.

Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0)

2015-11-01 Thread Alex Harui
On 11/1/15, 10:26 AM, "Harbs" wrote: >Not just RTL. There’s an awful lot of OpenType features that it supports. >(Of course It would be great to support even more…) ;-) I wasn’t aware of that. What kinds of things and how do the browsers do it? -Alex

Re: Building FlexJS from source

2015-11-01 Thread Alex Harui
On 11/1/15, 10:24 AM, "Harbs" wrote: > >> There shouldn’t be a lib folder in flex-asjs unless you tried to convert >> it into an IDE compatible folder, which I’ve not tried. > >Yes. That’s what I did. How are you set up to work on the SDK? Do you >copy everything out first? Or do you just use an

Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0)

2015-11-01 Thread Harbs
I don’t remember the list off-hand, but a lot is related to language specific features. There’s also 3 or 4 levels of ligatures. There were some features I wished it supported (maybe it was contextual alternates?), but the OpenType support in general is not bad. There’s definitely missing pieces