Re: Can someone help me make the SLR dialog do what I want?

2007-11-15 Thread Josh Sled
Sorry for the delay in response. Tim Wunder [EMAIL PROTECTED] writes: Ugh... I appreciate your responding to my plea for help, but I really need more basic and fundamental help than that. Assume I know /nothing/ about C programming, and especially gtk+ programming. I hope that you didn't

Re: Can someone help me make the SLR dialog do what I want?

2007-08-28 Thread Tim Wunder
On Friday 24 August 2007 7:57:00 pm Josh Sled wrote: snip GtkTreeModel *filtered_model = gtk_tree_model_filter_new(existing_model, NULL); gtk_tree_model_filter_set_visible_func(filtered_model, _gnc_sxslr_filter_func, NULL, NULL); This is very similar to the use of an Interface in

Re: Can someone help me make the SLR dialog do what I want?

2007-08-28 Thread Derek Atkins
Quoting Tim Wunder [EMAIL PROTECTED]: I did some messing around to see if I could grok even a little of what you told me (and what I read). Without much success, as indicated by: dialog-sx-since-last-run.c:981: warning: ISO C90 forbids mixed declarations and code

Re: Can someone help me make the SLR dialog do what I want?

2007-08-24 Thread Josh Sled
Tim Wunder [EMAIL PROTECTED] writes: That was easy and I liked the result. Encouraged, I sought to reading more of the code to see where it builds the list of SXs that get displayed. I want only SXs that will be in a Reminder, To Be Created, or Automatically Created state to display. I have

Re: Can someone help me make the SLR dialog do what I want?

2007-08-24 Thread Tim Wunder
On Friday 24 August 2007 6:54:27 pm Josh Sled wrote: Tim Wunder [EMAIL PROTECTED] writes: That was easy and I liked the result. Encouraged, I sought to reading more of the code to see where it builds the list of SXs that get displayed. I want only SXs that will be in a Reminder, To Be

Re: Can someone help me make the SLR dialog do what I want?

2007-08-24 Thread Josh Sled
Tim Wunder [EMAIL PROTECTED] writes: OK... So I : Filter specific rows, based on data from a visible column, a column storing booleans indicating whether the row should be filtered or not, or based on the return value of a visible function, which gets a model, iter and user_data and

Can someone help me make the SLR dialog do what I want?

2007-08-23 Thread Tim Wunder
So after complaining about the new SLR dialog for the millionth time on IRC, I was told that I should just send in a patch that makes it do what I want. Not being a programmer, I said that it's easier to just whine and complain. Regardless, I've decided to take what brain cells I have left and