Making a vertically scrolling zEditBox

Article ID: 887
Last updated: 05 Feb, 2008
Article ID: 887
Last updated: 05 Feb, 2008
Revision: 1
Views: 2561
Posted: 04 Nov, 1997
by Dean J.
Updated: 05 Feb, 2008
by Dean J.
Problem


How do I create a zEditBox that scrolls down after pressing return?


Cause


A standard zEditBox will not allow a user to press return and scroll past the vertical dimension of the zEditBox when entering text.


Action


In Object Factory,

  1. Add the Edit tool from the Tool Palette.
  2. Double click the Edit tool and go to the Object Manager.
  3. Click the box on the Style line.
  4. Change Type to zEditBox.
  5. Deselect the Auto HScroll and select the VScrollbar checkboxes.
  6. Click OK.
  7. Generate the code.
This article was:   Helpful | Not helpful
Report an issue
Article ID: 887
Last updated: 05 Feb, 2008
Revision: 1
Views: 2561
Posted: 04 Nov, 1997 by Dean J.
Updated: 05 Feb, 2008 by Dean J.

Others in this category