Index Parent

Popimage class


The Popimage class is used to adjust an image spec.

 

Attributes
Name Type Class Note
POFixed B I Make the size of the image in the button fixed. E.g., to create a Popimage like the ones in the MUI/Specials page, do something like:

pi.Class="Popimage"
pi.FixWidth=31
pi.FixHeight=31
pi.CycleChain=1
pi.POFixed=1
pi.POType="Image"
pi.POTitle="Select an image"
POSpec S ISGN If you know what you are doing, you know what it is.
POType M I A number or one of:
  • All
  • Image
  • Background
  • Pen
POTitle S I The title of the pop-up window.

 

Methods
Name Parameters Note
None defined