Re: Problems changing Loan Druid- Amendment to Glade or glade-fixup?

2011-04-18 Thread Nick
Thanks, It was finding the file okay, it was just GtkBuilder is incredibly fussy about how it likes its xml formatted. Mainly seems to need properly closed tags (property name=/property NOT property name= / and the signal handler tag format has changed). And because i had a few tags still in

Re: Problems changing Loan Druid- Amendment to Glade or glade-fixup?

2011-04-17 Thread Nick
I had a look at the conversion but I just couldn't get gtkbuilder to pull the new assistant object out of the glade file in gtkbuilder folder. The lines I am using in druid.c are: #define SX_GLADE_FILE sched-xact.glade #define LOAN_DRUID_GLADE_NAME Loan Assistant GtkBuilder *builder;

Re: Problems changing Loan Druid- Amendment to Glade or glade-fixup?

2011-04-17 Thread John Ralls
On Apr 17, 2011, at 8:01 AM, Nick wrote: I had a look at the conversion but I just couldn't get gtkbuilder to pull the new assistant object out of the glade file in gtkbuilder folder. The lines I am using in druid.c are: #define SX_GLADE_FILE sched-xact.glade #define

Problems changing Loan Druid- Amendment to Glade or glade-fixup?

2011-04-08 Thread Nick
Hi, I'm trying to make some small amendments to the loan druid, when I save the file I find that the xml for commit_pg has it's property GNOME_EDGE_FINISH changed to Edge Finish every time I save it, which then causes the druid code to collapse at ld_com_new when I get to the final page (That

Re: Problems changing Loan Druid- Amendment to Glade or glade-fixup?

2011-04-08 Thread Geert Janssens
On vrijdag 8 april 2011, Nick wrote: Hi, I'm trying to make some small amendments to the loan druid, when I save the file I find that the xml for commit_pg has it's property GNOME_EDGE_FINISH changed to Edge Finish every time I save it, which then causes the druid code to collapse at