Search found 20 matches

by Kern
Wed Jan 20, 2010 2:24 pm
Forum: Support
Topic: Tablet Handwriting with RichView?
Replies: 2
Views: 10616

This issue is on Windows 7, we used it in Win XP without this problem.
by Kern
Wed Jan 20, 2010 12:27 pm
Forum: Support
Topic: Tablet Handwriting with RichView?
Replies: 2
Views: 10616

Tablet Handwriting with RichView?

We just tested handwriting on a tablet PC using TRichView 11.0.5 but it didn't work. We can write in every standard-control like Edit, DBEdit, DBMemo and so on, but not in TRichView.

Did someone test this allready?

We have a similar problem using Naturally Speacking für text recognition.
by Kern
Fri May 09, 2008 11:54 am
Forum: Support
Topic: Show caret in TDBRichView
Replies: 1
Views: 8923

Show caret in TDBRichView

Is it possible to have a caret in TDBRichView like in TDBRichViewEdit? We would like to show the cursorposition because the user can scoll in this control.
by Kern
Wed Jan 16, 2008 3:03 pm
Forum: Support
Topic: Dragon Naturally Speaking 9.5
Replies: 16
Views: 45040

Hi Sergey We found some news about the Dragon implementation: if you want to make your application Select-and-Say compatible with DNS 9, make sure that your application both supports MSAA and that all Windows that support dictation use Text Services Framework. So there would be a chance to implement...
by Kern
Wed Dec 12, 2007 7:54 pm
Forum: Support
Topic: Dragon Naturally Speaking 9.5
Replies: 16
Views: 45040

Dragon Naturally Speaking 9.5

We would like to use Dragon Naturally Speaking to dictate text into TRichView-Components (Ver. 1.9.24) . We changed some entries in nsapps.ini (Dragon) like TDBRichViewEdit=4. This entry tells the Dragon software that this field is a Richtext-Field. We made the same entry for TDBMemo which is workin...
by Kern
Fri Aug 17, 2007 1:24 pm
Forum: Support
Topic: Copy/Paste without Linefeed
Replies: 4
Views: 17196

Sergey Tkachenko wrote:What's your version of TRichView?
Did you find anything about this behavior?
by Kern
Wed Apr 25, 2007 12:50 pm
Forum: Support
Topic: Copy text from TRichView to Word -> no Spellcheck
Replies: 2
Views: 10700

Copy text from TRichView to Word -> no Spellcheck

If we copy text from a TRichViewEdit component to Word using the clipboard, the text copied will not be check by the spellchecking-routine of word. If we have a look at the properties of the copied text in Word, the property "Rechtschreibung und Grammatik nicht prüfen" (in english: "S...
by Kern
Thu Feb 08, 2007 1:23 pm
Forum: Support
Topic: Copy/Paste without Linefeed
Replies: 4
Views: 17196

We use TRichview 1.9.24
by Kern
Thu Feb 08, 2007 9:41 am
Forum: Support
Topic: Copy/Paste without Linefeed
Replies: 4
Views: 17196

Copy/Paste without Linefeed

If we copy to clipboard from a TRichView and paste this text to Word (as example), we get the text + CR/LF pasted in Word. This is standard, it's the same behaviour in TRichEdit. But in TRichEdit we can select only SelStart := 0, SelLength := Textlength - 2, then copy to clipboard. Then we don't hav...
by Kern
Fri Jan 12, 2007 9:52 am
Forum: Support
Topic: Copy to Clipboard kills last tabulator
Replies: 3
Views: 13130

Sergey Tkachenko wrote:This problem must be fixed in the latest TRichView version
Hi Sergey

What do you mean with
must be fixed
? Whe have the last version (1.9.24) and the problem is still there. Do you have a solution meanwhile?

Thanks
Patrik
by Kern
Thu Jan 11, 2007 6:10 pm
Forum: Support
Topic: Copy to Clipboard kills last tabulator
Replies: 3
Views: 13130

Copy to Clipboard kills last tabulator

I have a TRichViewEdit with a TAB set for example at 4 cm and containing the following text a<TAB>b c<TAB>d e<TAB>f If I select this text, copy it to Clipboart (TrichViewEdit.Copy) and then paste it in WinWord the tabwidth of the first 2 lines is correct but the last line contains no TAB and uses th...
by Kern
Tue Aug 15, 2006 4:52 pm
Forum: Support
Topic: Moving cursor into and out of inserted components
Replies: 8
Views: 22788

As for TRadioGroup, I did not test it, but probably you should do it like with TCheckBox. Hi Sergey Your code works great for TCheckBox. To navigate into and out of a TRadioGroup is with DLGC_WANTARROWS partially possible. Partially, because the whole TRadioGroup receives/looses the focus instead o...
by Kern
Tue Aug 15, 2006 7:18 am
Forum: Support
Topic: Set length of embedded components
Replies: 1
Views: 9498

Set length of embedded components

Hi

What is the best place to set the correct width and hight of embedded components like TCheckBox and TGroupBox.
And how do i calculate the values? They have no Canvas to get it by Canvas.TextLengt(). The Canvas of the "container"-RichView has an undefined value in OnControlAction.

Thanks
by Kern
Tue Aug 15, 2006 7:00 am
Forum: Support
Topic: Print out text only of insertet components
Replies: 7
Views: 20256

Sergey Tkachenko wrote:Use OnLoadDocument event.
And better use TDBRichView, not TDBRichViewEdit.
TDBRichView cannot write in DB.
TDBRichViewEdit in read-only mode can be used too......
Hi Sergey

Thank for your replies!!! All works fine!
A big compliment for your TRichView.


Patrik
by Kern
Mon Aug 14, 2006 8:23 am
Forum: Support
Topic: Print out text only of insertet components
Replies: 7
Views: 20256

I received your e-mail and created a demo on your request: http://www.trichview.com/forums/viewtopic.php?p=4053 Hi Sergey Thank you for the demo. If we would like to do that in a inherited TDBRichViewEdit, is there an event? We tried to write a "onControlNeeded"-Event, but this event is n...