Re: Mac OS X Experience

Поиск
Список
Период
Сортировка
От Adam H.Pendleton
Тема Re: Mac OS X Experience
Дата
Msg-id C2ABC8A0-8A5F-11D7-8C95-000A9566CE14@fmonkey.net
обсуждение исходный текст
Ответ на Re: Mac OS X Experience  (Andreas Pflug <Andreas.Pflug@web.de>)
Список 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

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Adam H.Pendleton
Дата:
Сообщение: Re: Mac OS X Experience
Следующее
От: Adam H.Pendleton
Дата:
Сообщение: Re: Mac OS X Experience