estanglerbm

Results 32 comments of estanglerbm

This is the exception text that fdb shows: ``` [trace] return types dont match [trace] virt Object mx.core::UIComponent/get paddingLeft() [trace] over Number spark.components::HGroup/get paddingLeft() [trace] [trace] param 1 incompatible [trace]...

This seems to be fixed, at least with PR #1135 and other previous PRs (don't know which one fixed it; probably commit d195814211ad3ada0f00be42cce0491419f8d032). PR #1135 is specifically designed to resize...

Actually, already works in develop. (PR #1135 changes the implementation, though, to try to make things better in other situations, too.)

Still haven't had a chance to try ChildResize branch yet. Sorry for the delay. Are you saying that the title bar is a child that is failing to trigger a...

https://github.com/apache/royale-asjs/pull/1150

My impression was that the places where trimXMLWhitespace() is used is solely for trimming leading and trailing space for the entire string (whether that's right or wrong), not embedded whitespace...

The original issue is resolved. The trim() fix is a slight bottleneck, but we're talking about 200ms on 15 MB of XML with many tabs to pretty-print and newlines after...

@greg-dove That's great about additional compiler support, but I don't understand. ListCollectionView (and thus XMLListCollection) already supports indexed array syntax, through getProperty() / proxy_getProperty(). How would RoyaleArrayLike on ListCollectionView help...

@aharui Yeah, that's what I did for a workaround (I know they are most likely ListCollectionView).

I haven't measured specifically, but a single DOM parentNode is pretty quick (it's not an expensive traversal and doesn't modify the DOM). I think the recursion (classes + containers) of...