Re: Column Values Changing in Treeview When Row Selected

2008-05-17 Thread Andrew Rowland
James, I appreciate your hints, unfortunately after further research and your hints, I am still seeing the behavior previously described. I know it is something that I am doing wrong and can't seem to figure out what. I've added the following to the end of the routine that creates the TreeView:

Re: Column Values Changing in Treeview When Row Selected

2008-05-11 Thread James Scott Jr
Andrew, I reviewed the code you supplied. The gtk_tree_model_get() have the correct column numbers, so the fact that PART_COLUMN_CLASS is changing is interesting from a gcc compiler option perspective; but not cause for the problems you are experiencing. PART_COLUMN_CLASS should be a fixed enum

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