Converting old files
Dialog Editor can make an attempt at converting dialog resources created with Dialog Editor for wxWindows 1.68.
The command is Convert Old Resources... on the File menu.
You need to specify two directories, an input and an output directory. Dialog Editor will
do the following conversions:
- wxMultiText becomes a wxTextCtrl with wxTE_MULTILINE style.
- wxText becomes a wxTextCtrl.
- wxMessage becomes either a wxStaticText or wxStaticBitmap.
- wxButton becomes a wxBitmapButton if necessary.
- wxGroupBox becomes wxStaticBox.
- Controls that no longer have labels, such as wxTextCtrl and wxListBox,
have a separate wxStaticText control created for them at approximately the correct
position. The label's window name becomes ControlName_Label where ControlName is
the name of the control that formerly had the label.
- Identifiers are allocated.
- Font sizes are reduced to counter the decreased font size now created by wxWindows
for a given point size.
- The dialog height is reduced slightly to compensate for the fact that the dialog caption
is no longer included in the size.