wxMDI

BlitzMax Forums/Brucey's Modules/wxMDI

rs22(Posted 2008) [#1]
Does anybody have an example of how to use wxMDI? Is it ready to use yet?

Thanks!


Brucey(Posted 2008) [#2]
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 ;-)


rs22(Posted 2008) [#3]
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!


Brucey(Posted 2008) [#4]
Take a look at the "mdi" sample added recently. Not quite finished, but it shows most of it working.

:-)


rs22(Posted 2008) [#5]
Awesome, thanks! But it doesn't compile. ;p


Brucey(Posted 2008) [#6]
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 ;-)


rs22(Posted 2008) [#7]
Sigh, stupid me. I forgot to Build Modules after SVN Update. *smacks head*