Unregistered
December 3, 2002, 12:35:40
It seems the control has to be initialised with a non-empty text string. If I either don't set the Text property or use an empty string i.e.
textControl.Text = "";
Then the program crashes with an out of memory error on startup. I can set it to be a single space " ", but thats not too good in the long run.
Kevin Pearcey
This message was originally posted by Kevin Pearcey in the old TX Text Control Support Forum.
textControl.Text = "";
Then the program crashes with an out of memory error on startup. I can set it to be a single space " ", but thats not too good in the long run.
Kevin Pearcey
This message was originally posted by Kevin Pearcey in the old TX Text Control Support Forum.