Re: [Pythonmac-SIG] Using AHRegisterHelpBook

2009-05-03 Thread Kevin Walzer
Don McGuire wrote: Hi: I am attempting to build an application that uses the built-in Apple Help system to display my html help files. I'm getting a Mac OS Error -50, which corresponds to "Error in user parameter list." Here's what I've done thus far: 1. Info.plist has the following entries:

Re: [Pythonmac-SIG] Using AHRegisterHelpBook

2009-05-03 Thread Kevin Walzer
Don McGuire wrote: I checked the Python 3.0 docs: all Carbon modules are removed, as you stated. So to launch the Help viewer nowadays, are you making calls to Cocoa? Or are you just launching the default web browser and skipping the Help viewer altogether? You can also open the Help Viewer d

Re: [Pythonmac-SIG] Using AHRegisterHelpBook

2009-05-03 Thread Kevin Walzer
Don McGuire wrote: I checked the Python 3.0 docs: all Carbon modules are removed, as you stated. So to launch the Help viewer nowadays, are you making calls to Cocoa? Or are you just launching the default web browser and skipping the Help viewer altogether? User help is one of the trickiest

Re: [Pythonmac-SIG] AutoComplete in C++ Editor for Python

2009-05-03 Thread Don McGuire
[email protected] wrote: > >> Hello, >> I am embedding python support in my C++ application and was looking at >> adding "Intellisense" or "AutoComplete" support. >> >> I found a way to do it using the "dir" function, but this creates a >> problem. Here's why. Let's say I have the following code in

[Pythonmac-SIG] Using AHRegisterHelpBook

2009-05-03 Thread Don McGuire
Hi: I am attempting to build an application that uses the built-in Apple Help system to display my html help files. I'm getting a Mac OS Error -50, which corresponds to "Error in user parameter list." Here's what I've done thus far: 1. Info.plist has the following entries: CFBundleHel