I think the best example would be the simplest one. Please look into the MDLDynamicTableExample or MDLDynamicTabsExample and see how table/tabs looks like.
Thanks, Piotr 2018-02-22 22:10 GMT+01:00 Piotr Zarzycki <[email protected]>: > I did a bit more experiments. I've declared variable like that: > > [Bindable] > public var comboList:Array = RoleEnum.comboList; > > compoList was changed to get/set in JavaScript. I've placed breakpoint in > setter and it didn't raised. > > Piotr. > > > 2018-02-22 21:44 GMT+01:00 Piotr Zarzycki <[email protected]>: > >> Maybe there problem started to occur because the getter of RoleEnum is >> static [1] >> >> [1] https://goo.gl/rPkNog >> >> 2018-02-22 21:32 GMT+01:00 Piotr Zarzycki <[email protected]>: >> >>> Link with non working version [1]. Select one row and see what is in the >>> console. >>> >>> [1] https://transpiledactionscript.com/dev/examples/PureMVCE >>> mployeeAdminBasic/ >>> >>> Thanks, Piotr >>> >>> 2018-02-22 21:26 GMT+01:00 Piotr Zarzycki <[email protected]>: >>> >>>> Link is to the old version which is working. I can deploy somewhere non >>>> working version if it helps. Let me do this and I will provide you link in >>>> couple of minutes. DropDownList will be available once you click on some >>>> row in the DataGrid. >>>> >>>> >>>> >>>> 2018-02-22 21:20 GMT+01:00 Alex Harui <[email protected]>: >>>> >>>>> I may not be understanding you. In theory, nothing has changed that >>>>> should affect your code, but I did have to replace some public vars on >>>>> the >>>>> Binding classes so maybe I messed up there, although >>>>> DataBindingExample is >>>>> working. >>>>> >>>>> In this last link, which my email server has obfuscated, appears to be >>>>> your app. In the lower right is "User Roles" and a dropdownlist. For >>>>> me, >>>>> I can see in the debugger that the dropdownlist is populated but the >>>>> dropdown is disabled. So I'm not sure where else in your app the >>>>> dataprovider was not being assigned. >>>>> >>>>> Thoughts? >>>>> -Alex >>>>> >>>>> On 2/22/18, 12:08 PM, "piotrz" <[email protected]> wrote: >>>>> >>>>> >Above problems are with MDL version of this example [1], but I >>>>> compiled >>>>> >also >>>>> >Basic version where I don't use anything from MDL and have the same >>>>> >issue. >>>>> > >>>>> ><https://na01.safelinks.protection.outlook.com/?url=http%3A >>>>> %2F%2Fapache-ro >>>>> >yale-development.20373.n8.nabble.com%2Ffile%2Ft1%2Froyale_b >>>>> asic_ed.png&dat >>>>> >a=02%7C01%7Caharui%40adobe.com%7C19c9d7eb3b97431cb5fb08d57a >>>>> 3010a9%7Cfa7b1b >>>>> >5a7b34438794aed2c178decee1%7C0%7C0%7C636549269209330303&sda >>>>> ta=m1jnTWt%2BSJ >>>>> >sN1KticJzCbn%2F4N8xUutdSgSZruAYpMVs%3D&reserved=0> >>>>> > >>>>> >[1] >>>>> >https://na01.safelinks.protection.outlook.com/?url=https%3A >>>>> %2F%2Ftranspile >>>>> >dactionscript.com%2Fexamples%2FPureMVCEmployeeAdminMDL%2F&d >>>>> ata=02%7C01%7Ca >>>>> >harui%40adobe.com%7C19c9d7eb3b97431cb5fb08d57a3010a9%7Cfa7b >>>>> 1b5a7b34438794a >>>>> >ed2c178decee1%7C0%7C0%7C636549269209330303&sdata=v%2B2s1d9G >>>>> MJGSYTyqFlbh1L2 >>>>> >gPfs9jnCrMMSoDCeXCNk%3D&reserved=0 >>>>> > >>>>> >Piotr >>>>> > >>>>> > >>>>> > >>>>> >-- >>>>> >Sent from: >>>>> >https://na01.safelinks.protection.outlook.com/?url=http%3A% >>>>> 2F%2Fapache-roy >>>>> >ale-development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui% >>>>> 40adobe.com%7 >>>>> >C19c9d7eb3b97431cb5fb08d57a3010a9%7Cfa7b1b5a7b34438794aed2c >>>>> 178decee1%7C0%7 >>>>> >C0%7C636549269209330303&sdata=dJyhSipAH2oQxwYFLhv8lNAGlGoif >>>>> bl3kI5kgEZa2dU% >>>>> >3D&reserved=0 >>>>> >>>>> >>>> >>>> >>>> -- >>>> >>>> Piotr Zarzycki >>>> >>>> Patreon: *https://www.patreon.com/piotrzarzycki >>>> <https://www.patreon.com/piotrzarzycki>* >>>> >>> >>> >>> >>> -- >>> >>> Piotr Zarzycki >>> >>> Patreon: *https://www.patreon.com/piotrzarzycki >>> <https://www.patreon.com/piotrzarzycki>* >>> >> >> >> >> -- >> >> Piotr Zarzycki >> >> Patreon: *https://www.patreon.com/piotrzarzycki >> <https://www.patreon.com/piotrzarzycki>* >> > > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
