wxMDI
BlitzMax Forums/Brucey's Modules/wxMDI| 
 | ||
| Does anybody have an example of how to use wxMDI? Is it ready to use yet? Thanks! | 
| 
 | ||
| Well, I think most of the API is there... but I don't think I ever got around to porting the sample yet. So, I suppose my answer is.... probably ;-) | 
| 
 | ||
| Haha, okay. I'm just having no luck getting it to work. I think I'll wait until you port the sample. Looking at the C++ and Python samples just confuses me... Thanks for the reply! | 
| 
 | ||
| Take a look at the "mdi" sample added recently. Not quite finished, but it shows most of it working. :-) | 
| 
 | ||
| Awesome, thanks! But it doesn't compile. ;p | 
| 
 | ||
| It should do :-) Make sure your whole wxMax is up-to-date and remember to Build Modules after refreshing. Specifically, I had noticed that wxMouseEvent had been missing the GetLogicalPosition method... which the sample uses... Easy to miss the occasional method in such a hefty API ;-) | 
| 
 | ||
| Sigh, stupid me. I forgot to Build Modules after SVN Update. *smacks head* |