I am running RB 5.5.4 and created a subclass of XMLDocument. Whenever
I try
to set the property PreserveWhiteSpace to true the debugger crashes.
I was
first setting this in the constructor of my class but I have tried
setting
it in other places and it appears that the act of setting this property
causes the crash. Does anyone have any ideas as to what I am doing
wrong?
I am going to guess that you forgot to call the super's constructor
from within your subclass's constructor. Put this:
super.XMLDocument
in your constructor of your XMLDocument subclass and I bet it works.
-stephen
===========================
Stephen Tallent
Tallent Communications, Inc.
stephen at tallent dot com
http://www.tallent.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>
|