Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

Input.GetText from Input object to Italics in RichText object

$
0
0
Hi,

I really hope someone will be able to assist. I want to get the text that is typed into an Input object to be copied over into a RichText Object.

The PROBLEM I have is that I want the text that is Italics in the Input object to be copied as Italics into the RichText object. I just can't get it to copy the Italics font.

The Coding I have worked so far when I assign it to a button to get the text.

InText1 = Input.GetText("Input1");
AllText = InText1..".";
RichText.SetText("RichText1", AllText, false);

Any assistance will be appreciated.

Willie Bouwer


Viewing all articles
Browse latest Browse all 2105

Trending Articles