InterviewSolution
| 1. |
What Is A Canvas-view? |
|
Answer» A canvas-view is the background OBJECT on which you LAYOUT the interface items (text-items, check BOXES, radio groups, and so on.) and boilerplate objects that operators see and interact with as they run your form. At run-time, operators can see only those items that have been ASSIGNED to a specific canvas. Each canvas, in term, must be displayed in a specific WINDOW. A canvas-view is the background object on which you layout the interface items (text-items, check boxes, radio groups, and so on.) and boilerplate objects that operators see and interact with as they run your form. At run-time, operators can see only those items that have been assigned to a specific canvas. Each canvas, in term, must be displayed in a specific window. |
|