Thanks. It's a straight .as file. Happy I'm not crazy.
It's opensource code and for this particular implementation binding is not necessary - I want to always explicitly set the value of properties. So I just removed the [Bindable]. If it's a problem in other projects, I will try uninstalling/reinstalling thanks. On Fri, Feb 20, 2009 at 3:34 PM, AppDeveloper <[email protected]>wrote: > Another idea is to bring out the large rubber mallet or uninstalled > everything and reinstalled Flex Builder 3.x. Sometimes fixes issues > like this, however you will not have an answer as to why this issue cropped > up in the first place. > > P > > > On Fri, Feb 20, 2009 at 1:48 PM, John Waggener <[email protected]>wrote: > >> Hi all, >> >> I have this code: >> >> [Bindable] >> public function set url(value:String) :void { >> _url = value; >> if ( autoLoad ) load(); >> } >> public function get url():String { >> return _url; >> } >> >> and I'm getting this error: >> >> definition mx.binding:BindManager could not be found. >> >> I don't why I'm receiving this error. Why can't the classes be found? >> The SDK is included. Any suggestions are appreciated. >> >> -- >> Johnny Waggener >> Software Developer >> Multicast Media >> 678-592-2650 >> > > -- Johnny Waggener Software Developer Multicast Media 678-592-2650
