Search found 25 matches

by reiser
Tue Jul 15, 2014 4:08 pm
Forum: Support
Topic: Find RVStyle.TextStyle by name?
Replies: 2
Views: 11015

Thank you.
by reiser
Thu Jul 10, 2014 1:19 pm
Forum: Support
Topic: Find RVStyle.TextStyle by name?
Replies: 2
Views: 11015

Find RVStyle.TextStyle by name?

Is it possible to find RVStyle.TextStyle by it's name? There are various FindStyleWith*() functions, but none accepts style name as parameter.
by reiser
Thu May 29, 2014 10:20 pm
Forum: Support
Topic: Simple question about text styles
Replies: 3
Views: 12841

Thank you, that worked :)
by reiser
Thu May 29, 2014 12:27 pm
Forum: Support
Topic: Simple question about text styles
Replies: 3
Views: 12841

Also, I forgot to mention that I would like to avoid using tables, so users could select portions of text easily.
by reiser
Thu May 29, 2014 10:08 am
Forum: Support
Topic: Simple question about text styles
Replies: 3
Views: 12841

Simple question about text styles

Hello, I have external class which processes some data and parses it to the TStringList component, as readable lines/strings. This works fine, but the outputted text is plain, and I want to make it look nicer. My idea is to use RichView and add colours to the text. Here is the example of what I'm ...
by reiser
Mon May 19, 2014 1:28 pm
Forum: Support
Topic: Nested rows, is this possible?
Replies: 4
Views: 14789

Thanks a lot, that worked.
by reiser
Sun May 18, 2014 10:58 am
Forum: Support
Topic: Nested rows, is this possible?
Replies: 4
Views: 14789

Yes.
by reiser
Sat May 17, 2014 12:06 pm
Forum: Support
Topic: Nested rows, is this possible?
Replies: 4
Views: 14789

Nested rows, is this possible?

Hello, I have something like this: http://i.imgur.com/BHUGVz5.png I want to make yellow row nested in a green one, so its not visible until I expand the green row. Is something like this possible? Like a subrow inside a row. This is how I add the row: table := TRVTableItemInfo.CreateEx(1, 3, rvLog ...
by reiser
Mon Mar 17, 2014 2:54 pm
Forum: Support
Topic: RichView, add multi colored line without table
Replies: 6
Views: 17890

Thats what I needed. Thanks!
by reiser
Mon Mar 17, 2014 11:39 am
Forum: Support
Topic: RichView, add multi colored line without table
Replies: 6
Views: 17890

I know about line coloring, but how can I add multicolored TEXT in one line? Without using table. So, text would need to act like "raw" data, instead columned data.
by reiser
Mon Mar 17, 2014 5:59 am
Forum: Support
Topic: RichView, add multi colored line without table
Replies: 6
Views: 17890

I use latest version of RichView btw.
by reiser
Mon Mar 17, 2014 5:48 am
Forum: Support
Topic: RichView, add multi colored line without table
Replies: 6
Views: 17890

Also, I found out adding new row to table is very cpu intensive, to the point where whole GUI stutters for a moment while code that adds new row executes. This is how I add it: table := frmDebug.rvLog.RVData.GetItem(0) as TRVTableItemInfo; if table.RowCount = 0 then begin table.InsertRows(0, 1, -1 ...
by reiser
Sun Mar 16, 2014 8:24 pm
Forum: Support
Topic: RichView, add multi colored line without table
Replies: 6
Views: 17890

RichView, add multi colored line without table

Hi all.

How can I add multi colored line to TRichView, without using table?

I want to achieve same effect as when I add multicolored line to normal RichEdit control, so user can select text normally. I need to add line that looks like this mainly:
<username> message
Thanks!
by reiser
Sun Jul 10, 2011 5:12 pm
Forum: Support
Topic: RichView - Table Row Height ?
Replies: 19
Views: 42237

Ok thanks, guess I'll just go with the tables.
by reiser
Sun Jul 10, 2011 3:10 pm
Forum: Support
Topic: RichView - Table Row Height ?
Replies: 19
Views: 42237

You can see how long line in table is cutted nice. Sorry for triple post, edit post function is disabled.