[jira] [Resolved] (FLEX-20609) TileList RTE when unexpected key pressed

2013-05-09 Thread Justin Mclean (JIRA)
previous version of the SDK. > TileList RTE when unexpected key pressed > > > Key: FLEX-20609 > URL: https://issues.apache.org/jira/browse/FLEX-20609 > Project: Apache Flex >

Re: TileList

2013-04-02 Thread Scott Talsma
e onscreen (or even rendered yet), which will require scrolling the TileList (vertically/horizontally) to that item. On Tue, Apr 2, 2013 at 8:27 AM, Marcio Fermino wrote: > Friends, anyone know any way for me to find an item in the TileList? > > > > example: > > > http:

Re: TileList

2013-04-02 Thread Andrew Wetmore
in the TileList? > > > > example: > > > http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/ > > > > > > By clicking a button I select the item DreamWeaver for example? > > > Thank you; --

TileList

2013-04-02 Thread Marcio Fermino
Friends, anyone know any way for me to find an item in the TileList? example: http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/ By clicking a button I select the item DreamWeaver for example? Thank you;

Re: Help Error TileList

2013-03-18 Thread Alex Harui
Hi Marcio, Do not set the name="CustomItemRenderer". The list classes need to autogenerate a name in order to track different renderer instances. -Alex On 3/18/13 9:13 AM, "Marcio Fermino" wrote: > same problem > > the code > > > http://ns.adobe.com/mxml/2009"; > xmlns:s="library://ns.a

Re: Help Error TileList

2013-03-18 Thread Marcio Fermino
Friend, thank you. I resolved The error is implementation http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.a

Re: Help Error TileList

2013-03-18 Thread Marcio Fermino
same problem the code http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" width="686" height="494" creationComplete="titlewindow1_creationCompleteHandler(event)">

Re: Help Error TileList

2013-03-18 Thread manish sharma
try creationPolicy = "All" or send me source code.I will debug Thanks & Regards* **?* *MANISH SHARMA* On Mon, Mar 18, 2013 at 9:20 PM, Marcio Fermino wrote: > Amigos estou implementando uma galeria de imagens. > > As imagens estao vindo corretamente, mas quando tento rolar para ver mais > ima

Re: Imagem TileList

2013-03-16 Thread João Fernandes
Se o que é retornado é uma lista de strings com o path para o caminho então deverás usar Caso o caminho seja só parcial (ex: só o nome da imagem), então deverá ser 2013/3/16 Marcio Fermino > na verdade as imagens estao dentro do projeto em uma pasta chamada > "IMAGEM", > e nome das imagen

Re: Imagem TileList

2013-03-16 Thread Marcio Fermino
na verdade as imagens estao dentro do projeto em uma pasta chamada "IMAGEM", e nome das imagens estao em uma base mysql entao seria algo com se apontasse assim image source="/caminho/imagem1.png" /caminho/imagem1.png --> isso esta no banco nao consigo mostrar forma alguma. OBS.; Recebo Arra

Re: Imagem TileList

2013-03-16 Thread João Fernandes
Marcio, are your elements of XML type? 2013/3/16 Marcio Fermino > o que esta errado ? em meu código > Eu preciso mostrar imagens > Elas estão dentro da aplicação com uma pasta chamada "../caminho/myimage," > > > Mas não ficam visiveis > o que devo colocar aqui > > > >

Imagem TileList

2013-03-16 Thread Marcio Fermino
o que esta errado ? em meu código Eu preciso mostrar imagens Elas estão dentro da aplicação com uma pasta chamada "../caminho/myimage," Mas não ficam visiveis o que devo colocar aqui http://www.adobe.com/2006/mxml"; horizontalAlign="center" verticalAlign="mid