Search found 20 matches
- Wed Jan 20, 2010 2:24 pm
- Forum: Support
- Topic: Tablet Handwriting with RichView?
- Replies: 2
- Views: 11931
- Wed Jan 20, 2010 12:27 pm
- Forum: Support
- Topic: Tablet Handwriting with RichView?
- Replies: 2
- Views: 11931
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.
Did someone test this allready?
We have a similar problem using Naturally Speacking für text recognition.
- Fri May 09, 2008 11:54 am
- Forum: Support
- Topic: Show caret in TDBRichView
- Replies: 1
- Views: 9903
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.
- Wed Jan 16, 2008 3:03 pm
- Forum: Support
- Topic: Dragon Naturally Speaking 9.5
- Replies: 16
- Views: 57026
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 ...
- Wed Dec 12, 2007 7:54 pm
- Forum: Support
- Topic: Dragon Naturally Speaking 9.5
- Replies: 16
- Views: 57026
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 ...
- Fri Aug 17, 2007 1:24 pm
- Forum: Support
- Topic: Copy/Paste without Linefeed
- Replies: 4
- Views: 19197
- Wed Apr 25, 2007 12:50 pm
- Forum: Support
- Topic: Copy text from TRichView to Word -> no Spellcheck
- Replies: 2
- Views: 11760
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: "Spellchecking ...
- Thu Feb 08, 2007 1:23 pm
- Forum: Support
- Topic: Copy/Paste without Linefeed
- Replies: 4
- Views: 19197
- Thu Feb 08, 2007 9:41 am
- Forum: Support
- Topic: Copy/Paste without Linefeed
- Replies: 4
- Views: 19197
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 ...
- Fri Jan 12, 2007 9:52 am
- Forum: Support
- Topic: Copy to Clipboard kills last tabulator
- Replies: 3
- Views: 14585
- Thu Jan 11, 2007 6:10 pm
- Forum: Support
- Topic: Copy to Clipboard kills last tabulator
- Replies: 3
- Views: 14585
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 ...
- Tue Aug 15, 2006 4:52 pm
- Forum: Support
- Topic: Moving cursor into and out of inserted components
- Replies: 8
- Views: 26727
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 ...
- Tue Aug 15, 2006 7:18 am
- Forum: Support
- Topic: Set length of embedded components
- Replies: 1
- Views: 10289
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
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
- Tue Aug 15, 2006 7:00 am
- Forum: Support
- Topic: Print out text only of insertet components
- Replies: 7
- Views: 23711
- Mon Aug 14, 2006 8:23 am
- Forum: Support
- Topic: Print out text only of insertet components
- Replies: 7
- Views: 23711
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 never fired ...