Today
- add a simple alert dialog (Done: application.dialogs.Util.showAlert(parent, message) )
- the invitation dialog needs to validate email addresses (brian has a method for that), then call another method to send invite
- I need to provide brian a method he can call to async post an invitation error
import osaf.framework.sharing.Sharing
osaf.framework.sharing.Sharing.announceError("I received an error\nDo something about it!")
- I need to also make the inbound Invite method async:
import osaf.framework.sharing.Sharing
osaf.framework.sharing.Sharing.announceSharingUrl("http://theinvite.com/url/29384702938")
- set up an internal webdav server (Done)
--
MorgenSagen - 25 Aug 2004