-
Hello,
what version of wxGlade are you using? 0.6.3? That's rather old and not maintained anymore (I should probably just remove it from sourceforge...) Would it be possible to check out the latest version in the mercurial repository at:
http://bitbucket.org/agriggio/wxglade/
and try with that one? Thanks!
2009-09-18 09:41:45 UTC in wxGlade
-
Hello,
can you post a .wxg file that shows the problem? I'm not able to reproduce it...
2009-09-18 09:38:34 UTC in wxGlade
-
Thanks for reporting this. You're right, handling of notebook pages could be better...
2009-05-26 14:26:52 UTC in wxGlade
-
Hello, and thanks for the feedback!
This is not a bug though: it's just that by default wxGlade adds a panel automatically to each notebook page. To add controls to the panel, you must add a sizer first. An alternative is that you delete the panel yourself, but this is dangerous (as you have discovered in the other bug report)
2009-05-26 14:26:11 UTC in wxGlade
-
Thanks, it should work now (fixed in hg revision 6badf24df629)
2009-01-25 09:12:17 UTC in wxGlade
-
Thanks, should be fixed now in rev 2637ad7dccd6.
2009-01-11 16:21:17 UTC in wxGlade
-
I don't see using wxEmptyString as a big improvement for python code generation, sorry...
But thanks anyway for submitting the patch!
2009-01-08 15:41:32 UTC in wxGlade
-
I had applied it, but then it caused a bug, so I've decided to revert it -- we can live without it I guess, after all -1 is not that bad.
2009-01-08 15:40:27 UTC in wxGlade
-
Hello,
thanks for reporting this. I'll look into it ASAP
Best,
Alberto.
2008-11-20 07:32:03 UTC in wxGlade
-
There is a bug in the partial evaluation/constant folding transformation.
In the attached example, the "if" is simplified to the "else" branch, instead of the "then" branch
CIL version 1.3.6, with the following command line:
cilly.asm.exe --domakeCFG --dopartial --noPrintLn --partial_no_global_const
If you comment out line 13 (global = 0 in main), then the "if" is not simplified at all...
2008-11-13 14:11:03 UTC in CIL (C Intermediate Language)