Hi all, I'm running into a curious problem... I'm assigning an EditField's StyledText property to a StyledText Object, and it's causing an OutOfBoundsException.
Basically, this: Dim st As New StyledText //some actions performed on st EditField1.StyledText = st I've tried to cause the error to re-occur in a simple example, but it only occurs in my code. Can anyone speculate on what might be causing this? Thanks, Ronald Vogelaar -- http://www.rovosoft.com _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
