Results 401 comments of Ian Harrigan

That would help alot - minimal examples are defo helpful... feels like a bug to me in core

what version of haxe? Compiles find this end (after i add `public static var appContainer:Dynamic;` to `Main` just to get it to compile `Main.appContainer.closePopup()`)

> I could not use later version because of macros issues. I use 4.2 and havent had any issues btw > I use haxe 4.0.5. Cool - lemme downgrade and...

Cool - and when i downgrade to 4.0.5 is doesnt... so i _can_ reproduce... :) Now just to find out whats wrong :)

OK, so i added some fixes for 4.0.5, however, i would be interested about your binding issues also (i did add a fix for binding in latest haxeui-core but it...

hmmm, so i think this is a typing order issue... it may take a little more time... im actually surprised the issue isnt here in 4.0.5 also... For now you...

> I doubt even if you fix this macro issue and it compiles, the Itemerender hide ListView border issue will still exists. I think you were missing something when extracting...

Ok this should be fixed now... Found a small little bug kinda relating to this too where even if you "null" the icon it will still think its in the...

I can repro this, need to come up with a decent fix

Hi, is there any chance you can give an example of what you mean? Its sometimes easier to see code rather than text as an explanation :) Cheers, Ian