Toni Ruža

2,370
Reputation
269 views

Registered User

name Toni Ruža
member for 1 year
seen 4 hours ago
website
location Belgrade, Serbia
age 27
Nov
4
awarded  Nice Answer
Oct
16
accepted How to create hover effect on StaticBitmap in wxpython?
Sep
20
comment wx.StaticBitmap or wx.DC: Which is better to use for constantly changing images?
Look again docs.wxwidgets.org/stable/…
Sep
20
answered wx.StaticBitmap or wx.DC: Which is better to use for constantly changing images?
Sep
15
accepted wxpython - Expand list control vertically not horizontally
Sep
14
accepted wxpython: Updating a dict or other appropriate data type from wx.lib.sheet.CSheet object
Sep
14
awarded  Yearling
Sep
12
answered How to create hover effect on StaticBitmap in wxpython?
Aug
29
answered How to make custom buttons in wx?
Aug
28
accepted WxPython: Cross-Platform Way to Conform Ok/Cancel Button Order
Aug
26
accepted Getting Wing IDE to stop catching the exceptions that wxPython catches
Aug
24
revised Getting Wing IDE to stop catching the exceptions that wxPython catches
added 1 characters in body
Aug
24
answered Getting Wing IDE to stop catching the exceptions that wxPython catches
Aug
23
awarded  Nice Answer
Aug
12
accepted Changing height of an object in wxPython
Aug
12
answered Changing height of an object in wxPython
Aug
12
answered System standard sound in Python
Aug
7
accepted Specifying relative path in py2exe
Aug
6
answered Specifying relative path in py2exe
Aug
5
accepted How do you force refresh of a wx.Panel?
Aug
5
answered How do you force refresh of a wx.Panel?
Aug
4
accepted Opening a wx.Frame in Python via a new thread
Aug
4
answered Opening a wx.Frame in Python via a new thread
Aug
3
answered What’s the state-of-the-art in Python programming in Windows?
Aug
3
awarded  Scholar
Aug
3
accepted Why is wxGridSizer much slower to initialize on a wxDialog then on a wxFrame?
Jul
30
revised Getting total/free RAM from within python
Clarified that it's an incomplete answer
Jul
30
answered Why is wxGridSizer much slower to initialize on a wxDialog then on a wxFrame?
Jul
30
answered Getting total/free RAM from within python
Jul
29
awarded  Student
Jul
29
asked Why is wxGridSizer much slower to initialize on a wxDialog then on a wxFrame?
Jul
26
accepted Creating child frames of main frame in wxPython.
Jul
26
answered Creating child frames of main frame in wxPython.
Jul
25
answered dynamic plotting in wxpython
Jun
26
awarded  
Jun
18
comment wxProgressDialog like behaviour for a wxDialog
When you give up control to this long running third party lib init in the main thread you will have trouble refreshing your UI (event based programing thing... functions should not run for a long time in the event loop). It's not impossible to solve but ask yourself is it worth the bother. You could just use a static "loading..." dialog using something like the example I gave and be done with it.
Jun
17
revised wxProgressDialog like behaviour for a wxDialog
added 857 characters in body
Jun
17
comment wxProgressDialog like behaviour for a wxDialog
It seems to me that you are trying to force some logic that is tied to this dialog outside of it. Is there a good reason for this? Why can't the dialog do the print "xxx" when it's shown?
Jun
17
answered wxProgressDialog like behaviour for a wxDialog
Jun
15
answered py2exe windows service problem