[pygtk] Buggy Paned() + TextView() behavior

2005-06-03 Thread Thomas Mills Hinkle
I'm found some seriously strange behavior with a TextView inside a Paned() widget. I believe this is most likely a bug in the underlying gtk, but I'm not sure which component is to blame and so I'd be grateful for any thoughts on where the underlying problem is so I can find/file a useful bug repor

Re: [pygtk] Pressing an gtkDialog OK button mulitple times has no effect.

2005-06-03 Thread Doug Quale
Mark Cooke <[EMAIL PROTECTED]> writes: > The problem I'm having, is that once they has pressed the OK and if > they have missed any fields, and they then correct the missing fields, > pressing it a second time has no effect. > > Is this the best way of dealing with this? You already got a respon

Re: [pygtk] Pressing an gtkDialog OK button mulitple times has no effect.

2005-06-03 Thread Mark Cooke
Toshio Kuratomi wrote: The important part is to realize you need to call dialog.run() each time you want the user to fill out the dialog again. I did think of this idea, but was not sure if that would recreate the window again, after looking at the supplied code, I altered it and it works pe

[pygtk] how can I get signal text is selected to enable copy button of toolbar

2005-06-03 Thread Mahmad Sadique Hannure
Hello to all, I am a fresher to pygtk and creating an application like Notepad. I am finding defficulty in how to enable or disable copy button of toolbar when user select some text. Please help me Thank You regards, Mahmad Sadique _

Re: [pygtk] Fullscreen application

2005-06-03 Thread Prash
Worked a treat. Cheers guys. On 6/1/05, Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> wrote: > On Wed, 2005-06-01 at 21:00 +0100, Prash wrote: > > Peeps, > > > > I've read a few posts on fullscreen but have not managed to get > > fullscreen (I really mean fullscreen and not just maximize). It shou