Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~721 People Reached
Favorite Forums
Favorite Tags
Member Avatar for TerabyteST

Hi, I got a staticline I want to resize automatically following the sizer, but it never resizes, and I have to resize it automatically. What's the problem?

Member Avatar for jlm699
0
51
Member Avatar for TerabyteST
Member Avatar for TerabyteST

Is it possible? I need to use them with wxpython and I'd want to make a standalone program that contains them into the exe file.

Member Avatar for scru
0
113
Member Avatar for TerabyteST

Hello. I'm having trouble about drawing a border around a listctrl [code]"""Main module for psutils GUI""" __version__ = "$Revision: 8 $" # $Source$ import random import wx import psutil ID_EXIT = 110 class MainGUIFrame(wx.Frame): """Main frame. Shows processes and graph""" def __init__(self): """Initialization of the frame""" wx.Frame.__init__(self, None, -1, "psutils", …

Member Avatar for TerabyteST
0
345
Member Avatar for TerabyteST

Hi, in my program, I need at one moment to set a window on the top of the others created by my program but not of all the windows (so that it does not popup randomly when I'm doing something else) how can I do it?

Member Avatar for TerabyteST
0
66