Re: [flexcoders] Flex Builder 3 Gotcha

2007-11-27 Thread Tom Chiverton
On Tuesday 27 Nov 2007, Tim Ashworth wrote:
 that EVEN IF FLEX BUILDER IS CLOSED if you overwrite a file that was open

Does doing a refresh of the project not work, or even turning on the 'refresh 
automatically' preference ?

-- 
Tom Chiverton
Helping to synergistically integrate B2C solutions
on: http://thefalken.livejournal.com



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 
Solicitors Regulation Authority.

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

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] Flex Builder 3 Gotcha

2007-11-27 Thread Muzak
Use SVN to keep projects in synch.

- Original Message - 
From: Tim Ashworth [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, November 27, 2007 11:38 AM
Subject: [flexcoders] Flex Builder 3 Gotcha


 Hi all,
 
 I'm sure that people are aware of this, but it's done my head in for the
 last few days.  Basically I've been working on two machines, my office
 machine and my laptop developing the same app.  What has been happening is
 that as I copy files back and forth Flex Builder loses code hints and
 colouring within Script tags.  After some messing around I've discovered
 that EVEN IF FLEX BUILDER IS CLOSED if you overwrite a file that was open in
 the workspace this bug occurs.  I guess it's something to do with the way
 the workspace configuration is saved.  The workaround I've found is to close
 all the files in Flex Builder.  Close Flex Builder, overwrite the files
 again.  Once you've done this, re-open Flex Builder, open the affected file
 and - yay - code hints and colouring are back.
 
 Probably not such a biggie for all you flex gurus, but working this out has
 helped me a lot.
 
 Tim



--
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] Flex Builder 3 Gotcha

2007-11-27 Thread Jim Hayes
Even then I've still found the loss of autocomplete/colouring to occur
sometimes. I've not yet managed to work out the circumstances that cause
it (for me, at least), mainly since it only happens once in a while and
I can life with it.
Funnily enough, for me it can happen with a file that opened up fine,
for some reason that eludes me.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Muzak
Sent: 27 November 2007 14:34
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder 3 Gotcha

Use SVN to keep projects in synch.

- Original Message - 
From: Tim Ashworth [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, November 27, 2007 11:38 AM
Subject: [flexcoders] Flex Builder 3 Gotcha


 Hi all,
 
 I'm sure that people are aware of this, but it's done my head in for
the
 last few days.  Basically I've been working on two machines, my office
 machine and my laptop developing the same app.  What has been
happening is
 that as I copy files back and forth Flex Builder loses code hints and
 colouring within Script tags.  After some messing around I've
discovered
 that EVEN IF FLEX BUILDER IS CLOSED if you overwrite a file that was
open in
 the workspace this bug occurs.  I guess it's something to do with the
way
 the workspace configuration is saved.  The workaround I've found is to
close
 all the files in Flex Builder.  Close Flex Builder, overwrite the
files
 again.  Once you've done this, re-open Flex Builder, open the affected
file
 and - yay - code hints and colouring are back.
 
 Probably not such a biggie for all you flex gurus, but working this
out has
 helped me a lot.
 
 Tim



--

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




__
This communication is from Primal Pictures Ltd., a company registered in 
England and Wales with registration No. 02622298 and registered office: 4th 
Floor, Tennyson House, 159-165 Great Portland Street, London, W1W 5PA, UK. VAT 
registration No. 648874577.

This e-mail is confidential and may be privileged. It may be read, copied and 
used only by the intended recipient. If you have received it in error, please 
contact the sender immediately by return e-mail or by telephoning +44(0)20 7637 
1010. Please then delete the e-mail and do not disclose its contents to any 
person.
This email has been scanned for Primal Pictures by the MessageLabs Email 
Security System.
__


RE: [flexcoders] Flex Builder 3 Gotcha

2007-11-27 Thread Tim Ashworth
Does doing a refresh of the project not work, or even turning on the
'refresh automatically' preference ? 

Didn't for me unfortunately...

Use SVN to keep projects in synch.

You're absolutely right!  (Haven't set it up yet...) *own stupid fault*