callback strangeness?

Cees de Groot cg at cdegroot.com
Tue Mar 15 07:53:56 UTC 2005


Hi,

I had:

WxListCtrl
   DGVFileListCtrl

I wanted:

WxListCtrl
   DGVListCtrl
     DGVFileListCtrl
     DGVUserListCtrl

So I set out with the RB to push up from the file list all that was  
possible. Now, when I push up methods like onGetItemText:count: and then  
test my app I get wx assertions that say that virtual functions where  
called that aren't supposed to be called around the C++ side of  
onGetItemText handling. Push down again, assertions go.

Is there some strangeness related to looking up where a callback should  
land at the Squeak side of life?

Regards,

Cees



More information about the Wxsqueak mailing list