Search found 12 matches

by icStatic
Sat Dec 17, 2005 10:57 am
Forum: Announcements and Discoveries
Topic: wxIFM 1.0.5 - docking library for wxWidgets
Replies: 93
Views: 40254

I've got a minor bug to report. wxIFM 1.0.5 crashes when deleting the wxInterfaceManager object. Ok scrap that, I found the problem. I was using an old version of the header files in my project. I was using "wx/ifm.h" which seemed to be the header used in previous versions. Now the sample...
by icStatic
Sat Dec 17, 2005 9:00 am
Forum: C++ Development
Topic: The delete key
Replies: 2
Views: 937

I would prefer not to have to do that. Most applications have the shortcut after their menu items. The other problem is that the canvas itself is not necessarily going to be in focus, there are other components which the user might be focused on, which is why I am after the exceptions for things lik...
by icStatic
Sat Dec 17, 2005 6:22 am
Forum: C++ Development
Topic: The delete key
Replies: 2
Views: 937

The delete key

Hi, Does anybody have any suggestions for how to get multiple event handlers to fire on a key press? I have the Delete key bound to a menu item command (ie Edit->Delete) using a nice handy "\tDel" appended to the menu item, which when pressed deletes selected items on the main canvas of my...
by icStatic
Tue Dec 13, 2005 4:45 pm
Forum: C++ Development
Topic: wxListCtrl images
Replies: 6
Views: 1548

GetItemSpacing was deemed deprecated it seems! I ran it anyway but it gave me an integer value of 5898361. I'm assuming this means its no longer used and hence the value is not being set!
by icStatic
Mon Dec 12, 2005 6:03 pm
Forum: Announcements and Discoveries
Topic: wxIFM 1.0.5 - docking library for wxWidgets
Replies: 93
Views: 40254

I've got a minor bug to report. wxIFM 1.0.5 crashes when deleting the wxInterfaceManager object. I say its minor because if you don't delete the object yourself and just leave it for wxWidgets to clean up itself (im assuming it does given its part of the window tree) then its fine. The crash did not...
by icStatic
Mon Dec 12, 2005 5:15 pm
Forum: C++ Development
Topic: wxListCtrl images
Replies: 6
Views: 1548

priyank_bolia, thanks, it helped. I say helped, because it now aligns correctly when i call Arrange with wxLIST_ALIGN_TOP, however to get it to work I had to double the amount of space it had, and it's now taking up too much space. The minimum width I had to set the housing notebook to was 252. On 2...
by icStatic
Mon Dec 12, 2005 1:03 am
Forum: C++ Development
Topic: wxListCtrl images
Replies: 6
Views: 1548

No, it didnt help :(
by icStatic
Sun Dec 11, 2005 6:03 pm
Forum: Announcements and Discoveries
Topic: wxIFM 1.0.5 - docking library for wxWidgets
Replies: 93
Views: 40254

Thanks for the new version SnakeChomp, wxIFM is a seriously nice piece of work, keep up the great work!
by icStatic
Sun Dec 11, 2005 5:36 pm
Forum: C++ Development
Topic: wxListCtrl images
Replies: 6
Views: 1548

wxListCtrl images

Hi, I am developing an application using wxListCtrl with non default sized images. When switching minor versions of wxWidgets it stopped doing what I wanted it to do, which is display two columns of images, not just one. Here is what i want it to look like (from an older version of the app): http://...
by icStatic
Sat Sep 10, 2005 6:30 am
Forum: Announcements and Discoveries
Topic: wxIFM 1.0.5 - docking library for wxWidgets
Replies: 93
Views: 40254

Toolbars and tabs

I managed to get the toolbar code working as you suggested, however it flickers when you resize the window. Did anybody else experience this problem or did I do the code wrong? I also had problems when integrating it with the MDI window, it seems the MDI client window does not appreciate being repar...
by icStatic
Fri Sep 09, 2005 9:24 pm
Forum: Announcements and Discoveries
Topic: wxIFM 1.0.5 - docking library for wxWidgets
Replies: 93
Views: 40254

The search function is useful. Whoops, sorry about that! Google you hath failed me! http://forums.wxwidgets.org/viewtopic.php?t=3829 Short: The only thing that should be a chlid of your frame is a panel and wxIFM should be managing that panel. No the current sample doesn't do this but the one on my...
by icStatic
Thu Sep 08, 2005 7:13 pm
Forum: Announcements and Discoveries
Topic: wxIFM 1.0.5 - docking library for wxWidgets
Replies: 93
Views: 40254

Toolbars

Yes, hiding the tabs when there is only one would be a good idea, it would make the interface slightly neater. Not having the tab there to drag to other containers is not really a problem as you can still drag the title. The wxIFM module is actually really cool, it looks teriffic and is extremely us...