hi
i'm trying to create an editfield control by code, but it doesn't
appears on the window. i must be missing something
dim CurField as EditField
CurField = new EditField
CurField.parent = nil
//CurField.parent = window (Window1)
CurField.left= 10
CurField.top= 10
CurField.text = "blabla"
CurField.height=20
CurField.width = 60
CurField.visible = true
CurField.refresh (true)
EditFieldLst.append (CurField)
(EditFieldLst is an Editfield array store as a property of the window)
thx for any sugestions
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|