You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for issues related to using the wxWidgets toolkit.
|
|
|
Where to put macro code?
|
| |
I am following a tutorial at [link]
It says put the macro code somewhere in your code:
BEGIN_EVENT_TABLE(DemoFrame, wxFrame)
EVT_BUTTON(wxID_CLOSE, DemoFrame::OnButtonPress)
END_EVENT_TABLE()
IMPLEMENT_APP(DemoApp)
.. so where do I put it? Somewhere in my implementation, .cpp file or... more »
|
|
errors at make
|
| |
Trying some Wxwidgets stuff in my own cpp and I get this error among
some:
Daniel@DANSHOME ~/tb
$ make
g++ -Wall -g -o0 client.cpp player.cpp -o tbclient.exe
In file included from client.cpp:7:
client.h:4:19: wx/wx.h: No such file or directory
...
I havn't anything special in the make file at this stage.... more »
|
|
wxdfb and webkit
|
| |
Hi all,
I would like to know how mature wxDFB is to build webkit on top of it.
regards.
haithem
|
|
UCS-2 to wxString
|
| |
Hi, ALL, How do I perform such conversion? I'm using TRUNK and it looks like I don't have to do anything ...wxString test = wxString("UCS-2 string"); However, on Linux I am getting an assert on this. Thank you.
|
|
error making dialogs sample
|
| |
I used the gcc makefile when trying to make an example and I got some
errors:
Daniel@DANSHOME /cygdrive/c/wxWidgets-2.8.10/s amples/dialogs
$ make
if not exist gcc_mswd mkdir gcc_mswd
make: C:WINDOWSsystem32cmd.exe: Command not found
make: [gcc_mswd] Error 127 (ignored)
g++ -c -o gcc_mswd\dialogs_dialogs.o -g -O0 -mthreads -DHAVE_W32API_H... more »
|
|
wxUniversal on X11 question
|
| |
If I run a wxUniversal build on pure X11, what is managing the
windows? I mean, do I need to write my own window manager?
|
|
Question on unification of Debug and Release builds in 3.0
|
| |
Hi,
Reading the Roadmap [link] I find that
in 3.0 the Debug and Release builds will be the same. This I do not
quite understand and it worries me that such a model model seems quite
different from normal practice (with Debug and Release). Always
including Debug support will result in bigger and slower... more »
|
|
What wxMediaCtrl backend to use on Linux
|
| |
Well, at long last I have migrated my beautiful Cross-Platform developed, wxWidgets application to Linux (Kubuntu, since you ask), and I'm ironing out the less Cross-Platform compliant issues. One such is what backend to use for wxMediaCtrl. I would be very grateful to know what backends people use and to point me to... more »
|
|
wxMac 2.8.10 Disabled wxTextCtrl
|
| |
Hi,
on wxMac 2.8.10, Mac OS X 10.5, compiled with XCode as static library,
when I disable my wxDialog (or individual controls of the wxDialog),
all disabled controls are greyed out, but texts in wxTextCtrl and
wxComboBox controls stay in black, so they seem to be Enabled. The
workaround is to set the color manually.... more »
|
|
|