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:
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
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
[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
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