gettingstarted
[Top] [All Lists]

Re: how to view a editfield builded with code ?

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: how to view a editfield builded with code ?
From: "Joseph J. Strout" <joe at realsoftware dot com>
Date: Mon, 30 Aug 2004 17:01:48 -0500
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <4C18997E-FAC3-11D8-AB3D-000D93AE31E6 at mac dot com> <a05300b00bd5945a334f6 at [10 dot 10 dot 13 dot 3]> <6AA112AC-FACE-11D8-AB3D-000D93AE31E6 at mac dot com>
At 11:49 PM +0200 8/30/04, dazz wrote:

ok thx, that what i will do :)
i know how to create control arrays but how do you "clone" one

If your control array is named WhizzyButtons, then you do:

  Dim butn As PushButton  // (or whatever)
  butn = New WhizzyButtons
  butn.left = 100 // or whatever...

i can have one editfield and clone it as much as want and change properties on each of them ?

Yep.

Best,
- Joe

--
,------------------------------------------------------------------.
|    Joseph J. Strout           REAL Software, Inc.                |
|    joe at realsoftware dot com       http://www.realsoftware.com        |
`------------------------------------------------------------------'
_______________________________________________
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>

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