[ wxwindows-Bugs-1695354 ] No border and title bar on dialog boxes on WinCE

SourceForge.net noreply at sourceforge.net
Tue Feb 26 07:28:24 PST 2008


Bugs item #1695354, was opened at 2007-04-06 00:10
Message generated for change (Settings changed) made by juliansmart
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1695354&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: Must fix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mickey Mestel (mickdm)
>Assigned to: Nobody/Anonymous (nobody)
Summary: No border and title bar on dialog boxes on WinCE

Initial Comment:
Compiling on WinXP for WinCe using VS2005 with the Windows Mobile 5.0 Pocket PC SDK.  When creating a dialog box from a user defined class based off of wxDialog, and opening the dialog box with something like the following:


wxRmrFlowDialog flowDialog( this, wxID_ANY, wxT("Choose Table"), wxDefaultPosition, wxDefaultSize,
wxDEFAULT_DIALOG_STYLE );

flowDialog.Init( this, data );
		
retVal = flowDialog.ShowModal( );

the dialog opens on the handheld device, but has no border or title bar, and therefore no close button.  the  rest of the dialog controls work fine, and the same code works fine on XP.

the same happens on 2.8.X, except that the dialog box takes up the whole of the handheld screen, whereas in 2.6.3 it comes up as a window taking up a portion of the screen designated by the pixel size given as arguments.

wxMessageBox does work correctly, with a border and a close button.

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

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




More information about the wx-dev mailing list