With some exceptions (see the following section), all the functionality previously available with Winwidgets controls should also be available with the MFC controls. However, to safeguard against unexpected upgrade issues, run-time options are available that enable you to revert to the Winwidgets controls.
A separate option is available for each type of control:
[NativeControls] ;GUI controls either display as MFC controls (1) or Winwidgets (0). ;These settings have no effect on the WinC grid which is always Winwidgets ListBox=1 SpinButton=1 SingleLineEdit=1 SingleLineEditNumeric=1 MultiLineEdit=1 ComboBox=1 RadioButton=1 CheckBox=1 PushButton=1 Statics=1
Set the required option to 0 if you want to revert the control concerned to Winwidgets. The MultilineEdit setting is an exception—Setting this value to 0 invokes an earlier implementation of the native control as Winwidgets do not provide a multiline edit control.
Note: Report any undocumented upgrade issues to CA Technical Support.
|
Copyright © 2014 CA.
All rights reserved.
|
|