Re-2: create field on specific positoin
runrev260805 at m-r-d.de
runrev260805 at m-r-d.de
Wed Jun 20 04:18:45 EDT 2007
Hi Ian,
thanks. Hadn´t time yesterday to test, but i will test it today in the afternoon.
Best regards,
Matthias
-------- Original Message --------
Subject: Re: create field on specific positoin (19-Jun-2007 9:19)
From: Ian McKnight <iangmcknight at googlemail.com>
To: runrev260805 at m-r-d.de
> Oops. Pressed send too early
>
> On 19/06/07, Ian McKnight <iangmcknight at googlemail.com> wrote:
> > Hi Matthias
> >
> > You could try the the following
> >
>
> > put the number of lines in myTextFile into tNumberOfLines
> > put 20 into theDistanceBetweenLines -- this value is determined by the
> > height of your field and the distance you want between them
> >
> > Repeat with theNextLine = 1 to tNumberOfLines
> >
> > clone group "myhiddengroup"
> > set the name of the last group to "Line"&theNextLine -- rename your
> > group eg Line 7 or Line 3?
> > set the loc of the last group to tXord, tYord +
> > thedistancebetweenLines -- put it into position you will need to
> > -- ungroup -- insert this command if you want the fields separated
>
> show group "Line"&theNextLine -- forgot about this
>
> > repeat with theNextField = 1 to 3
> > set the name of field "X_"&theNextField to theNextLine"&"_&"1" --
> > renames X_1 to theLineNumber_1
> > end repeat
> > end repeat
>
>
>
> --
> Regards
>
> Ian
>
> =======================
> Ian McKnight
>
> iangmcknight at googlemail.com
> =======================
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
>
>
> To: use-revolution at lists.runrev.com
More information about the use-livecode
mailing list