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 > dialog-sx-since-last-r

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: > 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 obje

Re: External App connection to a GnuCash file

2007-08-28 Thread Josh Sled
"Daniel Espinosa" <[EMAIL PROTECTED]> writes: > Why I have an error message for the file > /usr/local/include/gnucash/qofutil.h in the line: > > # error "No scanf format string is known for LLD. Fix your > ../configure so that the correct one is detected!" > > The actual code in qofutil.h file is

External App connection to a GnuCash file

2007-08-28 Thread Daniel Espinosa
Hi all As part of the work to Fix bug #470753 and #470767, I'm creating a test application that access to the GC file using the API in the Engine and QOF, but I need some help about the following: /* HELP No 1 */ While compiling my test program I have an error message: Why I hav

Re: Another GNUCash under Miscrosoft Vista Issue

2007-08-28 Thread Derek Atkins
http://wiki.gnucash.org/wiki/Windows There's also a bug report about this in bugzilla. -derek Quoting Stephen Grant Brown <[EMAIL PROTECTED]>: > Dear Sirs/Madams > > When running GNUCash 2.2.1 from binary installer under Microsoft > Vista I got the following error repeated two or three times. >

Another GNUCash under Miscrosoft Vista Issue

2007-08-28 Thread Stephen Grant Brown
Dear Sirs/Madams When running GNUCash 2.2.1 from binary installer under Microsoft Vista I got the following error repeated two or three times. ... Adding client to server's list failed, COBRA error: IDL:omg.org/COBRA/COMM_FAILURE:1.0 ... What does this mean? What things can I try to eliminate

Re: Permission Denied

2007-08-28 Thread Derek Atkins
Maybe there's an attribute that needs to get set on the file after the download? Is there some shell command that can reset it? -derek Quoting Stephen Grant Brown <[EMAIL PROTECTED]>: > Hi Parik > - Original Message - > From: "Patrik Lermon" <[EMAIL PROTECTED]> > To: "Stephen Grant Brow

Re: Permission Denied

2007-08-28 Thread Stephen Grant Brown
Hi Parik - Original Message - From: "Patrik Lermon" <[EMAIL PROTECTED]> To: "Stephen Grant Brown" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, August 29, 2007 7:16 AM Subject: Re: Permission Denied > You mean it ask "Did you execute this file?" > > In that case, it's like Derek wrote, NTFS

Re: GNUCash 2.2.1 Startup Time under Windows Vista

2007-08-28 Thread Josh Sled
"Stephen Grant Brown" <[EMAIL PROTECTED]> writes: > When I start a new file, how do I populate it with a basic set of accounts? File > New > New Account Hierarchy (from the Accounts tab). -- ...jsled http://asynchronous.org/ - a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED] pgp0bnZPP01eh.p

Re: Permission Denied

2007-08-28 Thread Stephen Grant Brown
Hi All - Original Message - From: "Stephen Grant Brown" <[EMAIL PROTECTED]> To: "Derek Atkins" <[EMAIL PROTECTED]> Cc: "GNUCash Developers" <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2007 5:54 AM Subject: Re: Permission Denied > Hi Derek and all others reading this. > > Thank you fo

Re: Permission Denied

2007-08-28 Thread Patrik Lermon
You mean it ask "Did you execute this file?" In that case, it's like Derek wrote, NTFS contains meta data for files, and explorer marks the file as potentially dangerous when it saves it, and the OS recognizes this when you try to execute it. You should probably just answer yes on the question.

Re: GNUCash 2.2.1 Startup Time under Windows Vista

2007-08-28 Thread Derek Atkins
Quoting Stephen Grant Brown <[EMAIL PROTECTED]>: > Hi All, > This is not a complaint, just an observation. > > I installed GNUCash 2.2.1 on my brand new computer running Microsoft Vista. > > After starting the program, it took 15 seconds for it to dispaly > something which dissapeared after about

GNUCash 2.2.1 Startup Time under Windows Vista

2007-08-28 Thread Stephen Grant Brown
Hi All, This is not a complaint, just an observation. I installed GNUCash 2.2.1 on my brand new computer running Microsoft Vista. After starting the program, it took 15 seconds for it to dispaly something which dissapeared after about 5 seconds. It then took another minute for the program to di

Re: Permission Denied

2007-08-28 Thread Stephen Grant Brown
Hi Derek and all others reading this. Thank you for your speedy reply. Yes, it did download correctly. I can go back into c:/soft/downloads and execute the file. The first thing Vista asks is "Did I start executing this file?" Yours Sincerely Stephen Grant brown - Original Message - F

Re: GnuCash 2.1.2 directions

2007-08-28 Thread Wm Stewart
Stuart D. Gathman wrote: > On Mon, 27 Aug 2007, Derek Atkins wrote: > >> I'm still wondering WHY it's always trying to contact 68.142.91.87. >> What's so special about that IP Address? > > I just installed my freshly built gnucash-2.2.1 on Centos-5. While > installing gnucash-docs, it tries to

Re: GnuCash 2.1.2 directions

2007-08-28 Thread Stuart D. Gathman
On Mon, 27 Aug 2007, Derek Atkins wrote: > I'm still wondering WHY it's always trying to contact 68.142.91.87. > What's so special about that IP Address? I just installed my freshly built gnucash-2.2.1 on Centos-5. While installing gnucash-docs, it tries to contact xml DTD repositories. Is that

Re: Permission Denied

2007-08-28 Thread Derek Atkins
Hi, "Stephen Grant Brown" <[EMAIL PROTECTED]> writes: > Dear Sir/Madam, > > I am attempting to compile gnucash under Microsoft Vista. Why compile it instead of using the binary installer? > When running install.sh I get > > ./install.sh c:/soft/downloads/msysDTK.exe Permision Denied > > How do

Re: Welcome Sample Report for non-English locale

2007-08-28 Thread Derek Atkins
Hi, "Hiroto Kagotani" <[EMAIL PROTECTED]> writes: > Hi, > > I'm translating gnucash into Japanese alternating locales. > And I've found "Welcome Sample Report" menu item does not appear in > non-English locale including Japanese locale (ja_JP.UTF-8 on FreeBSD). What version of gnucash? The strin

Permission Denied

2007-08-28 Thread Stephen Grant Brown
Dear Sir/Madam, I am attempting to compile gnucash under Microsoft Vista. When running install.sh I get ./install.sh c:/soft/downloads/msysDTK.exe Permision Denied How do I change the permissions so I can compile gnucash? Yours Sincerely Stephen Grant BrownBEGIN:VCARD VERSION:2.1 N:Brown;Steph