Hi list,
I'm creating a pdf file using PDFlibLiteMBS class
I wanna wrap a text like this:
MyPDF.ShowXY "First Line", 100, 50
TextFlow = MyPDF.CreateTextflow("very long string to be wrapped",
"fontname=Helvetica fontsize=9 encoding=winansi")
FitTextFlow = MyPDF.FitTextflow(TextFlow, 0, 0, 100, 100, "")
when I run 'CreateTextflow' my app crashes without the IDE debbug
Am I missing something????
Thanks,
Alexander
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>