Hi Alex, just going through the mails, great info here Thanks.

But I'm trying your example and can't make it work

This: <js:UIBase>
  <js:beads>
    <js:ArraySelectionModel dataProvider="['foo', 'bar']" />
    <js:ListView />
    <js:SingleSelectionController />
    <js:ItemRendererFactoryForArrayData />
  </js:beads>
</js:UIBase>

results in:  
/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/MainNavigation.mxml(113):
col: 13 Error: This tag is unexpected. It will be ignored.
            <js:UIBase>
            ^


More over, If I put only <jsUIBase/>

it fails the same way


Regarding DataGroup, If I try to instantiate <js:DataGroup/> it fails in
the same way like UIBase

If I try to extend it (mdl List extends DataGroup) I can't use
dataProvider,...so DataGroup by itself is a useless component, I think is
not like the one in old flex sdk, it needs more things (but don't know the
basic requerimients)




2016-11-23 22:52 GMT+01:00 Alex Harui <aha...@adobe.com>:

>
>
> On 11/23/16, 1:09 PM, "yishayw" <yishayj...@hotmail.com> wrote:
>
> >Alex,
> >
> >If you read my post carefully you'll see I'm suggesting to separate some
> >concerns that are now baked into List. Currently there's selection and
> >data
> >rendering baked into List. That's the reason Carlos couldn't just use List
> >as is or even extend it. I'm suggesting that List (renamed to DataGroup)
> >only deal with data rendering.
> >
>
> List is a top-level component.  It is supposed to bake in some things.
>
> I guess I don't quite get what changes you are proposing.  What's wrong
> with the current DataGroup?  Why does Carlos need to extend List/ListBase?
>
> -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