Hi Schnee, thanks for your comment, you were right. I though util.loop(function, time) could be more intuitive and I changed for that reason, but yes, you might be right so I'll revert it for next release with the fixed example :)
I am releasing a 0.95 version tomorrow with new apis and examples. And basically before 1.0 my plan is to work on documentation, at the moment everything is a bit obscured and doesnt really show all the crazy little tricks that you can do in protocoder such live execution :) Thanks for your comments, waiting for more! :D Cheers Victor On Sunday, June 8, 2014 10:04:08 PM UTC+2, [email protected] wrote: > > Hello Victor, > > I can't get my IOIO-OTG running with your app. Their might be reasons not > related to your program, but typically it works. > Let me shortly explain the configuration. > > I connect the IOIO-OTG via bluetooth to my Nexus7 ( Android 4.2.1 rooted > ). Pairing done, of course. > When I start your example from the browser editor ( don't know the correct > word for it ) I receive an error message in the console window > "Can't find method > org.protocoder.apprunner.api.PUtil.loop(number,function). (UBoard_IOIO#23) > 23 (0): UBoard_IOIO at UBoard_IOIO:23 " > The screen only shows the "Start ioio" button. > > Resolved: > the util.loop has a little strange syntax: util.loop(function, number). > The example uses the more "natural" syntax util.loop(number, function). > That is wrong. > After correction it shows all buttons. > > Conclusion: > At least the concept of the editor and the console strongly helps to > detect problems. The quick reference is a good idea for the experienced > user. > For the newbie like me, a more detailed documentation might be helpful, > beside the examples, of course. > > Nice work. Keep going, Victor !! > > best regards > Schnee > > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
