Re: Button or shortcut <date> in Pdesk like in Progect
"Tomas" <[email protected]> Mon, 14 Aug 2006 18:50:39 -0000
| Newsgroups | gmane.comp.handhelds.palm.progect |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], invention@... wrote: > > > Rick, > > I should like to ask to add in Pdesk button or shortcut for insertion > current date in notes similarly Progect. PDesk one is pretty easy. This is the function: def OnAppendDate(self, event): debug("MainFrame.OnAppendDate") datestamp=Date() datestamp.setToday() self.details.txtNote.WriteText(str(datestamp)) I can search my three years old code and send it with the code for menu and shortcut to the current maintainer (Rick?) if interested. Hope the above is OK, I'm not a programmer by trade. I would be even happy to consider coding some other stuff (mostly just simple things) as I'm interested to restart learning Python. Just not sure if PDesk still has future, or it will be overtaken by Outliner Framework? Tomas Remember to visit Polls, Files and Bookmarks sections at http://groups.yahoo.com/group/progect. You are welcome to vote, upload your files and submit bookmarks. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/progect/ <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/