|
From: <an...@ha...> - 2002-02-25 01:00:45
|
Just to prove that I am the worlds most efficient 'prototyper', Kevin looked at my code and immediately came up with a much more elegant solution. Basically, if you are not running on Windows the 'Import Outlook' menu item is disabled. If you are running Windows nothing *now* happens until you select the menu item. If you don't have Outlook and you select the menu item them my old friend the installation wizard comes up and serve you right for doing so. If you do have Outlook and select the menu item then your contacts database is imported into the sample application - maybe, I'm not running Outlook so I can't tell you whether or not it works ;-) So, changes are checked into CVS and ignore the '-o' flag that I posted in the original message. Regards, Andy On Sun, 24 February 2002, "Patrick K. O'Brien" wrote: > > Thanks. Which reminds me, I haven't gotten around to making the Outlook > import work yet anyway. > > --- > Patrick K. O'Brien > Orbtech > > > -----Original Message----- > > From: pyt...@li... > > [mailto:pyt...@li...]On Behalf Of > > an...@ha... > > Sent: Sunday, February 24, 2002 5:35 PM > > To: pyt...@li... > > Subject: [Pythoncard-users] Disabling outlook integration in > > addressesZODB > > > > > > I've been playing with Patrick's latest changes to the > > addressesZODB sample and the accompanying ZODB interaction in > > the shell. Thanks Patrick, its very nice stuff. > > > > However, I'm running on Windows but I don't use Outlook. I do > > have MS Office installed though, so the Outlook installation > > wizard was firing up every time I started the application. After > > four or five "no I don't want to install this software" I decided > > to do something about it. > > > > I've added a command line flag to the application to get rid of > > it. If you are running on Windows and don't use Outlook, just > > start the application with a '-o' option and the Outlook > > integration will be disabled. > > > > e.g. start a DOS window and type; > > > > C:> cd samples\addressesZODB > > C:> python addresses.py -o > > > > And no annoying installation wizards will appear. Sweet. > > > > Regards, > > Andy > > > > > > > > _______________________________________________ > > Pythoncard-users mailing list > > Pyt...@li... > > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > > > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users |