Re: [pygtk] Confused by multiple selections

2010-10-16 Thread Alan
Champion Dieter, champion! It is working now. Thanks for replying so quickly. The help is much appreciated. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] Confused by multiple selections

2010-10-14 Thread Alan
. Alan. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] gtk.Notebook error

2009-11-10 Thread Alan Gauld
I do this I get a warning : smnotebook.py:18: GtkWarning: Can't set a parent on widget which has a parent. Do you get a full stack trace or just that one lline? It always helps to see the full trace if its there. HTH, -- Alan Gauld Author of the Learn to Program web site http://www.alan

Re: [pygtk] TreeView selection issue

2009-01-29 Thread Alan F
Is there some reason why you are not using the TreeSelection changed signal to track the selction changes and update your display? In your case I assume that only one selection at a time is allowed so the changed signal would seem to be ideal. John Thanks John. Finally got it

[pygtk] TreeView selection issue

2009-01-26 Thread Alan F
Hi I am new to GTK programming. I want to create a program that displays the sub-folders of a main folder in a tree view format. Once I find the particular sub-folder , I want to be able to click on it to display the contents of that folder. When the contents of that folder is displayed, I

[pygtk] Re: Stop a row in a TreeView from being draggable

2006-06-19 Thread Alan Franzoni
, they can be dragged anyway, but they won't drop anywhere. If you wanted to prevent just some rows from being dragged... I don't know, maybe you could connect a callback to dynamically set/unset drag_source , but I think there'll be a better way around that. -- Alan Franzoni [EMAIL PROTECTED

[pygtk] different OSes and DPIs handling

2006-06-19 Thread Alan Franzoni
the software is being run. Is there any recipe or any project working on something like that? -- Alan Franzoni [EMAIL PROTECTED] - Togli .xyz dalla mia email per contattarmi. Rremove .xyz from my address in order to contact me. - GPG Key Fingerprint: 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E

[pygtk] Re: 2 Combo Boxes! What was I thinking?

2006-05-06 Thread Alan Franzoni
) combo3.props.model = liststore This should do. -- Alan Franzoni [EMAIL PROTECTED] - Togli .xyz dalla mia email per contattarmi. Rremove .xyz from my address in order to contact me. - GPG Key Fingerprint: 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E - Blog: http

[pygtk] TreeView: model-unrelated editability?

2006-04-30 Thread Alan Franzoni
this could be a bit unmanageable and could lead to memory occupation grow out of control (not tested, though). Is there any other effective way to do it? -- Alan Franzoni [EMAIL PROTECTED] - Togli .xyz dalla mia email per contattarmi. Rremove .xyz from my address in order to contact me. - GPG Key

[pygtk] Re: TreeView: model-unrelated editability?

2006-04-30 Thread Alan Franzoni
Il Sun, 30 Apr 2006 13:17:15 -0700, John Finlay ha scritto: You could set a cell data function to set the attributes of the cell to whatever you want though this might be slow for large TreeViews. See the Reference; Thank you, that's exactly what I needed. -- Alan Franzoni [EMAIL

[pygtk] gtk.ComboBox: how to handle the popup window?

2006-03-25 Thread Alan Franzoni
? -- Alan Franzoni [EMAIL PROTECTED] - Togli .xyz dalla mia email per contattarmi. Rremove .xyz from my address in order to contact me. - GPG Key Fingerprint: 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E ___ pygtk mailing list pygtk@daa.com.au

[pygtk] Re: gtk.ComboBox: how to handle the popup window?

2006-03-25 Thread Alan Franzoni
versions available, maybe this bug has already been fixed, I'll check and report that. By the way, I've checked the thread... it seems they're not employing signals at all, but they're using a property for the popup... what would it return, the popup. Thank you! -- Alan Franzoni [EMAIL PROTECTED

[pygtk] Re: About buttons in a Treeview...

2006-01-31 Thread Alan Franzoni
, it might be harder) to resize the table and reorder-delete-insert the side-widgets as the model (and thus the view) changes. -- Alan Franzoni [EMAIL PROTECTED] - Togli .xyz dalla mia email per contattarmi. To contact me, remove .xyz from my email address. - GPG Key Fingerprint: 5C77 9DC3 BD5B

[pygtk] Re: Reorderable columns

2006-01-29 Thread Alan Franzoni
, or (better) a simplified snip of the actual code sharing the same problem. -- Alan Franzoni [EMAIL PROTECTED] - Togli .xyz dalla mia email per contattarmi. To contact me, remove .xyz from my email address. - GPG Key Fingerprint: 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E

[pygtk] Re: Re: Reorderable columns

2006-01-29 Thread Alan Franzoni
between the model and the view! -- Alan Franzoni [EMAIL PROTECTED] - Togli .xyz dalla mia email per contattarmi. To contact me, remove .xyz from my email address. - GPG Key Fingerprint: 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E ___ pygtk mailing

[pygtk] Pango and Attributes: system crash.

2005-12-15 Thread Alan Franzoni
segfaults on linux systems. Any feedback will be appreciated. -- Alan Franzoni [EMAIL PROTECTED] - Togli .xyz dalla mia email per contattarmi. To contact me, remove .xyz from my email address. - GPG Key Fingerprint: 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E

[pygtk] Re: Pango and Attributes: system crash.

2005-12-15 Thread Alan Franzoni
the attribute list would apply on the whole label. 2) The app crashes anyway, even using values end_index start_index 0. -- Alan Franzoni [EMAIL PROTECTED] - Togli .xyz dalla mia email per contattarmi. Rremove .xyz from my address in order to contact me. - GPG Key Fingerprint: 5C77 9DC3 BD5B 3A28 E7BC