Harbs

Results 83 comments of Harbs

No. I think the point was that you should be able to override the type restrictions by explicitly using Object. That's a general AS3 feature available elsewhere.

OK. I see what you mean. I'll leave it to Josh to answer for himself... 😉

An aside: Why does Vector have the syntax `Vector.` instead of `Vector`? I've always found the extra dot weird and hard to remember...

PR looks good to me. Any reasons not to merge?

Regarding your first point: What does your template html file look like? Make sure you have the `${head}` token. Your minified css file should be correctly linked. Regarding your second...

Actually, here's what I have in my template file: `` `${application}.css` becomes MyApp.css in debug and MyApp.min.css in release. I have a build script which appends the build number for...

It does probably make sense to not add the `min.` to the name for release. It doesn't really add anything.

> -js-dynamic-access-unknown-members=true Yes. That's working as expected.

Take a look at `ListMultiSelectionMouseController`.

Where is this function? The only place I see a function named “expandItem” has the code mostly commented out. Bad performance like that seems most likely caused by forced reflows....