Re: Callback cleverness in window-main.c or just old cruft?

2000-11-28 Thread Dave Peticolas
Robert Graham Merkel writes: > Is there something incredibly clever going on here that I'm not > understanding, or is this code just crufty: > > src/gnome/window-main.c: > > static void > gnc_account_cb(GNCMainWinAccountList *tree, Account *account, gpointer > data) > /* why the extra argument *

Re: date stuff in gnucash

2000-11-28 Thread Christopher Browne
On Tue, 28 Nov 2000 12:04:51 PST, the world broke into rejoicing as Dave Peticolas <[EMAIL PROTECTED]> said: > James LewisMoss writes: > > Dave> I tend to think of abstract dates as functions from absolute > > Dave> dates to absolute dates. So, "last monday in a month" would be > > Dave> a fun

Callback cleverness in window-main.c or just old cruft?

2000-11-28 Thread Robert Graham Merkel
Is there something incredibly clever going on here that I'm not understanding, or is this code just crufty: src/gnome/window-main.c: static void gnc_account_cb(GNCMainWinAccountList *tree, Account *account, gpointer data) /* why the extra argument */ { gboolean sensitive; account = gnc_main

Re: date stuff in gnucash

2000-11-28 Thread Terry
On Mon, 27 Nov 2000, you wrote: > OK. > > I need some complex time/date manipulation functions to deal with > budgeting. > > So far it looks like there are two scheme files in the dist that deal > with dates: > > src/scm/date-utilities.scm > src/scm/srfi/srfi-19.scm > > srfi-19.scm doesn't con

Re: Proposed Inventory plan

2000-11-28 Thread linas
It's been rumoured that Conrad Canterford said: > > Is gnucash going to become a business accounting package, then ? There is tremendous interest in a good linux-based business accounting package. > > May I request that you please take great care to keep the interface for > > personal users as s

Re: setting of language and formatting of numbers

2000-11-28 Thread Dave Peticolas
Poldi Winkler writes: > Hello, > I'd like to get your help again. > I am using gnucash 1.4.8 and KDE2 with SuSE 7.0. My language is (was) German > and the formatting of numbers is (was) 1.234,56. > After I have played with gnome and afterstep and fvwm2 in gnucash my language > > is English and

Re: can you link html to sgml?

2000-11-28 Thread Richard -Gilligan- Uschold
"Christopher B. Browne" wrote: > Richard -Gilligan- Uschold writes: > > I have an html report that I want to call up from a link in the sgml > > help system. I do not want to convert the html to sgml first, not by > > hand, anyway, as it was generated by directly by scheme. Can this be > >

setting of language and formatting of numbers

2000-11-28 Thread Poldi Winkler
Hello, I'd like to get your help again. I am using gnucash 1.4.8 and KDE2 with SuSE 7.0. My language is (was) German and the formatting of numbers is (was) 1.234,56. After I have played with gnome and afterstep and fvwm2 in gnucash my language is English and the format is 1,234.56 (the other pro

Re: can you link html to sgml?

2000-11-28 Thread Christopher B. Browne
Richard -Gilligan- Uschold writes: > I have an html report that I want to call up from a link in the sgml > help system. I do not want to convert the html to sgml first, not by > hand, anyway, as it was generated by directly by scheme. Can this be > done? I've got a DSSSL script [attached