[pygtk] GConf error

2005-05-04 Thread Greg H
I'm getting the following error from a program I'm making (using glade2) that I can't seem to fix (or locate where the problem is for that matter): (gs gui:29573): GConf-CRITICAL **: file gconf-client.c: line 547 (gconf_client_add_dir): assertion `gconf_valid_key (dirname, NULL)' failed I'm not u

Re: [pygtk] Calendar Popup

2005-05-04 Thread Danny Milosavljevic
hi, Am Mittwoch, den 04.05.2005, 20:04 -0400 schrieb Paulo Richards: > Hello, i need a widget for selecting a date. Just an Entry to manually > edit a date and a Button to pop up a calendar widget. > > I have found that the libgnomeui has a widget like that, the > Gnome-DateEdit widget, but the

[pygtk] Calendar Popup

2005-05-04 Thread Paulo Richards
Hello, i need a widget for selecting a date. Just an Entry to manually edit a date and a Button to pop up a calendar widget. I have found that the libgnomeui has a widget like that, the Gnome-DateEdit widget, but the application must run on Windows as well and i can't find any port to Windows for

Re: [pygtk] How can I create hyperlink on a Dialog Box

2005-05-04 Thread Guido Schimmels
On Fri, 29 Apr 2005 05:28:23 -0700 (PDT) Mahmad Sadique Hannure <[EMAIL PROTECTED]> wrote: > I am working on a module called Report Bugs which > requires a hyperlink which open our web site in > default browser. I am able to implement effect looks > like a hyperlink by using Pango Markup language

Re: [pygtk] Application going out of screen size

2005-05-04 Thread Gustavo J. A. M. Carneiro
On Thu, 2005-05-05 at 00:11 +0530, Saurabh Wagh wrote: > Hey All, > > I have made an application in PyGTK on the PC at my home, and it runs > perfectly fine, in my screen resolution.. and so does it run fine at > most of the PC s that we ve tested, but, on the college computer, > where we need to

Re: [pygtk] Application going out of screen size

2005-05-04 Thread Nalli Dinesh
This behaviour is the result of the Operating Desktop manager(Windows manager in case the PC has windows running) deciding things on positioning the screens. Now to make the Screens display exactly the same way on every PC, what u need to do is, Top window needs to be set these properties: GtkWind

Re: [pygtk] Vertical text label

2005-05-04 Thread Gustavo J. A. M. Carneiro
Note that on gtk+ >= 2.6 you don't need so complicated code, just: label.set_property("angle", 90) Regards. On Wed, 2005-05-04 at 13:14 -0500, John Hunter wrote: > > "Eric" == Eric Jardim <[EMAIL PROTECTED]> writes: > > Eric> Hi, Is there, in PyGTK, a way to have a simple la

[pygtk] Application going out of screen size

2005-05-04 Thread Saurabh Wagh
Hey All, I have made an application in PyGTK on the PC at my home, and it runs perfectly fine, in my screen resolution.. and so does it run fine at most of the PC s that we ve tested, but, on the college computer, where we need to present the same application goes out of the screen range, as in, t

Re: [pygtk] Vertical text label

2005-05-04 Thread John Hunter
> "Eric" == Eric Jardim <[EMAIL PROTECTED]> writes: Eric> Hi, Is there, in PyGTK, a way to have a simple label widget Eric> where the text is +/- 90 degree rotated from the horizontal Eric> position? If not, is that too difficult to implement? How Eric> could I do it? GDK, Sty

Re: [pygtk] pyGTK pango dependency problem

2005-05-04 Thread Danny Milosavljevic
Hi, Am Mittwoch, den 04.05.2005, 21:52 +0800 schrieb Jim Leven: > Friends > > I tried to install glade, and this produced a problem > with pango. Subsequently I upgraded to SuSE 9.3 in > the hope that this would solve the dependency problem, > but unfortunately this problem has persisted. > T

[pygtk] Vertical text label

2005-05-04 Thread Eric Jardim
Hi, Is there, in PyGTK, a way to have a simple label widget where the text is +/- 90 degree rotated from the horizontal position? If not, is that too difficult to implement? How could I do it? GDK, Styles... Any ideas? Thanks! [Eric Jardim] ___ pygtk m

[pygtk] pyGTK pango dependency problem

2005-05-04 Thread Jim Leven
Friends I tried to install glade, and this produced a problem with pango. Subsequently I upgraded to SuSE 9.3 in the hope that this would solve the dependency problem, but unfortunately this problem has persisted. The message I get when running a python script which imports pyGTK is - Pango-W

Re: [pygtk] Subclassing GtkCellRenderer

2005-05-04 Thread Nikos Kouremenos
On 5/4/05, Richard Taylor <[EMAIL PROTECTED]> wrote: > On Wednesday 04 May 2005 11:33, Nikos Kouremenos wrote: > > On 5/4/05, Richard Taylor <[EMAIL PROTECTED]> wrote: > > > Hi > > > > > > I would like to put a Button in a ListView Cell. Am I correct that I need > > > to subclass GtkCellRenderer to

Re: [pygtk] How can I deal with printer?

2005-05-04 Thread Gian Mario Tagliaretti
2005/5/4, Mahmad Sadique Hannure <[EMAIL PROTECTED]>: > I want to print a report(Document) of textView which > contains text and images, so how can do this? Maybe gnomeprint in gnome-python-extras? > > If anybody knows solution for the same please help me. > cheers -- Gian Mario Tagliaretti P

Re: [pygtk] Subclassing GtkCellRenderer

2005-05-04 Thread Richard Taylor
On Wednesday 04 May 2005 11:33, Nikos Kouremenos wrote: > On 5/4/05, Richard Taylor <[EMAIL PROTECTED]> wrote: > > Hi > > > > I would like to put a Button in a ListView Cell. Am I correct that I need > > to subclass GtkCellRenderer to do this? > > > > If I do need to subclass GtkCellRenderer are th

Re: [pygtk] Subclassing GtkCellRenderer

2005-05-04 Thread Nikos Kouremenos
On 5/4/05, Richard Taylor <[EMAIL PROTECTED]> wrote: > Hi > > I would like to put a Button in a ListView Cell. Am I correct that I need to > subclass GtkCellRenderer to do this? > > If I do need to subclass GtkCellRenderer are there any pygtk examples of how > to do it? have a look http://www.

Re: [pygtk] TreeView Sort Performance

2005-05-04 Thread John Gill
If you check back the archives you will see I have reported quite a few issues with large datasets and treeviews.   I have been promising a pygtk wrapper around the treeview that provides better performance + I am nearly there.   I've attached my code, there is quite a bit more I intend to do t

[pygtk] How can I deal with printer?

2005-05-04 Thread Mahmad Sadique Hannure
I want to print a report(Document) of textView which contains text and images, so how can do this? If anybody knows solution for the same please help me. Thank You. regard, Mahmad Sadique. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

[pygtk] Subclassing GtkCellRenderer

2005-05-04 Thread Richard Taylor
Hi I would like to put a Button in a ListView Cell. Am I correct that I need to subclass GtkCellRenderer to do this? If I do need to subclass GtkCellRenderer are there any pygtk examples of how to do it? I have looked at the C example in http://scentric.net/tutorial/treeview-tutorial.html but