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
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
Comment