Epaath open issues

From OLPC
Revision as of 03:23, 27 August 2008 by Ties (talk | contribs) (slight update)
Jump to: navigation, search

Here's a short summary of the most accute problems the OLE Nepal people face at the moment while developing for the XO:

  • Timer (it has been implemented but it doesn't work all the time, so it will be better if the timer function is generic)
    • sometimes we want a timer to halt all the operations in the image, and sometimes we want a timer that only halts a certain operation. Right now we have to use different functionality to implement our desired goal. What we want is a parameter to a generic timer function that switches between the two
    • the timer doesn't time in real time, and so if we want to have a shared activity to let two kids do things in a given time, they get out of sync, and so the one might have more time to do her task than the other.
  • Text morph as a input control
  • Localization of balloon text (tool tip)
  • Sound Buffer problem
    • memory problem errors when a lot of sound files are played
  • Optimization of Squeak activities on the XO the loading of projects. Better than it was, but still could use improvements.
  • find a way to cleanly augment clean etoys image with epaati stuff
  • in epaati main menu, make tooltip work with description of that particular activity. Prolly with the description in a text-file somewhere or something.

A lot of stuff that's on this page right now should be on the dev.laptop.org bug list together with some of the above items which are already there.