I’m sure it’s probably something simple but attached is the code in question… other components are running into the same problem (DataSpinner would be another).
<?xml version="1.0" encoding="utf-8"?> <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"> <s:Panel> <s:ActionBar width="100%" title="Title"> <s:actionContent> <s:Button label="Search"/> </s:actionContent> <s:navigationContent> <s:Button label="Home"/> </s:navigationContent> </s:ActionBar> </s:Panel> </s:WindowedApplication> On Jul 8, 2014, at 8:25 AM, Angelo Lazzari <[email protected]> wrote: > can you send us the entire mxml view code? > > thanks > >> El Jul 8, 2014, a las 3:05 PM, Trevor Holman <[email protected]> >> escribió: >> >> I’m getting an error message (in FlashBuilder) that it could not resolved to >> a component implementation (in this case <s:ActionBar>). I’ve believe I’ve >> updated the AIRsdk as well as the current flex sdk correctly. >> >> Trevor
