Search found 3 matches

by JavaKinetic
Thu Mar 16, 2006 3:59 am
Forum: Support
Topic: SetCaret to end of Cell contents in a Table
Replies: 1
Views: 9386

// This will send the caret to the end of the text in a cell.
// -- Might be a behaviour one day ;-)
// -- Editing of Cells in table
procedure TMainForm.OnCellEditing(Sender: TRVTableItemInfo; Row, Col: Integer;
Automatic: Boolean; var AllowEdit: Boolean);
var
mCell : String;
begin

// Go to end ...
by JavaKinetic
Thu Mar 16, 2006 2:22 am
Forum: Support
Topic: SetCaret to end of Cell contents in a Table
Replies: 1
Views: 9386

SetCaret to end of Cell contents in a Table

Quick question: When I am tabbing through cells in a table, I would like the cursor to set at the end of the contents of the cell.

SelectCurrentWord and GetSelText appear to be the methods to use, but is there an ideal way to do this?

I think TRichView is absolutely amazing... but... there is ...
by JavaKinetic
Tue Mar 07, 2006 8:16 pm
Forum: Support
Topic: Update to Registered Versions
Replies: 1
Views: 9719

Update to Registered Versions

I made the mistake of uninstalling and downloading the current version. I now have the "UNREGISTERED" label on my window.

How do I Re-Register? (Sorry, I looked everywhere, and could not find instructions on how to do this)

Wonderful product!! ....Vern