First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
wxBitmap scaling
Julian Smart wrote: // // use factor to determine blit parameters // wxMemoryDC temp_dc; temp_dc.SelectObject(mBitmap); dc.SetUserScale(mHFactor, mVFactor); Note that the native scaling on Windows is pretty bad and will often resul... 7 Sep 2009 06:40
Fast pixel operations, wxDC, wx-sdl
Hello NG! For some graphical output of a wxWidgets based application i'll need a fast way to set pixels (without opengl!) on a wxPanel. Using a Device Context work's fine but Google said that there's maybe a faster solution which is called wx-sdl. So i have tried wx-sdl. Created a SDL-Surface, draw on it, do... 10 Sep 2009 11:21
Opening an explorer window
I have a wxTreeCtrl with an associated event for double clicks in each of the tree's nodes, and what I need to do is to open an operating system explorer window (must be portable between windows and unix), when an item is double clicked (for example, the node represents a file and when it is double clicked I want t... 17 Sep 2009 11:16
how use wxthread and custom events in multifile project?
I've a problem creating custom wxevent for communication from a wxthread and main GUI. I tried with method 4 that you can found on wiky: http://wiki.wxwidgets.org/Custom_Events#Creating_a_Custom_Event_-_Method_4. It works fine if I put all (thread, events, GUI) on a single cpp file. My real problem is to separa... 3 Sep 2009 07:38
Idea behind return codes in wxMessageBox?
Does anyone know what the idea is behind the wxMessageBox function returning codes like wxYES /wxNO / wxCANCEL instead of wxID_YES / wxID_NO / wxID_CANCEL? This makes it harder to use if you use it in combination with another dialog box (say, one where you ask if the user wants to save) and use a global variabl... 3 Sep 2009 07:38
Idea behind return codes in wxMessageBox?
Does anyone know what the idea is behind the wxMessageBox function returning codes like wxYES /wxNO / wxCANCEL instead of wxID_YES / wxID_NO / wxID_CANCEL? This makes it harder to use if you use it in combination with another dialog box (say, one where you ask if the user wants to save) and use a global varia... 3 Sep 2009 07:38
wxFileDialog limitations
Hi, I ran into problems when trying to select *many* files at once with wxFileDialog. I'm using version 2.8.9 on 32bit windows. The 'File name:' input field is limited to a length of 2^15 characters. Is it possible to change this? I had a look at the source but it seems none of it is actually used because wxUSE_... 3 Sep 2009 07:38
3.0, wxString, and STL algorithms
Hi, Since wxString (in wxWidgets 3.0) is based on std::basic_string, can I use stl algorithms on wxString? For example, I'd like to use copy_backward() on a wxString. Gerald ... 3 Sep 2009 07:38
problems with wxDataViewCtrl of svn60757 used on wxMSW
Hello, is the wxDataViewCtrl usable on the wxMSW port? I am trying to use it, and up to know i encountered some weird problems like: 1) if there DataView is empty, then code like this: wxDataViewItem lSelItem = mDataViewCtrl->GetSelection (); returns a lSelItem with an m_id equals to 0, and lSelIt... 3 Sep 2009 07:38
Re[2]: Problems with building wxPropertyGrid
On Mon, 1 Jun 2009 13:41:59 -0700 (PDT) mathias.spoerr(a)gmail.com wrote: thank you for your answer. My wx-config --libs output is the following: `wx-config --libs` should be correct but where do you put pg library compared to it? It should precede it. Regards, VZ -- TT-Solutions: wxWidgets consult... 3 Sep 2009 07:38
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16