Thanks for the answer, but I think the calling chain is not too long because the error happens when I show a MsgBox from a container in the main window. I use no threads and only one timer which write the username to a database all 5 minutes.
After the last changes in the program I got error information from Mac OSX before the program abort when it should show a MsgBox. Maybe the error notification in the appendix can help to find the problem. Regards Lars Obrock Bruce Moore <[EMAIL PROTECTED]> schrieb: You may be going over the memory limit having method calling method calling method and calling just this one little window puts you over the edge. See if you can complete one function before calling another so you don't exceed the memory limit. > I work with RB2006 R2 on WindowsXP and Mac OSX. The size of the > program is greater than 14 MB. > On both systems my application somtimes crash down when I will show > a MsgBox. The error happens in > debug mode and also in the compiled application. > > I tried to use a ModalDialog and there is the same problem. > It's possible that the MsgBox from one Button in a ContainerControl > works and > the MsgBox from another Button from another ContainerControl will > crash down the application. > > Saving the project as .xml in RB2006 R1 and R2 does not solve the > problem. -- Bruce Moore Manassas, Virginia _______________________________________________ Unsubscribe or switch delivery mode: Search the archives of this list here: __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.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>
