Search found 25 matches

by conciliator
Tue Jul 17, 2012 7:00 am
Forum: Support
Topic: How to override default method for OnItemAction?
Replies: 5
Views: 14268

Hi Sergey!

Sorry for the delay - been working hard on other stuff. Did what you suggested yesterday, and I'm happy to report that it worked out fine.
by conciliator
Fri Mar 30, 2012 10:58 am
Forum: Support
Topic: How to override default method for OnItemAction?
Replies: 5
Views: 14268

On a side-note, I'd like to mention to you that when you do have rvprDeleteProtect enabled, rvuDelete will show up in as the next undo-action even though nothing has actually been deleted. Maybe that's intended, maybe not - but now you know. :)
by conciliator
Fri Mar 30, 2012 7:24 am
Forum: Support
Topic: How to override default method for OnItemAction?
Replies: 5
Views: 14268

I need to take special action in case of some rviaDestroying-actions. I've come 95% of the way using styles (TRVProtectOption etc.), but can't see how to get all the way without some Case: I have two the following document: [protected paragraph A] [non-protected paragraph B] [protected paragraph C ...
by conciliator
Mon Mar 26, 2012 12:27 pm
Forum: Support
Topic: How to override default method for OnItemAction?
Replies: 5
Views: 14268

How to override default method for OnItemAction?

I'd like to override the default event handler for item actions in a TRichViewEdit. Although my company has purchased a license, I can't access the source at the moment, so I can't figure out what method to override. What method (if any) can I override to hook onto the default item action event ...
by conciliator
Tue Mar 30, 2010 12:51 pm
Forum: Support
Topic: Can an item span two lines?
Replies: 2
Views: 8617

A little investigation reveals that it can (in the form of word wrapping). To clarify some: my original interest in the matter was the IsNewLine-method. At first, it seemed to me that the IsNewLine was true for all items. However, if you multiple items due to formating, it will turn out false for ...
by conciliator
Tue Mar 30, 2010 12:00 pm
Forum: Support
Topic: Can an item span two lines?
Replies: 2
Views: 8617

Can an item span two lines?

Can an item span two lines?
by conciliator
Tue Mar 30, 2010 8:31 am
Forum: Support
Topic: At what point is TRichViewEdit.Style assigned?
Replies: 2
Views: 8672

further specification

To define my situation more precisely:

The access violation is thrown whenever I try to access TRichViewEdit.Style from within the constructor of TRichViewEdit.
by conciliator
Tue Mar 30, 2010 8:25 am
Forum: Support
Topic: At what point is TRichViewEdit.Style assigned?
Replies: 2
Views: 8672

At what point is TRichViewEdit.Style assigned?

I've extended a TRichViewEdit-component, and overridden the constructor in order to set up some hard-coded styles in my custom component. However, attempting to access the TRichViewEdit.Style property throws an access violation exception, which in turn is a signal that the associated field has not ...
by conciliator
Mon Mar 29, 2010 9:37 am
Forum: Support
Topic: Invisible text
Replies: 1
Views: 7214

Invisible text

I need to make some of the text in a TRichViewEdit invisible. Is there any style that enables this, or should I instead associate the hidden text with a checkpoint and retrieve it as needed?
by conciliator
Thu Dec 10, 2009 8:04 am
Forum: Support
Topic: Error loading web page
Replies: 2
Views: 8723

Works fine now. Thanks!
by conciliator
Wed Dec 09, 2009 2:56 pm
Forum: Support
Topic: Error loading web page
Replies: 2
Views: 8723

Error loading web page

Hi Sergey,

I'm having trouble loading http://www.trichview.com/help/index.htm ... ction.html
with Firefox 3.5.5. Loading it with IE works fine. Have not yet seen any other pages in the manual with this sort of problem.
by conciliator
Tue Dec 01, 2009 8:24 am
Forum: Support
Topic: Hiding/showing text
Replies: 3
Views: 11570

Thanks Sergey, that's great stuff!
by conciliator
Mon Nov 30, 2009 12:45 pm
Forum: Support
Topic: Hiding/showing text
Replies: 3
Views: 11570

I just realised that, in order to get the content from one document to another, I need to save to stream (making my last lines in the previous post complementary, and not orthogonal to each other).
by conciliator
Mon Nov 30, 2009 12:18 pm
Forum: Support
Topic: Hiding/showing text
Replies: 3
Views: 11570

Hiding/showing text

I need to have a TRVE component with a fixed set of sections (fixed heading + editable field below heading). I'd like the user to be able to turn a section on/off at runtime. Is there a style that would enable me to do so? I.e. could I select the desired text in code and then hide/show the selected ...
by conciliator
Mon Nov 30, 2009 12:03 pm
Forum: Support
Topic: Problem deleting text
Replies: 6
Views: 14377

As suggested by Sergey, the problem was related to the desired text being protected. Case closed.