How to change the current selection in a wxListbook from another thread?
        Posted  
        
            by George Edison
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by George Edison
        
        
        
        Published on 2010-04-26T05:34:28Z
        Indexed on 
            2010/04/26
            5:43 UTC
        
        
        Read the original article
        Hit count: 241
        
How can I change the current selection in a wxListbook from another thread?
When I pass the listbook's pointer to the thread and try to change the selection, the app crashes. What is a safe way of doing this? Is there some message I can send to it?
© Stack Overflow or respective owner