[openbeos] Re: Keymapping

  • From: Mattia Tristo <mattia_tristo@xxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Sun, 18 Jan 2004 02:08:46 +0100

>That one would be almost great for that case, but it crashes a lot 
>under Dano :)
>Also, it's hard to find anything there - it would be nicer if I could 
>jump to certain code tables, like Cyrillic, directly.

It's a bug of Dano and also of Zeta, try this in a BView :

SetHighColor(0, 0, 0);

char aChar;
BString aString;

aString.SetTo("");

aChar = 226;
aString << aChar;

aChar = 130;
aString << aChar;

aChar = 162;
aString << aChar;

MovePenTo(30, 30);
DrawString(aString.String());

Let me know if the system doesn't freeze, i have removed chars from 8350 to 
8380 from the drawing function and there are no more problems.

                                                                    Mattia


Other related posts: