Re: Gnucash

1999-08-12 Thread Alexandru Harsanyi
> "Heath" == Heath Martin <[EMAIL PROTECTED]> writes: Heath> Hi Alexandru, Heath> Say, your new patch looks very sharp! The register window Heath> looks professional and slick now. Heath> Just one question: how does one get the calendars to pop Heath> back down? When I

Re: My Understanding Of The Engine

1999-08-12 Thread cbbrowne
On Thu, 12 Aug 1999 10:13:41 CDT, the world broke into rejoicing as [EMAIL PROTECTED] said: > It's been rumoured that [EMAIL PROTECTED] said: > > > > Creating a new split might look like this: > > > > > > > > (define (initialize-split) ;;; Returns a gnc-split-structure > > > > (let ((ptr (

Re: My Understanding Of The Engine

1999-08-12 Thread cbbrowne
On 12 Aug 1999 10:15:59 CDT, the world broke into rejoicing as Rob Browning <[EMAIL PROTECTED]> said: > [EMAIL PROTECTED] writes: > > > The plan is *not* to have this persist for any great period of time; > > it is, rather to build the whole set of transactions on the Scheme > > side and push th

Re: My Understanding Of The Engine

1999-08-12 Thread Rob Browning
[EMAIL PROTECTED] writes: > The plan is *not* to have this persist for any great period of time; > it is, rather to build the whole set of transactions on the Scheme > side and push them in at once. OK, but then why have the c-pointers at all? Why not build a full scheme data sctructure represe

Re: My Understanding Of The Engine

1999-08-12 Thread linas
It's been rumoured that [EMAIL PROTECTED] said: > > > Creating a new split might look like this: > > > > > > (define (initialize-split) ;;; Returns a gnc-split-structure > > > (let ((ptr (gnc:split-create)) > > > (splitstruct (build-mystruct-instance gnc-split-structure))) > > >

Re: My Understanding Of The Engine

1999-08-12 Thread cbbrowne
On 12 Aug 1999 00:13:16 CDT, the world broke into rejoicing as Rob Browning <[EMAIL PROTECTED]> said: > > (Aside: I've nearly got the gnc_choose_item_from_list_dialog function > and guile side gnc:choose-item-from-list-dialog wrapper working. I > finally got around to it. Also note that in t

Re: Gnucash

1999-08-12 Thread Alexandru Harsanyi
> "Heath" == Heath Martin <[EMAIL PROTECTED]> writes: Heath> Hi Alexandru, Heath> You've mentioned you are working on the code in Heath> gnucash/src/gnome, and you also noticed a while back a Heath> problem with loading a file from the toolbar. In case you Heath> haven't

Re: ELFO?

1999-08-12 Thread Graham Chapman
On Wed, 11 Aug 1999, you wrote: > Finally got around to looking at this again. Turns out that I needed to link the > slib directory found under /usr/lib/umb-scheme to /usr/local/share/guile/1.3/slib > > I just mention this in case others run into similar problems. Thank you for mentioning it. T