Re: Modal dialogs considered harmful

2001-02-04 Thread Dave Peticolas
Dan Kegel writes: > How come I can't scroll the help window while > I've got the 'new account' window open? > It's most inconvenient. > - Dan Yes, this will be fixed in the next major version. dave ___ gnucash-devel mailing list [EMAIL PROTECTED] http

Modal dialogs considered harmful

2001-02-04 Thread Dan Kegel
How come I can't scroll the help window while I've got the 'new account' window open? It's most inconvenient. - Dan ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

data type for commodities

2001-02-04 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hi Bill, As I recently said, I would like to have a new datatype defined for representing a commodity and a value: struct { gnc_commodity* commodity; gnc_numeric value; } commodity-value; Additionally, we would need a list of this type. typ