Search found 8 matches

by molto_b
Sun Dec 25, 2005 2:57 pm
Forum: C++ Development
Topic: wxODBC: wxDbTable::IsColNull bug
Replies: 3
Views: 943

Patch has been submitted. Thanks.

http://sourceforge.net/tracker/index.ph ... tid=309863

Mike
by molto_b
Sun Dec 25, 2005 1:29 pm
Forum: C++ Development
Topic: wxODBC: wxDbTable::IsColNull bug
Replies: 3
Views: 943

There is in fact a bug in the 2.6.2 wxDbTable code. I was able to fix it and see how to submit it...

Mike
by molto_b
Sat Dec 24, 2005 1:16 pm
Forum: C++ Development
Topic: wxODBC: wxDbTable::IsColNull bug
Replies: 3
Views: 943

wxODBC: wxDbTable::IsColNull bug

Hi there, in one of my database tables some of the values are NULL (checked with other client SW). But wxDbTable::IsColNull() always returns false. I am not sure whether this is a problem of wxODBC or the ODBC driver I am using. Maybe other users have the same problem and can comment and post their ...
by molto_b
Sun Dec 04, 2005 8:57 am
Forum: C++ Development
Topic: Runtime errors for all wx apps
Replies: 1
Views: 817

Runtime errors for all wx apps

Hi there, when building an application that uses wxWidgets as DLL I get a runtime error similar to the one below (the screenshot is actually from an older post: http://forums.wxwidgets.org/viewtopic.php?t=3945&start=0&postdays=0&postorder=asc&highlight= ): http://daci.dev.ro/error.jp...
by molto_b
Sat Dec 03, 2005 1:16 pm
Forum: wx.NET
Topic: Runtime Error in Every wxWidgets Application
Replies: 4
Views: 6086

Runtime errors also with 2.6.2

Hi there, I am getting the exact same result as described above (unreachable code assertion in init.cpp), for my own as well as for all sample apps, if and only if I compile/use wx as dll. Static linking works fine. My configuration: wxWidgets 2.6.2 Visual C++ 8 (Express) Windows XP SP2 Christian: d...
by molto_b
Sun Aug 07, 2005 8:12 pm
Forum: C++ Development
Topic: wxListCtrl::OnGetItemAttr(...) not called
Replies: 1
Views: 887

Sorry about the confusion... I missed the const for the overridded method, hence implementing a different method...

Case closed,
Mike
by molto_b
Sun Aug 07, 2005 8:06 pm
Forum: C++ Development
Topic: wxListCtrl::OnGetItemAttr(...) not called
Replies: 1
Views: 887

wxListCtrl::OnGetItemAttr(...) not called

Dear all, I am using wxListCtrl with wxLC_REPORT | wxLC_VIRTUAL set. In the derived class OnGetItemText(...) is called as expected. To modify a row's background color I am overriding OnGetItemAttr(...), but it is never called by the framework. Does this need to be triggered/switched active in some w...
by molto_b
Mon Oct 18, 2004 7:27 pm
Forum: C++ Development
Topic: Noob problem about sizers
Replies: 6
Views: 2511

Hi Mampfred, just saw your posts and I had the exact same problem (different window setup, kinds of sizers, ...) and also for me swicthing the child window from wxControl in my case to wxPanel worked! Two things to say: (1) THANKS! I would have never guessed that... (2) That is a bug isn't it? I am ...