Subject | Re: [IBO] TIB_Grid problem |
---|---|
Author | Helen Borrie |
Post date | 2003-05-04T05:44:41Z |
At 12:15 PM 4/05/2003 +0700, you wrote:
in grids - it permits me to move around the visible rows specifically
*without* triggering a scroll event. If Tab/shift-tab caused a scroll
event, I would have to treat that as a bug, as users would be left without
the means to navigate freely in the visible view.
behaviour, why not just make your own ib_grid descendant? *Delphi* is
perfect for meeting non-standard requirements.
Helen
>Hello,Errm, in my opinion, this is the behaviour I expect from Tab and Shift-Tab
>Sorry for my bad English
>
>Problem with Tab pressing handling.
>Run any application with TIB_Grid presence.
>Resize form/grid to view few records in Grid (records count must be more
>enough
>than displayed).
>Try to navigate in the grid by Tab pressing from bottom of the grid to the
>next record and so on.
>Cursor jumping on same position.
>So, in such a way you never reach last record.
>
>Same problem with Shift-Tab.
>
>I find this very inconvenient. It's a bug IMHO.
>Any comments?
>What is majority opinion?
in grids - it permits me to move around the visible rows specifically
*without* triggering a scroll event. If Tab/shift-tab caused a scroll
event, I would have to treat that as a bug, as users would be left without
the means to navigate freely in the visible view.
>So, little changes in the IBO sources and now it perfect IMHO.Hmm. Perfection is in the eye of the beholder. If you want this
>I sent changes to Jason Wharton
behaviour, why not just make your own ib_grid descendant? *Delphi* is
perfect for meeting non-standard requirements.
Helen