Hi Steffi,
On 4/23/14 6:42 AM, "Steffi" <s...@interactive-pioneers.de> wrote: >Hi Erik, > > >Swcs: >the FlexJS SDK contains several swcs. For the test project I use the >following swcs: > > playerglobal.swc > Halo.swc > FlexJSJX.swc > FlexJSUI.swc > MXMLCClasses.swc > Halo.swc should not be use by FlexJS applications, but may be needed to keep the compiler from complaining. If you can build without it, then it is best to leave it out. >Do you think this could be the default set for any FlexJS project. >At FDT we plan to add a new project type for FlexJS projects. >Any project type contains a default set of swcs. That sounds great to me. > >Debugging: >This problem occured during debugging of the SWF generated with FlexJS: >The UI radio buttons (<basic:RadioButton>) are not clickable. >They ignore any mouse interaction. >Is there something missing in the DataBindingTest example? There is a bug in radio button/checkbox that clicking on the actual graphic does not work, but clicking on its label should work. Let us know if clicking on the label does not work. Thanks, -Alex