In wx29 the CMD_* events of wxGrid seems to have disappeared. In my
events available is not correct. The CMD_* are still there and the new
CELL_CHANGING and CELL_CHANGED are not present.
Post by Dave SilviaHi!
I had no serious problems with DialogBlocks and 2.9.0 RC2 on Ubuntu.
Ubuntu 8.10
DialogBlocks 4.30
1) Download RC2
2) Create project AUIsample using auidemo.cpp as only source
3) Build wxWidgets with DB
4) Build AUIsample with DB
I only ran into 2 problems, neither of which is a problem with DB.
First, a template which seems to have been introduced in 2.9 sometime,
wxScopedCharBuffer, was complained about
in src/gtk/artgtk.cpp. It had four occurrences, which I changed to char
* and that fixed that, at least for the
compiler.
Second was that the aui library, libwx_gtk2d_aui-2.9.a, was not included
in the DB build, so the AUIsample could not
build. This is not a DB problem but rather a problem with wx-config,
which DB uses to generate the library
dependencies. At any rate, all I did was place the fully qualified path
to the library _before_ %AUTO% in the
DB configurations sheet property 'Libraries', and everything worked
fine. NOTE: it must be placed before %AUTO%,
which defaults to invoking wx-config, else it will be interpreted as a
subsequent arg/command for wx-config.
I did not make any changes to the auidemo code. I did not generate any
code with DB for auidemo. Also, one does need
to be careful about where they add things (as with any
tool/utility/makefile/etc.). If a property in DB invokes a
command, one must be careful that their addition is not mistaken for
part of the command!;)
* wxWidgets did not build because of inability to cast const char * to
wxScopedCharBuffer in artgtk.cpp
* wx-config did not find libwx_gtk2d_aui-2.9.a to include in the
libraries dependencies generated by DB.
Pretty small problems for a non-release package!;)
thx,
Dave S.
Development with wxWidgets on MSWindows
http://tech.groups.yahoo.com/group/wxMS_developers/
wxWidgets Code Exchange
http://wxcodex.net/
Post by Neville DasturHi
I have been using code:blocks as and IDE. But wanted to try out 2.9.
Dialogblocks seemed to be a good option for this, but came across a
couple of problems.
1) Selecting a frame to be a AUI manager fails to include the aui
library resulting in linking errors
2) When the aui library is added as -lwx_gtk2ud_aui-2.9 in the
library options a whole load of other errors about undefined references
turn up.
3) Once the AUI manager check box has been selected, deselecting it
crashes Dialogblocks
Has anyone else experienced these issues and is there a solution? Is
there a better IDE that works with 2.9?
Thanks
Neville
BTW: My system is Ubuntu 8.04 and the AUI demo in samples compiles fine
with the Makefile
Post by Stefan CsomorHi
the archives of WX_2_9_0_BRANCH at Revision 60423 are at
http://biolpc22.york.ac.uk/pub/2.9.0-rc2/
Please test and report critical problems in Trac (set the version field
for
Post by Stefan Csomorthese critical problems to 2.9.0)
This release will be the first step, but a very important one towards
releasing a 3.0 hopefully
------------------------------------------------------------------------
_______________________________________________
wx-users mailing list
http://lists.wxwidgets.org/mailman/listinfo/wx-users