Can you give us a ticket ID for that?PB wrote:I've also noticed that, together with some other issues with this class, so I'm going to create a ticket.
Search found 543 matches
- Mon Feb 14, 2011 12:43 am
- Forum: C++ Development
- Topic: Problem with wxFileSystemWatcher: Does not recognize modif.
- Replies: 14
- Views: 3167
- Sun Feb 13, 2011 7:29 pm
- Forum: C++ Development
- Topic: balloon on a systray icon?
- Replies: 3
- Views: 1684
balloon on a systray icon?
Is there a way to produce balloon-tips over a systray icon?
Something like "new updates available". You know what I mean?
Something like "new updates available". You know what I mean?
- Sun Feb 13, 2011 7:26 pm
- Forum: C++ Development
- Topic: watching for file modifications?
- Replies: 3
- Views: 977
In wx 2.9.x there is wxFileSystemWatcher http://docs.wxwidgets.org/trunk/classwx_file_system_watcher.html I used to do it like in the example in the doc. It build and run. But changes of the file are ignored. The doc says I should override wxFileSystemWatcher::OnChange I did but nothing happen. And...
- Sat Feb 12, 2011 11:27 am
- Forum: C++ Development
- Topic: watching for file modifications?
- Replies: 3
- Views: 977
watching for file modifications?
I have a software A that run in background all the time. When it start it read something like a config-file. I have a software B that sometimes change this config-file. Now software A need to know (while running) that its config-file was modified to read it again. Understand? How can I do this? Of c...
- Wed Feb 02, 2011 12:27 am
- Forum: C++ Development
- Topic: BUG between rev61487 and rev61488 ?
- Replies: 1
- Views: 595
Please see this log entry for the related revision.
http://svn.wxwidgets.org/viewvc/wx/wxWi ... hrev=61488
http://svn.wxwidgets.org/viewvc/wx/wxWi ... hrev=61488
- Wed Feb 02, 2011 12:24 am
- Forum: C++ Development
- Topic: BUG between rev61487 and rev61488 ?
- Replies: 1
- Views: 595
BUG between rev61487 and rev61488 ?
I had a mysterios crash in my application described here. http://forums.wxwidgets.org/viewtopic.php?t=29101&highlight= I did a lot of experiments in the last weeks. Tried a lot of revesion of my code etc. Now I found out that the crash depend on what wx revison I use. If I use rev61487 or lower the ...
- Mon Oct 11, 2010 5:35 pm
- Forum: C++ Development
- Topic: DEFINE_EVENT_TYPE obsolete?
- Replies: 10
- Views: 2160
- Mon Oct 11, 2010 6:46 am
- Forum: C++ Development
- Topic: DEFINE_EVENT_TYPE obsolete?
- Replies: 10
- Views: 2160
It says
Code: Select all
new definition; different basic types
- Mon Oct 11, 2010 6:45 am
- Forum: C++ Development
- Topic: wxLOCAL_CONV_ENCODING failed
- Replies: 2
- Views: 714
Ok, this work for the first time. But there is a logical problem. The in-build (in the code) language is english. There is a german dictionary. And the default language of OS is german. But if I say DEFAULT_LANGUAGE it doesn't use the german dict. It use the in-build english. But the doc says it sho...
- Sun Oct 10, 2010 1:18 pm
- Forum: C++ Development
- Topic: DEFINE_EVENT_TYPE obsolete?
- Replies: 10
- Views: 2160
I see but didn't understand the difference. ;) This is how I fire the event. BFMainFrame::Instance()->GetEventHandler()->AddPendingEvent(wxCommandEvent(BF_EVENT_THREAD_END, BF_ID_MAINFRAME)); I tried wxDEFINE_EVENT(BF_EVENT_THREAD_END, wxCommandEvent); But of course it cause in this error message 1>...
- Sun Oct 10, 2010 1:13 pm
- Forum: C++ Development
- Topic: crash in WinMain(HINSTANCE__
- Replies: 1
- Views: 771
crash in WinMain(HINSTANCE__
I have a mysterios crash in my application. I am using wx from SVN. I have a main-frame window and open a dialog-window from it. Close it ok. After reopen the same window the application crash. This is the call stack that doesn't help me. Because I can not found the concret location in my code. > bl...
- Sun Oct 10, 2010 12:06 pm
- Forum: C++ Development
- Topic: wxLOCAL_CONV_ENCODING failed
- Replies: 2
- Views: 714
wxLOCAL_CONV_ENCODING failed
I updated to current SVN and getting now this messgae while starting my application.
How can I solve this problem?
How can I solve this problem?
- Sun Oct 10, 2010 11:40 am
- Forum: C++ Development
- Topic: DEFINE_EVENT_TYPE obsolete?
- Replies: 10
- Views: 2160
DEFINE_EVENT_TYPE obsolete?
I am using wx from SVN. In event.h I can read that DEFINE_EVENT_TYPE is obsolete.
What can I use alternatively?
What can I use alternatively?
- Thu Oct 07, 2010 10:27 am
- Forum: C++ Development
- Topic: [wxProgressDialog] on win7
- Replies: 4
- Views: 1006
- Thu Oct 07, 2010 9:12 am
- Forum: C++ Development
- Topic: [wxProgressDialog] on win7
- Replies: 4
- Views: 1006
[wxProgressDialog] on win7
When using a wxProgressDialog on Win7 (32bit) the gauge control doesn't display the progress right. The green gauge only run from left to right more then one time like the god old "Kid" in Night Rider. ;)