Hi I’m new to using this haxe ui stuff (and still kinda new-ish to programming in general), but I was wondering if there’s an explanation as to why I keep getting these visual errors whenever I use certain components in a scrollview container.
I’ve noticed these errors using the following components and containers:
-number steppers
-textfields
-list views
I’m not sure if this is a user error or something else.
Are you using the git version of haxeui + haxeui-flixel?
Sorry if I’m misunderstanding your question, but it seems like I’m using version 1.7.0 for both haxeui-core and haxeui-flixel. (I’ve run the ‘haxelib list’ command to check this if that helps.)
Hey,
So i basically meant that the haxelib version is quite out of date (very out of date in fact), so it makes sense to use the git version:
haxelib git haxeui-core https://github.com/haxeui/haxeui-core
haxelib git haxeui-flixel https://github.com/haxeui/haxeui-flixel
These are the very latest version (from github) - see if the problem persists after using those versions.
Cheers,
Ian
All the components in the scrollview container seem like they are displaying correctly now (with the added bonus that all text is now sharp instead of having a slight blur).
Huge thanks for the help (especially since the issue I was having seems very simple in hindsight lol, sorry). It is much appreciated!
1 Like