-
Fatal error on trying to launch a created project under wxIDE. The error reads:
set_button_label does not return a value
wxedu.e:7119
return c_func(WX_CREATE_ARRAY[class], {params})
2009-11-01 05:02:52 UTC by s5will
-
Is there a way to center the frame upon create()ion? Can we make the -1, -1 defaults be centered on the screen?
Otherwise, I'm guessing I have to get screen metrics and calc it myself. No big deal. Just don't want to reinvent the wheel. That rhymed.
2009-09-28 21:48:47 UTC by cklester
-
I keep forgetting that small detail... :-)
2009-09-28 20:39:58 UTC by cklester
-
This makes sense for the future. At least one more release will probably be 3.1 compatible, which prevents us from using default parameters.
2009-09-28 20:19:06 UTC by mattlewis
-
Would like the signatures to be:
add_tree_item ( atom tree, atom parent, sequence text, atom image = -1, atom selimage = -1 )
add_tree_root ( atom tree, sequence text, atom image = -1, atom selimage = -1 )
making the images optional parameters.
2009-09-28 20:13:54 UTC by cklester
-
Please update the aui.exw demo program to include a toolbar and menu. I can't seem to figure out how to add these things. :-/.
2009-09-28 17:05:55 UTC by cklester
-
Thanks Matt. I changed priority back to 5 as I think with AUI, the MDI might not be as attractive.
2009-09-28 16:36:51 UTC by cklester
-
switching to AUI.
2009-09-28 16:35:16 UTC by cklester
-
Building off of the trunk on linux (r410), it works for me. I'll test windows later tonight to see if I can reproduce this.
2009-09-28 16:20:28 UTC by mattlewis
-
I'm using mdi_editor.exw as the basis of a new program and it is crashing on every exit. I don't want to get too far into building this if this crashing can't be diagnosed and/or fixed. Can one of you guys investigate when you get a chance? Thanks! :-)
2009-09-28 16:14:00 UTC by cklester