Tagged Questions
4
votes
2answers
86 views
why is my text not aligning properly in wxPython?
I'm using wxPython to build a GUI and I'm trying to align some text but it's not working at all.
I'm trying align three different static text items in three places (right aligned, center aligned, and ...
3
votes
2answers
66 views
wxpython capture keyboard events in a wx.Frame
I'm trying to capture keyboard events that happen inside a wx.Frame, and I would expect the following code to capture those events. However, the handler OnKeyDown is never called when I run the code:
...
3
votes
1answer
922 views
wxpython: Updating a dict or other appropriate data type from wx.lib.sheet.CSheet object
If I have a notebook with three spreadsheet widgets, what is the best way to have changes to the spreadsheet update a dictionary (or maybe an sqlite file?). Do all wx grid objects come with a built ...
2
votes
1answer
22 views
wxpython:Insert multiple strings from one listbox to an other listbox
When i click on one of the choices of the zone_list in timezone1 listbox, i want to insert that string in the time_zones2 listbox and if after that i select an other choice i want to add the second ...
2
votes
2answers
88 views
Remove horizontal grid lines only on wxgrid
On the wxwidgets docs, I only found the EnableGridLines, which is set to false, removes both the horizontal and vertical lines, what I wish, is to remove only the horizontal lines on the grid. Is ...
2
votes
1answer
950 views
Non-editable text box in wxPython
How to create a non-editable text box with no cursor in wxPython to dump text in?
1
vote
0answers
67 views
How to build wxPython trunk with mingw on Windows?
I checked out wxPython and wxWidgets into two directories C:\dev\wx\wxPtyhon and C:\dev\wx\wxWidgets:
mkdir /D c:\dev\wx\
cd c:\dev\wx
git clone https://github.com/wxWidgets/wxPython.git
git clone ...
1
vote
1answer
115 views
Unable to use wx.NotificationMessage properly with wxPython
I recently upgraded to the development release of wxPython (wxPython 2.9.2.4) since I needed the functionality of wx.NotificationMessage within my application. I have been trying unsuccessfully to ...
1
vote
1answer
75 views
Something like the wx.MultiChoiceDialog in a panel instead of a dialog
I'd like to use the list (with checkboxes next to each item) that is contained in the wxMultiChoice dialog in a panel. Is that possible?
1
vote
0answers
69 views
WxPython: How do I Edit Row and Column Names for a cSheet Grid and make the cells non-editable?
I am currently piping information to a wxPython GUI program in real time. I would like to make a custom spread-sheet-style 4x4 cell grid that continuously displays the values for a matrix being ...
1
vote
1answer
57 views
What gui elements to be used?
I'm trying to create a journal entry interface, similar to those well known accounting softwares using wxpython for the gui and psycopg2 as backend. I tried doing it with a listctrl, but its use is ...
1
vote
1answer
290 views
wx.ScrolledWindow not repainting when scrolled
I have a little app that I am working on with wxPython.
I have a scrolled window using wx.ScrolledWindow. It seems to refuse to repaint the contents when it is scrolled.
Example:
Code that created ...
1
vote
0answers
153 views
wxWidgets ComboBox center on selected item
I have a requirement to center a wx.ComboBox on the selected item when opened.
Basically, I want to do this (http://stackoverflow.com/questions/592911/wpf-listbox-centering-selected-item), but using ...
1
vote
1answer
461 views
How to make wx.TextEntryDialog larger and resizable
I create a wx.TextEntryDialog as follows:
import wx
dlg = wx.TextEntryDialog(self, 'Rules:', 'Edit rules',
style=wx.TE_MULTILINE|wx.OK|wx.CANCEL)
...
1
vote
1answer
191 views
I'm trying to make a wx.Frame with variable transparancy (based on the png mapped in the erase bk event)
I'm trying to make a special splash screen that is displayed while the application is loading,
it outputs messages of the various components loading and features a progress bar.
The first job I am ...
1
vote
3answers
380 views
What are the existing open-source Python WxWidgets designers?
What are the usable tools?
I am aware of wxformbuilder and wxGlade, but none of them seems to be complete yet.
1
vote
2answers
117 views
How to layout all children of a wxPanel?
I have a wxPython application which allows the users to select items from menus that then change what is visible on the screen. This often requires a recalculation of the layout of panels. I'd like ...
0
votes
0answers
27 views
Need some help using widgets with wxpython
Hey i am using pygame within wxpython, and I am wondering how can I use a wx widget inside the pygame part of the program.
So, I would just like to replace the player image with a wxButton. (So when ...
0
votes
0answers
34 views
inserting the control to wx.FlexGridSizer
I am adding some control like this :
| statictext| stc1 |
| statictext| stc2 |
| statictext| stc3 |
adding the control
self.text = ...
0
votes
0answers
45 views
WxPython: Displaying EPS Images
Is there anyway to display an EPS image in wxPython while still conserving the EPS properties, such as being scalable to any size? Thank you very much.
0
votes
1answer
108 views
WxPython: How to display a pdf file object in a wxPanel?
I have a wxPython GUI. I would like to display the pdf object as an image inside a wxPanel on Mac/UNIX. What would I use?
Any advice or suggestions would be appreciated. Thank you in advance.
0
votes
1answer
163 views
create multiple classes with wxFormBuilder for python
I'm using wxFormBuilder to write a series of GUI applications. So far it has worked wonderfully, but the documentation on their homepage is a broken link.
What I'd like to do is combine my programs ...
0
votes
0answers
21 views
Increase number of rows on wxgridPyGridTableBase
What I want to have in my grid is to have an initial empty row, for the user to input on each cell, and as he reaches the last column of the row, when he presses enter, another set of rows are added ...
0
votes
0answers
52 views
Display summary data on a footer for wx.grid
Still new to wxpython, but I've been working on a project lately, that has a customized grid with 5 columns and no row labels, that takes, a choice from a database, 2 floats, a number, and another ...
0
votes
2answers
113 views
How do I iterate through all wx.CheckBox instances?
I have a wx frame where I have a quite a few checkboxes. Ever so often when the user changes the settings in a drop down menu (wx.ComboBox) I'd like to clear all the checkboxes. Currently, I've ...
0
votes
1answer
70 views
wx/wxPython: How to add a slider to a grid cell?
I need to show a slider in one column of a grid. I was able to create a custom CellEditor which displays the slider when I double click into a cell of the appropriate column so it enters the edit ...
0
votes
1answer
54 views
How to identify type of draggable item?
I need to drop an object dragged from a third party application to a wxpython application. I know the content of the object is basically a string but I dont know how to specify the type so that the ...
0
votes
1answer
169 views
Why wxPython applications are slow to start?
Is there anyway to speedup start-up for wxPython? It takes usually around 5 seconds for the application to start on my Ubuntu machine, even when I write the most simple ones!
import wx
class ...
0
votes
1answer
131 views
pylab in wx application
when I try make a picture with pylab
import pylab
pylab.plot([0,1,2,3],[10,50,30,40])
pylab.savefig('graph.png')
in a wx application, no returned the terminal control.
0
votes
1answer
151 views
Changing Label in toolbar using wxPython
I currently have a toolbar in wxpython with an start icon. I want it so when this icon is clicked the icon and method that it uses changes to stop.
This is the code that I have so far:
...
0
votes
1answer
242 views
wxPython and StaticBox(Sizer) issue
Recently I've been having an issue with the code shown below and it's been bugging me for a while now. I don't know why it's happening, the only thing I know is that the python code brings up a ...
0
votes
1answer
164 views
How do i make my web browser made in wx.python to parse pages(ex.Google.ro)
Can somebody help me? please i really need to parse at least google. i need to parse url page.
i've made a web browser and this web browser doesn't parse pages. It's made in wxpython.
0
votes
1answer
205 views
sizer.replace() paints “over” old sizercontent
I am rather new to wx/python so please excuse if this is stupid or ill described.
I am substituting a nested sizer with a new one as shown in the snippet below. after some tinkering everything seems ...
0
votes
2answers
171 views
Is there a way to change lookandfeel for wx Python?
i was curious if there is some sort of way to change the look and feel of wxpython to something that is more standardized. I am writing a small application for windows and mac os x. And i noticed that ...
0
votes
1answer
408 views
problem with editing labels in wx list control
hello
do you guys have any idea how to edit the the labels in the second column in a wx.ListCtrl
here is the code that i used to create that list .. Note that the first column is the only editable ...
-1
votes
2answers
153 views
can i use panel without a frame in wxpython?
there are some people?
i have some question about wxpython ,
can i use panel without a frame?