Robert Graham Merkel <[EMAIL PROTECTED]> writes:
> Could you explain how "virtual" and "physical" rows and columns are
> organised, or provide a pointer to some documentation on it?
>
> I can't really modify this stuff without breaking something otherwise.
>
> If it isn't documented, it probabl
The relevant discussion was about 4 August 1999, and the subject
was "Display fix ( Gnome/Gtk version )". I don't have time to see if
I can see it in the list archives, but if you can't find it, just let
me know and I'll dig up and repost the bits I saved.
--
Rob Browning <[EMAIL PROTECTED]> P
>
> > BTW, I just finished the account list dialog option, it will be
> > in my patch tonight. That should give you everything to do the
> > transaction report, right?
> >
> Yep.
>
> > If you like, I can implement the above if you want to get the
> > transaction report working.
>
> There
Dave Peticolas writes:
> > Dave Peticolas writes:
> >
> > > A simple way (and a slight hack) to get what you want is to add
> > > arguments to gnucash_register_goto_next_virt_row() (and to some
> > > of the functions it uses) to specify the physical row and column
> > > offsets in the v
> Dave Peticolas writes:
>
> > A simple way (and a slight hack) to get what you want is to add
> > arguments to gnucash_register_goto_next_virt_row() (and to some
> > of the functions it uses) to specify the physical row and column
> > offsets in the virtual row you want to jump to. Then, if
Dave Peticolas writes:
> A simple way (and a slight hack) to get what you want is to add
> arguments to gnucash_register_goto_next_virt_row() (and to some
> of the functions it uses) to specify the physical row and column
> offsets in the virtual row you want to jump to. Then, if the user
>
Rob Merkel said:
> At the moment, when a new split is created in the register, the cursor
> is placed to the right of the date field. I wish to add an option
> allowing the user to choose to have the cursor placed in
> the "num" field.
>
> However, the register code is large and quite confusin
At the moment, when a new split is created in the register, the cursor
is placed to the right of the date field. I wish to add an option
allowing the user to choose to have the cursor placed in
the "num" field.
However, the register code is large and quite confusing, so I can't
figure out which