From: <ti...@da...> - 2007-03-19 10:19:00
|
> BTW, I think this is currently broken, because you were > using a value of "macintosh", which (from what I've read > in the docs) is not a valid thing... Guess we can try > fitting a nice unicode character in a sequence name, and > see what happens... Well, "macintosh" was just a guess of mine :-) However it always worked at least with Italian accents. It does not work with the degree symbol, which appears correct on Linux but gives an infinity symbol on MacOS (SequenceView). > We could also try to use the original fixed type, because > other files uses fixed as well (I'm thinking of Sounds > files, which I'm working on...). Yep, I mean that. A fixed value in range 0-1 is represented as an integer ranging from 0 to 0x10000 (provided I understand correctly how fixed works...). I don't know if the wxTree behaviour I see is correct... Seems quite ok to me. > I've started work on handling Sounds files, but I'm > waiting to have enough material to put on svn (and I'm > currently away from my computer). Nice. Bye, T |