Changes between Initial Version and Version 1 of Ticket #44
- Timestamp:
- 10/26/09 19:28:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44 – Description
initial v1 1 1 We can remove existing commands during the applet's lifetime but the shortcuts do not currently get deleted. We need to replace the current lambda delete callback with a generic callback like ServerCommand.remove() so we can call it from timeout. 2 2 [[BR]] 3 Also, some of the shortcuts may just be invalid, we should pass them to a wrapper than can delete them if the applet replies it's invalid? 3 Some of the shortcuts may just be invalid, we should pass them to a wrapper than can delete them if the applet replies it's invalid? 4 [[BR]] 5 We may also want to remove them when we disconnect from a server? Make it an option? 6 Start the applet on demand?...