|
MSW: frames, wxKeyEvent and menu accelerators Hello, In my application, I have two frames - a main frame with a menu and access keys (accelerators) - an second frame without menus I wish to enable accelerators from the main frame when the second frame has the focus, but I cannot succeed to achieve that. I tried to forward the EVT_KEY_UP and EVT_KEY_DO... 15 Apr 2008 05:45
MSW: window ids limited to 16 bits? wxWindowBase::CreateBase() limits window ids to 16 bits, claiming that "ids are limited to 16 bits under MSW". As far as I know, MSW window ids are 32 bits, and this has been the case for quite a long time. Is there any reason for keeping this restriction ? In my case I've erased this from the code, and eve... 15 Apr 2008 10:44
Re[2]: wxMSW DrawText and SetUserScale On Mon, 14 Apr 2008 20:28:13 -0400 Martin Cote <cote.martin(a)gmail.com> wrote: MC> On Sat, Apr 12, 2008 at 7:14 PM, Vadim Zeitlin <vadim(a)wxwidgets.org> wrote: MC> > So a workaround would be to call SetGraphicsMode((HDC)dc.GetHDC(), MC> > GM_ADVANCED) in your code. We probably should do it ourselves too but the ... 14 Apr 2008 21:00
Re[4]: Hybrid GUI/Console App On Mon, 14 Apr 2008 22:05:07 +0200 wx(a)61131.com wrote: c> Considering that OnCmdLineParsed() is a member of wxAppConsole, I c> don't think this could be done since we are using the command-line c> arguments to figure which application to create. Or am I missing c> something? I thought a... 14 Apr 2008 16:13
Re[2]: Hybrid GUI/Console App On Mon, 14 Apr 2008 07:04:30 -0700 (PDT) crjjrc <crjjrc(a)gmail.com> wrote: c> Considering that OnCmdLineParsed() is a member of wxAppConsole, I c> don't think this could be done since we are using the command-line c> arguments to figure which application to create. Or am I missing c> something? I thought abou... 14 Apr 2008 16:13
Re[5]: [msw 2.8.7] Problem saving application settings when system is shut down On Mon, 14 Apr 2008 21:30:38 +0200 Eric Jensen <ml(a)j-dev.de> wrote: EJ> Friday, April 11, 2008, 7:54:46 PM, you wrote: EJ> EJ> VZ> So we clearly have to destroy all the existing windows from either EJ> VZ> wxWindowMSW::HandleEndSession() or, if we want this to be configurable, EJ> VZ> from wxEVT_END_SESSION ha... 14 Apr 2008 16:13
Re[4]: [msw 2.8.7] Problem saving application settings when system is shut down Hello Vadim, Friday, April 11, 2008, 7:54:46 PM, you wrote: VZ> So we clearly have to destroy all the existing windows from either VZ> wxWindowMSW::HandleEndSession() or, if we want this to be configurable, VZ> from wxEVT_END_SESSION handler in wxApp. If you (or anybody) else can write VZ> a patch adding such... 14 Apr 2008 15:24
Linking debug application to release wxWidgets I want to be able to debug an application, but not have two different builds of wxWidgets (I don't need to debug wx, just the app). On the surface I know this is fairly simple: just disable optimizations and include debug information in the executable, but link with the release version. This works fine. But... 14 Apr 2008 15:24
wxSplitterWindow / wxSashWindow advice I have finally had some time to work on this. I've decided on modifying wxSplitterWindow rather than to port it from the wxPython sourcecode I've got the basics working for a splitter window that can handle 1 to 4 windows this gives you the following layout options: 1. 1 window 2. 2 windows, left an... 14 Apr 2008 13:47
svg in wxwidgets Hi guys, Quick question. I'm looking to use svg in combination with wxwidgets. I need to be able to import a graphic into my panel. I then need to be able to mark region on top of the imported image that will be hit testable with the mouse. When the relevant regions are clicks certain functionality will be perfo... 17 Apr 2008 17:21 |