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.
|
|
|
wxFileDialog::SetExtraControlC reator question
|
| |
Hi again,
Earlier I asked about using the generic file dialog in wxGTK 2.9.4.
One of the reasons for this is that we like to add some extra controls to
the file dialog which is of course supported now in wx 2.9 using
SetExtraControlCreator.
Is it possible to determine the currently selected file in a native file... more »
|
|
Where did wxGenericFileDialog go in wxGTK 2.9.4?
|
| |
Hi,
For various reasons, we prefer the generic file dialog with wxGTK instead
of the native GTK file dialog.
However, it doesn't appear to be included in the core library in wx 2.9.4
as it was in wx 2.8.12. I see that even the "dialogs" sample links the
source file src/generic/filedlgg.o in explicitly rather than through the... more »
|
|
Extending wxCommandEvent
|
| |
Hi,
I often use wxCommandEvent to pass around commands from one handler to
another
One of the pains I am having is to keep track of the wxClientData I am
setting in the event (i.e. delete it when its no longer needed)
I ended up writing a small class like this:
class WXDLLIMPEXP_CL clCommandEvent : public wxCommandEvent... more »
|
|
EVT_MOUSE_EVENTS(func) and wxEVT_MOUSE_EVENTS
|
| |
I haven't found an equivalent for EVT_MOUSE_EVENTS in a wxEVT_MOUSE_EVENTS form that would be usable for Bind and Connect.
Have I missed it or if not is there a reason why we don't have one.
Regards, John
|
|
First steps in OpenGL
|
| |
Hi
wxMSW 2.9 (svn)
I want to create a simple game where geometric 3D-Objects move
in front of a background. It's intended to be some kind of quiz show.
I decided to give OpenGL a try since that would help with all the
transforming, rotating and lighting. That's why I looked into the
OpenGL samples.... more »
|
|
multiple definition of 'PointList::EmptyList'
|
| |
I trying to update my toolset to wxWidgets 2.9.4 (from 2.8.11) and MinGW 4.7.2.
I've compiled wxWidgets without issue, but when I build my application, I get the error message on several object files during linking.
multiple definition of 'PointList::EmptyList'
An additional linker message tells me "first defined here" at the... more »
|
|
ProgressDialog + threads
|
| |
I have a function that loads a large amount of data off of the hard drive
and transfers it to the graphics card using OpenGL. OpenGL calls must
happen in the main thread, while this function must run in its own thread.
Thus, my code looks something like the following:
images = loadImages(filename)... more »
|
|
WxWiki Install Instruction for Linux
|
| |
Hi,
I don't know if I am missing something but I've sent three emails about the
issue but haven't got a single reply from the list.
I am following instruction at the following page to build wxWidgets 2.9.4
on Fedora18 32-bit.
The first step (configure) goes fine.
The 2nd step, however, halts after emitting the following error several... more »
|
|
Accessing preferences from one application in another
|
| |
Hello, I have an application that needs to access the preferences that are created in another but the path to this preferences file are not the same. There is a GUI application (subclass of wxApp) that creates preferences and there is command line tool (subclass of wxAppConsole) that needs to access... more »
|
|
|