[ wxwindows-Bugs-1720024 ] wxStaticBoxSizer does not show its content

SourceForge.net noreply at sourceforge.net
Tue Jun 12 22:37:29 PDT 2007


Bugs item #1720024, was opened at 2007-05-16 15:53
Message generated for change (Settings changed) made by mareqq
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1720024&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WinCE specific
Group: None
Status: Open
Resolution: None
>Priority: 7
Private: No
Submitted By: Mareq (mareqq)
Assigned to: Julian Smart (juliansmart)
Summary: wxStaticBoxSizer does not show its content

Initial Comment:
I am using wxWinCE-2.8.3, VS2005, Pocket PC 2003 SDK (ARMV4).

My application loads frame rom XRC file.
Frame contains wxStaticBoxSizer and inside this sizer, there are edit controls, buttons, etc.

When I run this application in emulator or in the device, the content of the wxStaticBoxSizer is not shown (there is always blank space).


Maybe this is the reason. When I was using MFC, I had this experience with group boxes:

1. On PC, the group box has to have tab order specified as the first of all controls that the group box contains.

2. On WCE, vice versa - it has to have the last tab order of all controls that the group box contains. If it has the first tab order, it does not show controls that it contains.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1720024&group_id=9863




More information about the wx-dev mailing list