gettingstarted
[Top] [All Lists]

Cloning a rectangle...

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Cloning a rectangle...
From: Eirik Karlsen <eikarlse at online dot no>
Date: Mon, 30 May 2005 21:36:10 +0200
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <514ab7118da37c26469e68abed65b79a at athenet dot net> <429A5208 dot D231BA0E at online dot no> <00ad78f3408ff9afb11c21e061092995 at athenet dot net> <429B6109 dot 48F69D9C at online dot no> <394e79d7e275f98264d7b0f79fd19b87 at desuetude dot com>
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?


--
*******************************************
VISIT MY HOME PAGE:
<http://home.online.no/~eikarlse/index.htm>
LAST UPDATED: 23/08/2003
*******************************************
Regards
Eirik Karlsen

_______________________________________________
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>

<Prev in Thread] Current Thread [Next in Thread>