Re: [Matplotlib-users] Prompt in MPL - NEVER MIND

2007-07-02 Thread Matthias Michler
Hello everybody, first of all I hope my mails on the issue 'Prompt/TextBox/InputButton' don't become to many. But I had one more idea and I want to share it with you. If you don't like my usage of lists as a pointer to variables, one could replace this in two steps: 1) Adding a new method

Re: [Matplotlib-users] Prompt in MPL - NEVER MIND

2007-06-27 Thread Matthias Michler
Hello everybody, in my last version I forgot to include a very useful function (it is comparable with the 'Button.on_clicked' function). I added it now. It allows the user to interact with other widgets ( I needed it to interact with the Silder) or his own program (e.g. updating external

Re: [Matplotlib-users] Prompt in MPL - NEVER MIND

2007-06-26 Thread Matthias Michler
Hello John, Hello all, I thought once more about the textbox and added some of your (Johns) features to my class 'InputButton'. Probably my solution isn't the best possible, but I attached this version to express what I'm thinking of and to see what others think about my solution and needed

Re: [Matplotlib-users] Prompt in MPL - NEVER MIND

2007-06-06 Thread Matthias Michler
Hello everybody, first of all I want to thank John for his work on the textbox - it really looks better than mine. On Tuesday 05 June 2007 19:16, Mark Bakker wrote: I just saw in the code: if event.key is None: # simulate backspace So it works properly, Mark In my opinion it would be a

Re: [Matplotlib-users] Prompt in MPL - NEVER MIND

2007-06-06 Thread Matthias Michler
Hello John, first of all thank you very much for adding this patch. By the way: What do you think about the insert a 'l' or 'g' into your TextBox and get a grid or log-scale-issue? Is there a possibility to switch the mpl-meaning of 'l', 'g' and 'f' off? best regards, Matthias On Wednesday

Re: [Matplotlib-users] Prompt in MPL - NEVER MIND

2007-06-06 Thread John Hunter
On 6/6/07, Matthias Michler [EMAIL PROTECTED] wrote: By the way: What do you think about the insert a 'l' or 'g' into your TextBox and get a grid or log-scale-issue? Is there a possibility to switch the mpl-meaning of 'l', 'g' and 'f' off? Yes, this is clearly an issue that has to be dealt

Re: [Matplotlib-users] Prompt in MPL - NEVER MIND

2007-06-05 Thread Mark Bakker
I just saw in the code: if event.key is None: # simulate backspace So it works properly, Mark On 6/5/07, Mark Bakker [EMAIL PROTECTED] wrote: I notice the alignment problem. But it looks like you are close. On my machine (win32), the 'enter' key didn't work either. It works like a backspace.