Search found 16 matches
- Fri Jun 16, 2006 9:21 am
- Forum: Support
- Topic: Table -> Cell[c,r] -> selectAll
- Replies: 5
- Views: 19600
Cells -> Select all
Thanks this code works well.
- Wed Jun 14, 2006 8:17 pm
- Forum: Support
- Topic: Table -> Cell[c,r] -> selectAll
- Replies: 5
- Views: 19600
Cells
Hello Sergey, any news about Cells->Select all?
- Mon Jun 12, 2006 6:15 pm
- Forum: Support
- Topic: Table -> Cell[c,r] -> selectAll
- Replies: 5
- Views: 19600
Cells
I try new code, but:
table.Cells[r,c].GetRVData. - has no SelectAll and Invalidate methods
table.Cells[r,c].GetRVData. - has no SelectAll and Invalidate methods
- Sun Jun 11, 2006 3:58 pm
- Forum: Support
- Topic: Table -> Cell[c,r] -> selectAll
- Replies: 5
- Views: 19600
Table -> Cell[c,r] -> selectAll
I need to select all value of table cell. if not EDITOR.CanChange or not EDITOR.GetCurrentItemEx(TRVTableItemInfo, rve, item) then exit; table := TRVTableItemInfo(item); if table.GetEditedCell(r,c)<>nil then begin table.Cells[r,c].SelectAll; Caption := 'Cell: ' + inttostr(r) + ', ' + inttostr(c ...
- Mon Apr 03, 2006 9:17 pm
- Forum: Support
- Topic: how insert into TRichview a superscript or subscript symbol?
- Replies: 2
- Views: 13502
- Thu Feb 16, 2006 5:08 pm
- Forum: Support
- Topic: remembering/restore RVF Selections
- Replies: 1
- Views: 10837
remembering/restore RVF Selections
Hello Sergey,
Can you send an example for RVF SELECTION remembering/restore (variants: Slected text, Selected Cells, Selected Cell text).
1) How to remember selections (rvEdit)
2) How to restore Selections.
I try to use Set/GetSelectionsbounds, but I have a bad results
Can you send an example for RVF SELECTION remembering/restore (variants: Slected text, Selected Cells, Selected Cell text).
1) How to remember selections (rvEdit)
2) How to restore Selections.
I try to use Set/GetSelectionsbounds, but I have a bad results
- Mon Feb 13, 2006 7:56 am
- Forum: Support
- Topic: Syntax highlight emulation.
- Replies: 4
- Views: 18539
- Sun Feb 12, 2006 6:52 pm
- Forum: Support
- Topic: Syntax highlight emulation.
- Replies: 4
- Views: 18539
syntax highlight
I know TSyntaxRichViewEdit but I don't need realtime syntax highlighting.
I want to create special button "Pascal highlight" or "HTML highlight" and reformat existing text (or selection).
I want to create special button "Pascal highlight" or "HTML highlight" and reformat existing text (or selection).
- Fri Feb 10, 2006 10:06 pm
- Forum: Support
- Topic: Getting and Setting CustomColors on RVAction ColorDialog
- Replies: 2
- Views: 13452
Colors
See: RVAControlPanel.ColorDialog
You may Save & Load ColorDialog.CustomColors (TStringList)
You may Save & Load ColorDialog.CustomColors (TStringList)
- Fri Feb 10, 2006 10:03 pm
- Forum: Support
- Topic: HOWTO: replace font size globally
- Replies: 4
- Views: 19366
Inc, Dec
You may use
Increase:
RVStyle1.TextStyles.Size := RVStyle1.TextStyles.Size + 1;
Decrease:
RVStyle1.TextStyles.Size := RVStyle1.TextStyles.Size - 1;
Increase:
RVStyle1.TextStyles.Size := RVStyle1.TextStyles.Size + 1;
Decrease:
RVStyle1.TextStyles.Size := RVStyle1.TextStyles.Size - 1;
- Fri Feb 10, 2006 9:18 pm
- Forum: Support
- Topic: Syntax highlight emulation.
- Replies: 4
- Views: 18539
Syntax highlight emulation.
Is there any way for Syntax highlight emulation?
Scan RvData and change styles...
Scan RvData and change styles...
- Mon Jan 30, 2006 9:54 pm
- Forum: Support
- Topic: Checkpoint navigation
- Replies: 9
- Views: 37723
Samples
Ok, this code works Fine!
- Thu Jan 26, 2006 10:53 pm
- Forum: Support
- Topic: Checkpoint navigation
- Replies: 9
- Views: 37723
Thanks
I try to test this code, thanks.
- Thu Jan 26, 2006 9:15 pm
- Forum: Support
- Topic: Checkpoint navigation
- Replies: 9
- Views: 37723
Scroll
Sergey, thank you for this example. This code works fine for TRichViewEdit , but TRichView can't scroll on Cell.Edit()
Can you help for Viewer (scroll to table cell / bookmark)?
Can you help for Viewer (scroll to table cell / bookmark)?
- Wed Jan 25, 2006 11:25 pm
- Forum: Support
- Topic: Paste Unicode text
- Replies: 3
- Views: 16047
Unicode
Thanks, now it works
rvruOnlyUnicode- necessarily to set or not?
(RichViewEdit1.RTFReadProperties.UnicodeMode = rvruOnlyUnicode)
Can I use rvuMixed?
rvruOnlyUnicode- necessarily to set or not?
(RichViewEdit1.RTFReadProperties.UnicodeMode = rvruOnlyUnicode)
Can I use rvuMixed?