You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've done a decent writeup in the readme, so I'm just going to dump that here.
Edit: Special attention should be given to FAQSubstate, line 45. If you comment out this line, the error no longer occurs. Here it is linked in my repos at the specific commit. Link.
For some odd reason, text reflow in haxeui-flixel just breaks in flash. So this
is an attempt at a minimal case for that.
Open the substate and close it. It should fail for sure in Flash if I did my job right.
Late insert: And HTML5, and Neko.
Yes, this is just copy+paste my current setup, with much of the cruft cut away. The classpaths were left in place.
air - SDK not installed
android - SDK not installed
electron - haxelib not installed
flash - crashes (this bug)
html5 - crashes (this bug)
hashlink - build fails (probably different error)
neko - crashes (this bug)
windows - MSVC not installed
It's apparently erroring on your ScrollView's scroll bar, which is weird. It only occurs when you mouse over the FAQ button, when the scroll isn't on the page, so that's weird. It's also weird that adding text to a label makes the error not happen. The second one makes me think it would resolve itself or become easy to debug after #17.
Easy fix is to add destroySubstates = false in your TitleState, but the underlying problem remains.
I've updated my haxe version, haxelibs, and this thing's code since it was last visited. I could zip a new bundle if necessary, but that is in my repo no later than commit 0e93b20. (Specific folder: link)
The specific versions now, which are of interest for looking back over this thing's history, are:
Edit: Of specific note is that the substate switch now uses the method you originally proposed as opposed to my wrapper classes. I'm trying to gravitate this towards something easier to work with as it seems to persist and will require more and more prodding. This simplified the code by at least 3 classes.
I did not try
add destroySubstates = false in your TitleState
yet, as this issue is about the underlying issue and I didn't have it open when I worked at the code. I'll try it and edit to tell you if that works or not. (I imagine it does, but "the process" and all.)
Edit: That does indeed work. I can only assume it's bad karma as it leaves something uncleaned in memory, but I wonder if there's a good way to destroy that manually after the return for a more robust workaround.
Please feel free to rename that. I suck at naming bugs.
This is in my repos as 02-textflownull - the version attached to this post is just commit b671345 zipped up.
Here is the same attachment: 02-textflownull.zip
I've done a decent writeup in the readme, so I'm just going to dump that here.
Edit: Special attention should be given to FAQSubstate, line 45. If you comment out this line, the error no longer occurs. Here it is linked in my repos at the specific commit. Link.
For some odd reason, text reflow in haxeui-flixel just breaks in flash. So this
is an attempt at a minimal case for that.
Open the substate and close it. It should fail for sure in Flash if I did my job right.
Late insert: And HTML5, and Neko.
Yes, this is just copy+paste my current setup, with much of the cruft cut away. The classpaths were left in place.
haxelib versions from git...
flixel
,984124c4
haxeui-core
,f601c051
haxeui-flixel
,6cc3b3f4
Tested targets
haxelib list...
The text was updated successfully, but these errors were encountered: