AW: [FLEXJS] No more SDK download

2015-04-26 Thread Christofer Dutz
Hi Alex, So I guess it would be best for me to experiment with FlexJS on Flexmojos instead of writing documentation for now. Would be cool, if there were some minor issues that could be sorted out, if we could fix them before releasing the 0.1.0 Chris

Re: [FLEXJS] No more SDK download

2015-04-26 Thread Carlos Rovira
Great! Hope to try it as I get some time. Thanks Alex! Carlos 2015-04-26 11:52 GMT+02:00 Christofer Dutz : > Hi Alex, > > So I guess it would be best for me to experiment with FlexJS on Flexmojos > instead of writing documentation for now. Would be cool, if there were some > minor issues that cou

AW: [FLEXJS] No more SDK download

2015-04-26 Thread Christofer Dutz
Well ... I'll definitely write a how-to about it and add an example project to the examples ... if it actually works :-) Chris Von: carlos.rov...@gmail.com im Auftrag von Carlos Rovira Gesendet: Sonntag, 26. April 2015 17:53 An: dev@flex.apache.org Bet

Custom ToggleSwitch in code

2015-04-26 Thread WelshAndy
Hi, Is it possible to add custom labels to a ToggleSwitch in a mobile project using AS3 rather than MXML? I need to add custom labels & add via AS3. Im using Flex 4.14 & FB4.7. Ive created the external package (using the usual MyToggleSwitch sample out there) and that works just fine when calling

Re: Custom ToggleSwitch in code

2015-04-26 Thread OmPrakash Muppirala
On Apr 26, 2015 5:27 PM, "WelshAndy" wrote: > > Hi, > Is it possible to add custom labels to a ToggleSwitch in a mobile project > using AS3 rather than MXML? I need to add custom labels & add via AS3. Im > using Flex 4.14 & FB4.7. > Ive created the external package (using the usual MyToggleSwitch

Re: Custom ToggleSwitch in code

2015-04-26 Thread WelshAndy
Thanks Om. Yes, that was the source of the code I mentioned. Problem comes when I try and call it using AS3. In MXML, it works as expected by adding a ToggleSwitch component and then adding a skinclass = skins.togYesNo. But when I add it using AS3 (which I need to do, because the rest of the page

Re: Custom ToggleSwitch in code

2015-04-26 Thread OmPrakash Muppirala
On Sun, Apr 26, 2015 at 10:58 PM, WelshAndy wrote: > Thanks Om. Yes, that was the source of the code I mentioned. Problem comes > when I try and call it using AS3. In MXML, it works as expected by adding a > ToggleSwitch component and then adding a skinclass = skins.togYesNo. > But when I add it