First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Re[11]: [msw 2.8.7] Problem saving application settings when system is shut down
On Thu, 17 Apr 2008 22:19:27 +0200 Eric Jensen <ml(a)j-dev.de> wrote: EJ> just creating a dummy window did not work. Even creating a dummy EJ> wxFrame in wxApp::OnEndSession() did not change the behavior. Which EJ> confused me a bit, cause i'm still not 100% sure what actually EJ> triggers killing the process. ... 17 Apr 2008 20:31
Getting items on wxWidgets home page
On Thu, 17 Apr 2008 13:46:54 -0400 Ryan Pusztai <rpusztai(a)gmail.com> wrote: RP> Is there a way to announcements onto the wxWidgets home page. If you mean in the "News and Events" section, then please just send the text you want to add there (in "light" HTML) and I'll do it. We probably should automate this som... 17 Apr 2008 20:31
Strange wxGTK behavior (was Re: wxDateTime (time_t) Save/Load)
Hi, ALL, I have following code in my program: wxDateTime t = Now(); #if wxUSE_STD_IOSTREAM (wxSTD ostream) stream << t.GetTicks(); #endif The stream is based on the file on hard drive. When I look at the file I don't see anything saved. What is the problem? Am I using this wrong? Thank you. -----O... 20 Apr 2008 01:01
wxSimpleHtmlListBox size smaller than content requires
<!-- DIV {margin:0px;}-->Hi!! I'm trying to use a wxScrolledWindow with a wxSimpleHtmlListBox inside, but the problem is that when I change the wxScrolledWindow 's size the HScrollBar set to disabled. when I change the size of the frame the wxScrolledWindow.GetClientSize(), the wxScrolledWindow.GetVirtualSize() and ... 17 Apr 2008 16:33
Re[2]: Hybrid GUI/Console App
On Wed, 16 Apr 2008 08:32:40 -0700 (PDT) crjjrc <crjjrc(a)gmail.com> wrote: c> Well, the assertion failure occurs in wxApp::CleanUp in src/gtk/ c> app.cpp. At last checkout, this was line 529. c> c> void wxApp::CleanUp() c> { c> if (m_idleSourceId != 0) c> g_source_remove(m_idleSourceId); c> c> ... 17 Apr 2008 08:33
Re[3]: Hybrid GUI/Console App
On Wed, 16 Apr 2008 11:16:31 +0200 Fabian Cenedese <Cenedese(a)indel.ch> wrote: FC> I haven't tried this code, but when I once tried to create such an app FC> I was told that it's not possible on windows because the linker decides FC> the type of application with /SUBSYSTEM:WINDOWS or CONSOLE. FC> FC> So how woul... 18 Apr 2008 03:38
Antwort: Windows service
Hi, On Wed, 16 Apr 2008 20:29:04 -0400 palm(a)margerum.com wrote: Is there a way to create a windows service that uses wxWidgets? I'm not looking to use the GUI classes ,but rather the sockets and database classes. AFAIK there are no special classes for Windows service in wxWidgets to support creation o... 17 Apr 2008 03:35
wxDialog with minimize
Hi, We have a modless dialog. We want to have a minimise box on it. we tried this without success. Dlg=new Dialog(this,wxID_ANY,wxT("sample dlg"),wxDefaultPosition,wxSize (600,500),wxRESIZE_BORDER|wxMINIMIZE_BOX|wxCLOSE_BOX|wxSYSTEM_MENU| wxCAPTION); How can we implement it? Thanks, Lloyd _________... 17 Apr 2008 03:35
Linker error when including wxImageList
Hi, I am using: WX: 2.8.7 static UNICODE OS: Windows XP SP2 Compiler: VC++ 2008 Express IDE The project GUI is running without a problem, until I attempt to add support for image list. The moment add the wxImageList to the GUI I get the following linker error: error LNK2001: unresolved external symbol "... 18 Apr 2008 02:03
Windows service
Is there a way to create a windows service that uses wxWidgets? I'm not looking to use the GUI classes ,but rather the sockets and database classes. Thanks, Mike ... 22 Apr 2008 01:34
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21