Spyder running python 2.7.x on windows 7. I have a set of functions which move pylab.fgure() objects around the screen (I work with up to 70 figures, each with many subplots at the same time and have three monitors so its rather useful not to have to drag things around the screen, especially the ability to close the last x plots or put the last x plots on either the top/bottom row of one/all monitors) anyways, im new to Qt4 and have just got through some of the examples (can create a widget with a text box and button etc but thats about it). Two aspects of functionality I cant see how to implement,
1. Ability to issue commands to IPython i.e. I would like the widget to be able to call a function in the main IPython command prompt when a button is pressed. 2. Non blocking, by this I mean I would like to be able to issue my own IPython commands while the widget is active. I guess 2 can be done with a thread but what should I look up (even better are there any examples I can look at), 1 is probably a specific command like getting a handle to the IPython window and passing a text string to the command prompt but again what do I look up and are there any basic examples? -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
