Re: Mac OS X Experience

From: Adam H(dot)Pendleton <fmonkey(at)fmonkey(dot)net>
To: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Mac OS X Experience
Date: 2003-05-20 01:09:52
Message-ID: C2ABC8A0-8A5F-11D7-8C95-000A9566CE14@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I lied in my last e-mail. The splash screen only displays properly
without the code:

if (winSplash) {
winSplash->Close();
delete winSplash;
}

From what I can tell, the bitmap is not displayed during the wxSleep(2)
call. During this call the splash screen is white. After the call the
windows gets destroyed before the bitmap can display. If the above
code is commented out, the bitmap displays. Without having looked at
the wxWindows docs yet, I would assume that the winSplash->Refresh()
should have taken care of displaying the bitmap, but this doesn't seem
to work on the Mac. I will keep investigating.

ahp

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam H.Pendleton 2003-05-20 01:49:23 Re: Mac OS X Experience
Previous Message Adam H.Pendleton 2003-05-20 00:52:40 Re: Mac OS X Experience