Hi everyone,
I would like to wordwrap my text in the paragraph object, any ideas how to do that?
(the text is dynamicly added)
Regards,
Itamar.
Professional Software Development Tools
Hi everyone,
I would like to wordwrap my text in the paragraph object, any ideas how to do that?
(the text is dynamicly added)
Regards,
Itamar.
Last edited by itamar; 05-06-2006 at 03:59 PM.
I would recommend setting a variable with a specially formulated string. The special part of the string is what is before and after such, the double angle brackes ([[ and ]]).
Examples:
Now, create a blank project, add a paragraph object and then past this code in the On Show of the default page, then F5 (Preview) such project.Code:strParaMsg = [[Hi mom and dad from son/daughter]] Paragraph.SetText("Paragraph1", strParaMsg)
Intrigued
I tried it and it works.
![]()
Itamar.
(puts cigar between teeth and tightens London Fog overcoat belt)
Another unsolved code case closed!
![]()
Intrigued