Not very clear messages in debugging when taking a 2.0 project and
recompiling with 2.0.1. I have two types of errors:
1023: Incompatible override.
This maps to and import statement:
import com.iml.weatherflex.Forecast;
I assume it is catching the "tighter" types passed via a function? It
would be nice to tell me what method?
1144: Interface method create in namespace mx.core:IFlexModuleFactory is
implemented with an incompatible signature in class
_weathercharts_mx_managers_SystemManager.
This maps to the style below
<mx:Style>
.barometerGauge {frameSkin:
Embed(source="/images/gauges/red-barometric_gauge.png");}
</mx:Style>
Not sure on the relationship between this error and a style definition?
Also it would be nice if the current version (2.0.1) was included in the
download file names so you now what version your are installing before
you start?
bsdensmore said the following:
I just upgraded my windows version to 2.0.1. All went well but there
is one very odd issue.
My datagrid has a few columns that have visible="false" but they are
still showing up. And a few of my fields that I have set
editable="false" are allowing me to go into and edit.
Anyone else run into this?
Ben
--- In flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com>, "fuad_kamal" <[EMAIL PROTECTED]>
wrote:
>
> Today I switched from the Mac beta to the 2.0.1 release version of
> Flex Builder, here's my initial feedback, be glad to see others':
>
> -installed without uninstalling the beta, still worked fine, and my
> flex projects were preserved although in the known issues it said they
> wouldn't
>
> -typing '//' in the code editor doesn't crash FB like it did in the
> Beta. Yay!!!!
>
> -Is flash type turned on by default as it is in Flash 8? Otherwise
> how do we implement it?
>
> -The launch application link in the Flex Store example is gone...I
> assume b/c they're still getting it ready, right guys?
>
> -My hibernate started throwing exceptions when I started tomcat,
> particularly that the port was already in use...I already had FB open.
> This was right after the install. I rebooted, started my tomcat
> first, and then FB, and there were no problems. Oops...noticed later
> that FDS has been updated, too. Guess I should replace the WAR files
> in WebApps...
>
> -How do I optimize memory usage for FB on the Mac? There isn't any
> FlexBuilder.ini file on my Macbook Pro!
>
> thanks Flex team for a great product!
>
--
/Whether you think that you can, or that you can't, you are usually right./
- Henry Ford