Re: Save to URI [Was: Re: gda-dev does not compile]

2006-12-24 Thread Mark Johnson
Derek Atkins wrote: What's the point of the global, static fb_info? In general static storage is a Bad Idea (TM). Agreed. It's something I copied from 1.8.12, and didn't spend enough time thinking if the global was necessary. It is the storage space where the callback function (for when O

Re: Save to URI [Was: Re: gda-dev does not compile]

2006-12-24 Thread Derek Atkins
What's the point of the global, static fb_info? In general static storage is a Bad Idea (TM). As for the QSF Importer -- I'm not at all surprised that it doesn't use the GnuCash APIs :( Feel free to change that ;) -derek Quoting Mark Johnson <[EMAIL PROTECTED]>: > Phil Longstaff wrote: > >>>

Re: Save to URI [Was: Re: gda-dev does not compile]

2006-12-23 Thread Mark Johnson
Phil Longstaff wrote: First, I thought I had found something when I found the function gtk_file_chooser_set_local_only, but the wretched dialog insists on trying to display the directory of the entered URI when one clicks Save. Naturally, such a directory does not exist. Entering gda://AnAc

Re: Save to URI [Was: Re: gda-dev does not compile]

2006-12-23 Thread Phil Longstaff
On Sat, 2006-23-12 at 12:58 -0700, Mark Johnson wrote: > Derek Atkins wrote: > > >> I would like to test the gda backend by saving (a copy of) my real > >> data to it. How would I do that? (I am testing gnucash-gda on a > >> separate machine from where I run gnucash with my real data.) > > > >

Re: Save to URI [Was: Re: gda-dev does not compile]

2006-12-23 Thread Derek Atkins
Quoting Mark Johnson <[EMAIL PROTECTED]>: > Sigh, I couldn't resist the temptation... I started looking into this. > > First, I thought I had found something when I found the function > gtk_file_chooser_set_local_only, but the wretched dialog insists on > trying to display the directory of the en

Save to URI [Was: Re: gda-dev does not compile]

2006-12-23 Thread Mark Johnson
Derek Atkins wrote: >> I would like to test the gda backend by saving (a copy of) my real >> data to it. How would I do that? (I am testing gnucash-gda on a >> separate machine from where I run gnucash with my real data.) > > > My understanding is that right now there's not a good way of doing