Subject | Re: [IBO] datefield and IB_Date in IB_Grid |
---|---|
Author | Tim Meneely |
Post date | 2003-09-27T12:41:12Z |
On Saturday 27 September 2003 4:29 am, Marco Menardi wrote:
My goal, years ago when writing a non-IBO component like this, was Quicken /
Quickbooks compatibility because several of my users use both. My goal this
time was compatibility with my old component - my users aren't worried about
TIB_Date compatibility.
However, the code in my component is extremely simple with regard to keystroke
handling - just a case statement on characters. Anyone (including me, I
suppose) could replace my key usage with TIB_Date usage.
Tim
> --- In IBObjects@yahoogroups.com, Tim Meneely <meneelyt@t...> wrote:Hi, Marco,
> > It's not a direct answer to your question, but I contributed a IB_Grid
> > descendent which has significantly changed date editing. You might
> read over
> > my code and then write your own. The description is on
> > http://www.ibobjects.com/ibocontributed.html and the grid:
> > http://source.ibobjects.com/contributed/IB_GridQuickenDate.zip
> Tim, TIB_Date already has some "short-cut" key combinations too (see
> the source code of the control and the drop down calendar, i.e. space
> bar for Today, or +/- when calendar is dropped to increment/decrement
> the day, etc.). Would be great if you try to make the grid use the
> same key combination whenever possible, I think.
My goal, years ago when writing a non-IBO component like this, was Quicken /
Quickbooks compatibility because several of my users use both. My goal this
time was compatibility with my old component - my users aren't worried about
TIB_Date compatibility.
However, the code in my component is extremely simple with regard to keystroke
handling - just a case statement on characters. Anyone (including me, I
suppose) could replace my key usage with TIB_Date usage.
Tim