First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
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
Full programmes for a free download
Full programmes for a free download will not be found in any site or forum but here http://foryou-programs.blogspot.com/ find everything and always with the new. If not find program, which sent a letter looking for the programme and will be entitled to include it and tell you in less than 24 hours All of this fo... 16 Apr 2008 19:40
Re[9]: [msw 2.8.7] Problem saving application settings when system is shut down
On Wed, 16 Apr 2008 22:16:12 +0200 Eric Jensen <ml(a)j-dev.de> wrote: EJ> VZ> Normally wxEntryCleanup will delete the application, do you mean it EJ> VZ> doesn't happen during your test? EJ> yes, the wxApp dtor will not get called. Actually it seems the very EJ> last call that is executed during cleanup is EJ> ::... 16 Apr 2008 18:52
Re[8]: [msw 2.8.7] Problem saving application settings when system is shut down
Hello Vadim, Wednesday, April 16, 2008, 12:14:53 AM, you wrote: EJ>> this code seems to work fine. I tested once again with a small sample EJ>> any my own application. I also tested it using the RMTool.exe from the EJ>> Vista SDK (which sends the WM_ENDSESSION, but does not kill the EJ>> application). VZ> In... 16 Apr 2008 16:26
First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33