[pygtk] combobox clear issue

2009-04-08 Thread anusha k
hi all, I am using the glade and pygtk.My entries in the combobox will change dynamically.But i am not able to clear the combobox I used both combobox.clear and model.clear.but both of them resulted into nothing. My code is as follows: model_groupname = self.combobox_groupname.get_model

Re: [pygtk] changing the foreground colour of entry box dynamically

2009-04-08 Thread Tim Evans
Tim Evans wrote: > ganesh gajare wrote: >> Hello, >> I have created an entry box widget using glade. >> and I am doing validation on that field... >> So whenever an invalid text is entered in the entry box,the text color >> of entry should change dynamically.. > > I haven't tested this, but th

Re: [pygtk] changing the foreground colour of entry box dynamically

2009-04-08 Thread Tim Evans
ganesh gajare wrote: > Hello, > I have created an entry box widget using glade. > and I am doing validation on that field... > So whenever an invalid text is entered in the entry box,the text color > of entry should change dynamically.. I haven't tested this, but the method 'modify_text' shoul