Re: [pygtk] ANNOUNCE: kiwi 1.9.2

2005-11-22 Thread Muhammad Ali
Hi, Does anyone know what happened to the site "Writing PyGTK applications in a visual way"? This is the link : http://primates.ximian.com/~sandino/python-glade/ but it is not working. Does anyone know where I can find the tutorial and examples... maybe someone has the tarballs that were on the

[pygtk] Re: multicolumn list in treeview

2005-06-30 Thread Muhammad Ali
Well i found out the trouble finally, silly me... I had to set different 'text' values for the columns. Damn copy paste...On 6/30/05, Muhammad Ali < [EMAIL PROTECTED]> wrote:Hi, Can anyone point me to an example where a multi-column tree-view is created and populated from a lists

[pygtk] multicolumn list in treeview

2005-06-30 Thread Muhammad Ali
Hi, Can anyone point me to an example where a multi-column tree-view is created and populated from a liststore? Currently I think I am doing everything right but I get the same value in all of my columns. For example: temp.append(item[0]) temp.append('') temp.append('') temp.append(str(item[1]))

Re: [pygtk] how can I make an executable file of python file

2005-05-01 Thread Muhammad Ali
oh and questions like these are better asked in the python or python-tutor newsgroupsOn 5/2/05, Muhammad Ali <[EMAIL PROTECTED] > wrote:On linux, you don't need to make an executable to run it using double click. Just put the path of the python at the top of your python file such as:

Re: [pygtk] how can I make an executable file of python file

2005-05-01 Thread Muhammad Ali
On linux, you don't need to make an executable to run it using double click. Just put the path of the python at the top of your python file such as: #!/usr/bin/python Double-clicking etc. will now run your app. On 5/2/05, Mahmad Sadique Hannure <[EMAIL PROTECTED]> wrote: I want to make an execut

[pygtk] Re: Controls inside listview

2005-04-08 Thread Muhammad Ali
Actually, I also need to add combo boxes in the listview. Is this possible?On Apr 8, 2005 5:10 PM, Muhammad Ali <[EMAIL PROTECTED]> wrote:Hi everyone, Is there a way to add controls in a listview? I need to add specifically the check buttons inside a listview control. Thanks. Regard

[pygtk] Controls inside listview

2005-04-08 Thread Muhammad Ali
Hi everyone, Is there a way to add controls in a listview? I need to add specifically the check buttons inside a listview control. Thanks. Regards, Ali ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGT

[pygtk] Re: Icon in TreeStore... continued

2005-03-31 Thread Muhammad Ali
= tr.get_model() parent = store.append(None, (MyTree.folder, MyTree.folder,'outside')) *** The new node is added but without the icon. Why don't the children show their icon? and Why does the 'outside' node added later has the icon mis

[pygtk] Re: Icon in TreeStore problem?

2005-03-30 Thread Muhammad Ali
Okay sorry for the bother, I am stupid. Append of tree store needs to be passed an additional parameter. On Thu, 31 Mar 2005 11:38:35 +0500, Muhammad Ali <[EMAIL PROTECTED]> wrote: > Hi, > > This is related to the FAQ entry, How do I put Icons in a TreeView: > http://www.asyn

[pygtk] Icon in TreeStore problem?

2005-03-30 Thread Muhammad Ali
Hi, This is related to the FAQ entry, How do I put Icons in a TreeView: http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq13.006.htp The problem is that the example uses a ListStore instead of a TreeStore and then appends the icon to it. When I use the same append method with the TreeSt

Re: [pygtk] pygtk svg image problem...

2005-03-30 Thread Muhammad Ali
;[EMAIL PROTECTED]> wrote: > On Wed, 30 Mar 2005 15:07:22 +0500, Muhammad Ali <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > > > I am running python 2.4 with pygtk version 2, 4, 1. I am trying to > > open an svg image in a gtk.Image. I am getting the follow

[pygtk] pygtk svg image problem...

2005-03-30 Thread Muhammad Ali
Hi everyone, I am running python 2.4 with pygtk version 2, 4, 1. I am trying to open an svg image in a gtk.Image. I am getting the following error: gobject.GError: Couldn't recognize the image file format for file 'E:\exp\BlueSphere\1downarrow.svg' First I tried with the set_from_file method of