Ok, many thanks.
I never had tables in these RTF so I choose to avoid Format method.
Now I continue to test with my needs.
After that I'll try also to do that in the main thread and I'll keep you informed.
Search found 6 matches
- Wed Dec 02, 2009 8:13 pm
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16326
- Tue Dec 01, 2009 10:03 pm
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16326
Could you privide little code to do that using TRVPrintHelper, please? Mayge just changing the first snip of code I wrote. I tried also assigning as parent an hidden form (not the main form) and it still hang on RV->Format() . I tried also to remove the Format method and SaveRTF seem to works fine ...
- Tue Dec 01, 2009 8:07 pm
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16326
- Tue Dec 01, 2009 7:55 pm
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16326
Well, I already tried the TComponent casting for the NULL. But it still hang if the main form is minimized to tray. As you requested, this is the Flags value just after the new: rvflUseJumps rvflTrim rvflRoot rvflCanUseCustomPPI rvflCanProcessGetText in all the cases immediately after I created a ...
- Tue Dec 01, 2009 3:59 pm
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16326
- Tue Dec 01, 2009 3:31 am
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16326
TRichView at runtime on an hidden/minimized Form
Hi all, I'm creating a TRichView/TRVStyle at runtime, then I added some RTF, then I call Format, finally I Save it to RTF. I coded these little piece of code grabbing infos from help and this forum. NOTE: Form1 is minimized. This is my code: TRichView *RV=NULL; TRVStyle *RVS=NULL; RV=new TRichView ...