Re: Column Values Changing in Treeview When Row Selected

2008-05-17 Thread Andrew Rowland
are tips, research and adapt to your program as needed. The > thinking is to set treeview for single selection, and when selected get > the selected iter, then get the data. Getting the selected iter ensure > you get the correct one each time. > > g_object_get_data/g_object_set_dat

Column Values Changing in Treeview When Row Selected

2008-05-10 Thread Andrew Rowland
All, I'm not sure what I'm doing wrong. When I select a row in a treeview, the values of the columns are read and used to populate various entries and combos. The thing that I can't figure out is that the value of one column is being changed to the value of another column. Below is a snippet of

Re: Problems Re-populating GtkTreeView[SOLVED]

2007-08-12 Thread Andrew Rowland
On Sun, 2007-08-12 at 22:12 +0200, David Nečas (Yeti) wrote: > You are the first after a long time who bothered to use > a debugger himself before posting to the list and included > the actual code, the actual error messages and noted the > place where it crashes (sort of) in the post. > > This is

Problems Re-populating GtkTreeView

2007-08-12 Thread Andrew Rowland
All, I've been working at this for several days now and I'm hoping someone can guide me down the right path (although I'm not opposed to just being given the answer). Let me say TIA now and I apologize if I've included too much code, error messages, etc. Thanks, Andrew I have one treeview that