No border or title bar in Dialog box creation for WinCE

Mickey Mestel mickm at carmick.com
Thu Jan 4 16:40:57 PST 2007


hi,

    in widgets 2.6.3, i'm creating a number of dialog boxes derived from th=
e wxDialog class.  compiling in VC6++ on XP, the dialog boxes come up with =
a default widow border, close box, etc...  using VS2005 and the Mobile 5.0 =
SDK, and running on an HP ipaq, the dialog box comes up with no border at a=
ll, a white box over the main window.  it works and has all it's functional=
ity, but no border and most importantly, no title bar and close box.

    wxMessageBox() has a title bar, border and close box as you would expec=
t.

    i'm initializing my box as follows:

wxMyScrollDialog scrollDialog( this, wxID_ANY, wxT(""), wxDefaultPosition, =

           wxDefaultSize, wxDEFAULT_DIALOG_STYLE, table->type,
           isPoiTable );

    i have tried changing wxDEFAULT_DIALOG_STYLE to wxCLOSE_BOX, with no ef=
fect on WinCE.

    any thoughts?

    thanks,

    mickm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070104/797=
6a237/attachment.htm


More information about the wx-users mailing list