From: Kevin A. <al...@se...> - 2001-08-22 18:56:30
|
I've checked in the initial port of the addresses sample http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pythoncard/PythonCardPrototyp e/samples/addresses/ I included the HyperTalk script used for the conversion (script.txt), the output of the layout information (fields.txt), the data from the fields (data.txt), a readme.txt describing the purpose of this sample, and a notes.txt describing the conversion process in detail. When the addresses sample starts up it automatically imports the list in data.txt and you can move back and forth between the two "cards" of data. Later today I plan to hook up the New Card, Delete Card, and Find buttons, and a menubar. The first thing I need to do is get the transparent saves of the data going so that as you go to the previous and next records ('cards') and quit the application the data is saved for you. I'll add support for importing Outlook data at some point, since I use Outlook and have a data set to test against. I realize the telephone fields are a bit small given the default font. I'm gonna leave them as is until we have font support hooked up. If you have developer cvs access, please work on a copy of the addresses sample, so that you don't end up accidentally checking in a modified data.txt file. ka |