On 7/5/07, Mildiner, Melvyn <[EMAIL PROTECTED]> wrote:
>
> I'm trying to use the "showhide" feature in the middle of a list. The
> code is below but the problem is that I have
> # Step1
> # Step2
>  -Div1
>  -Div2
>  -Div3
> # Step3
>
> Regardless of what I do, Step3 always shows as 1. In other words my
> numbers go 1, 2, 1 instead of 1,2,3.
>
> Here's the code:
>
> ----------------
>
> !! Procedure
> # Power up the system.
>
> # Select the procedure for your system type: (:showhide init=hide
> div=div1 lshow='SysA' lhide='SysA':) (:showhide init=hide div=div2
> lshow='SysB' lhide='SysB':) (:showhide init=hide div=div3 lshow='SysC'
> lhide='SysC':)
>
> (:div1 id=div1 style='width:650px; border:1px solid #999; padding:5px;
> margin-left:25px; margin-bottom:10px;  background:#fed':)
> '''SysA:'''\\
> # Do x
> # Do Y
> (:div1end:)
>
> (:div2 id=div2 style='width:650px; border:1px solid #999; padding:5px;
> margin-left:25px; margin-bottom:10px;  background:#fed':)
> '''SysB:'''\\
> # Do w
> # Do z
> (:div2end:)
>
> (:div3 id=div3 style='width:650px; border:1px solid #999; padding:5px;
> margin-left:25px; margin-bottom:10px;  background:#fed':)
> '''SysC:'''\\
> # Do t
> # Do s
> (:div3end:)
>
> # Step 3
>
> ----------------
>
> Is there a way to fix the numbering of the third step?
>
> Thanks in advance,
> Melvyn
>
> __________________________________________________________________________________________
> This electronic message contains information from Verint Systems, which may 
> be privileged and confidential.
> The information is intended to be for the use of the individual(s)or entity 
> named above.
> If you are not the intended recipient, be aware that any disclosure, copying, 
> distribution or use of the contents of this information is prohibited.
> If you have received this electronic message in error, please notify us by 
> replying to this email (1).
>
>
> _______________________________________________
> pmwiki-users mailing list
> [email protected]
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>

Anyway, you're always able to force numbering with:

# %item value=3% Step 3

-- 
Dominique

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to