Search found 6 matches

by frank van den bergh
Sat Oct 22, 2005 8:22 pm
Forum: Support
Topic: Keep the current paragraph style after an InsertItem
Replies: 6
Views: 27626

That works. Great. Thanks
by frank van den bergh
Sat Oct 22, 2005 11:41 am
Forum: Support
Topic: Keep the current paragraph style after an InsertItem
Replies: 6
Views: 27626

You understand that correct. After the insert the text style of the inserted item is the current one. I want to continue with the one I had (your second option).
by frank van den bergh
Sat Oct 22, 2005 10:32 am
Forum: Support
Topic: Keep the current paragraph style after an InsertItem
Replies: 6
Views: 27626

Hi Sergey, I use InsertItem as AddItem does not work (no TLabelItem insertion in the document when the caret is at the end). I use the suggestion you gave me yesterday. This is the code: li := TRVLabelItemInfo.CreateEx(RichViewEdit1.RVData, TEXTSTYLE_VARIABLE, '['+Variable.Description ...
by frank van den bergh
Fri Oct 21, 2005 5:22 pm
Forum: Support
Topic: Keep the current paragraph style after an InsertItem
Replies: 6
Views: 27626

Keep the current paragraph style after an InsertItem

When you insert a TLabelItem at the end of a document with a style x, from then on you are using the style of the TLabelItem. How can I keep the style of the paragraph? I want that when you enter some text after the insert action, you have the same paragraph style as before. Thanks for your reaction ...
by frank van den bergh
Fri Oct 21, 2005 5:15 pm
Forum: Support
Topic: Selecti the Inserted Item
Replies: 2
Views: 15843

Thanks Sergey,
That works!
by frank van den bergh
Thu Oct 20, 2005 2:38 pm
Forum: Support
Topic: Selecti the Inserted Item
Replies: 2
Views: 15843

Selecti the Inserted Item

After I insert a label item I want this label item to be the one and only selected item (and highlighted). Unfortunately no luck. Any suggestions? Thanks for your help, Frank. This is a part of the source: li := TRVLabelItemInfo.CreateEx(RichViewEdit1.RVData, TEXTSTYLE_VARIABLE, '['+Variable ...