Re: Rendering components in MX DataGrid

2014-02-12 Thread Oleg Konovalov
I meant I can not use Spark DataGrid, only Flex3 DG or ADG for consistency. But I use some Flex4 components (DropDownList, etc). So is it possible to put DDL inside Flex3 DataGrid? And is it legitimate to expect to see that DDL or ComboBox on the screen (even not populated) if myDG.dataProvider i

RE: Rendering components in MX DataGrid

2014-02-09 Thread Michael A. Labriola
>>That pattern works for mx components in MX DataGrid, but Spark components do >>not "drop-in" as item renderers. >Oleg says he is using mx components only. >"(we use Flex3 MX and datagrids/ADGs throughout that app, so switching to >Flex4 DGs/ADGs is not an option)." "Now I am able to render C

RE: Rendering components in MX DataGrid

2014-02-07 Thread Maurice Amsellem
ot; Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : vendredi 7 février 2014 18:14 À : dev@flex.apache.org Objet : Re: Rendering components in MX DataGrid That pattern works for mx components in MX DataGrid, but Spark components do not "drop-in"

Re: Rendering components in MX DataGrid

2014-02-07 Thread Alex Harui
;Maurice > >-Message d'origine- >De : Oleg Konovalov [mailto:oleg...@gmail.com] >Envoyé : vendredi 7 février 2014 13:34 >À : dev@flex.apache.org >Objet : Re: Rendering components in MX DataGrid > >Hi, > > > >Now I am able to render CheckBox and Button

RE: Rendering components in MX DataGrid

2014-02-07 Thread Maurice Amsellem
f them. In order to have your itemrenderer used, you have > to provide your data Container with at least one element to make it > actually Display anything. > > Chris > > Von: Oleg Konovalov > Gesendet: Dienstag, 4. Februar 2014 1

Re: Rendering components in MX DataGrid

2014-02-07 Thread Oleg Konovalov
erer used, you > have to provide your data Container with at least one element to make it > actually Display anything. > > Chris > > Von: Oleg Konovalov > Gesendet: Dienstag, 4. Februar 2014 13:49 > An: flex-...@apache.org > Bet

AW: Rendering components in MX DataGrid

2014-02-04 Thread Christofer Dutz
ovide your data Container with at least one element to make it actually Display anything. Chris Von: Oleg Konovalov Gesendet: Dienstag, 4. Februar 2014 13:49 An: flex-...@apache.org Betreff: Rendering components in MX DataGrid Hi, I have tried to add

Re: Rendering components in MX DataGrid

2014-02-04 Thread Samuel Facchinello
Hi. Try this: Att, Samuel Facchinello http://desenvolvendoemflex.blogspot.com Joinville - SC 2014-02-04 Oleg Konovalov : > Hi, > > > > I have tried to add Spark Dropdown, MX Checkbox and a Button in MX DataGrid > > (as FX Component in itemRenderer). Neither of them had an

Rendering components in MX DataGrid

2014-02-04 Thread Oleg Konovalov
Hi, I have tried to add Spark Dropdown, MX Checkbox and a Button in MX DataGrid (as FX Component in itemRenderer). Neither of them had any data, I just needed to see them displayed, but none of them displayed. Why? Each of them displayed fine outside of DataGrid Am I missing something? Us