Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
339 posts
|
I am working on a word recognition/typing program in Etoys for Haiti. (and anyone else who needs it).
I need to be able to change the color of the character at cursor. How can I do this? (squeak code is fine)
Thanks, Stephen
_______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
6568 posts
|
On 2013-03-15, at 01:05, Steve Thomas <[hidden email]> wrote:
I am working on a word recognition/typing program in Etoys for Haiti. (and anyone else who needs it). ![]() setColorAtCursor: color | m | m := self costume renderedMorph. m text addAttribute: (TextColor color: color) from: m cursor to: m cursor. m changed - Bert - _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
339 posts
|
On Thu, Mar 14, 2013 at 8:25 PM, Bert Freudenberg <[hidden email]> wrote:
... [show rest of quote] _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
339 posts
|
Version 2 - Picture Words
On Thu, Mar 14, 2013 at 8:58 PM, Steve Thomas <[hidden email]> wrote:
... [show rest of quote] _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Free forum by Nabble | Edit this page |