Search found 6 matches

by Salamander
Wed Dec 02, 2009 8:13 pm
Forum: Support
Topic: TRichView at runtime on an hidden/minimized Form
Replies: 9
Views: 16326

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.
by Salamander
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 ...
by Salamander
Tue Dec 01, 2009 8:07 pm
Forum: Support
Topic: TRichView at runtime on an hidden/minimized Form
Replies: 9
Views: 16326

I'm sorry to write again, but:
I'm running the small code I wrote in the first post inside a separate Thread.
Could be that the problem?
by Salamander
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 ...
by Salamander
Tue Dec 01, 2009 3:59 pm
Forum: Support
Topic: TRichView at runtime on an hidden/minimized Form
Replies: 9
Views: 16326

Hi,
Borland C++ Builder 6
Inside the ReadMe.txt of the trial package I downloaded (rvpkgcb6.zip), there's written: RichView Package 11.1.1.

Thanks
by Salamander
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 ...