Forum: Poser Python Scripting


Subject: wxPython on Macintosh

JTrout opened this issue on Sep 15, 2010 · 3 posts


JTrout posted Wed, 15 September 2010 at 5:02 AM

Hi, again

Though I looked for past thread, I couldn't find a definite solution.

Forgive me if I miss it, please.

My new worry is about wxPython on Macintosh.
The code with no problem on the Windows. doesn't work suitably on the Macintosh.
Please teach me about the following if there is some information on something.

The "accept" button and the "cance"l button don't appear on the wxColourDialog on Macintosh.
Even if wx.GetColourFromUser() is used, it is the same.

The color of Widget such as a button, TextBox and others can't be set up suitably.
For example.
The color of the button can't be changed by "SetBackgroundColour()" method.

Some sample script bundled in the Poser becomes the same result, too.
It works normally when the code which wxPython is used is executed independently with the Poser.

There is impression which the parent window to specify in widget influences.
However, I haven't understood wxPython well yet.
I am at a standstill after all. 

I test this on OS X (10.4 Tiger).

Kind regards,
JTrout