Hi,
When I try this code:
dim w2 As WinAddWords
w2=new WinAddWords
I get an OutOfBoundsException. The window has no constructor and no
open event defined.
By adding a breakpoint, I've found that the problem is at the "w2=new
WinAddWords" line.
If I hit "Run" or "Step over" then I get the error.
If I hit "Step into", the "execution mark" (the green indicator)
disappears and no other method is shown (like if a breakpoint was
inserted in an hidden/system method). When I hit "Step into" again, I
get the error.
So I wonder: can an outofbounds exception be generated by RB itself
(I mean, not by my own code)? Iwouldn't expect such an error to be
shown at the application level.
_______________________________________________
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>