Bitmaps

Noname Myname gcdart_squeak at rediffmail.com
Sat Jun 10 07:59:00 UTC 2006


 Sorry for not posting a Detailed problem description ..
 The actual problem is this , i've been trying to implement indic support to SQUEAK .
 I've generated the bitmap for the given set of unicode values , its just that im trying to get this onto TextMorph. Although i know i CANT support versatile Text editing like selecting several characters or moving word by word.
 The problem is how to incorporate this feature in TextMorph , as the user type i want to get the "unicode values" of what he types , after this , i managed to get the bitmap of the entire string he typed ie everytime i encounter a key stroke a generate a new bitmap containing the given text.
I have this bitmap as a Form ( Thanx to boris for his code ! ).

The things that are remaining is 
 - get "unicode values" from user 
 - BackSpace handling ( i plan to remove the last character and again get the new bitmap ).
 
any Help or suggestions  ?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20060610/2b2c559a/attachment.htm


More information about the Squeak-dev mailing list