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 functions by commenting out 'this.setStyle(left,1)' in 
the PrinatableDownloadableDatagird's _onResize() method.

Very, very odd.

-- 
Tom Chiverton
Helping to widespreadedly reintermediate best-of-breed infrastructures



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


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 Remoting Call.

I can make it happen just on a local DataProvider, with a subclass of the 
DataGrid (it just adds some icons, and works in 2.0).

I've emailed it over to the folks from Adobe who contacted me yesterday, as 
well as updated the issue in the 'bug files' forum for the beta.
Interestingly, the issue has been updated with 'Fix Build:  
Next_Approved_Build_flex_201_ja'. No idea if that means it's confirmed or 
not.

-- 
Tom Chiverton
Helping to evangelistically unleash virtual models



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[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 folder in the workspace.  

Anyone else have this issue with the eclipse plugin that has found a solution??


--- In flexcoders@yahoogroups.com, creacog [EMAIL PROTECTED] wrote:

 --- In flexcoders@yahoogroups.com, mthielman11 mthielman@ 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 through testing.  
  Any way to fix this yet.  I have completely reinstalled eclipse and 
  flexbuild and still 
have 
 the 
  issue.
 
 Have you read and followed the notes in my earlier email on this thread ?
 
 Or here...
 http://creacog.wordpress.com/2007/01/07/a-shakey-first-few-moments-
 with-201/
 
 Basically nothing wrong with 2.0.1. You just need to ensure it isn't picking 
 up the 
 workspace or project files created by the earlier version in my experience do 
 that you 
 might then be HAPPIER ;)
 
 paul
 -- 
 [ http://www.creative-cognition.co.uk/ ]
 [ http://creacog.wordpress.com/ ]





[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.adobe.flexbuilder.* folders from 
your .metadata/.plugins folder and then relaunching Eclipse to use 
that workspace. 

That should work, but let us know if it doesn't for some reason. 
-Heidi
Flex Builder Dev Manager


 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 folder in the workspace.  
 
 Anyone else have this issue with the eclipse plugin that has found 
a solution??
 
 
 --- In flexcoders@yahoogroups.com, creacog paulevans@ wrote:
 
  --- In flexcoders@yahoogroups.com, mthielman11 mthielman@ 
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 through testing.  
   Any way to fix this yet.  I have completely reinstalled 
eclipse and flexbuild and still 
 have 
  the 
   issue.
  
  Have you read and followed the notes in my earlier email on this 
thread ?
  
  Or here...
  http://creacog.wordpress.com/2007/01/07/a-shakey-first-few-
moments-
  with-201/
  
  Basically nothing wrong with 2.0.1. You just need to ensure it 
isn't picking up the 
  workspace or project files created by the earlier version in my 
experience do that you 
  might then be HAPPIER ;)
  
  paul
  -- 
  [ http://www.creative-cognition.co.uk/ ]
  [ http://creacog.wordpress.com/ ]
 





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 Chiverton
Helping to adaptively revolutionize cross-platform deliverables



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


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 to 2.0 (!).

Wish the beta hadn't been run over Xmas, of I'd have found this earlier.

-- 
Tom Chiverton
Helping to augmentatively differentiate clicks-and-mortar information



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


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 to 2.0 (!).

Wish the beta hadn't been run over Xmas, of I'd have found this earlier.

-- 
Tom Chiverton
Helping to augmentatively differentiate clicks-and-mortar information



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


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.
Or our code.

-- 
Tom Chiverton
Helping to augmentatively differentiate clicks-and-mortar information



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[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 flexbuild 
and still have the 
issue.



[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 through testing.  
 Any way to fix this yet.  I have completely reinstalled eclipse and flexbuild 
 and still have 
the 
 issue.

Have you read and followed the notes in my earlier email on this thread ?

Or here...
http://creacog.wordpress.com/2007/01/07/a-shakey-first-few-moments-
with-201/

Basically nothing wrong with 2.0.1. You just need to ensure it isn't picking up 
the 
workspace or project files created by the earlier version in my experience do 
that you 
might then be HAPPIER ;)

paul
-- 
[ http://www.creative-cognition.co.uk/ ]
[ http://creacog.wordpress.com/ ]



[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.

Ben

--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Friday 05 January: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 to 2.0 (!).
 
 Wish the beta hadn't been run over Xmas, of I'd have found this earlier.
 
 -- 
 Tom Chiverton
 Helping to augmentatively differentiate clicks-and-mortar information
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on.
 
 For more information about Halliwells LLP visit www.halliwells.com.





[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 update - endless loop.

--- In flexcoders@yahoogroups.com, Paul Evans [EMAIL PROTECTED] wrote:

 
 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, at 22:01, John Kirby wrote:
  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.
 
 I had this one - even if creating a new Flex Application with just  
 the Application tag. Basically it was because Flex 2.0.1 is picking  
 up the Flex 2 Beta workspace which is incompatible.
 
 The way I solved it was to rename the existing Flex Builder 2  
 folder to Flex Builder 2 Beta to accurately reflect the builder  
 that created it. On the Mac:
 
 /Users/username/Documents/Flex Builder 2
 
 becomes
 
 /Users/username/Documents/Flex Builder 2 Beta
 
 (Note: for Flex Builder 2 Beta to pick up it's workspace again, you  
 need to choose FileSwitch workspace... from the menu. Not that  
 you'll want to go back to the beta, once you have 2.0.1 running  
 properly.)
 
 Then when launching the 2.0.1 version, the Flex Builder 2 folder  
 will be re-created but this time containing a 2.0.1 compatible  
 workspace. You can then start creating projects, porting your old  
 source files as you see fit.
 
 hth
 
 
 Paul
 -- 
 [ http://www.creative-cognition.co.uk/ ]
 [ http://creacog.wordpress.com/ ]





[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 CF users resolved
that,

http://weblogs.macromedia.com/flexteam/archives/2007/01/migrating_to_20.cfm

so that now I'm also able to see the incompatible override errors. 
Now I understand what's meant by 'incompatible workspace'...need to
re-create the projects in the workspace from scratch...after removing
the below mentioned Flex Builder 2 folder from the Documents folder.

--- In flexcoders@yahoogroups.com, Paul Evans [EMAIL PROTECTED] wrote:

 
 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, at 22:01, John Kirby wrote:
  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.
 
 I had this one - even if creating a new Flex Application with just  
 the Application tag. Basically it was because Flex 2.0.1 is picking  
 up the Flex 2 Beta workspace which is incompatible.
 
 The way I solved it was to rename the existing Flex Builder 2  
 folder to Flex Builder 2 Beta to accurately reflect the builder  
 that created it. On the Mac:
 
 /Users/username/Documents/Flex Builder 2
 
 becomes
 
 /Users/username/Documents/Flex Builder 2 Beta
 
 (Note: for Flex Builder 2 Beta to pick up it's workspace again, you  
 need to choose FileSwitch workspace... from the menu. Not that  
 you'll want to go back to the beta, once you have 2.0.1 running  
 properly.)
 
 Then when launching the 2.0.1 version, the Flex Builder 2 folder  
 will be re-created but this time containing a 2.0.1 compatible  
 workspace. You can then start creating projects, porting your old  
 source files as you see fit.
 
 hth
 
 
 Paul
 -- 
 [ http://www.creative-cognition.co.uk/ ]
 [ http://creacog.wordpress.com/ ]





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, at 22:01, John Kirby wrote:
 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.

I had this one - even if creating a new Flex Application with just  
the Application tag. Basically it was because Flex 2.0.1 is picking  
up the Flex 2 Beta workspace which is incompatible.

The way I solved it was to rename the existing Flex Builder 2  
folder to Flex Builder 2 Beta to accurately reflect the builder  
that created it. On the Mac:

/Users/username/Documents/Flex Builder 2

becomes

/Users/username/Documents/Flex Builder 2 Beta

(Note: for Flex Builder 2 Beta to pick up it's workspace again, you  
need to choose FileSwitch workspace... from the menu. Not that  
you'll want to go back to the beta, once you have 2.0.1 running  
properly.)

Then when launching the 2.0.1 version, the Flex Builder 2 folder  
will be re-created but this time containing a 2.0.1 compatible  
workspace. You can then start creating projects, porting your old  
source files as you see fit.

hth


Paul
-- 
[ http://www.creative-cognition.co.uk/ ]
[ http://creacog.wordpress.com/ ]



[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 flexCoders@ 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 2/Flex
 Builder.app/Contents/MacOS/FlexBuilder.ini





[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 this?

Ben

--- In flexcoders@yahoogroups.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!





[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 2/Flex
Builder.app/Contents/MacOS/FlexBuilder.ini




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?  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