![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hello,
1 - What is the good way to "directly" edit in a Table cell (with keyboard). (i'm actually obliged to catch keys on a textbox and copy to cell) 2 - why i cant change focus from Table to a textbox ? see next : '---------------- with table1 and textbox1... sub Table1_SelectionChanged (ColName, Row) textbox1.focus end sub '---------------------------------------------------------- the focus doesnt go to textbox ! Thanks for help |
|
|||
|
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 ? |
|
||||
|
You can use this code: Table - MouseDown event and more to put a textbox over the current cell.
|
|
|||
|
A power library ! which call somme tutorials !
Using your EnhancedTable, i propose this first edit in a cell . (attached file). But i dont know how manage the scroll, for kill the edit-box when move or better : follow the move... (Havent found a 'o.GetProperty("Type")' == 'scrollbar' to use ) What is the good way to made an 'addScrollChangeEvent(TableName)' ? Actualy have not enougth information/method on this super Dll. Is there any other sample-document which describes it ? |
|
||||
|
This is the documentation of the Door library: Door
The Door library is a special library as it exposes the functionality of the .Net Framework (or .Net Compact Framework). Unlike all other features of Basic4ppc it requires some knowledge of the .Net. |
|
||||
|
See this thread for an Editable table: Editable Table - Device & Desktop
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Timer component | 2220 | Questions & Help Needed | 4 | 09-27-2008 08:41 PM |
| I'm want sample network component | thaidelphi | Questions & Help Needed | 1 | 08-18-2008 03:27 PM |
| Small questions on Table component and Help window | dan kabestan | Questions & Help Needed | 5 | 04-12-2008 06:49 AM |
| Error loading SQL Component | conniemalan | Questions & Help Needed | 1 | 07-27-2007 09:29 AM |
| Questions: Table overheads & Addtable()? | LineCutter | Questions & Help Needed | 3 | 06-02-2007 03:10 PM |