My bad.
Disregard my two latest mailings.
made 2 mistakes.

I should have used the

          put last item of varname - x into last item of varname

and secondly, I should have traced the script in the latest version of the engine instead of a previous one.

but both
 put last item of varname - x into last item of varname
or
subtract  x from item -1 of varname

are not doing what they should do in the script of the refresh handler in the latest engine version.

Sorry,

WA


Re: Solution: Display of groups in Control Browser

Wilhelm Sanke
Mon, 29 Nov 2004 08:57:16 -0800
On Fri, 26 Nov 2004, WA (Wouter) wrote:



Hi WA,


I was out of office and home for three days.

Now tried your workaround for the "subtract from last item" problem with engine 2.6.2A2 (the latest one) on WindowsXP.

Using my test stack with 3 groups - the first two groups containing 2 controls each, the third group is a nested one with 4 controls altogether - the result is that from each group the last control is left totally un-indented.

So your workaround - at least with my stack - seems to be only an approximation of a solution. Maybe there is indeed an additional problem with "subtract from".

My "new indenting routine" - see my post of Nov 26 - sidesteps both a possible "number of layers" or "subtract" problem, as it does not use these parameters and makes use of the "long ID" property instead - that lists all owners of a control.


Regards,


Wilhelm Sanke

Hi Wilhelm,

I didn't see your reply before sending the one line solution.
I didn't notice the fault before.
But the more logical :
                       put last item of varname - x into varname
 seems to remedy the problem.

Greetings,
WA


_______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to