Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Looking for some help on wxPython Mac bugs.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Daid Daid  
View profile  
 More options Mar 22 2012, 11:20 am
From: Daid Daid <daid...@gmail.com>
Date: Thu, 22 Mar 2012 08:20:42 -0700 (PDT)
Local: Thurs, Mar 22 2012 11:20 am
Subject: Looking for some help on wxPython Mac bugs.

Hi,

For the last few weeks, I've been working on an OpenSource project of my
own. And the userbase has been growing steadily. However, a small, but
important, part of the users are using MacOS machines.
I've used wxWidgets as base, and I'm using both Windows and Linux to
develop on, and test on. So I figured I would encounter most bugs that way,
and the MacOS version should be pretty much bug free.

But I was wrong. I already managed to fix quite a few problems (mostly
caused by my own mis-use of wxWidgets) but I'm stuck on a few others. So
I'm hoping to get some help, or some pointers.

My project is: https://github.com/daid/SkeinPyPy

Now, the first bug is caused by the fact that the EVT_ENTER_WINDOW and
EVT_EXIT_WINDOW don't seem to be fired for TextCtrl. I've tried to work
around this by using EVT_SET_FOCUS and EVT_KILL_FOCUS, but those also don't
seem to work. Using EVT_MOTION gave unpredictable results.
Code:
https://github.com/daid/SkeinPyPy/blob/master/SkeinPyPy/newui/configB...
Bug report: https://github.com/daid/SkeinPyPy/issues/1

The 2nd bug is a problem with sizers. The "Remove" function does not seem
to work. At all. I dynamically add progress panels to my main window, and
have the user remove those with an "X" button. A bit in the same way as you
would expect from a torrent program. But the "Add" throws an exception that
there is still a window in the way, which is impossible as I removed them
all.
Code can be found at:
https://github.com/daid/SkeinPyPy/blob/master/SkeinPyPy/newui/mainWin...
Bug report: https://github.com/daid/SkeinPyPy/issues/17 (with exception
trace)

Any tips on how to fix these bugs? Because I tried everything I could think
of.

Kind regards,
Daid


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »