Search found 25 matches
- Tue Jul 15, 2014 4:08 pm
- Forum: Support
- Topic: Find RVStyle.TextStyle by name?
- Replies: 2
- Views: 11015
- 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.
- Thu May 29, 2014 10:20 pm
- Forum: Support
- Topic: Simple question about text styles
- Replies: 3
- Views: 12841
- Thu May 29, 2014 12:27 pm
- Forum: Support
- Topic: Simple question about text styles
- Replies: 3
- Views: 12841
- 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 ...
- Mon May 19, 2014 1:28 pm
- Forum: Support
- Topic: Nested rows, is this possible?
- Replies: 4
- Views: 14789
- Sun May 18, 2014 10:58 am
- Forum: Support
- Topic: Nested rows, is this possible?
- Replies: 4
- Views: 14789
- 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 ...
- Mon Mar 17, 2014 2:54 pm
- Forum: Support
- Topic: RichView, add multi colored line without table
- Replies: 6
- Views: 17890
- Mon Mar 17, 2014 11:39 am
- Forum: Support
- Topic: RichView, add multi colored line without table
- Replies: 6
- Views: 17890
- Mon Mar 17, 2014 5:59 am
- Forum: Support
- Topic: RichView, add multi colored line without table
- Replies: 6
- Views: 17890
- 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 ...
- 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:
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:
Thanks!<username> message
- Sun Jul 10, 2011 5:12 pm
- Forum: Support
- Topic: RichView - Table Row Height ?
- Replies: 19
- Views: 42237
- Sun Jul 10, 2011 3:10 pm
- Forum: Support
- Topic: RichView - Table Row Height ?
- Replies: 19
- Views: 42237