|
Re[2]: std::string and unicode On Wed, 09 Apr 2008 12:12:28 +0200 Milan Babuskov <milanb(a)panonnet.net> wrote: MB> Declan McMullen wrote: MB> > Any tips on how I should do it ? MB> MB> We are using the following in FlameRobin: MB> MB> //----------------------------------------------------------------------------- MB> std::string wx2std(con... 9 Apr 2008 11:21
Re[2]: Fine-grained control over wxLocale On Wed, 9 Apr 2008 02:45:09 -0700 (PDT) Andreas <support(a)raumgeometrie.de> wrote: A> So after I use wxLocale::Init I now call A> A> setlocale( LC_NUMERIC, "C" ); A> A> to set just the numerical stuff to C. A> A> This works. Are there any problems with this approach? Yes -- the numbers won't be shown to ... 9 Apr 2008 11:21
LoadPerspective and managed window's size Hi, AUI question: One would expect LoadPerspective() on an AUI managed window to return its state to exactly as when I did the SavePerspective(). However, while all the panes are displayed correctly, the managed window's size doesn't change. In other words, if I resize the managed window, do SavePerspective()... 14 Apr 2008 12:10
Name of language folder for traditional chinese Hi, how must I name the language-folder for traditional chinese language support? I tried th_TW, as this is the canonical name I get from the language info, but this doesn´t work. Regards, Andreas ... 9 Apr 2008 18:46
[ANN] Molecula Numerica Released (beta) Dear All, I am so happy to announce the release of the MS Windows version of Molecula Numerica 0.1. You can get a copy of the software via http://arlivre.ddo.jp/Physica/index.php/Molecula_Numerica#Download Molecula Numerica is a numerical simulator for molecular dynamics with REAL-TIME 3D visualization.... 8 Apr 2008 22:06
how to get xml as text ? Hello There, i am wondering if there is an easy way to get/set the content of a xmlnode throught a wxString representation ? i was browsing through the documentation, but i did not find any functions for that, do i have to save the xmldocument, and load the document as textfile ? hmm, any hints are VERY a... 13 Apr 2008 14:19
Re[4]: [msw 2.8.7] Problem saving application settings when system is shut down On Tue, 8 Apr 2008 23:38:34 +0100 (BST) Chris Wilson <chris(a)qwirx.com> wrote: CW> Doesn't Windows inform the app by sending a message? If so, couldn't the CW> app send this message to itself with PostMessage()? If this is enough to reproduce the bug, it could indeed be done. But somehow I don't think it's goi... 8 Apr 2008 18:55
Re[3]: [msw 2.8.7] Problem saving application settings when system is shut down Hi Vadim and Eric, On Tue, 8 Apr 2008, Vadim Zeitlin wrote: On Tue, 8 Apr 2008 20:21:45 +0200 Eric Jensen <ml(a)j-dev.de> wrote: EJ> Is there a way to emulate system shutdown without actually doing it? I hoped to be able to do it using a Windows copy in a VM but unfortunately this didn't work --... 8 Apr 2008 18:55
Re[3]: [msw 2.8.7] Problem saving application settings when system is shut down On Tue, 8 Apr 2008 20:21:45 +0200 Eric Jensen <ml(a)j-dev.de> wrote: EJ> Is there a way to emulate system shutdown without actually doing it? I hoped to be able to do it using a Windows copy in a VM but unfortunately this didn't work -- Windows doesn't want to resume properly in a VM for me. So debugging this is... 8 Apr 2008 17:17
Re[2]: Windows FindFirstFile bug On Tue, 08 Apr 2008 16:03:14 -0500 Kenneth Porter <shiva.blacklist(a)sewingwitch.com> wrote: KP> Kenneth Porter <shiva.blacklist(a)sewingwitch.com> wrote in KP> news:Xns9A7A8C838FECFshivasewingwitchcom(a)216.196.97.142: KP> KP> > Any comments? I'm trying to figure out whether this is expected or KP> > documented or... 8 Apr 2008 18:06 |