First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
std::string and unicode
Hi Guys, I'm slightly confused about something. Does std::string not support unicode ? I have stl enabled in my wxwidgets compilation. The reason I did it is because I have some backend classes that use std::string and I didnt want to be converting to and from std::string to wxString. Turning on stl meant my str... 11 Apr 2008 04:30
FW: SetIcon in sample programs causing BadAlloc error in gdk (wx2.8.3, SunStudio12, g++ 3.4.3)
On Thu, 27 Mar 2008 19:01:39 -0600 "Bond, Gary D" <gary.d.bond(a)lmco.com> wrote: BGD> I recently installed wx2.8.3 on a solaris box and encountered a runtime BGD> problem First of all you should really use wx 2.8.7, it's 100% compatible with 2.8.3 so you shouldn't have any trouble upgrading to it but it contain... 8 Apr 2008 09:12
how to communicate in 2 frame
Hi all, i have create 2 frame, frameA and frameB, FrameA have 2 button, frameB have TextCtrl. please tell me how to: 1. show and hide frameB when i click button1 in frameA 2. write same text in textctrl on frameB when i click button2 in frameA Regards Ronny ... 15 Apr 2008 05:45
Re[4]: wxUpdateUIEvent with a ListBook
On Mon, 7 Apr 2008 13:46:04 -0700 (PDT) Alejandro Mostovoi <a.mostovoi(a)yahoo.com.ar> wrote: AM> Exactly, I'm connecting the wxUpdateUIEvent to the pages and not the Listbook: AM> AM> m_listbook->GetPage(0)->Connect(wxEVT_UPDATE_UI, AM> wxUpdateUIEventHandler(MyFrame::OnPanelUiC... 8 Apr 2008 12:26
Re[2]: wxUpdateUIEvent with a ListBook
On Mon, 7 Apr 2008 12:56:26 -0700 (PDT) Alejandro Mostovoi <a.mostovoi(a)yahoo.com.ar> wrote: AM> Are you telling me that, with wxUpdateUIEvent, wxListbook doesn't AM> support disabling its pages?? Becouse I could enable/disabled pages AM> from a Listbook, with this code: AM> AM> plistbook->GetPage(0)->Enable... 7 Apr 2008 16:45
wxUpdateUIEvent with a ListBook
Hi, I'm trying to use wxUpdateUIEvent with a ListBook, to manage the panel's status . This is my code: In the constructor I connect the UI_EVENT to the panel: m_listbook->GetPage(0)->Connect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(MyFrame::OnPanelUiChanged)); then, in the update ... 7 Apr 2008 16:14
Intermittent GDI Crash
Hey guys, I'm getting an intermittent failure in my program and I cant seem to find out why heres the code if(oldImage.compare(image) != 0 || refreshImage) { overlayImage.Destroy(); overlayImage = wxImage(image); wxSize size = this->GetSize(); overlayImage.Rescale(size.G... 7 Apr 2008 09:52
Repeating the last performed menu command
Vadim Zeitlin wrote: On Fri, 28 Mar 2008 16:35:40 +0100 Chris Borgolte <wx(a)delta-h.de> wrote: CB> I try to do this by keeping a copy of the last handled event and calling CB> ProcessEvent() with this copy. CB> This works with wxGTK (2.8.7) but not with wxMSW (2.8.7). CB> CB> Has anyone an idea wha... 7 Apr 2008 03:30
compilation in svn trunk
Hi, i have this error (linux/gtk) .././include/wx/vidmode.h: In member function 'virtual bool wxDisplayImplX11::ChangeMode(const wxVideoMode&)': .././include/wx/vidmode.h:66: erreur: 'int wxVideoMode::w' is protected .././src/unix/displayx11.cpp:255: erreur: à l'intérieur du contexte .././include/wx/vidmode.h:... 6 Apr 2008 15:16
Re[2]: How to know have we opened child dialogs
On Sun, 06 Apr 2008 19:21:56 +0300 Tyushkov Nikolay <wx(a)softvoile.com> wrote: TN> > TN> Is there a way to determine has my window opened child dialogs? TN> > TN> > Not easily... The only thing which comes to mind is to scan TN> > wxTopLevelWindows list and check if there are any windows in it with your TN> > ... 6 Apr 2008 12:49
First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42