Skip parameter always true
In the above code, the skip value is False only for the first iteration. It becomes True after the fist Update() call even if the Skip button has been pushed.
Has anyone else seen this problem?
Whats going on?
EJ
User Profile
Collapse
-
Nevermind
I did a wxversion.selec t('2.8') and that seems to work.
How can I set that as the default?Leave a comment:
-
wx.ProgressDialog is not returning a Tuple
Hi all,
I'm trying to get the
(continue, skip) = wx.ProgressDial og(...)
but I keep getting an error
I stole the code below from another post regarding the wx.ProgressDial og and it was reported as working there but it gives me the same error.
Code:(before) count: 1, keepGoing: True, skip: False Traceback (most recent call last): File "progdial.py", line 28, in <module>
-
Editing the class is what I was thinking too. I was kind of hoping to avoid that but I'll tackle that when I get the chance and post some code back
Thanks for your help Glenton!Leave a comment:
-
Hi Glenton
Your class does look very straight forward and useful!
Its process is fairly similar to what I'm doing though yours a lot more polished.
Unfortunately, unless I'm missing something, I don't think it will do what I want it to. Unless plot() can handle multidimensiona l dictionaries or lists.
I need to be able to simultaneously plot up to 6 lists of data that will all have the same [x] value so...Leave a comment:
-
I think I've figured out that Gnuplot.py does not support what I want.
Any thoughts on how I can get around it?
Does Python support indirect reference notation like PHPs $$var that might work?Leave a comment:
-
ejether started a topic Realtime Graphing in Gnuplot.py with variable number of Gnuplot.Data() objectsin PythonRealtime Graphing in Gnuplot.py with variable number of Gnuplot.Data() objects
Hi all,
I'm building a tool that interfaces with a serial port that spits out data. I want to graph the data real time and have chose Gnuplot.py
The number of data 'files' to graph will be flexible but known before execution of the program (up to 6 currently but this could change). I want to write it so that the number a Data objects plotted is flexible without a cascade of if + elif statments as I have already written. ...
No activity results to display
Show More
Leave a comment: