Kbase P100287: How to customize dynamic treeview look and feel ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/01/2005 |
|
Status: Unverified
GOAL:
How to customize dynamic treeview look and feel ?
GOAL:
How to change the container of a dynamic treeview
FACT(s) (Environment):
OpenEdge 10.0B
Dynamics
FIX:
Currently the only way to achieve this is by doing the following:
- Create a copy of src/dynamics/ry/uib/rydyntreew.w. (mydyntreew.w)
- Modify this copy as required.
- In the Class Maintenance tool, search for the DynTree class.
- For this class, set the RenderingProcedure attribute to the new copy. (mydyntreew.w)
- When prompted if a new custom class should be created, answer 'yes'.
Further customizations to the treeview can be added via the custom class as required.