Search found 20 matches
- Tue Jan 11, 2005 4:30 am
- Forum: C++ Development
- Topic: Memory Leak in wxWidgets?
- Replies: 32
- Views: 6216
FYI on minimizing
Minimizing a program in Windows will often make the apparant memory usage in the Task Manager go down. This is not that your program is actually using less memory, or releasing your memory in any way. I think (and this is just from my own playing around) that it has to do with Windows paging parts o...
- Tue Jan 11, 2005 4:18 am
- Forum: C++ Development
- Topic: Tab navigation for child controls
- Replies: 3
- Views: 1505
Still hoping for help
Hi, I'm still hoping for someone to help with this navigation problem. The MoveBeforeInTabOrder() method did not work, because the parent of the sub-controls it itself a child control of the dialog. When I press tab from any sub-control, it does not find the next sub-control of the scroll window, bu...
- Fri Dec 10, 2004 10:43 am
- Forum: C++ Development
- Topic: Tab navigation for child controls
- Replies: 3
- Views: 1505
I already read that thread. I forgot to mention that I did try using MoveBeforeInTabOrder(). The problem, however, is that the contols are not siblings of the other dialog control. They are children. The scroll window is a sibling of the other controls, and it is processing the navigation event. It ...
- Thu Dec 09, 2004 7:36 pm
- Forum: C++ Development
- Topic: Tab navigation for child controls
- Replies: 3
- Views: 1505
Tab navigation for child controls
I have a dynamic control system for my dialogs, where a bunch of child controls are created on a wxScrollWindow parent based on a selection from one of the other controls on the dialog. Everything works great except for tab navigation. Suppose I have this: wxTextCtrl1 wxTextCtrl2 wxScrollWindow wxTe...
- Mon Nov 08, 2004 12:19 am
- Forum: C++ Development
- Topic: Silly Notebook nitpick
- Replies: 0
- Views: 723
Silly Notebook nitpick
When you unsplit a notebook, it automatically hides the child window you unsplit. However, when you then split it again, you have to show it yourself.
Is there a reason for this?
Thanks
-r
Is there a reason for this?
Thanks
-r