Michael,
This is the second report I've heard of the About box not showing up, and the
first for the logging options. However, I'm at a loss to explain the problem as
both dialogs show up just find on my PC. Here's the source from d26 for showing
the About box:
void DoAbout (HWND hwnd, WPARAM command)
{
::DoAbout (hwnd);
}
And here's the source for d28:
void DoAbout (HWND hwnd, WPARAM command)
{
UNUSED_PARAM(command);
::DoAbout (hwnd);
}
The DoAbout() function is contained in the About.cpp source file, and hasn't
changed between d26 and d28. So I don't know why you'd be seeing different
behavior between the two versions.
The source code is provided with Poser; if anyone encountering the described
problems is able to figure out what's going on, I'd be interested in getting the
fix.
-- Keith Rollin
-- Palm OS Emulator engineer
"Michael S. Davis" <[EMAIL PROTECTED]> on 06/28/99 02:36:05 PM
Please respond to [EMAIL PROTECTED]
Sent by: "Michael S. Davis" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (Keith Rollin/HQ/3Com)
Subject: Re: POSE Operation
Question: I found that I was using version 21d26 instead of 21d28.
But with 21d28, I can't display the about box or change logging options.
I have tried reinstalling it. Is that the way it should work? Did I
get a bad download?