Search found 9400 matches

by Sergey Tkachenko
Sun Jan 27, 2008 4:54 pm
Forum: ScaleRichView
Topic: importing documents with embedded hyperlinks
Replies: 11
Views: 37151

Well, I can reproduce the problem with importing DOC files using office text converters. Unfortunately, it cannot be fixed, because the DOC file import converter creates RTF without hyperlinks. As for the problem with embedded hyperlinks when importing RTF files, I cannot reproduce it. May be I do n...
by Sergey Tkachenko
Sat Jan 26, 2008 12:37 pm
Forum: ScaleRichView
Topic: importing documents with embedded hyperlinks
Replies: 11
Views: 37151

For any case, send me the document example. I want to test on the same data as you do.
by Sergey Tkachenko
Fri Jan 25, 2008 2:47 pm
Forum: ScaleRichView
Topic: importing documents with embedded hyperlinks
Replies: 11
Views: 37151

1) Please send me example of this Word doc to test.
2) This action must be able add, modify and delete hyperlinks. I cannot reproduce the problem. Please give me step by step instructions how to do it.
by Sergey Tkachenko
Thu Jan 24, 2008 5:29 pm
Forum: Support
Topic: Scrolling with middle mouse button - not working.
Replies: 10
Views: 26546

The question is: should I include IMouse in uses of RVScroll.
From one side, without including this unit mouse panning does not work.
From the other side, including (as I understand) makes it impossible to use third party modifications.
by Sergey Tkachenko
Thu Jan 24, 2008 4:57 pm
Forum: Support
Topic: Scrolling with middle mouse button - not working.
Replies: 10
Views: 26546

Wow, I didn't know about this unit. It will be supported by default in the next update.

A special processing is required for inplace editors (to scroll the root editor instead of them), I've made it.
by Sergey Tkachenko
Thu Jan 24, 2008 4:48 pm
Forum: Support
Topic: Tables and Controls
Replies: 4
Views: 12553

The correct code is: if RichViewEdit1.InsertControl('', c, rvvaAbsMiddle) then RichViewEdit1.TopLevelEditor.SetItemExtraIntProperty(RichViewEdit1.TopLevelEditor.FindControlItemNo(c), rvepResizable, 1) or if RichViewEdit1.InsertControl('', c, rvvaAbsMiddle) then RichViewEdit1.TopLevelEditor.SetItemEx...
by Sergey Tkachenko
Wed Jan 23, 2008 5:20 pm
Forum: ScaleRichView
Topic: bug in Actions Demo
Replies: 3
Views: 15901

It looks like the error we have recently fixed. It will be uploaded in the next update, this week.
by Sergey Tkachenko
Wed Jan 23, 2008 5:19 pm
Forum: ScaleRichView
Topic: re-order filters in Save As... ? (RVActions or SRV Demo???)
Replies: 2
Views: 14136

RichViewActions do not allow to reorder items in SaveAs dialog, they only allow to exclude some of them. Custom items are always after the standard items. But you can control the default item (which is selected when the dialog is shown). For SaveAs dialog, the default item corresponds to the documen...
by Sergey Tkachenko
Tue Jan 22, 2008 2:48 pm
Forum: Support
Topic: Tables and Controls
Replies: 4
Views: 12553

You should be able to select and resize them. There is only one problem: when the control is in the cell, TRichView cannot draw resize handles outside this cell. It may be a problem if CellPadding is small.
by Sergey Tkachenko
Tue Jan 22, 2008 2:46 pm
Forum: Support
Topic: TEdit Control and Font
Replies: 6
Views: 16228

For example, if the user selects large document fragment and applies font, this event occurs for each item in the selection. Which one you will use for TEdits?

It's possible to apply fonts to inserted controls, but it requires creating a special item type for them.
by Sergey Tkachenko
Tue Jan 22, 2008 12:53 pm
Forum: Support
Topic: TEdit Control and Font
Replies: 6
Views: 16228

This event occurs every time when some action needs a style with certain properties. This even may occurs when applying some change to the selection, or when inserting hyperlink. If this event is not processed, the default procedure provides this style (creates a new style or returns the existing st...
by Sergey Tkachenko
Mon Jan 21, 2008 6:18 pm
Forum: Support
Topic: Controls in TRichView and its height
Replies: 3
Views: 11064

You can change height of combobox if you set its style to one of ownerdraw styles. As far as I remember, you need to change its ItemHeight property. But this change does not affect height immediately, only next time when this combobox is loaded.
by Sergey Tkachenko
Mon Jan 21, 2008 5:19 pm
Forum: Support
Topic: Update for Borland Developer Studio 2006
Replies: 7
Views: 22034

Please send be (by private message or e-mail) details of your registration (for example, order number or e-mail address used in your order)
by Sergey Tkachenko
Mon Jan 21, 2008 5:16 pm
Forum: Support
Topic: Liker error RVSSCROLL.OBJ with codegear2007C++
Replies: 1
Views: 7089

Please send me your project file (*.cbproj, without other files) to [email protected]
by Sergey Tkachenko
Sun Jan 20, 2008 10:04 am
Forum: Support
Topic: Scrolling with middle mouse button - not working.
Replies: 10
Views: 26546

Smike, what is imouse?
TRichView uses standard window scrollbars, but I think it does not matter in this case.