First  |  Prev |  Next  |  Last
Pages: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
Warning while building trunk
Hi, I'm building trunk on Windows Vista with Visual Studio 2008 Professional Edition. I got the following warning message: 1>------ Build started: Project: core, Configuration: Debug Win32 ------ 1>appcmn.cpp 1>d:\projects\wxWidgets\include\wx/vidmode.h(20) : warning C4099: 'wxVideoMode' : type name first ... 12 Apr 2008 10:19
wxSleep deprecated for worker threads?
The documentation for wxThread::Sleep says "This function should be used instead of wxSleep by all worker threads (i.e. all except the main one)." Why is this? Is there an OS where wxSleep is GUI-specific? If so, is wxThread::Sleep ok to use in the GUI thread? (Ie. what does one use in a library where one does... 11 Apr 2008 22:15
Re[3]: [msw 2.8.7] Problem saving application settings when system is shut down
On Fri, 11 Apr 2008 18:06:50 +0200 Eric Jensen <ml(a)j-dev.de> wrote: EJ> i did some more research on this topic, putting debug output into a EJ> file at many places in the wx eventloop and message handlers. EJ> EJ> Although i can't provide a definite proof, i think the behavior i EJ> described is indeed "normal"... 11 Apr 2008 14:17
wxString ref counting
I have a wxString that I am setting to the return value of wxTextCtrl->GetValue(). When the dialog that contains the wxTextCtrl deletes itself, the pchData of *my* string is destroyed. I want a *copy* of the text in the text control, not a *reference* to it. How can I do this!? I am surprised the text gets del... 11 Apr 2008 13:29
Re[2]: [msw 2.8.7] Problem saving application settings when system is shut down
VZ> On Tue, 8 Apr 2008 19:23:29 +0200 Eric Jensen <ml(a)j-dev.de> wrote: EJ>> However, when the system is shut down, i get this: EJ>> EJ>> 04/08/08 17:34:45: MyApp::OnAppQueryEndSession EJ>> 04/08/08 17:34:45: MyFrame::OnClose EJ>> 04/08/08 17:34:45: MyApp::OnAppEndSession EJ>> 04/08/08 17:34:45: MyFrame::OnClos... 11 Apr 2008 12:41
wxNotebook error under wxGTK2.6.3(code ok under wxGTK2.6.1)
Hi all, I use a GUI that it ran under redhat enterprise 3 with wxGTK2.6.1 I need to use this GUI under redhat enterprise 5 with wxGTK2.6.3, but I have some errors with wxNotebook the error occur only when I stop my program: " (myprogram:4137): Gtk-CRITICAL **: gtk_container_remove: assertion 'GTK_IS_TOOLBAR (c... 11 Apr 2008 11:53
Hybrid GUI/Console App
I think I've got a solution for making a hybrid application that can either be run in GUI or console mode, depending on command-line parameters. However, I've been unable to find an example of such a program using wxWidgets. wx-users contains much discussion about this, but I'm failing to find any code. My sol... 16 Apr 2008 11:37
wxMediaCtrl gtk
Hey all, I just moved my code back to ubuntu to check it was still working on gtk and I got this error: error: ISO C++ forbids declaration of 'wxMediaCtrl' with no type Its complaining about: wxMediaCtrl * ctrl; That works fine on mac and windows. I enabled mediactrl when I compiled up wxwidgets, and im inclu... 15 Apr 2008 05:45
Problem saving application settings when system is shut down
Hello I have such problem in my app too:( I have tested a lot of variants a few days ago including: wxExit(); ExitMainLoop(); direct deletion of main frame delete pMainFrame, or such code mainWindow->CloseFlashnote(true); wxIdleEvent t; mainWindow->AddPendingEvent(t); while (Pending()) Di... 11 Apr 2008 04:30
Bakefile wx template broken for win32?
Update: I just tried with wxWidgets 2.8.4 and I get the same error Regards Alex Alexander Vassilev wrote: Hi all, The following attached bakefiles produce error using the bakefile presets of wxWidgets 2.8.7. Output of bakefile: $ bakefile_gen ./Bakefiles.bkgen [1/1] generating msvs2005pr... 10 Apr 2008 17:44
First  |  Prev |  Next  |  Last
Pages: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34