You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Lee Burrows <su...@leeburrows.com> on 2013/11/30 22:19:25 UTC

help with sdk update

Hi All,

I am attempting to update the sdk (to include touch enabled dropdown) 
but i'm stuck...

The new skin i have added to mobile theme isn't showing up when i build 
sdk and test it; In Flash Builder mobile project i get 2 errors:

"Definition spark.skins.mobile:DropDownListSkin could not be found." and 
"Access of undefined property DropDownListSkin in package 
spark.skins.mobile."

I have the skin in the correct package, i have added classReference 
definition in defaults.css and i also added imports to 
MobileThemeClasses and MobileThemeClassesAIR2.

Any ideas?

-- 
Lee Burrows
ActionScripter


Re: help with sdk update

Posted by Lee Burrows <su...@leeburrows.com>.
Just realised i had referenced the wrong class in MobileThemeClasses 
(doh!). It's all working now.

Thanks for the help all the same :)


On 30/11/2013 21:49, Justin Mclean wrote:
> Hi,
>
> Perhaps a silly question but I assume you have rebuilt the mobile theme project? by running ant in /frameworks/projects/mobiletheme
>
> What IDE are you using? I find that FB sometime caches the old SDK, and either restarting or switching the project SDK to another SDK then back again fixes that issue.
>
> Thanks,
> Justin
>
>


-- 
Lee Burrows
ActionScripter


Re: help with sdk update

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

Perhaps a silly question but I assume you have rebuilt the mobile theme project? by running ant in /frameworks/projects/mobiletheme

What IDE are you using? I find that FB sometime caches the old SDK, and either restarting or switching the project SDK to another SDK then back again fixes that issue.

Thanks,
Justin