alstrup / arctic

Automatically exported from code.google.com/p/arctic
0 stars 0 forks source link

[patch] arcticView.destroy() crashes with TextField #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Still crashes with version 1.1.1.  The same patch fixes it, although it should 
now be
applied to line 3057.

Original comment by percival.music.ca@gmail.com on 8 Apr 2010 at 2:54