Kbase P107572: How to make a Dynamics extended class appear in the object palette?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/8/2008 |
|
Status: Unverified
GOAL:
How to make a Dynamics extended class appear in the object palette?
GOAL:
How to make an object subclass available on the Dynamics object palette.
FACT(s) (Environment):
Dynamics
Windows
OpenEdge 10.x
FIX:
After defining the extended class in the Object Type Control do the following:
1. Select the Palette object type in the ROM Tool and expand its Objects node.
2. Select the most appropriate object node and expand it. For example if you want to add an extension to the dynlookup class expand the PaletteSDF node.
3. Expand the Object Instances node.
4. Right mouse click to add another object. Specify an Object filename and Instance name.
5. Add the following attributes to the object (base the values on the parent class):
- PalettEditOnDrop = TRUE.
- PaletteLabel = "<Label name>"
- PaletteOrder = 80
- PaletteRenderer = Choose the template file for the object. For example adm2/dynlookup.w for the dynamic lookup object.
- PaletteType = type of object. For example smartDataField.