Is there in wxFrame such event, when frame fully painted, so I can query data while interface is done? Now I quering some data in Application::OnInit() function right before return true and interface not painting while data is quering. Looks ugly.
Event when paint complete or smth similar in wxFrame
106 views Asked by Neka At
        	1
        	
        
	
                        
Not sure what exactly are you trying to do here, but you might be interested in CallAfter()