[wxPython] BeginBusyCursor

Hi Robin,

Thanks, After adding wxSafeYield() call after wxBeginBusyCursor() call, the
busy cursor is displaying fine now in Solaris.

In wxPython demo code, if we remove the wxLogMessage(..)[Main.py] call after
the wxBeginBusyCursor() call in RunDemo() funtion, we can reproduce the same
problem in demo as well.

I used below version of OS and softwares to make wxPython to build and run

Solaris SunOs - 5.7
gcc - 2.95.3
glib,gtk+ - 1.2.10
wxGTK - 2.3.0
zlib - 1.1.3
python - 2.0.1
wxPython - 2.3.0

I've a prepared a detailed instruction and attached along with this mail.
Hope that it will have answers for your questions.

I'd struggled for a week to get it build and run the demo. I got good helps
only from you to do that. And thanks for clarifing all my doubts in GUI
widgets without any delay.

Thanks
Maharajan

wxPython_sol_build.ZIP (1.02 KB)

···

-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Thursday, June 13, 2002 10:54 PM
To: wxpython-users@lists.wxwindows.org
Subject: Re: [wxPython] BeginBusyCursor

I tested the same code in windows and itz working fine and

busycursor is

displayed. But in solaris itz not displaing like that.

I check the demo in Solaris, and it is displaying the busycursor.

the version of wxPython i'm usign is 2.3.0.

Your sample is working for me in my 2.3.3 workspace. You may want to
upgrade at least to 2.3.2. You could also try calling wxSafeYield or
wxYield after calling wxBeginBusyCursor().

A little off topic, but I'm interested in your experiences
with wxPython on
Solaris. Did you build with GNU C++ or with SunCC? Did you
have any build
troubles that you had to work around? Which version of Python are you
using? Which Solaris is it? Which glib/gtk? Did you build
them yourself
or use prebuilt packages?

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

I've a prepared a detailed instruction and attached along with this mail.
Hope that it will have answers for your questions.

Thanks.

Has anybody here built wxPython on Solaris with Sun's compiler?

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!