Popup Window Properties

These properties configure popup windows.

If you want to change the default values, enter your changes in the emxSystem.properties page object. For more information, see Editing Properties Using MQL.

Property Name Property Description Valid Values
emxFramework.PopupSizeDefines the available pop-up window sizes. Remove any values that you do not want used. Typically, you do not need to change this property.One or more of the following, separated by commas and no spaces:
  • Small
  • Medium
  • Large
  • SmallTall
  • MediumTall
emxFramework.PopupSize.<SIZE>Defines the pixel width and height for pop-up windows, where <SIZE> is a value specified in the emxFramework.PopupSize property.

Use this format to define the value:

<WIDTH>x<HEIGHT>

For example: emxFramework.PopupSize.Large = 960x700
<WIDTH>x<HEIGHT>
emxFramework.PopupSize.DefaultDefines which pop-up window size is the default.

Use the Popup Size setting for a form to use a different size window; that setting supports the same sizes listed here.

One of the following:
  • Large
  • Medium
  • Small
  • SmallTall
  • MediumTall