I am seeing a bug that only occurs in a compiled app. In fact, it
appears to only occur in an app compiled for Windows. I am using RB
2006 r3.
In order to find the source of the problem I began to insert MsgBox
statements in various places so as to report to me where in the code
something was not right. The weird thing is... I found the present of
the MsgBox itself (at just the right location in code) solved the
problem! It would appear that the MsgBox was forcing RB to "flush"
memory or to do something that would not normally be done at that
point in execution.
I have since played around with a Refresh statement, this had no
effect. I don't believe that my issue is a screen-redraw issue since
the "magic" MsgBox is not being placed in a GUI class.
Any ideas?
Tony
_______________________________________________
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>