View Single Post
  #3 (permalink)  
Old 06-24-2008, 12:24 PM
dan kabestan dan kabestan is offline
Junior Member
 
Join Date: Aug 2007
Posts: 30
Exclamation table cell access

1 - I'm sorry but i had seen this on your forum and as i said, i already use that kind of undirect solution.
I would find a DIRECT solution to catch keys in the Table cell. (without use an external textbox)
We only dispose of ONE event for this component and its really short !
Is there any work around ?

2 - Your interesting Timer solution seems to run only IF the clic-on-cell doesnt select the cell content (blue).

3 - Returning to my old idea : put a textbox exactly in front of selected cell,
the problem is to know the selected cell position in Form, with big Table and scroll use.
My first solution was to hidde the Table , catch mouse values on Form and finaly put 'visible' the Table :
it's not working well. (tried also with your timer-focus).
Is there any better way to find those coordinates ?

4 - Before your new ideas my alone solution is to put a virtual Table made with a same number of textbox
as number of items(row) of arraylists(col).A good idea ?
Reply With Quote