Ah, I see. Just change function to RVGetKeyboardLanguage and add RVKeyboardFuncs to the uses and it looks like we're good now.
Thanks,
Rhett
Search found 10 matches
- Wed Oct 09, 2019 4:08 pm
- Forum: Examples, Demos
- Topic: [Example] Typing opening and closing quotes
- Replies: 6
- Views: 97399
- Wed Oct 09, 2019 3:37 pm
- Forum: Examples, Demos
- Topic: [Example] Typing opening and closing quotes
- Replies: 6
- Views: 97399
Re: [Example] Typing opening and closing quotes
In version 18 - this code breaks on reference to:
RVU_GetKeyboardLanguage
Could we get updated code that works in v18?
Thanks!
Rhett Price
IndySoft
RVU_GetKeyboardLanguage
Could we get updated code that works in v18?
Thanks!
Rhett Price
IndySoft
- Tue Mar 27, 2012 6:22 pm
- Forum: Support
- Topic: Sample Export to .EML not displaying correctly
- Replies: 6
- Views: 20812
- Thu Mar 22, 2012 5:09 pm
- Forum: Support
- Topic: Sample Export to .EML not displaying correctly
- Replies: 6
- Views: 20812
- Wed Mar 21, 2012 7:17 pm
- Forum: Support
- Topic: Sample Export to .EML not displaying correctly
- Replies: 6
- Views: 20812
- Tue Mar 20, 2012 8:39 pm
- Forum: Support
- Topic: Sample Export to .EML not displaying correctly
- Replies: 6
- Views: 20812
Sample Export to .EML not displaying correctly
Hi, I'm using the savetofile Sample Project included with the MIME sample on the newsgroups. I need to create a .EML file so that I can send using an ExtendedMAPI component. However when I open the sample project's .EML file - with Outlook it shows a broken image (But I can see the 2 blue separator ...
- Sun Jul 15, 2007 2:58 pm
- Forum: Support
- Topic: WordWrap and Background Images when saving/loading rtf
- Replies: 2
- Views: 11813
- Thu Jul 12, 2007 1:44 am
- Forum: Support
- Topic: Hiding Cursor for 0 size Table Lines in TRichViewEdit
- Replies: 2
- Views: 11901
- Wed Jul 11, 2007 4:35 pm
- Forum: Support
- Topic: WordWrap and Background Images when saving/loading rtf
- Replies: 2
- Views: 11813
WordWrap and Background Images when saving/loading rtf
I'm finding that rvpaoNoWrap TRVParaOption is lost when I save a TRichViewEdit as rtf - is this expected? If so, is there any work around? My RTFReadProperties.ParaStyleMode is rvrsAddIfNeeded. Similarly, when saving to rtf, most images save/load fine, but background images for cells/tables are lost ...
- Tue Jul 10, 2007 7:20 pm
- Forum: Support
- Topic: Hiding Cursor for 0 size Table Lines in TRichViewEdit
- Replies: 2
- Views: 11901
Hiding Cursor for 0 size Table Lines in TRichViewEdit
Hi, I have a "readonly" version of a TRichViewEdit document - it looks good, but the cursor changes to a splitter bar whenever it is is over one of the table borders. I understand this is normal, but in this instance I don't want the icon changing at all - the user can't move them anyway, since the ...