On 30-May-05, at 12:36 PM, Eirik Karlsen wrote:
In a rectangle's OpenEvent I'm trying to clone it using this code:
'*********
dim asd as new rectangle
asd.top=20
asd.left=120
asd.width=10
asd.height=10
asd.fillcolor=RGB(23,23,23)
asd.visible=true
asd.enabled=true
'*********
despite all this it still doesn't show...why?
Are you trying to create a clone of an existing Rectangle Control or
create one by itself? You can't do the latter.
Terry
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|