Description:
Discussions related to wxWindows framework.
|
|
|
GPS .img format
|
| |
Hello, does anyone know if exists some library to open and draw .img maps from Garmin GPSs? Of course is best if it is related to wxwidgets..... thanks in advance, Justino.
|
|
wxSemaphore between processes (wxGTK 2.6.3)
|
| |
Hi, I would like to use a wxSemaphore for accessing a shared resource (sqlite3 database) from different processes (not threads!). The implementation of the wxSemaphore class uses wxMutex and therefor doesn't work between different running programs (Linux kernel 2.6.16, wxGTK 2.6.3). This makes me little bit confused, because for my opinion, semaphores are... more »
|
|
wxCollapsiblePane changing size of main frame
|
| |
Hi, I've got problem with wxCollapsiblePane. I'm using wxAuiManager with two panes, one in left space of the main frame, the second one in the right. In the left pane I have wxPanel with box sizer (the wxCollapsiblePane is added to sizer with 0 proportion) that hold wxCollapsiblePane. If I click on the collapse button,... more »
|
|
a few wx questions about platforms, strings and threads
|
| |
Hi List, I'm writing a class called wxDirectoryMonitor, which monitors a selection of directories for changes on a worker thread and posts change messages to the owner. In the implementation I use the win32 directory change notification API for wxMSW and the gnomevfs directory monitoring API for wxGTK. I might also create a platform independent... more »
|
|
Problems scrolling wxGrid: no GetViewHeight()
|
| |
I have a very tall wxGrid - 3 columns, 500+ lines. wxGrid kindly provides me with scroll bar to see the whole grid. I want to programatically scroll it so that a certain row, which I will highlight, is on screen (with features to avoid unnecessary jumps etc.). To do this, I need to know how many rows are on screen. There is a function... more »
|
|
libpng and libiconv problem on Mac
|
| |
wxWidgets Version 2.8.7 Mac OS X 10.5.4 I have created a bundle for Mac and everything works fine on Mac OS X 10.5.4 but when I try to start it on Mac OS X 10.4.11 it gives me an error that my libpng.lib is a too old version and then my libiconv.lib is too old too. Do you know the problem? I tried to deliver the needed libs in my bundle but when the lib are... more »
|
|
wxDialog Problem on Mac
|
| |
wxWidgets Version 2.8.7 Mac OS X 10.5.4 I have created a bundle for Mac and everything works fine on Mac OS X 10.5.4 but when I try to start it on Mac OS X 10.4.11 it gives me an error that my libpng.lib is a too old version and then my libiconv.lib is too old too. Do you know the problem? I tried to deliver the needed libs in my bundle but when the lib are... more »
|
|
|