Форум Flasher.ru

Форум Flasher.ru (http://www.flasher.ru/forum/index.php)
-   Flex (http://www.flasher.ru/forum/forumdisplay.php?f=84)
-   -   warning: unable to bind to property 'SOME_VAR' on class 'XML' ... (http://www.flasher.ru/forum/showthread.php?t=170181)

Art_133 20.10.2011 02:29

warning: unable to bind to property 'SOME_VAR' on class 'XML' ...
 
Привет.
Как избавится от этого предупреждения?
Код:

warning: unable to bind to property 'title' on class 'XML' (class is not an IEventDispatcher)
Делаю List с каcтомным itemRenderrer.
В качестве dataProvider: XXMLListCollection:
Код:

<s:XMLListCollection id="dataProvider">
                        <fx:XMLList xmlns="">
                                <item>
                                        <title><![CDATA[Заголовок]]></title>
                                </item>
                        </fx:XMLList>
                </s:XMLListCollection>

ItemRenderrer:
Код:

<s:ItemRenderer>
    <s:Label text="{data.title}" />
</s:ItemRenderer>


alatar 20.10.2011 03:11

Код AS3:

<s:Label text="{data.item.title}" />


trng 20.10.2011 09:11

Код AS3:

<s:Label text="{XML(data).title}" />



Часовой пояс GMT +4, время: 17:48.

Copyright © 1999-2008 Flasher.ru. All rights reserved.
Работает на vBulletin®. Copyright ©2000 - 2026, Jelsoft Enterprises Ltd. Перевод: zCarot
Администрация сайта не несёт ответственности за любую предоставленную посетителями информацию. Подробнее см. Правила.