I'm a music technology researcher, working on a tool to collect musician's
perceptions about rhythmic errors. I'm using haxe and arctic.
My app was crashing when I called .destroy(); After adding many traces()
in arctic/ArcticView.hx, I managed to find the place and create a patch to
fix it. I'm not certain if this is a general solution; I check for
TextField directly, but it might affect other types of gui objects as well.
I see a #debug section above my patch, but I don't understand it. I'm
happy with my patch, but I thought I should send it to you for possible
inclusion in SVN.
I don't have a small example of the crash, but if you want to see it in my
large project, check out
http://code.google.com/p/mewer/
SVN rev 86. Go to the directory:
other/listen-rhythms
and type "make".
Cheers,
- Graham Percival
Original issue reported on code.google.com by percival.music.ca@gmail.com on 19 Oct 2009 at 3:37
Original issue reported on code.google.com by
percival.music.ca@gmail.com
on 19 Oct 2009 at 3:37Attachments: