First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
Modeless from Modal wxDialog
Sorry to keep bringing up an old thread, but after much investigation, I have some more insight into this issue. (I'm using wxWidgets 2.8.7 on Mac (Carbon), in Xcode 2.5, with wxMAC_USE_CORE_GRAPHICS set to 1.) The issue has to do with the window classes being used to create the two dialogs in question. ... 15 Apr 2008 23:29
Re[7]: [msw 2.8.7] Problem saving application settings when system is shut down
On Tue, 15 Apr 2008 22:21:43 +0200 Eric Jensen <ml(a)j-dev.de> wrote: EJ> VZ> Could you please check if EJ> EJ> VZ> void wxApp::OnEndSession(wxCloseEvent& WXUNUSED(event)) EJ> VZ> { EJ> VZ> // Windows will terminate the process soon after we EJ> VZ> // return from WM_ENDSESSION handler anyhow, so make EJ... 15 Apr 2008 18:43
Re[6]: [msw 2.8.7] Problem saving application settings when system is shut down
Hello Vadim, Monday, April 14, 2008, 9:48:05 PM, you wrote: VZ> Normally the code should work fine when the event handler destroys the VZ> object it was called on. However to make it totally "safe" we could call VZ> exit() ourselves from here. This would have a (big) added benefit of VZ> executing dtors of glob... 15 Apr 2008 17:06
Re[2]: Hybrid GUI/Console App
On Tue, 15 Apr 2008 07:56:59 -0700 (PDT) crjjrc <crjjrc(a)gmail.com> wrote: c> I like this idea quite a bit. I found I had a bit more to do to get c> it to work, and more things probably remain. I had to override c> wxApp::CleanUp() since it too fiddled with GTK. Sorry, what exactly was the problem? I think w... 15 Apr 2008 13:57
can mdi be embedded in aui ?
Hi, I'm trying to embed an MDI-parent as the center pane using AUI. This doesn't seem to work - the MDI-parent never becomes a child of the AUI-managed window, and AUI doesn't seem to be able to incorporate it as a pane. I've in addition to wxMDIParentFrame tried also the undocumented wxAuiMDIParentFrame, wi... 16 Apr 2008 09:13
Any NORMAL crossplatform path to using SVG files?
Funny you should mention that. I cant get it working either. I didnt realise it cant be compiled against wxwidgets in unicode mode. might explain why mine wont work I was just about to post to the art2d list to find out why it wasnt compiling On Tue, Apr 15, 2008 at 3:51 PM, Stulov Dmitry <stulovd(a)gmail.com> w... 17 Apr 2008 02:48
wxGrid or wxListCtrl
Hi! I cant decide what widget i should use. 1. I have a lots of data, much more than 1000. Iam wondering is there any limit in wxGrid and wxListCtrl? 2. I have to refresh about 50 records per second, which one is able to it, beside i dont want any freezing or vibrating effect? 3. I also want to add some pictu... 16 Apr 2008 06:36
MSW: frames, wxKeyEvent and menu accelerators
On Tue, 15 Apr 2008 11:48:42 +0200 Xavier Miller <xavier.miller(a)cauwe.org> wrote: XM> So, is it possible (and how) to redirect the keyboard events to the main XM> frame in order to translate the desired key sequences into accelerated XM> menues ? No,, but it's possible to use the same accelerator table in bo... 15 Apr 2008 09:07
Can we add buttons on upper splitter window????
Hi i am using wxWidgets-2.8.3 for open phone . so the options present in file menu , views like cut ,copy paste , options etc . so i want these all as button on upper splitter window. so please let me know wheather it is possible to add buttons on upper splitter window. i shall be thankful to you. you can mail me... 15 Apr 2008 07:20
Problem with wxDialog on mac and ubuntu
Oh god :( I was looking at that for days and never spotted I'd made one a pointer and not the other. Thanks a million its working fine now. On Mon, Apr 14, 2008 at 9:56 PM, Igor Korot <ikorot(a)earthlink.net> wrote: Declan, You are creating them differently, that is all Thank you. ... 15 Apr 2008 05:45
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35