Re: [flexcoders] Re: flex 2.0.1 feedback from the trenches (BUG with test case)

2007-01-12 Thread Tom Chiverton
On Wednesday 10 January 2007 10:47, Tom Chiverton wrote: > Compile with 2.0 and all is well, both DataGrid have same columns. > Compile with 2.0.1 and you get a spare empty column because it isn't > hidden. For kicks, click the column header and watch the data appear. I can restore normal function

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-10 Thread hbwvt
--- In flexcoders@yahoogroups.com, "mthielman11" <[EMAIL PROTECTED]> wrote: You have to clear your workspace of flexbuilder stuff. The easiest test would be to just switch to a new workspace to verify that is the problem. If that works, then in your original workspace, try deleting all the com

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-10 Thread mthielman11
I did read your post and looked at the link. I am not using the standalone flex builder. I am using the eclipse plugin version. SO the files are stored in the worspace folder. Not sure then how your directions would help? I did check the properties and it is selecting the proper project f

Re: [flexcoders] Re: flex 2.0.1 feedback from the trenches (BUG !)

2007-01-10 Thread Tom Chiverton
On Tuesday 09 January 2007 22:12, bsdensmore wrote: > Are you using Remoting on this DataGrid Tom? I posted this over on the > Adobe forums and they couldn't reproduce it, but they were just > binding to XML not using Remoting. I'm wondering if it's an issue with > result sets returned from the Rem

[flexcoders] Re: flex 2.0.1 feedback from the trenches (BUG !)

2007-01-09 Thread bsdensmore
I'm glad I'm not the only one having this issue. Are you using Remoting on this DataGrid Tom? I posted this over on the Adobe forums and they couldn't reproduce it, but they were just binding to XML not using Remoting. I'm wondering if it's an issue with result sets returned from the Remoting Call

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-09 Thread creacog
--- In flexcoders@yahoogroups.com, "mthielman11" <[EMAIL PROTECTED]> wrote: > I am getting the same 1023 and 1144 errors. Using Flexbuilder plugin for > eclipse. Can NOT > build ANY of my projects. Not happy right now. This is a HUGE bug and don't > see how > something like this gets throu

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-09 Thread mthielman11
I am getting the same 1023 and 1144 errors. Using Flexbuilder plugin for eclipse. Can NOT build ANY of my projects. Not happy right now. This is a HUGE bug and don't see how something like this gets through testing. Any way to fix this yet. I have completely reinstalled eclipse and flex

Re: [flexcoders] Re: flex 2.0.1 feedback from the trenches (BUG !)

2007-01-09 Thread Tom Chiverton
> Wish the beta hadn't been run over Xmas, of I'd have found this earlier. At least, that's what I thought was going on. I've been toggling the SDK back and forth to write an email, and it *was* doing it. It was doing it with our own code earlier too. Now it isn't doing it with a simple example

Re: [flexcoders] Re: flex 2.0.1 feedback from the trenches (BUG !)

2007-01-09 Thread Tom Chiverton
On Friday 05 January 2007 21:32, bsdensmore wrote: > My datagrid has a few columns that have visible="false" but they are > still showing up. I'm seeing this. I recompile the exact same code against the 2.0 SDK and the columns have their visibility set correctly. Show stopper for us, going back

Re: [flexcoders] Re: flex 2.0.1 feedback from the trenches (BUG !)

2007-01-09 Thread Tom Chiverton
On Friday 05 January 2007 21:32, bsdensmore wrote: > My datagrid has a few columns that have visible="false" but they are > still showing up. I'm seeing this. I recompile the exact same code against the 2.0 SDK and the columns have their visibility set correctly. Show stopper for us, going back

Re: [flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-09 Thread Tom Chiverton
On Monday 08 January 2007 19:29, fuad_kamal wrote: > the update is Eclipse Project Updates, after running the installer > there's a propmt to restart, after the restart again the popup appears > for the same update - endless loop. I'm getting this with just the standalone Eclipse 3.2. -- Tom Ch

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-08 Thread fuad_kamal
I'm NOT running CF but I did have this strange error after migrating to 2.0.1: "The services configuration includes a channel-definition 'my-polling-amf' that has an endpoint with a context_root token but a context root has not been defined..." and the solution by tomlane for a similiar error for

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-08 Thread fuad_kamal
btw every time I start Flex Builder 2.0.1 (mac) it opens a popup saying "New updates are availalbe. Do you want to review and install them now?" the update is Eclipse Project Updates, after running the installer there's a propmt to restart, after the restart again the popup appears for the same up

Re: [flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-07 Thread Paul Evans
On 5 Jan 2007, at 21:05, fuad_kamal wrote: > -installed without uninstalling the beta, still worked fine, and my > flex projects were preserved although in the known issues it said they > wouldn't I suspect it is the workspace that is incompatible rather than the project files? On 5 Jan 2007, a

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-06 Thread fuad_kamal
Thanks, that path was exactly what I needed... --- In flexcoders@yahoogroups.com, "Mike Morearty" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "fuad_kamal" wrote: > > -How do I optimize memory usage for FB on the Mac? There isn't any > > FlexBuilder.ini file on my Macbook Pr

Re: [flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-05 Thread John Kirby
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?

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-05 Thread Mike Morearty
--- In flexcoders@yahoogroups.com, "fuad_kamal" <[EMAIL PROTECTED]> wrote: > -How do I optimize memory usage for FB on the Mac? There isn't any > FlexBuilder.ini file on my Macbook Pro! In the Mac version, you can find that file inside the "Flex Builder" package: /Applications/Adobe Flex Builder

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-05 Thread bsdensmore
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 thi