barcamp_presentation

Your browser needs java to view projects. Click here to install Java.

user_icon tristan_roddis shared it 1 year, 2 months ago
50 views, 1 tagger, 1 person loves it, 2 downloads, in 1 gallery
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
logcat logcat 8 months, 1 week ago

hey i presented at barcamp to!!!

vikaros vikaros* 1 year, 2 months ago

Interesting, who is you audience for your talk? Here is a project like what Paddle2See is describing: (link to project)">(link to project) ...granted, that still doesn't provide extensive support for text, but it does capture keyboard input. I'm surprised you're not talking about the new features that just came out in 1.3 like the list or math functions.

Paddle2See Paddle2See* 1 year, 2 months ago

Nice! With 1.3 you can sort of do keyboard input...by setting up keyboard actions for each key and adding the captured keystrokes to a list, one character per list item. Then, you can use the list in a Say block...and it will kind of print out a concatenated string. It should be possible to write a bunch of string handling routines using these one-character-per-list-item strings.

Please Wait...