Previous Topic: Window/Dialog PropertiesNext Topic: Application Skins


Other Unsupported Features

The following functionalities are unsupported, or partially supported in Web View UI Generation:

  1. Due to the limitations imposed by HTML, the following controls are not supported:
  2. The following functionalities associated with specific controls are not supported:
  3. The following table discusses the functioning of Disabled By logic in Mozilla Firefox and Internet Explorer:

Operation

Mozilla Firefox

Internet Explorer

Cut, Paste, Delete, and Undo from the Keyboard consistently

(without using the Context menu)

Disabled By works as expected.

Disabled By works as expected.

Cut, Paste, and Undo from the Context menu consistently

(without using the keyboard)

Disabled By does not work as expected.

Disabled By does not work as expected. The state changes once the element loses focus.

Delete by using the Context menu

Disabled By does not work as expected.

Disabled By does not work as expected. The state changes once the element loses focus.

Delete key on the keyboard to delete the contents of a control and then use Undo from the Context menu.

Disabled By does not work as expected.

Disabled By does not work as expected. The state changes once the element loses focus.

Select the data to be deleted, use the Delete key on the keyboard to delete the contents of a control, and then use the Undo key.

Disabled By does not work as expected.

Disabled By works as expected.

  1. Tab sequencing among window controls is governed by the controls' order in the generated HTML file. Since a list box is implemented by HTML <TABLE> and Link (Action:) tags, sequencing does not include list boxes.
  2. Recursive calls within action blocks (such as, an action block calling itself) are not supported and may result in runtime abends.
  3. Multiple selection listbox behavior is not supported.
  4. Varying size table is not supported. If such a table exists on a window, it will be rendered as a Fixed size table.
  5. The CSSCLASS property is not supported in Web View applications.
  6. The HideRadioButtonGroup method is not supported in Web View applications. Use the Visible property to hide the Radio Button Group controls.
  7. Customized help and close buttons are not supported.
  8. System menu does not provide minimize, maximize, and restore functionality.
  9. Cross-Context Flows are not supported in Web View applications.
  10. Copying generation configurations or model directories that include generation configurations is not supported.
  11. Duplicating generation configurations is not supported.
  12. In Web View applications, prompts are part of the list box and it is not possible to detach the prompts from the list box as done in other target environments. If you detach the prompts from the list box in the Navigation Diagram, the list box follows the prompts and it may overlap the controls that are placed between the prompts and the list box in the Navigation Diagram in Toolset.
  13. You cannot use single-click and double-click events on the same control in Web View applications.