Search found 10 matches

by rhett.price
Wed Oct 09, 2019 4:08 pm
Forum: Examples, Demos
Topic: [Example] Typing opening and closing quotes
Replies: 6
Views: 73097

Re: [Example] Typing opening and closing quotes

Ah, I see. Just change function to RVGetKeyboardLanguage and add RVKeyboardFuncs to the uses and it looks like we're good now.

Thanks,

Rhett
by rhett.price
Wed Oct 09, 2019 3:37 pm
Forum: Examples, Demos
Topic: [Example] Typing opening and closing quotes
Replies: 6
Views: 73097

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
by rhett.price
Tue Mar 27, 2012 6:22 pm
Forum: Support
Topic: Sample Export to .EML not displaying correctly
Replies: 6
Views: 17788

Any news on this one? Thanks! - Rhett
by rhett.price
Thu Mar 22, 2012 5:09 pm
Forum: Support
Topic: Sample Export to .EML not displaying correctly
Replies: 6
Views: 17788

Thanks! I emailed some screenshots of what I'm seeing if it helps any. - Rhett
by rhett.price
Wed Mar 21, 2012 7:17 pm
Forum: Support
Topic: Sample Export to .EML not displaying correctly
Replies: 6
Views: 17788

Thanks! Emailed... - Rhett
by rhett.price
Tue Mar 20, 2012 8:39 pm
Forum: Support
Topic: Sample Export to .EML not displaying correctly
Replies: 6
Views: 17788

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 ...
by rhett.price
Sun Jul 15, 2007 2:58 pm
Forum: Support
Topic: WordWrap and Background Images when saving/loading rtf
Replies: 2
Views: 10580

Thanks - that makes sense
by rhett.price
Thu Jul 12, 2007 1:44 am
Forum: Support
Topic: Hiding Cursor for 0 size Table Lines in TRichViewEdit
Replies: 2
Views: 10464

Thanks, that worked
by rhett.price
Wed Jul 11, 2007 4:35 pm
Forum: Support
Topic: WordWrap and Background Images when saving/loading rtf
Replies: 2
Views: 10580

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...
by rhett.price
Tue Jul 10, 2007 7:20 pm
Forum: Support
Topic: Hiding Cursor for 0 size Table Lines in TRichViewEdit
Replies: 2
Views: 10464

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, ...