-
Notifications
You must be signed in to change notification settings - Fork 1
ToDo
acsmith edited this page Sep 14, 2010
·
3 revisions
- A napplet nested inside another napplet appears to hijack the parent’s size or drawing window somehow. Need to fix this.
- Improve performance generally.
- Resizing of napplet windows. Right now they can be resized, but the canvas doesn’t resize, so it’s the worst of both worlds. Ideally the programmer should be able to choose whether the window can be resized or not, and if so, the napplet should handle it gracefully.
- Allow the user to call a NApplet constructor (with parameters) and then add the constructed NApplet to the manager.
- Flesh out some useful Nit-implementing classes for things like drawing UI elements or other widget-y things.
- Implement a time-stamping system for Nits so that a Nit or NApplet can choose to only refresh/update itself when it needs to.