Re: TreeView expander arrow behaving strangely



On 4/29/07, Paul Davis <pjdavis engineering uiowa edu> wrote:
Scott,

I've gotten your program compiling and running, but I'm not seeing the
behavior you describe.  I'm using gtkmm 2.10.9, but I don't remember
hearing about any bugs like this.

Perhaps Murray or someone else on the list remembers something to the
effect, but other than that I haven't got the slightest idea what
would be causing what you describe.

I can say, looking through your code, you aren't using Gtk::TreeView's
in the 'standard' way. I would recommend going over the TreeView
examples in the gtkmm book here:
http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch08.html

You might try compiling and running the TreeView examples to see if
they exhibit the same behavior.

HTH,
Paul Davis


On 4/29/07, Scott Baillie <sbaillie bigpond net au> wrote:
> Hi,
>
> I have attached source code that exhibits the behavior
> that I have described.
>
> The version of gtkmm :
>
>  # pkg-config --modversion gtkmm-2.4
> 2.10.8
>  #
>
> The program is very small, all it does is create
> and populate a TreeView.
>
> Any help would be greatly appreciated !

It also seems to work fine for me.  Although I had to change the
hard-coded image paths from /home/garnome/share/... to /usr/share/...
to get things to run.  So my best guess is that you've got some
mismatched libraries being linked together and causing the program to
behave bizarrely (e.g. some libraries from /usr, and some from
/home/garnome/). Other than that I don't have any ideas.

--
jonner



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]