Archive for October 4th, 2013

Text entry fields, Objects and listboxes

Creation and representation of objects on screen
Use case:

Text entry in TextBox field
Validation of entry
Creation of object from entry
Creation of item list that represents object

The objects themselves are stored in an array of objects: hArrObjcets AS NEW Object[]
The presentation happens with the name as string sName in a listbox lsbxObjects
Text entry

Jump to text box if appropiate; […]