Derek
12-14-2007, 02:31 PM
tbProperties = {ReadOnly=true};
RichText.SetProperties("RichText1", tbProperties);
The above code, when used in the OnKey event, makes the RichText Object and any text invisible.
When used in the On Selection Changed event, the runtime crashes.
RichText.SetProperties("RichText1", tbProperties);
The above code, when used in the OnKey event, makes the RichText Object and any text invisible.
When used in the On Selection Changed event, the runtime crashes.