On Sun, Aug 23, 2009 at 9:57 PM, Daniel Aquino<mr.danielaqu...@gmail.com> wrote: > If I do: > > wx.wxLog.SetVerbose(true) > wx.wxLogVerbose("blah") > > I still get a pop up window :[ > > I only want the log window to be for informational purposes...
I thought you wanted a popup window for your messages? I never look at the wxWidgets log messages, but if your problem is that you only want to display YOUR messages and are bothered by wxWidgets messages, I'm afraid that you will have to create your own wxFrame with a wxTextCtrl child window for logging. It should be pretty simple to implement and you will have full control and be able to show only your messages. > When it's closed or never created then it should never show pop up messages... > > Is this possible? Dunno. > Also when I create a wxLogWindow and then close the app it seems to crash! > > I have attached the dr watson log if that is of any help. I can't seem to figure out who is supposed to delete wxLogs, but from what I can tell so far, wxWidgets will do it for you. I'm afraid that I have to fix wxLua to not delete them in the next version. I'm away on travel for business right now... I will have time to work on this next week. I really suggest using your own wxFrame + wxTextCtrl. I think you will be much happier since you'll be able to control everything and it's trivial to implement. Regards, John ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users