You cannot post messages because only members can post, and you are not currently a member.
Description:
For discussion of topics related to the development of wxPython, add-on libraries, and etc.
|
|
|
Phoenix = wx.Slider SetMax missing
|
| |
Hi,
Working a little on Matplot and Phoenix and in one of the demos they use wx.Slider.SetMax but it seems to be missing in Phoenix. So, oversight or should one use SetRange?
Werner
|
|
Errors building Phoenix for Python 3.3.1... what am I missing?
|
| |
I'm trying to build Phoenix using Python 3.3.1 on Ubuntu by running the following command on the r73957 snapshot: sudo python3 ./setup.py install Everything compiles, but it fails when byte-compiling the python modules to pyc's, with Python code that is clearly not 3-friendly: byte-compiling /usr/local/lib/python3.3/dist- packages/wx/lib/evtmgr.py to... more »
|
|
Phoenix - floatcanvas doc and tests
|
| |
Hi Chris and Robin,
Attached is an initial patch for documentation (please don't apply it), Chris can you have a quick look over it and let me know if the method param descriptions are correct, especially for things like XY and WH as they will repeat. Don't worry about Sphinx formatting at this point.... more »
|
|
Phoenix - line ending/diff of code
|
| |
Hi Robin,
I still see the issue that code shows a diff when it shouldn't.
I got r73930 and updated my svn checkout and then compared the folder wx.lib.floatcanvas using winmerge and they should as being different (i.e. all lines are different).
I see that you changed the SVN repo a few days ago, so deleted... more »
|
|
Phoenix - FloatCanvas
|
| |
Hi,
I was searching for valid values for FillStyle etc and see that the doc could be improved to show this information in e.g. DrawObject.
My question is about the question "Is this still necessary?" in that code section. Are there plans to move these dicts to something else or is it worth my while to update the doc for them into something Sphinx... more »
|
|
type degradation of event objects in Phoenix
|
| |
I have an example in which the program creates an event object that inherits from wx.PyCommandEvent and submits it to wx.PostEvent. When the event emerges in the handler, its type is the parent class wx.PyCommandEvent and not the subclass. The program immediately fails when it tries to call a subclass method on the event. I'm sending the file with... more »
|
|
Phoenix - pubsub unittests
|
| |
Hi,
Created a test case which does the setup of pub and tears it down, split the notify tests into individual files.
Changed all the tests to use it, now the only test failing if one runs them all is "test_lib_pubsub_notify4", it runs successfully when run by itself or with some of the others.... more »
|
|
Phoenix - unable to compile - ubuntu 13.04 - x64
|
| |
Hello,
I have some trouble when I compile the last version of wxPython (ubuntu - x64 - python 3.3)
I also try an older one and I have the same result.
During the compilation process I have always the same error message.
Can you please help me ?
Thanks for your help.
Vincent.
--- The error messages ---... more »
|
|
Phoenix - can't enable custom control
|
| |
Hi,
I have a custom control which is based on the PopUp control sample in the demo and in Phoenix this control can't be enabled.
In Phoenix I use wx.Control instead of wx.PyControl in 2.9.5 (where it works) and the control has an "Enable" method which enables the two contained controls (a button and a textctrl).... more »
|
|
|