Since you were nice, while I was kinda an ass...
I fixed it for ya.
3 problems, 2 critical:
1) Ditch the wxLC_SMALL_ICON widget style for list_lobby_1_games
2) The relative paths break horribly for the toolbar icons. I sed'd in hard path (ie e:/blah blah, that worked. I know the solution is to use some code in there, but my python sucks and I could figure out how to get it to take something of the orders "code:wxBitmap(os.path.join("resource/",<png name>), wxBITMAP_TYPE_PNG)" as the bitmap name. Hopefully you understand what I was trying to do |roll| and can actually make it do that
And the not-as-critical:
3)Apparently you really need to put a panel inside a frame before anything else, or on windows its funky.
btw
Code: Select all
$ cat SpringClient.wxg|sed -e 's/resource\/\(.*png\)/e:\/NewSpringClient\/resource\/\1/' >SpringClient4.wxg
was how I 'hardwired' the changes to the filenames.