Thanks Alex,

I test your code and is running :)

About order you mention, so order matters, ok, but I think that's could be
s problem since people will get confuse since beads are pieces of code like
config and is strange need to declare a bead  before other.

...I use the order in CSS, but you say that order is not right?

And where we could know the order pattern? is documented in some place?





2016-11-25 9:39 GMT+01:00 Alex Harui <aha...@adobe.com>:

> Looks like there were a few places where the beads should have checked the
> strand before the CSS.
>
> It turns out you can't just use the order of beads in the CSS.  You have
> to know the pattern.  That's why it use the term "beads" and "strand": the
> order matters.  Also, StringItemRenderer isn't a bead.
>
> This worked for me with the two changes I just pushed:
>
> <ui:ListBase>
>             <ui:beads>
>             <models:ArraySelectionModel dataProvider="['foo', 'bar']"/>
>             <models:ViewportModel/>
>             <support:DataGroup/>
>             <support:ScrollingViewport/>
>             <beads:ListView/>
>             <controllers:ListSingleSelectionMouseController/>
>             <layout:VerticalLayout/>
>             <ui:ItemRendererClassFactory>
>               <ui:itemRendererFactory>
>                 <fx:Component>
>                             <support:StringItemRenderer/>
>                         </fx:Component>
>               </ui:itemRendererFactory>
>             </ui:ItemRendererClassFactory>
>             <beads:TextItemRendererFactoryForArrayData/>
>             </ui:beads>
>           </ui:ListBase>
>
>
>
> I'm out of time for tonight.  Will try to catch up tomorrow.
>
> -Alex
>
>


-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.

Reply via email to