Search found 16 matches

by Denoson
Fri Jun 16, 2006 9:21 am
Forum: Support
Topic: Table -> Cell[c,r] -> selectAll
Replies: 5
Views: 17576

Cells -> Select all

Thanks this code works well.
by Denoson
Wed Jun 14, 2006 8:17 pm
Forum: Support
Topic: Table -> Cell[c,r] -> selectAll
Replies: 5
Views: 17576

Cells

Hello Sergey, any news about Cells->Select all?
by Denoson
Mon Jun 12, 2006 6:15 pm
Forum: Support
Topic: Table -> Cell[c,r] -> selectAll
Replies: 5
Views: 17576

Cells

I try new code, but:

table.Cells[r,c].GetRVData. - has no SelectAll and Invalidate methods :(
by Denoson
Sun Jun 11, 2006 3:58 pm
Forum: Support
Topic: Table -> Cell[c,r] -> selectAll
Replies: 5
Views: 17576

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); en...
by Denoson
Mon Apr 03, 2006 9:17 pm
Forum: Support
Topic: how insert into TRichview a superscript or subscript symbol?
Replies: 2
Views: 12366

You can modify standard action: ChangeFontAction (hide default dialog).
by Denoson
Thu Feb 16, 2006 5:08 pm
Forum: Support
Topic: remembering/restore RVF Selections
Replies: 1
Views: 10057

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 :(
by Denoson
Mon Feb 13, 2006 7:56 am
Forum: Support
Topic: Syntax highlight emulation.
Replies: 4
Views: 16788

Thanks, I try to use this method.
by Denoson
Sun Feb 12, 2006 6:52 pm
Forum: Support
Topic: Syntax highlight emulation.
Replies: 4
Views: 16788

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).
by Denoson
Fri Feb 10, 2006 10:06 pm
Forum: Support
Topic: Getting and Setting CustomColors on RVAction ColorDialog
Replies: 2
Views: 12382

Colors

See: RVAControlPanel.ColorDialog

You may Save & Load ColorDialog.CustomColors (TStringList)
by Denoson
Fri Feb 10, 2006 10:03 pm
Forum: Support
Topic: HOWTO: replace font size globally
Replies: 4
Views: 17572

Inc, Dec

You may use

Increase:
RVStyle1.TextStyles.Size := RVStyle1.TextStyles.Size + 1;

Decrease:
RVStyle1.TextStyles.Size := RVStyle1.TextStyles.Size - 1;
by Denoson
Fri Feb 10, 2006 9:18 pm
Forum: Support
Topic: Syntax highlight emulation.
Replies: 4
Views: 16788

Syntax highlight emulation.

Is there any way for Syntax highlight emulation?
Scan RvData and change styles...
by Denoson
Mon Jan 30, 2006 9:54 pm
Forum: Support
Topic: Checkpoint navigation
Replies: 9
Views: 33297

Samples

Ok, this code works Fine!
by Denoson
Thu Jan 26, 2006 10:53 pm
Forum: Support
Topic: Checkpoint navigation
Replies: 9
Views: 33297

Thanks

I try to test this code, thanks.
by Denoson
Thu Jan 26, 2006 9:15 pm
Forum: Support
Topic: Checkpoint navigation
Replies: 9
Views: 33297

Scroll

Sergey, thank you for this example. This code works fine for TRichViewEdit :lol: , but TRichView can't scroll on Cell.Edit() :(

Can you help for Viewer (scroll to table cell / bookmark)?
by Denoson
Wed Jan 25, 2006 11:25 pm
Forum: Support
Topic: Paste Unicode text
Replies: 3
Views: 14867

Unicode

Thanks, now it works :)
rvruOnlyUnicode- necessarily to set or not?
(RichViewEdit1.RTFReadProperties.UnicodeMode = rvruOnlyUnicode)
Can I use rvuMixed?


Image