Re: GtkTreeView behaviour

2010-01-13 Thread Piñeiro
From: George Kibardin george-kibar...@yandex.ru Thank you Alberto for your code samble. I've found the problem. gtk_container_add() shoud be used instead of hildon_pannable_area_add_with_viewportl(). This is because the treeview has native scrolling support, so it is wrong. There are

Re: GtkTreeView behaviour

2010-01-13 Thread Piñeiro
From: Piñeiro apinhe...@igalia.com From: George Kibardin george-kibar...@yandex.ru Thank you Alberto for your code samble. I've found the problem. gtk_container_add() shoud be used instead of hildon_pannable_area_add_with_viewportl(). This is because the treeview has native

Re: GtkTreeView behaviour

2010-01-13 Thread Claudio Saavedra
El mié, 13-01-2010 a las 15:16 +0100, Piñeiro escribió: I have just check the documentation on hildon_pannable_area_add_with_viewport, and this is not mentioned, just assumed. Probably it would be a good idea to mention it, and also add a hint to the

Re: GtkTreeView behaviour

2010-01-13 Thread Piñeiro
From: Claudio Saavedra csaave...@igalia.com El mié, 13-01-2010 a las 15:16 +0100, Piñeiro escribió: I have just check the documentation on hildon_pannable_area_add_with_viewport, and this is not mentioned, just assumed. Probably it would be a good idea to mention it, and also

Re: GtkTreeView behaviour

2010-01-12 Thread Alberto Garcia
On Mon, Jan 11, 2010 at 11:47:48PM +0300, George Kibardin wrote: In my case for some reason in normal mode I need two taps to get row-activated signal: one tap to select appropriate item and another one to activate it. In edit mode with multiple selection enabled I need to use Ctrl to select

Re: GtkTreeView behaviour

2010-01-12 Thread Piñeiro
From: George Kibardin george-kibar...@yandex.ru Hi everybody! I'm porting my application (FeedCircuit) to N900 and faced strange problem. I have no real device so I'm using scratchbox. According to guidelines (like this

Re: GtkTreeView behaviour

2010-01-12 Thread Alberto Garcia
On Tue, Jan 12, 2010 at 12:39:33PM +0100, Piñeiro wrote: You need to set hildon-mode to one, this is normally done on a rc file. This is not necessary anymore :) Berto ___ maemo-developers mailing list maemo-developers@maemo.org

Re: Re: GtkTreeView behaviour

2010-01-12 Thread George Kibardin
Thank you Alberto for your code samble. I've found the problem. gtk_container_add() shoud be used instead of hildon_pannable_area_add_with_viewportl(). 12.01.10, 12:23, Alberto Garcia agar...@igalia.com: On Mon, Jan 11, 2010 at 11:47:48PM +0300, George Kibardin wrote: In my case for

GtkTreeView behaviour

2010-01-11 Thread George Kibardin
Hi everybody! I'm porting my application (FeedCircuit) to N900 and faced strange problem. I have no real device so I'm using scratchbox. According to guidelines (like this http://sw.nokia.com/id/a3187f95-ad88-4233-b0ef-a182da3ec1c7/Hildon_2_2_Widget_UI_Specification_v1_0_en.pdf) when