Nested Multi-Select-List.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Nested Multi-Select-List.

dtrussardi@tiscali.it
> Avi Philippe wrote:
 
>                      callback: [ :r |   self creaScnCnt: html.  ]).
>
>                      callback: [ :r | self creaTrzCnt: html. )].
>
>
>Doesn't work this way. You can't use the old renderer you have to use
>the new one passed to you as a block argument.
>
>Philippe


 
 
After change the metods to use the render passed as a block element,
 
    callback: [ :r |   self creaScnCnt: r.  ]).
 
    my problem persist:
 
        "   In this case all functions but when i select the Toggle Halos link the Slave Multi-Select-List is lose. "

Is this correct operation ?
Cheers,
 
Dario

 

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside