First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
Re[2]: FW: SetIcon in sample programs causing BadAlloc error in gdk (wx2.8.3, SunStudio12, g++ 3.4.3)
On Tue, 08 Apr 2008 11:17:03 -0600 "Bond, Gary D" <gary.d.bond(a)lmco.com> wrote: BGD> To generate the backtrace given in the earlier email I did use sync when BGD> I ran the executable in the debugger (dbx). Just to make sure, I didn't mean any dbx command but command-line option with this name, i.e. you should... 8 Apr 2008 17:17
Re[2]: FW: SetIcon in sample programs causing BadAlloc error in gdk (wx2.8.3, SunStudio12, g++ 3.4.3)
On Tue, 08 Apr 2008 14:15:56 -0600 "Bond, Gary D" <gary.d.bond(a)lmco.com> wrote: BGD> I discovered one interesting item while looking into this problem. In BGD> the wxBitmap::wxBitmap(const char* const* bits) (line 253 of BGD> gtk/bitmap.cpp) constructor I found out that the BGD> gdk_pixmap_create_from_xpm_d does... 8 Apr 2008 17:17
Windows FindFirstFile bug
I just discovered this: On XP SP2, create a file named "foo.xml-old". Type "dir *.xml" at a command prompt and this file is reported! Renaming a .xml file to .xml-old to hide it from a directory search won't work. Apparently Windows file globbing is broken. I thought at first it was a wx bug as I was using... 8 Apr 2008 17:17
No result on wxLocale::GetCanonicalName() and wxLANGUAGE_SPANISH
Hi NG! The function GetCanonicalName() from wxLocale in combination with the spanish-language doesn't return any useful string. I expected "es_ES" but i just got "". There are no problems with other languages like wxLANGUAGE_FRENCH, wxLANGUAGE_GERMAN, ... The following code doesn't show/cout the canonical n... 8 Apr 2008 17:17
Problem saving application settings when system isshut down
Eric Jensen skrev: I receive the EVT_END_SESSION events and the OnClose handler gets called, but neither the frame dtor nor wxApp::Exit(). This is bug 1428691 "[wxMSW] wxApp::OnExit never called on log off" http://sourceforge.net/tracker/index.php?func=detail&aid=1428691&group_id=9863&atid=109863 ... 8 Apr 2008 14:04
Problem saving application settings when system is shut down
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::OnClose EJ> E... 8 Apr 2008 14:04
Re[2]: std::string and unicode
On Tue, 8 Apr 2008 18:20:50 +0100 Declan McMullen <declan.mcmullen(a)gmail.com> wrote: DM> This guy actually wrote two nice little functions DM> http://www.kangmaman.com/node/131 I think you could make it even more complicated but I must admit that at a first glance I don't see how. I'd also strongly recommend d... 9 Apr 2008 05:21
FW: SetIcon in sample programs causing BadAlloc error in gdk (wx2.8.3, SunStudio12, g++ 3.4.3)
Vadim, Thanks for your reply. I caught the minimal sample in the debugger and it is failing at the same location. In the wxBitmap::GetPixbuf method. In answer to your question Does GetPixbuf return anything valid, the answer is it never returns from GetPixbuf. The gtk error is triggered in the GetPixbuf metho... 8 Apr 2008 16:28
[msw 2.8.7] Problem saving application settings when system is shut down
Hi all, i know there is a previous thread with this topic, but it didn't really solve the problem. I added some additional event handlers and logfile output to the minimal sample to describe the problem. When the application is started and quit using the menu entry or close button of the main frame, i get t... 8 Apr 2008 13:15
Re[6]: wxUpdateUIEvent with a ListBook
On Tue, 8 Apr 2008 09:32:21 -0700 (PDT) Alejandro Mostovoi <a.mostovoi(a)yahoo.com.ar> wrote: AM> I saw that the event is executed, but it doesn't disable the panel; and AM> this is the more confusing. I agree that it should be possible to use the handler to disable the panel. Have you tried doing this in a real... 10 Apr 2008 14:31
First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41