Re: [flexcoders] Re: Flex Builder 3 Pro project preferences bug

2010-01-06 Thread Joel Stransky
Bingo! That was it!
The applications node must have an entry.

*Wrong*
applications/

*Right*
applications
  application path=MyApp.mxml /
/applications

Thanks a ton. That was driving me nuts.

On Wed, Jan 6, 2010 at 8:41 AM, valdhor valdhorli...@embarqmail.com wrote:



 Have you tried deleting the .project and .actionScriptProperties files in
 the project folder? How about the .settings folder?

 The compiler settings are saved to the .actionScriptProperties file. It is
 an XML file so you can try opening it in your favorite text editor. Check to
 see if the XML is valid. Make sure that when you save it the OS or the app
 has not added a hidden extension (eg. like .txt) to the file name.


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Joel
 Stransky stranskydes...@... wrote:
 
  I'm having the strangest issue with Flex Builder project properties.
  If I right click on a project and choose properties, every section allows
 me
  to make changes except for Flex Compiler. When I choose that section, the
  'Apply' and 'OK' buttons dim out. Even if I don't change anything,
 choosing
  another section pops up an error box entitled Could Not Accept Changes
  with the message, The Currently displayed page contains invalid values
 
  I've tried uninstalling/reinstalling Flex Builder 3 both with and without
  removal of the settings file. I tried repairing permissions in Disk
 Utility
  but nothing works.
 
  Has anyone seen anything like this?
 
  specs:
  Mac OS X 10.6.2
  Flex Builder 3 Professional [stand alone] (build 3.0.2.214193)
 
  --
  --Joel Stransky
  stranskydesign.com
 

  




-- 
--Joel Stransky
stranskydesign.com


Re: [flexcoders] Re: Flex Builder vs Embedded Fonts - Partially solved

2009-08-06 Thread Warren
I made an error in my original post.  I meant to say the compiler went nuts.  
Both Builder and the compiled swf are wrong.  It's way more than a 1 pixel 
shift.  The right side radio button is unchanged (height works out to 23), the 
left side radio button I set the height to 15.  Both the radio buttons are set 
to exactly the same y coordinate





  - Original Message - 
  From: ag_rcuren 
  To: flexcoders@yahoogroups.com 
  Sent: Thursday, August 06, 2009 8:40 AM
  Subject: [flexcoders] Re: Flex Builder vs Embedded Fonts - Partially solved


There is a know bug in flex 3 with embedded fonts where they display one 
pixel higher. This make button labels and other things look off center. As far 
as I have seen this affects all embedded fonts and is due to the way they are 
anti aliased. There are a couple work arounds out on the web some involve 
changing the measure code, or simply moving the text component down by 1 pixel. 
But this happens in the compiled swf not just inside of Flex builder.

  --- In flexcoders@yahoogroups.com, Warren warrenony...@... wrote:
  
   OK -- after some digging I think I know what's going on. I'm embedding 
Verdana font. I'm thinking the issue is that the vertical spacing in the font 
is different than the default font Flex Builder is using. As a result, the 
measurement routine is off.
   
   This feels like a bug to me -- I'll be checking the Adobe bug system next. 
The only way I can figure out how to fix this is to embed exactly the same font 
that Builder is using by default.
   
   Can anyone tell me how to determine this?
   
   
   - Original Message - 
   From: warrenonflex 
   To: flexcoders@yahoogroups.com 
   Sent: Wednesday, August 05, 2009 8:38 AM
   Subject: [flexcoders] Flex Builder vs Embedded Fonts
   
   
   Recently I had the need to embed font's in my Flex 3 application. I used 
the CSS code (see below) to embed the fonts and make them global. Worked great 
except Builder went nuts. The Builder display doesn't look like the website. 
Elements are shifted about, text doesn't line up properly (for example, radio 
button text doesn't center on the radio icon), etc. It's a mess. I am using 
Builder version 3.0.2.214193
   
   So I have two questions:
   
   1) If I create a swf of the fonts and embed it in flex using the swf, will 
Builder prefer this?
   
   2) What is the default font for Flex or how do I determine what it is in my 
install? If I knew that, I could embed it and hope that Builder would stop 
messing up.
   
   3) What Am I Doing Wrong?
   
   Warren Koch
   
   /* CSS file */
   
   @font-face {
   font-family: MainFont;
   src: url(assets/fonts/verdana.TTF);
   unicode-range: U+0020-U+007E; 
   advancedAntiAliasing: true;
   }
   
   @font-face {
   font-family: MainFont;
   src: url(assets/fonts/verdanab.TTF);
   unicode-range: U+0020-U+007E;
   advancedAntiAliasing: true;
   fontWeight: bold; 
   }
   
   @font-face {
   font-family: MainFont;
   src: url(assets/fonts/verdanai.TTF);
   unicode-range: U+0020-U+007E;
   advancedAntiAliasing: true;
   fontStyle: italic;
   }
   
   @font-face {
   font-family: MainFont;
   src: url(assets/fonts/verdanaz.TTF);
   unicode-range: U+0020-U+007E;
   advancedAntiAliasing: true;
   fontWeight: bold; 
   fontStyle: italic;
   }
   
   global {
   font-family: MainFont;
   }
  



  clip_image002.jpg

Re: [flexcoders] Re: Flex Builder not rebuilding source

2009-05-26 Thread Guy Morton

Do a clean and try again?


On 27/05/2009, at 3:34 PM, Ron Wagner wrote:




 I've had this problem in the past and never got an answer. The  
problem is back. I'll be working on a project and constantly make  
micro changes and then debug, eventually the changes aren't compiled  
in anymore. In the small project I'm working on I have removed all  
Alerts. They don't exist in the source but when I run the debug all  
the Alerts are still popping up and none of the new code is executed.



I have this happen quite often. Clearing the browser cache after  
making sure there aren't any browser windows open with the swf  
loaded always clears it up for me. I'm running Safari on a Mac.


Ron








Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-05-05 Thread Tom Chiverton
On Friday 01 May 2009, daxdr9 wrote:
 This is hardly a surprise given the current economic conditions, assuming
 the ROI isn't there for the FB Linux product at this time.

Your kidding, right ?
200 votes. Assume each of those averages out at 5 real people (not everyone is 
on line, not everyone cares to register and/or vote, some people who vote 
would buy more than 1 license).
FB Pro is 500 quid, so that's a hundred thousand pounds, right there. That's 
around about 5 man years.

-- 
Helping to appropriately e-enable wireless slick front-end designs as part of 
the IT team of the year, '09 and '08

Tom Chiverton
Developer
Tel: +44 0161 618 5032
Fax: +44 0161 618 5099 
tom.chiver...@halliwells.com
3 Hardman Square, Manchester, M3 3EB
www.Halliwells.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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of 
members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners. We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. 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.
 

Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-05-05 Thread Tom Chiverton
On Tuesday 05 May 2009, Tom Chiverton wrote:
 FB Pro is 500 quid, so that's a hundred thousand pounds, right there.
 That's around about 5 man years.

That's with out the multiple of 5, by the way...

-- 
Helping to dynamically maximize meta-services as part of the IT team of the 
year, '09 and '08

Tom Chiverton
Developer
Tel: +44 0161 618 5032
Fax: +44 0161 618 5099 
tom.chiver...@halliwells.com
3 Hardman Square, Manchester, M3 3EB
www.Halliwells.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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of 
members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners. We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. 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.
 

RE: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-05-05 Thread Gregor Kiddie
so that's a hundred thousand pounds, right there. That's 
around about 5 man years.

 

You have cheap developers ;)

Plus, the team isn't going to be 1 person for 5 years, say they have a
team of 20 on it (developers, testers, Project managers, user experience
experts, marketing, etc) averaging 35k each...

That's what, just short of 2 months work? (Assuming they all work on it
full time)

That's just not going to happen.

 

Gk.

Gregor Kiddie
Senior Developer
INPS

Tel:   01382 564343

Registered address: The Bread Factory, 1a Broughton Street, London SW8
3QJ

Registered Number: 1788577

Registered in the UK

Visit our Internet Web site at www.inps.co.uk
blocked::http://www.inps.co.uk/ 

The information in this internet email is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is not authorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
INPS or any of its affiliates. If you are not the intended recipient
please contact is.helpd...@inps.co.uk



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Tom Chiverton
Sent: 05 May 2009 09:34
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

 








On Friday 01 May 2009, daxdr9 wrote:
 This is hardly a surprise given the current economic conditions,
assuming
 the ROI isn't there for the FB Linux product at this time.

Your kidding, right ?
200 votes. Assume each of those averages out at 5 real people (not
everyone is 
on line, not everyone cares to register and/or vote, some people who
vote 
would buy more than 1 license).
FB Pro is 500 quid, so that's a hundred thousand pounds, right there.
That's 
around about 5 man years.

-- 
Helping to appropriately e-enable wireless slick front-end designs as
part of 
the IT team of the year, '09 and '08



 
http://service47.mimecast.com/mimecast/store?code=17f8a8249e46f802b971c
e9b92683063file=17880134 

 

Tom Chiverton 
Developer 
Tel: +44 0161 618 5032 
Fax: +44 0161 618 5099 
tom.chiver...@halliwells.com mailto:tom.chiver...@halliwells.com  
3 Hardman Square, Manchester, M3 3EB
www.Halliwells.com http://www.Halliwells.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 Halliwells LLP, 3 Hardman Square, Spinningfields,
Manchester, M3 3EB. A list of members is available for inspection at the
registered office together with a list of those non members who are
referred to as partners. We use the word ?partner? to refer to a member
of the LLP, or an employee or consultant with equivalent standing and
qualifications. 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
http://www.Halliwells.com . 

 





Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-05-05 Thread Tom Chiverton
On Tuesday 05 May 2009, Gregor Kiddie wrote:
 You have cheap developers ;)

You know where most of Adobe's developers are, right ? Plus, it's just Java 
grunt work, I naively assume :-)

 Plus, the team isn't going to be 1 person for 5 years, say they have a
 team of 20 on it (developers, testers, Project managers, user experience
 experts, marketing, etc) averaging 35k each...

20 ! 
Remember the product is basically done - they have shipable installers and 
base functionality.
I don't believe it is very much work to tidy up the majority of the bugs (with 
debugging, for instance).
Now, adding new features (like design view) is harder work, obviously, but 
those features are already cross platform enough to run on Windows and Mac...

Non-Pro Builder is what, 160 quid ?
That's lacking, err... ADV and profiler ? The profiler and design view are all 
that's missing from Linux Builder as it stands.
Of course, to get ADV you have to buy the pro. version, but there are other 
data visualisation options (some free), and Matt appears to be hinting at 
some sort of 'information on our plans' shortly.

Even at 160 quid, the maths still says 160 thousand pounds, which should be 
enough to get the existing bugs fixed and the product shipping.

It'll be a lot cheaper to support once it's code base is sync'ed (mostly ?) 
with the other two versions.

-- 
Helping to efficiently cluster mission-critical B2B front-end holistic 
infrastructures as part of the IT team of the year, '09 and '08

Tom Chiverton
Developer
Tel: +44 0161 618 5032
Fax: +44 0161 618 5099 
tom.chiver...@halliwells.com
3 Hardman Square, Manchester, M3 3EB
www.Halliwells.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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of 
members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners. We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. 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.
 

Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-05-04 Thread Howard Fore
On Fri, May 1, 2009 at 12:49 PM, john fisher j...@jpfisher.net wrote:

 2) My company is a Linux shop and no license money is available for
 experimental projects; CTO wants Java and the only way I can convince
 him Flex/Flash is better is to show something else that works.


How were you going to buy Flex Builder even if it was going to be available
on Linux?

--
Howard Fore, howard.f...@hofo.com
The universe tends toward maximum irony. Don't push it. - Jeff Atwood


Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-05-04 Thread john fisher
Howard, once something gets traction, then licenses and boxes can be
bought. In spite of our stripped to the bone status, money somehow
appears for projects that have to get done.

Howard Fore wrote:
 How were you going to buy Flex Builder even if it was going to be
 available
 on Linux?

   


Re: [flexcoders] Re: flex builder 3 blazeds and spring

2009-05-03 Thread Vivian Richard
   Please view this link, ,might help-


http://coenraets.org/blog/2009/01/new-springblazeds-integration-test-drive/





On Fri, May 1, 2009 at 10:08 AM, duncmcm dunc...@yahoo.co.uk wrote:


 Thanks Gregor

 Would you know of a good article to guide me through the steps of setting up
 blazeds with flex builder 3 standard, and then blazeds to spring-flex and
 java?

 Thanks again

 Duncan

 --- In flexcoders@yahoogroups.com, Gregor Kiddie gkid...@... wrote:

 Standard is fine, you do not need Pro.



 Gk.

 Gregor Kiddie
 Senior Developer
 INPS

 Tel: 01382 564343

 Registered address: The Bread Factory, 1a Broughton Street, London SW8
 3QJ

 Registered Number: 1788577

 Registered in the UK

 Visit our Internet Web site at www.inps.co.uk
 blocked::http://www.inps.co.uk/

 The information in this internet email is confidential and is intended
 solely for the addressee. Access, copying or re-use of information in it
 by anyone else is not authorised. Any views or opinions presented are
 solely those of the author and do not necessarily represent those of
 INPS or any of its affiliates. If you are not the intended recipient
 please contact is.helpd...@...

 

 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of duncmcm
 Sent: 01 May 2009 14:59
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] flex builder 3 blazeds and spring








 Hi

 I hav read a few articles and I am confused as to what I need, flex
 envirnomental wise, I want to connect to blazeds, spring and java via my
 flex builder 3 standard edition, but these articles are saying I cannot,
 and need to use normal eclipse with a flex 3 plugin.

 Is this correct ??

 Could anyone advise of any definitive article I can refer to or what IDE
 versions I need, do I need the flex builder 3 professional edition to do
 this?

 Thanks in advance

 Duncan


 


Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-05-01 Thread Sam Lai
Creepy. Although it's just a patent; there's no evidence it has been
implemented in Vista/7. Is there?

Personally, I'm more concerned about Google, given their primary
source of profit is advertising, and they store a substantial amount
of my email from the past 5 years, plus know nearly every search term
I've entered. Email plus search terms would be an enormous gold mine
for advertisers.

As for the last link - most of it exists in Mac and Linux (taking
Ubuntu as the representative here). Ubuntu knows every package you
have installed from their repos (along with when, your IP address)
thanks to HTTP headers. It wouldn't work without it. In Kubuntu
there's crash reporter that sends data off somewhere too.
Auto-updating exists in Ubuntu too. And CEIP's are in many apps these
days - including one you use, Eclipse. CEIPs are optional.

And for terado - that's how IPv4 to IPv6 translation works on every
platform. The time server has to come from somewhere too, and I don't
think time.nist.gov would be too happy if every Windows installation
pointed to that and overloaded their servers.

I could go on, but I think you should download and run Wireshark on
your OS. Watch what goes out over a few days; I think you'd be
surprised. OSes nowadays are designed to be connected, and
(unfortunately) HTTP was not designed to be anonymous.

P.S. I would love it if Ubuntu had a wizard in its install process
that sent lspci/lsusb to Ubuntu so they can tell me whether or not my
hardware will be fully supported, *before* I do the installation.

2009/5/1 Kelly dek...@gmail.com:


 http://arstechnica.com/microsoft/news/2007/07/microsoft-patents-the-mother-of-all-adware-systems.ars


 http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1Sect2=HITOFFd=PG01p=1u=%2Fnetahtml%2FPTO%2Fsrchnum.htmlr=1f=Gl=50s1=%2220070157227%22.PGNR.OS=DN/20070157227RS=DN/20070157227


 http://news.softpedia.com/news/Forget-about-the-WGA-20-Windows-Vista-Features-and-Services-Harvest-User-Data-for-Microsoft-58752.shtml


 The personal information we collect from you will be used by Microsoft and
 its controlled subsidiaries and affiliates...









 Paul Andrews wrote:

 - Original Message -

 From: Kelly
 To: flexcoders@yahoogroups.com
 Sent: Friday, May 01, 2009 2:39 AM
 Subject: Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

 Microsoft deep scans your hard drives and transmits home.

 This is admitted in their patents.

 This is data mining on a level Orwell could never have imagined.

 What evidence do you have that MS is doing this and undermining the security
 of people who use their OS?


 


Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-05-01 Thread Sam Lai
One more thing - I know I contradicted my earlier post, but there was
just too many things wrong with the last link. Apologies.

2009/5/1 Sam Lai samuel@gmail.com:
 Creepy. Although it's just a patent; there's no evidence it has been
 implemented in Vista/7. Is there?

 Personally, I'm more concerned about Google, given their primary
 source of profit is advertising, and they store a substantial amount
 of my email from the past 5 years, plus know nearly every search term
 I've entered. Email plus search terms would be an enormous gold mine
 for advertisers.

 As for the last link - most of it exists in Mac and Linux (taking
 Ubuntu as the representative here). Ubuntu knows every package you
 have installed from their repos (along with when, your IP address)
 thanks to HTTP headers. It wouldn't work without it. In Kubuntu
 there's crash reporter that sends data off somewhere too.
 Auto-updating exists in Ubuntu too. And CEIP's are in many apps these
 days - including one you use, Eclipse. CEIPs are optional.

 And for terado - that's how IPv4 to IPv6 translation works on every
 platform. The time server has to come from somewhere too, and I don't
 think time.nist.gov would be too happy if every Windows installation
 pointed to that and overloaded their servers.

 I could go on, but I think you should download and run Wireshark on
 your OS. Watch what goes out over a few days; I think you'd be
 surprised. OSes nowadays are designed to be connected, and
 (unfortunately) HTTP was not designed to be anonymous.

 P.S. I would love it if Ubuntu had a wizard in its install process
 that sent lspci/lsusb to Ubuntu so they can tell me whether or not my
 hardware will be fully supported, *before* I do the installation.

 2009/5/1 Kelly dek...@gmail.com:


 http://arstechnica.com/microsoft/news/2007/07/microsoft-patents-the-mother-of-all-adware-systems.ars


 http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1Sect2=HITOFFd=PG01p=1u=%2Fnetahtml%2FPTO%2Fsrchnum.htmlr=1f=Gl=50s1=%2220070157227%22.PGNR.OS=DN/20070157227RS=DN/20070157227


 http://news.softpedia.com/news/Forget-about-the-WGA-20-Windows-Vista-Features-and-Services-Harvest-User-Data-for-Microsoft-58752.shtml


 The personal information we collect from you will be used by Microsoft and
 its controlled subsidiaries and affiliates...









 Paul Andrews wrote:

 - Original Message -

 From: Kelly
 To: flexcoders@yahoogroups.com
 Sent: Friday, May 01, 2009 2:39 AM
 Subject: Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

 Microsoft deep scans your hard drives and transmits home.

 This is admitted in their patents.

 This is data mining on a level Orwell could never have imagined.

 What evidence do you have that MS is doing this and undermining the security
 of people who use their OS?


 



Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-05-01 Thread john fisher
Well most or all decisions are based on emotion, despite what we
rationalists think, but I take your point.

I'd like to write something here thats actually useful and might
contribute a tiny item to the knowledge pile at Adobe, without boring
everybody with personal details-

1) windows + Adobe puts me over budget at home, and I am accustomed to
using all-open software, and one of the appeals of Flex Builder on Linux
was I could learn it without forking over money. and yes it galls me to
send money to MS.

2) My company is a Linux shop and no license money is available for
experimental projects; CTO wants Java and the only way I can convince
him Flex/Flash is better is to show something else that works.

3) I need to see what its like developing without the Flex Builder
framework. I am already the only one in the building who uses an IDE or
visual debugger.

Just as I had no idea how Sun was going to make money on Java ( opposed
to IBM who does) I don't know how Adobe can make money giving away
tools, but it sure looks like open tools are going to win the battle in
the long run, and proprietary tools will lose market share. Maybe Adobe
can sell the visual designer stuff?

Open source software people are so wary of proprietary tools because we
have seen over and over how tool sets get munged over time, or even
abandoned, how open tools have vastly better tech support, and now
finally with Eclipse, open tools are achieving parity with the visual
IDE stuff from vendors. It seemed to me that Adobe was following a
semi-open model with Flex, for instance open bug reporting, and that
attracted me in the first place.

and so forth

John

daxdr9 wrote:
 If your willing to drop Flex because they don't sell an IDE for Linux, you're 
 basing a technical decision on emotion.


   


Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-04-30 Thread Paul Andrews
- Original Message - 
  From: Kelly 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, May 01, 2009 2:39 AM
  Subject: Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?





  Microsoft deep scans your hard drives and transmits home.

  This is admitted in their patents.

  This is data mining on a level Orwell could never have imagined. 


What evidence do you have that MS is doing this and undermining the security of 
people who use their OS?

Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-04-30 Thread Sam Lai
Why do conversations about Linux always devolve into an MS-bashing
thread, often based on unfounded assumptions?

Take it off-list.

2009/5/1 Kelly dek...@gmail.com:



 Microsoft deep scans your hard drives and transmits home.

 This is admitted in their patents.

 This is data mining on a level Orwell could never have imagined.



 So it is less of an emotional issue and more of a security issue.


 Why large corporations are willing to accept this is a mystery to me.


 They are usually very concerned with corporate security.



 This is even more mysterious when talking about companies that compete
 directly with Microsoft.

 Like Adobe.

 Does Adobe not see using XP/Vista inside of their corporate network as a
 security threat?

 Why not?










 daxdr9 wrote:

 This is hardly a surprise given the current economic conditions, assuming
 the ROI isn't there for the FB Linux product at this time. Does anyone
 really not own at least one Windows-based PC or Apple computer? (I'm sure
 there are people who only run Linux--a very small percentage, though)

 If your willing to drop Flex because they don't sell an IDE for Linux,
 you're basing a technical decision on emotion.

 --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote:

 I'm going to continue to stay out of the fray, but just to be clear, that
 conversation is about Flex Builder, not the SDK. We will always support
 developers on Linux, it's a question of what we tools beyond the SDK we
 provide.

 We'll be looking to share more information on our plans in a few weeks.

 Matt


 On 4/30/09 4:44 PM, Guy Morton g...@... wrote:






 Wouldn't you still be able to build your own IDE using the free SDK? As I
 understand it a lot of people do this now to avoid having to buy FB, and I
 imagine Linux users would be relatively common within that group.

 If sales for a linux version of FB are too low to justify the ongoing cost
 of development, you can hardly blame Adobe for that. Their support for *nix
 is better than most.

 Guy


 On 01/05/2009, at 9:35 AM, john fisher wrote:




 If Adobe drops Linux support for Flex, then I will probably drop Flex.

 I won't maintain a Windows or Mac box at home, and my company really
 doesn't want to invest in any more Windows apps. I don't want to invest
 myself in technology I can't run independently of whoever I happen to be
 working for today. Seeing the fickleness of the corporate owners of
 development tools is what sent us to Linux and open source tools in the
 first place. We can't bet our products on some whim of Adobe. My current
 all-Linux proof-of-concept project will be blown out of the water, and
 I'll have to get up to speed on Java.

 -grieving already

 John

 and at a time when Linux is gnawing away at laptop market from below and
 the desktop market is dying...





 


Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-04-29 Thread Jeffry Houser


Tony Obermeit wrote:


i just had a peak at IntelliJ's features  it doesn't seem to do
cf--so its
useless to me. if you do cf/java/flex/air i think it will be kind
of hard to
escape eclipse.


http://coldfusion-in-idea.blogspot.com/

There is a plug in for cold fusion for IntelliJ.  I also read on 
another blog that the developers who work on cold fusion mostly use 
Intellij.  Not sure if that is true or not.

I don't know if it is true or not either, however...
I would expect that the the developers creating ColdFusion spend more 
time writing Java than they do ColdFusion.




I use Intellij for java / jsp / html / groovy and am thrilled with 
it.  Haven't tried it yet for flex but am tempted to.  What is missing 
in flex builder for me is a pane that shows me the list of methods in 
my mx:script component.  

It is in the outline view.  In an MXML file, click the green 'c' button 
to see the script methods.  The default '' button will show the MXML 
tags.  As best I understand there is no way to mix them. 


--
Jeffry Houser, Technical Entrepreneur
Adobe Community Expert: http://tinyurl.com/684b5h
http://www.twitter.com/reboog711  | Phone: 203-379-0773
--
Easy to use Interface Components for Flex Developers
http://www.flextras.com?c=104
--
http://www.theflexshow.com
http://www.jeffryhouser.com
--
Part of the DotComIt Brain Trust



Re: [flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-04-15 Thread Josh McDonald
MXMLC's XML embedding is terrible. For anything non-trivial, embed your XML
as a ByteArray and just parse it as a String.

-Josh

2009/4/16 edlueze edlu...@onegen.com



 I've finally had a chance to investigate my slow compiler performance and
 I've made a shocking discovery!

 As a reminder, I asked the community how long I should expect a typical
 compilation to take. The response I got was about 40 seconds. My
 clean-build compilations take about 2 hours!!!

 Today I eliminated the two large XML files from my project that I ask the
 compiler to Embed. Together, the two XML files are about 10,000 lines long.
 To my utter amazement, this was the primary cause of the slow compiling. My
 clean-build compile time went from 2 hours to less than 2 minutes!

 I can usually avoid the 2 hour compiles if I change just one file. But if I
 change two files (not including the embedded XML files that rarely need to
 be changed) I often trigger the long compilation.

 This cannot possibly be what the compiler-engineers at Adobe intended. I'm
 going to file a bug with Adobe, but let me know if you've got other thoughts
 on better workarounds.

 Thanks!

 Ted.


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 mmormando m...@... wrote:
 
  Hm, as you said in a later post, I'd suspect the xml file, or perhaps
 other resources. I'm working on a fairly large project, some Java, a few
 graphics and css, as well as 70+ modules of various sizes and our build time
 with a little homegrown Maven plugin is coming in at under 8 minutes.
  Please let us know if you find out what the issue is.
  Good luck!
  Mike
 
 
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 edlueze edlueze@ wrote:
  
   Hi Folks:
  
   Can somebody tell me what a reasonable compile-time for a Flex
 Application is? A clean build for my application will take about 2 hours,
 and an incremental compile after I've changed several files will often take
 an hour. If I've only changed one file then an incremental compile will
 usually take less than a minute.
 

  




-- 
Therefore, send not to know For whom the bell tolls. It tolls for thee.

Josh 'G-Funk' McDonald
  -  j...@joshmcdonald.info
  -  http://twitter.com/sophistifunk
  -  http://flex.joshmcdonald.info/


Re: [flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread Tom Chiverton
On Thursday 26 Mar 2009, edlueze wrote:
 I'll work on doing that other stuff you recommended - compiling with
 ANT/MXMLC, and generating the line count. I might also try upgrading Flex

Just try the mxmlc that comes with Builder, rather than fighting ANT. 

-- 
Tom Chiverton
Helping to assertively leverage prospective ubiquitous markets as part of the 
IT team of the year, '09 and '08



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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners.  We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. 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.

Re: [flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread Matt Chotin
Also, if everything is an individual MXML application file but then you're 
editing code that they depend on, you're compiling all of those individual MXML 
files each time.  That's going to take a significant amount of time because 
each one has to be linked.  What happens if you don't have lots of applications 
in your project but instead only have one or two applications?

Matt


On 3/26/09 1:03 AM, edlueze edlu...@onegen.com wrote:




Some more information about my slow compiler:

I'm running on a dual-core HP workstation with 4GB of RAM. I try to limit what 
else I'm running (usually just Excel and Firefox) and I've been watching Task 
Manager without noticing anything remarkable.

More recently I've been forced to work offsite on a laptop (dual-core 1GB) and 
the performance is a little slower. The desktop and laptop were setup 
completely differently with different versions of Windows. However, I was too 
lazy to reinstall Eclipse so I just copied over C:\eclipse (including the 
workspace) from my desktop to my laptop. Clue #1 - it's probably more to do 
with my Eclipse than my computer.

Small applications compile quickly. The problem grew slowly worse over time - 
after a month I was forced to abandon the Build Automatically option.

I haven't integrated my application, so right now it is a series of individual 
MXML files running by themselves in the browser (all within the same Project). 
Most files import other classes, and a couple include other files in a 
pretty ugly way. But I would have thought keeping them separate like this would 
reduce the compilation time.

I'm not including any graphics in my application yet. But I do Embed a couple 
of XML files at compile-time. One of them is reasonably large (8,000 lines) and 
I dread changing it because the application will only see it after a full 
recompile.  Next to those individual MXML files, the only thing that has 
consistently been growing is this Embedded XML file. Clue #2 - maybe the 
compiler doesn't like Embedding files?

I'll work on doing that other stuff you recommended - compiling with ANT/MXMLC, 
and generating the line count. I might also try upgrading Flex Builder. If none 
of that works, I'll take you up on your offer (Matt) and send you the source 
code.

All the best,

Ted.

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Tim 
Rowe tim.r...@... wrote:

 With over 2,000 source and resource files in our application (just the 
 client-side is 1k as, 500 mxml, there's another 8k8 .java on the server 
 side), our compile time is under 30 seconds (on a C2D 2.33 w/4GB), so I would 
 hazard a guess something's wrong.

 A few things to check/do:
 0.  Create a basic application.  Does compiling even the simplest of apps 
 take a similar amount of time?
 1.  Get a line counter.  There's dozens out there, just grab one you're happy 
 with (no, I don't have any particular recommendations).  At least just get a 
 file and line counter so you've got some basic metrics to base information on.
 2.  What is the system CPU doing?  Is it burning away at 100% while compiling 
 the whole time?  Similarly, are you running out of memory?  Eclipse can get 
 pretty memory hungry, and if you're only on a 1GB system with Eclipse trying 
 to chew 700MB, it could be paging like crazy.
 3.  Fire up perfmon and add some counters while you do a compile.  Find out 
 what's going on - any heavy disk thrashing, cpu/memory loading.
 Basically try to identify is it just doing any timed waits or blocking calls?
 4.  Write an ANT target to compile the source from a CLI, if you haven't done 
 so already.  Hell, you could even execute it manually.  Does mxmlc.exe take 
 the same amount of time as the eclipse build?

 These are just a few small things I'd consider trying/looking at which might 
 help identify the problem

 Tim Rowe
 Software Engineer
 carsales.com Ltd

 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On 
 Behalf Of edlueze
 Sent: Thursday, 26 March 2009 2:07 PM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 Subject: [flexcoders] Flex Builder Compiler Performance Benchmarking


 Hi Folks:

 Can somebody tell me what a reasonable compile-time for a Flex Application 
 is? A clean build for my application will take about 2 hours, and an 
 incremental compile after I've changed several files will often take an hour. 
 If I've only changed one file then an incremental compile will usually take 
 less than a minute.

 I'm using Flex Builder 3.0 in Eclipse and it would be typical for me to see 
 the same error message repeated a dozen times (presumably the compiler has 
 passed through the same file that many times).

 I was new to Flex when I started this project and I've been working on it for 
 about 6 months. I have no idea how many lines of code I've got, but how big 
 could it 

RE: [flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread Tim Rowe
I originally said the same thing in the response I wrote, but removed it on the 
basis of getting more info before just jumping to random ideas.

However, a defrag of all drives should pretty much be done as a scheduled task 
on any non-SSD system nightly, imo.  Just set it up to run at 3am every day, 
and you'll never have to worry about fragmentation and the associated speed 
issues.

--Tim


From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of arieljake
Sent: Friday, 27 March 2009 4:20 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Builder Compiler Performance Benchmarking


Hi highly recommend defragmenting your HD.

--- In flexcoders@yahoogroups.commailto:flexcoders%40yahoogroups.com, Tom 
Chiverton tom.chiver...@... wrote:

 On Thursday 26 Mar 2009, edlueze wrote:
  I'll work on doing that other stuff you recommended - compiling with
  ANT/MXMLC, and generating the line count. I might also try upgrading Flex

 Just try the mxmlc that comes with Builder, rather than fighting ANT.

 --
 Tom Chiverton
 Helping to assertively leverage prospective ubiquitous markets as part of the
 IT team of the year, '09 and '08

 

 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 
 Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list 
 of members is available for inspection at the registered office together with 
 a list of those non members who are referred to as partners. We use the word 
 ?partner? to refer to a member of the LLP, or an employee or consultant with 
 equivalent standing and qualifications. 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.






Re: [flexcoders] Re: Flex Builder 3 on Windows XP

2009-03-07 Thread Sam Lai
As far as I know, FB3 doesn't use Windows Installer, so that utility
probably won't help.

InstallAnywhere is written is Java, so maybe its worth reinstalling
Java to see if that'll help?

2009/3/7 hsam949 hsalam...@ccny.cuny.edu:
 I tried that, but when I run the utility Flex does not show up, since I 
 believe it was uninstalled successfully.

 Thanks!

 --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@... wrote:

 Try using the Microsoft Windows Installer CleanUp Utility 
 (http://support.microsoft.com/kb/290301). I've had great luck with that 
 tool. You might also need a registry cleanup tool. I don't know of any good 
 free ones. Maybe someone else can post a reply on that.

 - Alex C

 --- In flexcoders@yahoogroups.com, hsam949 hsalama00@ wrote:
 
  I have a weird problem. My PC crashed yesterday and after re-booting Flex 
  builder would not start. When clicking on the icon, you get the initial 
  Flex screen but then it disappeared and nothing happens. After struggling 
  for a couple of hours, I decided to uninstall and reinstall Flex. Now when 
  I run the installer, InstallAnyWhere gets to about 43% and stalls, then 
  jumps to 99% and then asks for another location to extract the installer. 
  When you specify a different location, the same thing happens all over 
  again. This is the same installation file I used before, so I know it is 
  not corrupt. Also, when I checked my registry, there is not entry for Flex 
  under Adobe in HKEY_LOCAL_MACHINE -- Software. Any help is appreciated.
 
  Thanks!
 





 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location: 
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links






RE: [flexcoders] Re: Flex Builder 3 crashes (Vista)

2009-01-19 Thread Kevin Benz
On Vista, I would search for other copies of that file in weird places.
A synchronization folder for example. I have no experience running
FlexBuilder(FB) on Vista as I prefer to avoid painful challenges where I
can. 

 

Here is an idea for you (although a little off topic). 

 

We don't install the full FB IDE but rather do the follow.. It also
makes FB a lot faster and reduces the memory overhead.. This may seem
really strange.

 

All of our developers install the C++ version of Eclipse 3.3.2 and then
disable the C++ plug-in. Then install the FB plug-in. There is just so
much goo that comes in with standard FB from Java and JDT that when you
will be surprised how quickly it boots. Downside is that those who do
both Java and FB end up with two installs but we try to isolate Flex
developers from IDE pain so I don't let them install many plug-ins
anyway. 

 

The way the MXML preview component leaks memory, you have to take
whatever shortcuts you can.

 

KFB

 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Dmitri Girski
Sent: Monday, January 19, 2009 2:56 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Builder 3 crashes (Vista)

 

Hi Kevin,

Thank you very much for such detailed instructions.

First, I looked into the log - the exception I can see there is the
following:
!MESSAGE Error creating actionscript project for ui_login
!STACK 1
org.eclipse.core.runtime.CoreException: Error Loading Project

Then, I just recreated the new workspace and so far (2 days yet) have
not got any crashes. Who-hoo!

PS Do you have any idea why FlexBuilder.ini is ignored under Vista?

Cheers,
Dmitri.

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Kevin Benz kb...@... wrote:

 Been there, done that.
 
 
 
 OK..
 
 
 
 There are two paths for you.
 
 
 
 Eclipse Errors: Eclipse makes mountains of log entries so you need to
 isolate Flex issues from Eclipse Issues. Go through the eclipse logs
 looking for errant components and Null Pointer Exceptions. Although
the
 openness of eclipse encourages the addition of all kinds of great and
 not so great components (Java, Maven, Data Tools, JDT), I believe
 strongly that the Flex development environment should be sandboxed and
 kept single purpose. Yes, I have two eclipse installs. 
 
 
 
 Flex: Flex issues like this, we have found to be resultant to the
 operation of Flex and the operation of SCM and SDK upgrades. I see you
 are using 3.0.2 which tells me your recently updated to the 3.2 SDK. I
 am convinced that Flex cannot handle an SDK upgrade well. Let me
 explain. We have a very large project that started during SDK 3.0 with
 the project files being checked into Subversion as 3.0 files. Now
there
 are lots of argument regarding checking in project files as in most
 cases they can become platform and developer specific, after going to
 the 3.1 SDK we lost the ability to use the compiler options tab in the
 project properties window with Flex complaining about the SDK string
 value. After a few minutes the IDE becomes unstable and crashes. No
 matter what we did, we could not recover (copy files around between
 developers, manually fixup the SDK and locale strings). If you checked
 out your project again, you have project files built for a different
 SDK. 
 
 
 
 In over for us to overcome this, here is what we do. 
 
 
 
 1. BACKUP EVERYTHING
 
 2. Turn off automatic build
 
 3. Find all instances of files with the .cache extension within
 the Flex plug-in directories THAT START WITH YOUR PROJECT NAME (for
 example myproject.cache) and remove them. They automatically come back
 when the compiler runs. 
 
 4. Use FlexBuilder to create a new Empty Workspace. Leave the old
 one alone if we need to get back to it. WE DO NOT MAKE ANY CHANGES TO
 THE OLD WORKSPACE
 
 5. In FlexBuilder, create new copies of the project(s) in the new
 workspace USING THE EXACT NAMES OF THE PRESENT PROJECTS. Leaving these
 projects empty, in their initial state. This will create new project
 files with the correct SDK string, locale, etc etc.
 
 6. Backup these new projects from the new workspace and put them
 aside.
 
 7. If using SCM, checkout the project(s) into the new workspace OR
 if not using SCM, copy OLD project(s) into the new workspace
directory.
 THIS IS IMPORTANT AS YOU CANNOT RELIABLY MOVE A FOLDER UNDER SCM AND
 HAVE IT WORK. IT SHOULD BE CHECKED OUT AGAIN.
 
 8. From your new workspace, recently checked out or copied, remove
 the following files .project .actionSciptProperties .flexProperties
 /.settings/org.eclipse.core.resources.prefs
 
 9. Copy the empty versions of these files (that were put aside)
 into the new workspace.
 
 10. Start FlexBuilder and on each project's properties, enter the
 Library Build Path, on the classes tab and uncheck /src and save/close
 that form. THEN go back in and check that checkbox, close (this forces
 Flexbuilder to walk the filesystem and update its catalog of local
 

Re: [flexcoders] Re: flex builder 3 and ganymede

2008-10-23 Thread Nick Collins
I got it to work, but what I needed to do was have a clean install. I had to
uninstall FlexBuilder 3, then create a new eclipse install of Ganymede, then
install flexbuilder to ganymede with the 3.0.1 installer. It wouldn't work
until I had uninstalled Flex Builder 3 completely.

On Thu, Oct 23, 2008 at 9:13 AM, Durres76 [EMAIL PROTECTED] wrote:

   i tried that but it did not work for me. i'm on vista. what are you
 on?

  



RE: [flexcoders] Re: Flex Builder Professional

2008-08-22 Thread Jim Hayes
Yes that helps. Thank you. I am interested in using Eclipse 3.4 with
Flex Builder. Anyone know whether the Flex Builder plugins work with 3.4?

Apparently it does : see

http://tech.groups.yahoo.com/group/flexcoders/message/122745

That's all I know, however (I use flexbuilder myself).

__
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.
__winmail.dat

Re: [flexcoders] Re: Flex Builder Speed-ups?

2008-07-28 Thread Michael Schmalle
Hi,

How many projects do you have open at one time in your workspace?

If you close them all and open one, do you still get performance issues?

Mike



-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.


Re: [flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread Toby Ashley
Semi-colons at the end of each line are optional in AS3, which is why Flex
Builder won't be highlighting those.

What other errors are still being ignored?


On Wed, Jul 2, 2008 at 4:27 PM, steve.baney [EMAIL PROTECTED] wrote:

 Alright, I just did a fresh install on a different computer with the
 same result.

 I've got to be doing something wrong...


 

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






Re: [flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread Toby Ashley
Yeah that should definitely cause an error. I'm out of ideas I'm afraid,
good luck sorting it



On Wed, Jul 2, 2008 at 5:05 PM, steve.baney [EMAIL PROTECTED] wrote:

 Thanks for the response!  I'm sure I sound like a raving lunatic by
 now, but I'm halfway through wasting a second day of coding trying to
 figure this out...

 OK good call on the semicolons, I could have sworn it was throwing
 errors on missing semicolons before I was having these issues though.

 OK i just figured out some weirdness, I removed the '' from the end
 of my ADG declaration (mxml), and it won't throw an error in source
 mode, but as soon as I switched to design it knew there was a problem
 and on what line it was on.  Weirdness...

 Here's one I would think should cause an error:
 var x:int = 'a string';

 No go though...


 

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






Re: [flexcoders] Re: Flex Builder 3 Profiler

2008-05-22 Thread Marvin Froeder
I'm under same issue.

I create a new project.
Create a dummy app.
Right click them Profile As/Flex Application

Nothing happens on Flex-builder.  Debug mode runs well, but profile no.

Using FP 9u124

Any idea?


VELO

On Wed, Sep 5, 2007 at 9:48 AM, Mark Ingram [EMAIL PROTECTED] wrote:

Yes, I've got the correct player version (verified via adobe about
 webpage) – I got it from the Flex Builder 3 install.

 I've ran the profiling application too and even tried running the swf via
 local file system instead of http and nothing seems to work…



 Mark




   --

 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *marcel.panse
 *Sent:* 05 September 2007 12:57
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] Re: Flex Builder 3 Profiler



 I have the same problem. I have the newest debug flash player, so that
 shouldn't be a problem.. But the popup dialog just won't appear,
 nothing works..

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Scott -
 FastLane [EMAIL PROTECTED] wrote:
 
  If I recall correctly, when I hit this I had to make sure I did the
  following
 
  1) Make sure you have the correct flash player... I found a post
  somewhere that told me which version of flash to use for profiling. I
  think it was the version that came with the flex3 beta download
  2) Launch from eclipse by right clicking on your main mxml file and
  choosing profile as-flex application
  3) Look for popup dialog... this sometimes comes up behind something
  else so you cannot see it. You have to respond to it before the
  profiler can connect to the player.
 
  I have not done this in a while. But, the stuff above is what I
  recall. Please let me know if not correct etc.
 
  hth
  Scott
 
  Mark Ingram wrote:
  
   Hi, I'm having trouble with the new Profiler in Flex Builder 3 -- I
   just get errors saying socket timeout
  
  
  
   I'm googled and tried several things, using only firefox, having no
   firefox windows open, disabling windows firewall, running FB3 as
   administrator, upgrading flash player version etc.
  
  
  
   Does anyone have any more ideas?!
  
  
  
   Mark
  
  
  
  
  
  
  
  
 

  



Re: [flexcoders] Re: Flex Builder 3 oddities on Mac OSX Leopard

2008-05-14 Thread Farid SALAH

Le 14 mai 08 à 16:41, Jack OMelia a écrit :

 Wow, I never considered that. I'll try it tonight when I get back to
 my iMac.

 That makes me think of another question. I was going to purchase a
 license and pop the serial number into the trial version. Am I better
 off uninstalling the trial version and reinstalling a fresh copy when
 I get my license?

The way we did it here was just to enter the license number in the  
trial version.
Help  Manage Flex Licenses...

Now more Force Quit and no more annoying expiration countdown.

Good luck !

Farid



RE: [flexcoders] Re: Flex Builder 3 - RemoteObject connection failure

2008-04-22 Thread Kevin Aebig
Which version of AMFPHP?

 

!k

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of supertodda
Sent: Thursday, April 17, 2008 6:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Builder 3 - RemoteObject connection failure

 

Anybody out there experiencing this issue in flex 3 with AMFPHP?

 



RE: [flexcoders] Re: flex builder and SVN

2008-04-11 Thread Nataliya Shevchenko
Thanks a lot any way. And thanks for the link.

I use TortoiseSVN as a client.

Natasha


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitri 
Girski
Sent: Thursday, April 10, 2008 4:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: flex builder and SVN

Sorry, Natasha, I really have no idea what to do next.
Here is the same problem:
http://svn.haxx.se/subusers/archive-2006-06/0112.shtml

BTW, Do you use TortoiseSVN or cygwin port as a client?

Cheers,
Dmitri.

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

 Dmitri,

 I works on PC.
 Yes, I can do any tasks including checkout form command line.
 I can add a new repository if it uses only username/password
authentication.

 Thanks,
 Natasha


 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Dmitri Girski
 Sent: Thursday, April 10, 2008 2:07 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: flex builder and SVN

 Hi Nataliya,

 Are you on MAC or on PC?
 Cause we use svn over ssh and the FB3 (PC) works fine with JavaHL and
 FB3(MAC) was crashing until we switched it to the SVNKit.
 (This is true display of cross-platform nature of Java :)

 Are you able to checkout the repository from the command line?



 Cheers,
 Dmitri.

 --- In flexcoders@yahoogroups.com, Nataliya Shevchenko san@ wrote:
 
  Dmitri,
 
  Thanks for that answer.
  I checked the memory - it looks OK. And I reinstall Flex too trying
 to fix possible JVM incompatibility :)
  Later I found that if I switch SVN interface in
 WindowPreferencesTeamSVN from JavaHL(JNI) to SVNKit(Pure Java)
 Flex is not crashing any more. But ...
  I still can't add a new SVN location. The error is:
  Error validation location: org.tigris.subversion.
 javahl.ClientException:
  svn: PROPFIND request failed on '/xx/xxx'
  svn: HTTP authorization method 'Negotiate' is not supported
 
  It seems like some kind of problem with the Kerberos NAP, but I
 don't know much about that (and my Network people can't help me too),
 so now I'm stack here :(
 
  Thanks
 
 
 
  -Original Message-
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of Dmitri Girski
  Sent: Thursday, April 10, 2008 5:38 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: flex builder and SVN
 
  Probably your JVM is stuffed. Check the memory settings - maybe it is
  running out of memory?
 
  When I was installing Subclipse I've encountered the problem - the
  Eclipse was unable to install the update for JDK. The process
  unpack?.exe was doing something at 50% processor capacity and never
  finishes. The only fix I've found was a complete clean reinstall of
  Flex. This is not your case, but be prepared for the same :)
 
 
 
  Cheers,
  Dmitri.
 
 
  --- In flexcoders@yahoogroups.com, Nataliya Shevchenko san@ wrote:
  
   I'm trying to add a new repository to SVN Repository view in Flex
   Builder 3. As soon as I enter the url, Flex Builder closes by itself
  and
   I got strange error in a window with just OK button:
  
   JVM terminated. Error code=1
   C:\WINNT\System32\javaw.exe
   ...
  
   Has anybody seen anything like that?
   Any idea why it may happen?
  
   Thanks
  
 
 
 
  
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links
 



 

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






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





Re: [flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-29 Thread Paul Andrews
 On Fri, Mar 28, 2008 at 9:19 AM, Troy Gilbert [EMAIL PROTECTED] 
 wrote:

 I just encountered the issue again, and went through the process of
  deleting all the build stuff manually, caches, etc., and nothing
  helped. So this time I tried flushing the browser cache (actually,
  disabling it with Firefox extension Web Developer). That worked, it
  was a browser cache issue.

  Anyone have any ideas why once in a blue moon the browser would serve
  up a cached version of my SWF (served from my localhost, MAMP on OSX)
  while debugging? I was under the impression that the browser wouldn't
  cache documents that have queryvars (hence one reason for the
  inclusion of ?debug=true when debugging a Flash app). Is there
  something else I need to be doing (possibly MAMP configuration?) to
  ensure that the browser always sees the latest SWF (without having to
  always disable the cache... I am loading a lot of static assets and
  its nice to take advantage of the cache for those)?

Adding ?debug=true isn't enough to stop the page being cached - the page 
signature must change so that the browser thinks that a different page is 
being requested every time. In this case you could use a number to make the 
page signature different - the most effective way is probably to use a 
timestamp and pass the milliseconds value from Date()  since this will 
always be unique.

Paul

  Thanks,

  Troy.



Re: [flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-28 Thread Troy Gilbert
I just encountered the issue again, and went through the process of
deleting all the build stuff manually, caches, etc., and nothing
helped. So this time I tried flushing the browser cache (actually,
disabling it with Firefox extension Web Developer). That worked, it
was a browser cache issue.

Anyone have any ideas why once in a blue moon the browser would serve
up a cached version of my SWF (served from my localhost, MAMP on OSX)
while debugging? I was under the impression that the browser wouldn't
cache documents that have queryvars (hence one reason for the
inclusion of ?debug=true when debugging a Flash app). Is there
something else I need to be doing (possibly MAMP configuration?) to
ensure that the browser always sees the latest SWF (without having to
always disable the cache... I am loading a lot of static assets and
its nice to take advantage of the cache for those)?

Thanks,

Troy.


Re: [flexcoders] Re: Flex Builder and Ant

2008-03-28 Thread Scott Melby
There are good reasons for doing GUI builds using Ant etc. as well.  I 
like to build all of my production releases from a stamped build, pulled 
fresh from my repository (to ensure no resources exist in the build dir 
structure that are not under version control).  I have blogged about 
using Ant with FB here http://blog.fastlanesw.com/?p=23... though it 
is not nearly complete and not updated since FB 2, it should get you 
started.


hth
Scott

Scott Melby
Founder, Fast Lane Software LLC
http://www.fastlanesw.com
http://blog.fastlanesw.com



Shailesh Mangal wrote:

Why do you want to combine the two? We use flex builder for UI project
dev and debugging and Maven/ant for automated builds.

Shailesh
Now, Test Management http://www.getzephyr.com  , is a breeze

--- In flexcoders@yahoogroups.com, Weyert de Boer [EMAIL PROTECTED] wrote:
  

Does anyone know how I can combine the use of Flex Builder and Ant to
compile Flex/AIR projects?





  


Re: [flexcoders] Re: Flex Builder and Ant

2008-03-28 Thread Weyert de Boer
Hi!

I have received a working apache build script from James Ward via the 
ApolloCoders list. Now I will see if I can somehow combine Flex Builder 
and this build script together.

Yes, mainly for the profiler and the debugging.


Re: [flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-28 Thread K.M. Ensign
this is what i did for firefox's cache problems:

in the location input, enter: about:config

find browser.cache.disk.capacity, set it to 0

this sorted things our for me. also, you may want to use Camino for
debug/development. It's much more lightweight.

keith


On Fri, Mar 28, 2008 at 9:19 AM, Troy Gilbert [EMAIL PROTECTED] wrote:






 I just encountered the issue again, and went through the process of
  deleting all the build stuff manually, caches, etc., and nothing
  helped. So this time I tried flushing the browser cache (actually,
  disabling it with Firefox extension Web Developer). That worked, it
  was a browser cache issue.

  Anyone have any ideas why once in a blue moon the browser would serve
  up a cached version of my SWF (served from my localhost, MAMP on OSX)
  while debugging? I was under the impression that the browser wouldn't
  cache documents that have queryvars (hence one reason for the
  inclusion of ?debug=true when debugging a Flash app). Is there
  something else I need to be doing (possibly MAMP configuration?) to
  ensure that the browser always sees the latest SWF (without having to
  always disable the cache... I am loading a lot of static assets and
  its nice to take advantage of the cache for those)?

  Thanks,

  Troy.
  


Re: [flexcoders] Re: flex builder 3 on os x very very slow in debug mode

2008-03-27 Thread Willy Ci
I don't know, all we have here is MacBook Pro with OS X 10.5
Willy


On Tue, Mar 25, 2008 at 6:50 PM, Josh McDonald [EMAIL PROTECTED] wrote:

   If it happens in both FF and Safari, the bug is most likely in OS X or
 Flash / Flex (or all three), so I don't see Opera helping. IE5 might though,
 as it runs in Rosetta. Can you get the latest player on PowerPC?

 -J


 On Wed, Mar 26, 2008 at 3:14 AM, Willy Ci [EMAIL PROTECTED] wrote:

or  you can try Opera,
  if that still give you problem I think IE 5 is your lost hope.
 
  Willy
 
 
 
  On Mon, Mar 24, 2008 at 7:07 PM, Josh McDonald [EMAIL PROTECTED] wrote:
 
 There's definitely some problems with the debug flash player on OS
   X. I get hard lockups (nothing but the mouse working, not a kpanic) 
   several
   times a week, in Safari and Firefox.
  
   -J
  
On Mon, Mar 24, 2008 at 11:43 PM, Willy Ci [EMAIL PROTECTED] wrote:
  
  thank, just tried with Safari, much faster now.
I am using FireFox 2.0.0.12 and FP 9,0,115,0
   
Willy
   
   
   
On Sun, Mar 23, 2008 at 10:36 PM, Mike Morearty 
[EMAIL PROTECTED] wrote:
   
   I am have not seen this problem. What browser are you debugging
 with? Try a different
 one -- e.g. if you are debugging with a different one -- e.g. if
 you are using Safari, try
 debugging with Firefox, or vice versa. Let me know if that helps.

 - Mike Morearty, Adobe Flex Builder team


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 Willy Ci [EMAIL PROTECTED] wrote:
 
  hi ,
 
  does anyone else having this problem?
  I just install flex builder 3 on my mac book pro, (use to have
 flex builder
  2, works fine)
  everything works fine, but if I try go into debug,
  the flex builder just went very very slow, a lot of times I have
 to do the
  hard reboot
 
  is there anyway I can fix this? like change the memory in plist?
 
  thanks
 
  --
  Willy


   
   
--
Willy
617-606-3437
   
   
--
maybe today is a good day to write some code,
hold on, late me take a nap first ... Zzzz
   
Q: How do you spell google?
A: Why don't you google it?
--
   
   
  
  
  
   --
   Therefore, send not to know For whom the bell tolls, It tolls for
   thee.
  
   :: Josh 'G-Funk' McDonald
   :: 0437 221 380 :: [EMAIL PROTECTED]
  
 
 
 
  --
  Willy
  617-606-3437
 
  --
  maybe today is a good day to write some code,
  hold on, late me take a nap first  ... Zzzz
 
  Q: How do you spell google?
  A: Why don't you google it?
  --
 



 --
 Therefore, send not to know For whom the bell tolls, It tolls for thee.

 :: Josh 'G-Funk' McDonald
 :: 0437 221 380 :: [EMAIL PROTECTED]
  




-- 
Willy
617-606-3437

--
maybe today is a good day to write some code,
hold on, late me take a nap first ... Zzzz

Q: How do you spell google?
A: Why don't you google it?
--


Re: [flexcoders] Re: flex builder 3 on os x very very slow in debug mode

2008-03-27 Thread Josh McDonald
Same, but if you run IE5 it's a power app and runs in an emulator, which
(hopefully) would isolate it from whatever's bringing the machines to a
halt...

-J

On Thu, Mar 27, 2008 at 11:23 PM, Willy Ci [EMAIL PROTECTED] wrote:

   I don't know, all we have here is MacBook Pro with OS X 10.5
 Willy



 On Tue, Mar 25, 2008 at 6:50 PM, Josh McDonald [EMAIL PROTECTED] wrote:

If it happens in both FF and Safari, the bug is most likely in OS X or
  Flash / Flex (or all three), so I don't see Opera helping. IE5 might though,
  as it runs in Rosetta. Can you get the latest player on PowerPC?
 
  -J
 
 
  On Wed, Mar 26, 2008 at 3:14 AM, Willy Ci [EMAIL PROTECTED] wrote:
 
 or  you can try Opera,
   if that still give you problem I think IE 5 is your lost hope.
  
   Willy
  
  
  
   On Mon, Mar 24, 2008 at 7:07 PM, Josh McDonald [EMAIL PROTECTED]
   wrote:
  
  There's definitely some problems with the debug flash player on OS
X. I get hard lockups (nothing but the mouse working, not a kpanic) 
several
times a week, in Safari and Firefox.
   
-J
   
 On Mon, Mar 24, 2008 at 11:43 PM, Willy Ci [EMAIL PROTECTED]
wrote:
   
   thank, just tried with Safari, much faster now.
 I am using FireFox 2.0.0.12 and FP 9,0,115,0

 Willy



 On Sun, Mar 23, 2008 at 10:36 PM, Mike Morearty 
 [EMAIL PROTECTED] wrote:

I am have not seen this problem. What browser are you
  debugging with? Try a different
  one -- e.g. if you are debugging with a different one -- e.g. if
  you are using Safari, try
  debugging with Firefox, or vice versa. Let me know if that
  helps.
 
  - Mike Morearty, Adobe Flex Builder team
 
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
  Willy Ci [EMAIL PROTECTED] wrote:
  
   hi ,
  
   does anyone else having this problem?
   I just install flex builder 3 on my mac book pro, (use to have
  flex builder
   2, works fine)
   everything works fine, but if I try go into debug,
   the flex builder just went very very slow, a lot of times I
  have to do the
   hard reboot
  
   is there anyway I can fix this? like change the memory in
  plist?
  
   thanks
  
   --
   Willy
 
 


 --
 Willy
 617-606-3437


 --
 maybe today is a good day to write some code,
 hold on, late me take a nap first ... Zzzz

 Q: How do you spell google?
 A: Why don't you google it?
 --


   
   
   
--
Therefore, send not to know For whom the bell tolls, It tolls for
thee.
   
:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]
   
  
  
  
   --
   Willy
   617-606-3437
  
   --
   maybe today is a good day to write some code,
   hold on, late me take a nap first  ... Zzzz
  
   Q: How do you spell google?
   A: Why don't you google it?
   --
  
  
 
 
 
  --
  Therefore, send not to know For whom the bell tolls, It tolls for
  thee.
 
  :: Josh 'G-Funk' McDonald
  :: 0437 221 380 :: [EMAIL PROTECTED]
 



 --
 Willy
 617-606-3437

 --
 maybe today is a good day to write some code,
 hold on, late me take a nap first ... Zzzz

 Q: How do you spell google?
 A: Why don't you google it?
 --
  




-- 
Therefore, send not to know For whom the bell tolls, It tolls for thee.

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]


Re: [flexcoders] Re: flex builder 3 on os x very very slow in debug mode

2008-03-25 Thread Willy Ci
or  you can try Opera,
if that still give you problem I think IE 5 is your lost hope.

Willy



On Mon, Mar 24, 2008 at 7:07 PM, Josh McDonald [EMAIL PROTECTED] wrote:

   There's definitely some problems with the debug flash player on OS X. I
 get hard lockups (nothing but the mouse working, not a kpanic) several times
 a week, in Safari and Firefox.

 -J

 On Mon, Mar 24, 2008 at 11:43 PM, Willy Ci [EMAIL PROTECTED] wrote:

thank, just tried with Safari, much faster now.
  I am using FireFox 2.0.0.12 and FP 9,0,115,0
 
  Willy
 
 
 
  On Sun, Mar 23, 2008 at 10:36 PM, Mike Morearty [EMAIL PROTECTED]
  wrote:
 
 I am have not seen this problem. What browser are you debugging
   with? Try a different
   one -- e.g. if you are debugging with a different one -- e.g. if you
   are using Safari, try
   debugging with Firefox, or vice versa. Let me know if that helps.
  
   - Mike Morearty, Adobe Flex Builder team
  
  
   --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
   Willy Ci [EMAIL PROTECTED] wrote:
   
hi ,
   
does anyone else having this problem?
I just install flex builder 3 on my mac book pro, (use to have flex
   builder
2, works fine)
everything works fine, but if I try go into debug,
the flex builder just went very very slow, a lot of times I have to
   do the
hard reboot
   
is there anyway I can fix this? like change the memory in plist?
   
thanks
   
--
Willy
  
  
 
 
  --
  Willy
  617-606-3437
 
  --
  maybe today is a good day to write some code,
  hold on, late me take a nap first ... Zzzz
 
  Q: How do you spell google?
  A: Why don't you google it?
  --
 



 --
 Therefore, send not to know For whom the bell tolls, It tolls for thee.

 :: Josh 'G-Funk' McDonald
 :: 0437 221 380 :: [EMAIL PROTECTED]
 




-- 
Willy
617-606-3437

--
maybe today is a good day to write some code,
hold on, late me take a nap first  ... Zzzz

Q: How do you spell google?
A: Why don't you google it?
--


Re: [flexcoders] Re: flex builder 3 on os x very very slow in debug mode

2008-03-25 Thread Josh McDonald
If it happens in both FF and Safari, the bug is most likely in OS X or Flash
/ Flex (or all three), so I don't see Opera helping. IE5 might though, as it
runs in Rosetta. Can you get the latest player on PowerPC?

-J

On Wed, Mar 26, 2008 at 3:14 AM, Willy Ci [EMAIL PROTECTED] wrote:

   or  you can try Opera,
 if that still give you problem I think IE 5 is your lost hope.

 Willy



 On Mon, Mar 24, 2008 at 7:07 PM, Josh McDonald [EMAIL PROTECTED] wrote:

There's definitely some problems with the debug flash player on OS X.
  I get hard lockups (nothing but the mouse working, not a kpanic) several
  times a week, in Safari and Firefox.
 
  -J
 
   On Mon, Mar 24, 2008 at 11:43 PM, Willy Ci [EMAIL PROTECTED] wrote:
 
 thank, just tried with Safari, much faster now.
   I am using FireFox 2.0.0.12 and FP 9,0,115,0
  
   Willy
  
  
  
   On Sun, Mar 23, 2008 at 10:36 PM, Mike Morearty 
   [EMAIL PROTECTED] wrote:
  
  I am have not seen this problem. What browser are you debugging
with? Try a different
one -- e.g. if you are debugging with a different one -- e.g. if you
are using Safari, try
debugging with Firefox, or vice versa. Let me know if that helps.
   
- Mike Morearty, Adobe Flex Builder team
   
   
--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
Willy Ci [EMAIL PROTECTED] wrote:

 hi ,

 does anyone else having this problem?
 I just install flex builder 3 on my mac book pro, (use to have
flex builder
 2, works fine)
 everything works fine, but if I try go into debug,
 the flex builder just went very very slow, a lot of times I have
to do the
 hard reboot

 is there anyway I can fix this? like change the memory in plist?

 thanks

 --
 Willy
   
   
  
  
   --
   Willy
   617-606-3437
  
   --
   maybe today is a good day to write some code,
   hold on, late me take a nap first ... Zzzz
  
   Q: How do you spell google?
   A: Why don't you google it?
   --
  
  
 
 
 
  --
  Therefore, send not to know For whom the bell tolls, It tolls for
  thee.
 
  :: Josh 'G-Funk' McDonald
  :: 0437 221 380 :: [EMAIL PROTECTED]
 



 --
 Willy
 617-606-3437

 --
 maybe today is a good day to write some code,
 hold on, late me take a nap first  ... Zzzz

 Q: How do you spell google?
 A: Why don't you google it?
 --
  




-- 
Therefore, send not to know For whom the bell tolls, It tolls for thee.

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]


Re: [flexcoders] Re: flex builder 3 on os x very very slow in debug mode

2008-03-24 Thread Willy Ci
thank, just tried with Safari, much faster now.
I am using FireFox 2.0.0.12 and FP 9,0,115,0

Willy


On Sun, Mar 23, 2008 at 10:36 PM, Mike Morearty [EMAIL PROTECTED]
wrote:

   I am have not seen this problem. What browser are you debugging with?
 Try a different
 one -- e.g. if you are debugging with a different one -- e.g. if you are
 using Safari, try
 debugging with Firefox, or vice versa. Let me know if that helps.

 - Mike Morearty, Adobe Flex Builder team


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Willy
 Ci [EMAIL PROTECTED] wrote:
 
  hi ,
 
  does anyone else having this problem?
  I just install flex builder 3 on my mac book pro, (use to have flex
 builder
  2, works fine)
  everything works fine, but if I try go into debug,
  the flex builder just went very very slow, a lot of times I have to do
 the
  hard reboot
 
  is there anyway I can fix this? like change the memory in plist?
 
  thanks
 
  --
  Willy

  




-- 
Willy
617-606-3437

--
maybe today is a good day to write some code,
hold on, late me take a nap first ... Zzzz

Q: How do you spell google?
A: Why don't you google it?
--


Re: [flexcoders] Re: flex builder 3 on os x very very slow in debug mode

2008-03-24 Thread Josh McDonald
There's definitely some problems with the debug flash player on OS X. I get
hard lockups (nothing but the mouse working, not a kpanic) several times a
week, in Safari and Firefox.

-J

On Mon, Mar 24, 2008 at 11:43 PM, Willy Ci [EMAIL PROTECTED] wrote:

   thank, just tried with Safari, much faster now.
 I am using FireFox 2.0.0.12 and FP 9,0,115,0

 Willy



 On Sun, Mar 23, 2008 at 10:36 PM, Mike Morearty [EMAIL PROTECTED]
 wrote:

I am have not seen this problem. What browser are you debugging with?
  Try a different
  one -- e.g. if you are debugging with a different one -- e.g. if you are
  using Safari, try
  debugging with Firefox, or vice versa. Let me know if that helps.
 
  - Mike Morearty, Adobe Flex Builder team
 
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Willy
  Ci [EMAIL PROTECTED] wrote:
  
   hi ,
  
   does anyone else having this problem?
   I just install flex builder 3 on my mac book pro, (use to have flex
  builder
   2, works fine)
   everything works fine, but if I try go into debug,
   the flex builder just went very very slow, a lot of times I have to do
  the
   hard reboot
  
   is there anyway I can fix this? like change the memory in plist?
  
   thanks
  
   --
   Willy
 
 


 --
 Willy
 617-606-3437

 --
 maybe today is a good day to write some code,
 hold on, late me take a nap first ... Zzzz

 Q: How do you spell google?
 A: Why don't you google it?
 --
  




-- 
Therefore, send not to know For whom the bell tolls, It tolls for thee.

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]


Re: [flexcoders] Re: Flex Builder 3 vs SDK and Charting

2008-03-06 Thread Tom Chiverton
On Wednesday 05 Mar 2008, Matt Chotin wrote:
In Flex 2, Charting was licensed per-machine (i.e. you'd need a licence for
the dev and the build boxes). Is this now different for data vis. in Flex 3
 You know what, you're right.  We had thought about trying to make the
 distinction in this version but then realized that it complicated the
 license language a whole lot and  didn't think enough people would have a
 problem paying for their server license to make it worth trying to adjust. 
 I had to go find my old notes to remember this.  You cannot imagine how
 many hours were spent on the license :-)

OK, which bit is right then :-)
a) A Flex 3 data vis. licence is per-machine, you need one for your dev. box 
and one for your build server, just like Flex 2 charting.
b) A Flex 3 data vis. licence is shareable, you can reuse the one from your 
dev. box on your build server, but no where else.
c) A Flex 3 data vis. licence is a site licence, and can be reused on as many 
machines on one site as needed.

My bet is a), right ?

-- 
Tom Chiverton, IANAL even though I work with them



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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  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] Re: Flex Builder 3 vs SDK and Charting

2008-03-06 Thread Matt Chotin
(a) is correct.


On 3/6/08 1:58 AM, Tom Chiverton [EMAIL PROTECTED] wrote:

On Wednesday 05 Mar 2008, Matt Chotin wrote:
In Flex 2, Charting was licensed per-machine (i.e. you'd need a licence for
the dev and the build boxes). Is this now different for data vis. in Flex 3
 You know what, you're right.  We had thought about trying to make the
 distinction in this version but then realized that it complicated the
 license language a whole lot and  didn't think enough people would have a
 problem paying for their server license to make it worth trying to adjust.
 I had to go find my old notes to remember this.  You cannot imagine how
 many hours were spent on the license :-)

OK, which bit is right then :-)
a) A Flex 3 data vis. licence is per-machine, you need one for your dev. box
and one for your build server, just like Flex 2 charting.
b) A Flex 3 data vis. licence is shareable, you can reuse the one from your
dev. box on your build server, but no where else.
c) A Flex 3 data vis. licence is a site licence, and can be reused on as many
machines on one site as needed.

My bet is a), right ?

--
Tom Chiverton, IANAL even though I work with them



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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  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






Re: [flexcoders] Re: Flex Builder 3 vs SDK and Charting

2008-03-05 Thread Tom Chiverton
On Tuesday 04 Mar 2008, Matt Chotin wrote:
 We wrote the license to allow you to copy the dataviz.swc and a valid
 serial from one of your developer machines onto the build machine.  So
 assuming your developers have FB Pro and are set, your build machine will
 be fine too.

Oh.
In Flex 2, Charting was licensed per-machine (i.e. you'd need a licence for 
the dev and the build boxes). Is this now different for data vis. in Flex 3 
then ?

-- 
Tom Chiverton
Helping to confidentially market world-class niches
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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  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] Re: Flex Builder 3 vs SDK and Charting

2008-03-05 Thread Matt Chotin
You know what, you're right.  We had thought about trying to make the 
distinction in this version but then realized that it complicated the license 
language a whole lot and  didn't think enough people would have a problem 
paying for their server license to make it worth trying to adjust.  I had to go 
find my old notes to remember this.  You cannot imagine how many hours were 
spent on the license :-)

Matt


On 3/5/08 2:44 AM, Tom Chiverton [EMAIL PROTECTED] wrote:

On Tuesday 04 Mar 2008, Matt Chotin wrote:
 We wrote the license to allow you to copy the dataviz.swc and a valid
 serial from one of your developer machines onto the build machine.  So
 assuming your developers have FB Pro and are set, your build machine will
 be fine too.

Oh.
In Flex 2, Charting was licensed per-machine (i.e. you'd need a licence for
the dev and the build boxes). Is this now different for data vis. in Flex 3
then ?

--
Tom Chiverton
Helping to confidentially market world-class niches
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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  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






Re: [flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-05 Thread Troy Gilbert
 Did you check whether or not:
  Menu:
  Project ---
  build Automatically is checked?

Like I said, I've been developing with Flex for the last 18 months...
I'm very aware of build automatically, clean and all of their
implications. It's definitely a bug in the caches...

Troy.


Re: [flexcoders] Re: Flex Builder complaint

2008-03-04 Thread Tom Chiverton
On Monday 03 Mar 2008, Paul Decoursey wrote:
 I'm sorry, but nobody even regarded it as an issue.  

I suggested you should log it as a bug, actually, because it clearly *is* an 
issue.

-- 
Tom Chiverton, am I holding the right end of the stick now ?



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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  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] Re: Flex Builder 3 vs SDK and Charting

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, krieger824 wrote:
 But from the sound of it, it's either all or nothing (figuratively
 speaking of course, since the SDK is far from nothing)? I'm assuming
 it would be breaking the license agreement if one of the developers
 copied his dataviz package to the build machine?

You could have the developer use one with no license (i.e. the watermarking is 
still there) and the build box could be given the license.

-- 
Tom Chiverton
Helping to appropriately cultivate integrated initiatives
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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  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] Re: Flex Builder 3 + Eclipse plugins vs. MyEclipse + FB3 plugin?

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, gers32 wrote:
 So any way I look at it, I'll have to reinstall plugins...

No help right now, but : 
http://rachaelandtom.info/content/how-make-your-eclipse-plugin-list-survive-eclipse-upgrade

-- 
Tom Chiverton
Helping to carefully network eigth-generation patterns
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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  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] Re: Flex Builder 3 vs SDK and Charting

2008-03-04 Thread Matt Chotin
We wrote the license to allow you to copy the dataviz.swc and a valid serial 
from one of your developer machines onto the build machine.  So assuming your 
developers have FB Pro and are set, your build machine will be fine too.

Matt


On 3/4/08 6:36 AM, krieger824 [EMAIL PROTECTED] wrote:





I think I was a bit unclear in my question. What I meant to ask was if
there was a way to get the charting libraries without also purchasing
the full Flex Builder. We have several Flex developers on the team who
are using FB, but our entire codebase (which contains other
technologies as well) is built nightly by a build machine. I was
trying to find out if it's possible to obtain a separate license just
for the datavisualization package, to be used with the SDK, on the
build machine.

But from the sound of it, it's either all or nothing (figuratively
speaking of course, since the SDK is far from nothing)? I'm assuming
it would be breaking the license agreement if one of the developers
copied his dataviz package to the build machine?

Thanks,

oliver

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com , 
Matt Chotin [EMAIL PROTECTED] wrote:

 Yes, if you install FB Pro you can then copy the
datavisualization.swc into your SDK, apply your FB Pro serial number
in flex-config (or on the command-line) and away you go.

 Matt


 On 3/3/08 9:02 PM, Beau Scott [EMAIL PROTECTED] wrote:





 You just have to include the charting SWC in your lib path (either
the command line option or your custom flex-config.xml file) and make
sure your charting and fb3 license code are in your flex-config.xml file.

 Beau



 From: flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com  
 [mailto:flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com ]
On Behalf Of krieger824
 Sent: Monday, March 03, 2008 6:38 PM
 To: flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com
 Subject: [flexcoders] Re: Flex Builder 3 vs SDK and Charting


 Hi Matt,

 since you said that the charting libraries only come with Flex 3 Pro,
 is there a command-line only version of Flex 3 Pro available? And if
 not, does this mean it will not be possible to compile any charting
 projects without installing Flex Builder? I tried to look for an
 add-on package similar to the way it was done in Flex 2, but didn't
 seem to be able to find a download link.

 Thanks,
 oliver

 --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com
, Matt Chotin mchotin@ wrote:
 
  Hi,
 
  Flex SDK does not include charting functionality on its own. Flex
 Builder Pro is what provides charting as of Flex 3, and that charting
 has been improved since Flex 2 with new features such as the Advanced
 DataGrid, data-oriented graphics API, etc.
 
  Matt
 
 
  On 2/27/08 8:59 AM, Troy Gilbert troy.gilbert@ wrote:
 
 
 
 
 
It states that the Flex 3 SDK has more charting capabilities
 than the Flex
Builder 3.
 
  I came across with the same impression. AFAIK, the Flex SDK and Flex
  Builder 3 Standard have the same capabilities (since Flex Builder 3
  Standard uses the SDK!), and I believe Flex Builder 3 Pro has some
  additional capabilities, which I assume to be design view related or
  wizards, in regards to charting. Of course, my expectation until I saw
  that was that the Flex SDK stand-alone (free) doesn't include any
  charting, but who knows...
 
  I'd chalk it up to bad writing/marketing...
 
  Troy.
 



 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.516 / Virus Database: 269.21.3/1308 - Release Date:
3/3/2008 10:01 AM


 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.5.516 / Virus Database: 269.21.3/1308 - Release Date:
3/3/2008 10:01 AM






Re: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-03 Thread Oleg Filipchuk
Guyz,
there are still holes in licence.jar in particular sdks -
sdks\3.0.0\lib\license.jar and sdks\2.0.1\lib\license.jar.
I guess that Adobe Flex engineers could implement better way to secure their
work.


-- 
Best regards,
Oleg Filipchuk


Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Andrews
- Original Message - 
From: Paul Decoursey [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, March 03, 2008 4:27 PM
Subject: Re: [flexcoders] Re: Flex Builder complaint


 Did you read the thread... I had backups.  It's a bug.  When you
 import any other project into eclipse or Flex builder it doesn't
 delete files from your project as part of the import.  The reason I
 bring it up isn't because I'm a baby, it's because I have a legitimate
 concern.  Does this behavior happen if I import a project into my
 workspace that was created with the same version?  I don't think just
 saying, oh keep backups, use source control or whatever is a solution,
 an application shouldn't be deleting files without telling you.  If
 you have nothing to offer the conversation then shut up!

Well, politeness costs nothing, does it?

I think most people would regard the problem as a minor issue, which has 
been the opinion offered but ungratefully received.

Paul

 On Mar 3, 2008, at 9:29 AM, Damien Legros wrote:

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

 Why did you respond then?   Why am I responding now?



 Stop complaining, you imported an existing project to a new program
 version without making a backup first, it's all your fault.



Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Decoursey
Did you read the thread... I had backups.  It's a bug.  When you  
import any other project into eclipse or Flex builder it doesn't  
delete files from your project as part of the import.  The reason I  
bring it up isn't because I'm a baby, it's because I have a legitimate  
concern.  Does this behavior happen if I import a project into my  
workspace that was created with the same version?  I don't think just  
saying, oh keep backups, use source control or whatever is a solution,  
an application shouldn't be deleting files without telling you.  If  
you have nothing to offer the conversation then shut up!



On Mar 3, 2008, at 9:29 AM, Damien Legros wrote:

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

 Why did you respond then?   Why am I responding now?



 Stop complaining, you imported an existing project to a new program
 version without making a backup first, it's all your fault.





Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Fidel Viegas
On Mon, Mar 3, 2008 at 5:27 PM, Paul Decoursey [EMAIL PROTECTED] wrote:

 Did you read the thread... I had backups. It's a bug. When you
  import any other project into eclipse or Flex builder it doesn't
  delete files from your project as part of the import. The reason I
  bring it up isn't because I'm a baby, it's because I have a legitimate
  concern. Does this behavior happen if I import a project into my
  workspace that was created with the same version? I don't think just
  saying, oh keep backups, use source control or whatever is a solution,
  an application shouldn't be deleting files without telling you. If
  you have nothing to offer the conversation then shut up!

Please guys, let's not start a fight here. This group has been so
quite and people have been so nice, that it is kind of sad to see
behaviours such as these. Everyone of us have their tempers, but we
should respect each others.

We shouldn't be telling other people in here to shut up. We should be
more respectful.

Let's be cool guys. I am sure this problem will be resolved some time
soon. There may be other priorities ahead of it, but that doesn't mean
that it is not going to be resolved.

Hope you guys cool down.

All the best,

Fidel.


Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Decoursey
I'm sorry, but nobody even regarded it as an issue.  I only responded  
with rudeness when it was forced upon me.


On Mar 3, 2008, at 10:32 AM, Paul Andrews wrote:

 - Original Message -
 From: Paul Decoursey [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, March 03, 2008 4:27 PM
 Subject: Re: [flexcoders] Re: Flex Builder complaint


 Did you read the thread... I had backups.  It's a bug.  When you
 import any other project into eclipse or Flex builder it doesn't
 delete files from your project as part of the import.  The reason I
 bring it up isn't because I'm a baby, it's because I have a  
 legitimate
 concern.  Does this behavior happen if I import a project into my
 workspace that was created with the same version?  I don't think just
 saying, oh keep backups, use source control or whatever is a  
 solution,
 an application shouldn't be deleting files without telling you.  If
 you have nothing to offer the conversation then shut up!

 Well, politeness costs nothing, does it?

 I think most people would regard the problem as a minor issue, which  
 has
 been the opinion offered but ungratefully received.

 Paul

 On Mar 3, 2008, at 9:29 AM, Damien Legros wrote:

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

 Why did you respond then?   Why am I responding now?



 Stop complaining, you imported an existing project to a new program
 version without making a backup first, it's all your fault.





Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Decoursey
You are right, I am sorry.  I've been under a lot of stress.  I had  
committed myself to a project utilizing papervision that also depends  
on code that has yet to be realized in any adequate form and  
unfortunately is beyond the scope of the project yet I need it to get  
it done.  Little things set me off and my true self comes out when it  
shouldn't (I am in fact evil).  And since I have not given or received  
anything of value from this group in a while, emphasis on given.  I'm  
going to pull out for a while.  It's a distraction that you don't need.


On Mar 3, 2008, at 10:36 AM, Fidel Viegas wrote:

 On Mon, Mar 3, 2008 at 5:27 PM, Paul Decoursey [EMAIL PROTECTED]  
 wrote:

 Did you read the thread... I had backups. It's a bug. When you
 import any other project into eclipse or Flex builder it doesn't
 delete files from your project as part of the import. The reason I
 bring it up isn't because I'm a baby, it's because I have a  
 legitimate
 concern. Does this behavior happen if I import a project into my
 workspace that was created with the same version? I don't think just
 saying, oh keep backups, use source control or whatever is a  
 solution,
 an application shouldn't be deleting files without telling you. If
 you have nothing to offer the conversation then shut up!

 Please guys, let's not start a fight here. This group has been so
 quite and people have been so nice, that it is kind of sad to see
 behaviours such as these. Everyone of us have their tempers, but we
 should respect each others.

 We shouldn't be telling other people in here to shut up. We should be
 more respectful.

 Let's be cool guys. I am sure this problem will be resolved some time
 soon. There may be other priorities ahead of it, but that doesn't mean
 that it is not going to be resolved.

 Hope you guys cool down.

 All the best,

 Fidel.


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






RE: [flexcoders] Re: Flex Builder 3 vs SDK and Charting

2008-03-03 Thread Beau Scott
You just have to include the charting SWC in your lib path (either the
command line option or your custom flex-config.xml file) and make sure your
charting and fb3 license code are in your flex-config.xml file.

 

Beau

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of krieger824
Sent: Monday, March 03, 2008 6:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Builder 3 vs SDK and Charting

 

Hi Matt,

since you said that the charting libraries only come with Flex 3 Pro,
is there a command-line only version of Flex 3 Pro available? And if
not, does this mean it will not be possible to compile any charting
projects without installing Flex Builder? I tried to look for an
add-on package similar to the way it was done in Flex 2, but didn't
seem to be able to find a download link. 

Thanks,
oliver

--- In HYPERLINK
mailto:flexcoders%40yahoogroups.comflexcoders@yahoogroups.com, Matt Chotin
[EMAIL PROTECTED] wrote:

 Hi,
 
 Flex SDK does not include charting functionality on its own. Flex
Builder Pro is what provides charting as of Flex 3, and that charting
has been improved since Flex 2 with new features such as the Advanced
DataGrid, data-oriented graphics API, etc.
 
 Matt
 
 
 On 2/27/08 8:59 AM, Troy Gilbert [EMAIL PROTECTED] wrote:
 
 
 
 
 
   It states that the Flex 3 SDK has more charting capabilities
than the Flex
   Builder 3.
 
 I came across with the same impression. AFAIK, the Flex SDK and Flex
 Builder 3 Standard have the same capabilities (since Flex Builder 3
 Standard uses the SDK!), and I believe Flex Builder 3 Pro has some
 additional capabilities, which I assume to be design view related or
 wizards, in regards to charting. Of course, my expectation until I saw
 that was that the Flex SDK stand-alone (free) doesn't include any
 charting, but who knows...
 
 I'd chalk it up to bad writing/marketing...
 
 Troy.


 

 

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.3/1308 - Release Date: 3/3/2008
10:01 AM


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.21.3/1308 - Release Date: 3/3/2008
10:01 AM
 

image001.jpgimage002.jpg

Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Matt Chotin
I guess I'm sorry I didn't jump into this thread sooner.  Easy folks.

Certainly sounds like Paul D ran into a bug and I hope will file it.  When Flex 
Builder is switching SDKs for a project it should pop a warning saying that 
templates are going to be removed and replaced and the bin folder will be 
cleared.  I don't know if the same warning appears when importing a project (or 
if we even do the actual replace).  If there is no warning dialog before we 
make changes that would certainly be a bug and it should be filed.

Matt


On 3/3/08 8:53 AM, Paul Decoursey [EMAIL PROTECTED] wrote:





You are right, I am sorry.  I've been under a lot of stress.  I had
committed myself to a project utilizing papervision that also depends
on code that has yet to be realized in any adequate form and
unfortunately is beyond the scope of the project yet I need it to get
it done.  Little things set me off and my true self comes out when it
shouldn't (I am in fact evil).  And since I have not given or received
anything of value from this group in a while, emphasis on given.  I'm
going to pull out for a while.  It's a distraction that you don't need.

On Mar 3, 2008, at 10:36 AM, Fidel Viegas wrote:

 On Mon, Mar 3, 2008 at 5:27 PM, Paul Decoursey [EMAIL PROTECTED] 
 mailto:paul%40decoursey.netmailto:paul%40decoursey.net 
 wrote:

 Did you read the thread... I had backups. It's a bug. When you
 import any other project into eclipse or Flex builder it doesn't
 delete files from your project as part of the import. The reason I
 bring it up isn't because I'm a baby, it's because I have a
 legitimate
 concern. Does this behavior happen if I import a project into my
 workspace that was created with the same version? I don't think just
 saying, oh keep backups, use source control or whatever is a
 solution,
 an application shouldn't be deleting files without telling you. If
 you have nothing to offer the conversation then shut up!

 Please guys, let's not start a fight here. This group has been so
 quite and people have been so nice, that it is kind of sad to see
 behaviours such as these. Everyone of us have their tempers, but we
 should respect each others.

 We shouldn't be telling other people in here to shut up. We should be
 more respectful.

 Let's be cool guys. I am sure this problem will be resolved some time
 soon. There may be other priorities ahead of it, but that doesn't mean
 that it is not going to be resolved.

 Hope you guys cool down.

 All the best,

 Fidel.


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








Re: [flexcoders] Re: Flex Builder 3 vs SDK and Charting

2008-03-03 Thread Matt Chotin
Yes, if you install FB Pro you can then copy the datavisualization.swc into 
your SDK, apply your FB Pro serial number in flex-config (or on the 
command-line) and away you go.

Matt


On 3/3/08 9:02 PM, Beau Scott [EMAIL PROTECTED] wrote:





You just have to include the charting SWC in your lib path (either the command 
line option or your custom flex-config.xml file) and make sure your charting 
and fb3 license code are in your flex-config.xml file.

Beau



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
krieger824
Sent: Monday, March 03, 2008 6:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Builder 3 vs SDK and Charting


Hi Matt,

since you said that the charting libraries only come with Flex 3 Pro,
is there a command-line only version of Flex 3 Pro available? And if
not, does this mean it will not be possible to compile any charting
projects without installing Flex Builder? I tried to look for an
add-on package similar to the way it was done in Flex 2, but didn't
seem to be able to find a download link.

Thanks,
oliver

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com , 
Matt Chotin [EMAIL PROTECTED] wrote:

 Hi,

 Flex SDK does not include charting functionality on its own. Flex
Builder Pro is what provides charting as of Flex 3, and that charting
has been improved since Flex 2 with new features such as the Advanced
DataGrid, data-oriented graphics API, etc.

 Matt


 On 2/27/08 8:59 AM, Troy Gilbert [EMAIL PROTECTED] wrote:





   It states that the Flex 3 SDK has more charting capabilities
than the Flex
   Builder 3.

 I came across with the same impression. AFAIK, the Flex SDK and Flex
 Builder 3 Standard have the same capabilities (since Flex Builder 3
 Standard uses the SDK!), and I believe Flex Builder 3 Pro has some
 additional capabilities, which I assume to be design view related or
 wizards, in regards to charting. Of course, my expectation until I saw
 that was that the Flex SDK stand-alone (free) doesn't include any
 charting, but who knows...

 I'd chalk it up to bad writing/marketing...

 Troy.




No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.3/1308 - Release Date: 3/3/2008 10:01 
AM


No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.3/1308 - Release Date: 3/3/2008 10:01 
AM







Re: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-03 Thread Matt Chotin
Removing license.jar means you won't be able to remove the charting watermark 
if you choose to go Pro.

I'm sure there are holes in license.jar, just like there are holes in any 
licensing system.  We do what we think is reasonable and then trust that most 
folks will be honorable and pay for their license (or receive a license through 
otherwise legitimate means).

Matt


On 3/3/08 7:08 AM, andrii_olefirenko [EMAIL PROTECTED] wrote:





I guess Adobe Flex engineers did better work protecting their stuff by
making it open source :)
as for sdks\3.0.0\lib\license.jar - i've just deleted this jar and my
laptop didn't blow up - am I chosen one?...

Andrii Olefirenko

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com , 
Oleg Filipchuk [EMAIL PROTECTED]
wrote:

 Guyz,
 there are still holes in licence.jar in particular sdks -
 sdks\3.0.0\lib\license.jar and sdks\2.0.1\lib\license.jar.
 I guess that Adobe Flex engineers could implement better way to
secure their
 work.


 --
 Best regards,
 Oleg Filipchuk






Re: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-01 Thread Sherif Abdou
and then there is always the education version too



- Original Message 
From: ben.clinkinbeard [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Saturday, March 1, 2008 10:56:45 PM
Subject: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

U. There is a 60 day trial available from the Adobe site. Install
it and start saving your money so you can buy it in 2 months.

--- In [EMAIL PROTECTED] ups.com, devang solanki devang.flex@ ...
wrote:

 Dear Friends
 
 if any one have flex builder 3.0 serial no or crack, then please
forward to
 me, i need it
 
 Regards
 Devang



 


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

Re: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-01 Thread Doug McCune
Oooh, that's right, the dude is the owner of Magic Legs Martial Arts
Academy. You think that academy qualifies for the education discount?
http://www.linkedin.com/in/dangeoruskicker


On 3/1/08, Sherif Abdou [EMAIL PROTECTED] wrote:

   and then there is always the education version too

 - Original Message 
 From: ben.clinkinbeard [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Saturday, March 1, 2008 10:56:45 PM
 Subject: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

  U. There is a 60 day trial available from the Adobe site. Install
 it and start saving your money so you can buy it in 2 months.

 --- In [EMAIL PROTECTED] ups.com flexcoders%40yahoogroups.com, devang
 solanki devang.flex@ ...
 wrote:
 
  Dear Friends
 
  if any one have flex builder 3.0 serial no or crack, then please
 forward to
  me, i need it
 
  Regards
  Devang
 



 --
 Looking for last minute shopping deals? Find them fast with Yahoo! 
 Search.http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping

  



Re: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-01 Thread devang solanki
Thank you so much for your comments

i all ready have flex builder 2.0 serial no, but its not working with flex
builder 3.0, regarding that if any one guide me.

how to go for education version ?

Regards
Devang

On Sun, Mar 2, 2008 at 10:37 AM, Doug McCune [EMAIL PROTECTED] wrote:

   Oooh, that's right, the dude is the owner of Magic Legs Martial Arts
 Academy. You think that academy qualifies for the education discount?
 http://www.linkedin.com/in/dangeoruskicker


 On 3/1/08, Sherif Abdou [EMAIL PROTECTED] wrote:
 
 and then there is always the education version too
 
  - Original Message 
  From: ben.clinkinbeard [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Saturday, March 1, 2008 10:56:45 PM
  Subject: [flexcoders] Re: Flex Builder 3.0 Serial No. Need
 
   U. There is a 60 day trial available from the Adobe site. Install
  it and start saving your money so you can buy it in 2 months.
 
  --- In [EMAIL PROTECTED] ups.com flexcoders%40yahoogroups.com,
  devang solanki devang.flex@ ...
  wrote:
  
   Dear Friends
  
   if any one have flex builder 3.0 serial no or crack, then please
  forward to
   me, i need it
  
   Regards
   Devang
  
 
 
 
  --
  Looking for last minute shopping deals? Find them fast with Yahoo!
  Search.http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping
 
 
 



Re: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-01 Thread Sherif Abdou
http://www.flexregistration.com/
they take like 1 or 2 days to send hyou a key


- Original Message 
From: devang solanki [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Saturday, March 1, 2008 11:35:08 PM
Subject: Re: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

Thank you so much for your comments
 
i all ready have flex builder 2.0 serial no, but its not working with flex 
builder 3.0, regarding that if any one guide me. 
 
how to go for education version ?
 
Regards
Devang


On Sun, Mar 2, 2008 at 10:37 AM, Doug McCune [EMAIL PROTECTED] com wrote:

Oooh, that's right, the dude is the owner of Magic Legs Martial Arts Academy. 
You think that academy qualifies for the education discount? 
http://www.linkedin .com/in/dangeoru skicker 




On 3/1/08, Sherif Abdou [EMAIL PROTECTED] com wrote: 
and then there is always the education version too 



- Original Message 
From: ben.clinkinbeard ben.clinkinbeard@ gmail.com
To: [EMAIL PROTECTED] ups.com
Sent: Saturday, March 1, 2008 10:56:45 PM
Subject: [flexcoders] Re: Flex Builder 3.0 Serial No. Need


U. There is a 60 day trial available from the Adobe site. Install
it and start saving your money so you can buy it in 2 months.

--- In [EMAIL PROTECTED] ups.com, devang solanki devang.flex@ ...
wrote:

 Dear Friends
 
 if any one have flex builder 3.0 serial no or crack, then please
forward to
 me, i need it
 
 Regards
 Devang








Looking for last minute shopping deals? Find them fast with Yahoo! Search. 




 


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


Re: [flexcoders] Re: Flex Builder 3 beta 3 licence

2007-12-14 Thread Tom Chiverton
On Thursday 13 Dec 2007, Josh McDonald wrote:
 Put your flex 2 serials into the .properties file in sdk/frameworks and
 target flex2 sdk? 

That's the problem, maybe you are using stuff from the Flex 3 only Data 
Visualisation (i.e. what Flex 2's charting is now called).

-- 
Tom Chiverton
Helping to vitalistically deploy back-end meta-services
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 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  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] Re: Flex Builder 3 beta 3 licence

2007-12-14 Thread Matt Chotin
If you are in a position where you absolutely need the watermark to be
removed during this beta you can mail me off-list.

 

Matt

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of frank_sommers
Sent: Thursday, December 13, 2007 6:36 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Builder 3 beta 3 licence

 

Well, is there an official word on this from Adobe? We have a Flex
Charting license, and I'd 
love to download FlexBuilder Beta 3, but we use the charting components
so I can't have 
the watermarks show on them. 

It'd be great if someone from Adobe could clarify this: Can we use the
existing charting 
license in FlexBuilder 3 beta 3 without the watermarks showing up? 

Thanks, 

-- Frank

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Josh McDonald [EMAIL PROTECTED] wrote:

 Put your flex 2 serials into the .properties file in sdk/frameworks
and
 target flex2 sdk? Works for me but I'm still on beta2, so ymmv.
 
 -Josh
 
 

 



RE: [flexcoders] Re: Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread Matt Chotin
This beta is primarily bug fixes.  If you look in the bug tracker you
would want to see bugs fixed in the SDK Moxie M3 (Zero) Milestone.

 

Matt

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of mcaplan_labnet
Sent: Thursday, December 13, 2007 5:15 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Builder 3 public beta 3 on Labs

 

How can I find a changelog for Beta 3, especially the SDK? Would the
best place to go be the bug tracker, and if so, what milestone should
I be looking under?

Thanks,

Mike

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

 On Thursday 13 Dec 2007, johantrax wrote:
  http://labs.adobe.com/technologies/flex/flexbuilder3/
 
 Is it me, or are the framework_3.0.189154.swf rsl files missing ?
 
 -- 
 Tom Chiverton
 Helping to paradigmatically fashion six-generation e-business
 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 Halliwells LLP, 3 Hardman Square, Spinningfields,
Manchester, M3 3EB. 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.


 



Re: [flexcoders] Re: Flex Builder 3 beta 3 licence

2007-12-13 Thread Josh McDonald
Put your flex 2 serials into the .properties file in sdk/frameworks and
target flex2 sdk? Works for me but I'm still on beta2, so ymmv.

-Josh

On Dec 14, 2007 6:37 AM, windsail05 [EMAIL PROTECTED] wrote:

   Unfortunately, I have tried the charting serial too without any luck.

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Corey
 Smaller [EMAIL PROTECTED]

 wrote:
 
  i found the watermark goes away when you use your Flex 2 serial for
  chrating (the charting serial is diff) it worked for me
 
 
 
 
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 windsail05 asawilliams@ wrote:
  
   Yes, the question of why the serials will not work was answered,
 but
   there is still the issue of the watermark on the charts.
  
   --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 Patrick Driggett pdriggett@
   wrote:
   
I think this was just answered like 3 e-mails ago in the last half
   hour or so.
   
This is probably the last Beta and with release looming they are
   clamping down.
   
On Dec 13, 2007 2:27 PM, windsail05 asawilliams@ wrote:






 In FB3 beta 2 you are able to enter your serial numbers from
  FB2, but
 in beta 3 you are not(says invalid number) and you get the
 funky
 watermark in the background. Does anyone know why or how?


   
  
 

  




-- 
This is crazy! Why are we talking about going to bed with Wilma
Flintstone... She'll never leave Fred and we know it. 

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]


Re: [flexcoders] Re: flex builder 3 profiler. which player?

2007-12-07 Thread aaron smith
Thanks! That was it. It works now.

On Dec 6, 2007 1:22 PM, Mike Morearty [EMAIL PROTECTED] wrote:

   The one to use is the one in the Player subdirectory of Flex Builder
 -- e.g.

 /Application/Adobe Flex Builder 3/Player/mac/Install Flash Player 9 UB.dmg

 If that doesn't work, try one from
 http://www.adobe.com/support/flashplayer/downloads.html -- those
 should work too (now that Flash Player 9,0,115,0 was released the
 other day).

 - Mike Morearty, Adobe Flex Builder team

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, aaron
 smith

 [EMAIL PROTECTED] wrote:
 
  I can't figure out which player to use for the flex 3 profiler. I've
  downloaded the latest flex3sdk and installed
  runtimes/players/mac/install...dmg. Do I need a special version of
 the debug
  player? dah. I've also tried it with 9.0.47 debug, but i always the
 get the
  connect to debugger popup which won't ever connect to localhost. Any
  ideas?
 

  



RE: [flexcoders] Re: flex builder 3 profiler. which player?

2007-12-06 Thread Jim Hayes
Mike is yesterdays (?) build of flashplayer (moviestar, the debug
version) reckoned to be OK to use with the current flexbuilder 3 beta?
I tend to be very cautious about updating my flash player, since I don't
like to introduce unnecessary unknowns.
Many thanks (no need for quick answer!),
Jim.
 
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Morearty
Sent: 06 December 2007 21:22
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: flex builder 3 profiler. which player?
 
The one to use is the one in the Player subdirectory of Flex Builder
-- e.g. 

/Application/Adobe Flex Builder 3/Player/mac/Install Flash Player 9
UB.dmg

If that doesn't work, try one from
http://www.adobe.com/support/flashplayer/downloads.html
http://www.adobe.com/support/flashplayer/downloads.html  -- those
should work too (now that Flash Player 9,0,115,0 was released the
other day).

- Mike Morearty, Adobe Flex Builder team

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, aaron smith
[EMAIL PROTECTED] wrote:

 I can't figure out which player to use for the flex 3 profiler. I've
 downloaded the latest flex3sdk and installed
 runtimes/players/mac/install...dmg. Do I need a special version of
the debug
 player? dah. I've also tried it with 9.0.47 debug, but i always the
get the
 connect to debugger popup which won't ever connect to localhost. Any
 ideas?

 

__
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] Re: Flex Builder 3 and Coldfusion 8 with LCDS

2007-10-31 Thread Tom Chiverton
On Friday 26 Oct 2007, [EMAIL PROTECTED] wrote:
 What wizard are you talking about?

The one in Flex Builder. Free trial.

-- 
Tom Chiverton
Helping to greatly benchmark value-added supply-chains
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 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 Builder 3 and Coldfusion 8 with LCDS

2007-10-31 Thread Randy Martin
There's an LCDS wizard in Flex Builder 3? I've been running FB3 for months,
and have not seen or read anything about an LCDS wizard.
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Wednesday, October 31, 2007 4:50 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex Builder 3 and Coldfusion 8 with LCDS

On Friday 26 Oct 2007, [EMAIL PROTECTED] wrote:
 What wizard are you talking about?

The one in Flex Builder. Free trial.

--
Tom Chiverton
Helping to greatly benchmark value-added supply-chains
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 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




No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.503 / Virus Database: 269.15.14/1100 - Release Date: 10/30/2007
6:26 PM
 



--
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 Builder 3 and Coldfusion 8 with LCDS

2007-10-31 Thread João Fernandes
the CFextensions which are provided with the FB installer they provide 
some basic wizards to generate Assemblers / DAO / VO from a table but 
they are rather limited.
While they can provide the needed files easily to have it running,  they 
aren't designed for production in my opinion.

-- 

João Fernandes

http://www.onflexwithcf.org
http://www.riapt.org



Re: [flexcoders] Re: Flex Builder 3 and Coldfusion 8 with LCDS

2007-10-25 Thread Tom Chiverton
On Thursday 25 Oct 2007, [EMAIL PROTECTED] wrote:
 Does anyone have an answer to this? Please. :)

Download the Builder trial and run the wizard ?

-- 
Tom Chiverton
Helping to quickly seize killer applications
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 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 Builder 3 and Coldfusion 8 with LCDS

2007-10-25 Thread Randy Martin
I'm talking about the LCDS that comes with CF8, the one you can opt to
install when you're doing the upgrade from CF7 to CF8.

What wizard are you talking about?
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Thursday, October 25, 2007 7:37 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex Builder 3 and Coldfusion 8 with LCDS

On Thursday 25 Oct 2007, [EMAIL PROTECTED] wrote:
 Does anyone have an answer to this? Please. :)

Download the Builder trial and run the wizard ?

--
Tom Chiverton
Helping to quickly seize killer applications
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 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




No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.503 / Virus Database: 269.15.10/1091 - Release Date: 10/24/2007
2:31 PM
 



--
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 Builder cannot locate the required debug version of the Flash Player

2007-10-22 Thread Thomas Spellman
I got this error when I upgraded my flash player to a newer version via the
adobe flash site.  I then had to get one of the newest debug flash plugins
from the adobe download site.  Now it works fine.

 

T

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Brian
Sent: Monday, October 22, 2007 10:43 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Builder cannot locate the required debug
version of the Flash Player

 

I'm having the same problem. I've installed Flex Builder 2.0.1. I
also had installed the SDK first, so I have the
%%FlexSDKInstall%%\player\debug\Install Flash Player 9.exe, which I
have also installed. I still get the same message:

C:\Program Files\Mozilla Firefox\plugins\NPSWF32.dll

Flex Builder cannot locate the required version of the Flash Player.
You may need to install Flash Player 9.0 or reinstall Flex Builder. Do
you want to try to run your application with the current version?

Any ideas?

Thanks

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,
seemaherein [EMAIL PROTECTED] wrote:

 Thanks to all for response.
 
 The thing is that we can't install anything from any external site.
 My Flex builder version is 2.0.1
 and flash player version is - 9.0.47.0
 
 I'm not sure what to do?
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,
Mike Morearty 
 mike.morearty@ wrote:
 
  You can also find the installer for the Flash player in the Player
  subdirectory of your Flex Builder installation.
  
  In fact, if you are running the Flex Builder 3 beta, then you should
  install the player from the Player directory, not the one from the
  official adobe.com download page. The reason for that is that the 
 one
  in the Player directory is the beta of a newer Flash player, with
  enhancements that are needed by the Flex Builder 3 debugger. The
  adobe.com download page has the latest publicly released player, not
  the beta player. (By the time Flex Builder ships, the new player 
 will
  of course be posted to the public download site.)
  
  - Mike Morearty, Adobe Flex Builder team
  
  
  --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, seemaherein seemaherein@ 
 wrote:
  
   Hi,
   
   when i try to run my application in debug mode - 
   
   I am getting the following error:
   
   C:\WINDOWS\system32\Macromed\Flash\Flash9d.ocx
   
   Flex Builder cannot locate the required debug version of the 
 Flash 
   Player. You may need to install the debug version of Flash Player 
 9.0 
   or reinstall Flex Builder. Do you want to try to debug with the 
 current 
   version?
   
   any thoughts 
  
 


 



Re: [flexcoders] Re: Flex Builder cannot locate the required debug version of the Flash Player

2007-10-17 Thread Tom Chiverton
On Wednesday 17 Oct 2007, [EMAIL PROTECTED] wrote:
 The thing is that we can't install anything from any external site.

How did you get Flex Builder installed then ?!?

 I'm not sure what to do?

USB stick and your home's network :-)

-- 
Tom Chiverton. Are you a great Flex programmer, who knows Cairngorm, and has 
done some ColdFusion work ? Would you like to work for a top 30 law firm in 
Manchester, UK ? Are not an agency ? If yes, send email !



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 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 builder 3 beta 2 always launching my app with debug player.

2007-10-16 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote:
 When compiling from the command line, how do we specify release vs.
 debug version? 

--debug

-- 
Tom Chiverton. Are you a great Flex programmer, who knows Cairngorm, and has 
done some ColdFusion work ? Would you like to work for a top 30 law firm in 
Manchester, UK ? Are not an agency ? If yes, send email !



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 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 builder 3 beta 2 always launching my app with debug player.

2007-10-05 Thread aaron smith
Thanks for the clarification.



On 10/4/07, Mike Morearty [EMAIL PROTECTED] wrote:

   Aaron, you can fix this by installing the new beta of the Flash player
 that came with the beta of Flex Builder.

 Here is a very long explanation, copied (and edited) from a post I
 just made on the Adobe forums:

 I wanted to clarify a couple of things about how this new model
 (creating a single debug swf, then exporting a release one later) works.

 1. If you install the (beta) Flash player that came with this Flex
 Builder beta, then you will NOT see the Where is the debugger
 dialog. The Flash Player and Flex Builder changes go hand-in-hand.
 Certainly I agree that with the Flash player's old behavior, having
 Flex Builder create only a debug swf would cause lots of problems;
 that's why we changed both. This means there will be a transition
 period during which some developers will have the old debugger-player
 installed, so they will see this message; that's unfortunate, but it
 won't last too long. But customers will never see it, because...

 2. Your customers will NOT need to upgrade their Flash player, because
 the release version of the Flash player -- the one that all your
 customers have -- never asks Where is the debugger. The old version
 didn't, and neither will the next one.

 To summarize: The only scenario where this is a problem is if you run
 (not debug) a debug swf in an older version of the debug player. It is
 not a problem for people who have the release player (almost all
 customers); it is not a problem for machines on which Flex Builder was
 installed with the default options, which includes installing the new
 debug Flash player.

 Some of the reasons we made this change:

 - Performance: It always helps to only have to link one swf instead of
 two during the edit/compile/debug cycle.

 - Filenames: There are several cases where the filename of the swf is
 important; with the new way, the filename of the swf is always the
 same. For example, if you are using modules, then you have to write this:

 mx:ModuleLoader url=MyModule.swf /

 But with the old model, you would have to write this during development:

 mx:ModuleLoader url=MyModule-debug.swf /

 ... and then change it before deployment. Yuck. So then people started
 using binding to work around this:

 mx:ModuleLoader url={mungeFilename('MyModule-debug.swf')} /

 where mungeFilename() tries to figure out the correct filename. A
 little less horrible than having the modify the filename before
 deployment, but still not pretty.

 I'm interested to hear what you think, and whether you think changes
 are still required even despite the above explanation. Thanks for
 trying the beta, we appreciate the feedback!

 - Mike Morearty, Adobe Flex Builder team

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, aaron
 smith
 [EMAIL PROTECTED] wrote:
 
  Sorry I'm not following you. Explain it to me again? Thanks.
 
 
 
  On 10/4/07, Sheriff [EMAIL PROTECTED] wrote:
  
   cause to speed up the compiling it only does debug untill you
 want to
   export then click project then export release version. So use
 debug to run
  
   - Original Message 
   From: aaron smith [EMAIL PROTECTED]
   To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
   Sent: Thursday, October 4, 2007 3:36:24 PM
   Subject: [flexcoders] flex builder 3 beta 2 always launching my
 app with
   debug player.
  
   Why is flex buildfe 3 beta 2 always launching my app with the debug
   player. I press the Run button, and I'm constantly prompted with the
   connect to debugger popup. Any ideas?
  
  
   --
   Need a vacation? Get great deals to amazing places
  
 
 http://us.rd.yahoo.com/evt=48256/*http://travel.yahoo.com/;_ylc=X3oDMTFhN2hucjlpBF9TAzk3NDA3NTg5BHBvcwM1BHNlYwNncm91cHMEc2xrA2VtYWlsLW5jbQ--
 on
   Yahoo! Travel.
  
  
  
 

  



Re: [flexcoders] Re: flex builder 3 beta 2 always launching my app with debug player.

2007-10-04 Thread superabe superabe
FWIW, I really like this new workflow...makes a lot of sense and really
speeds up compilation.
Most of my release builds use ANT anyway so I never really have a need to
run the release swf while I am in FBuilder

- superabe

On 10/4/07, Mike Morearty [EMAIL PROTECTED] wrote:

   Aaron, you can fix this by installing the new beta of the Flash player
 that came with the beta of Flex Builder.

 Here is a very long explanation, copied (and edited) from a post I
 just made on the Adobe forums:

 I wanted to clarify a couple of things about how this new model
 (creating a single debug swf, then exporting a release one later) works.

 1. If you install the (beta) Flash player that came with this Flex
 Builder beta, then you will NOT see the Where is the debugger
 dialog. The Flash Player and Flex Builder changes go hand-in-hand.
 Certainly I agree that with the Flash player's old behavior, having
 Flex Builder create only a debug swf would cause lots of problems;
 that's why we changed both. This means there will be a transition
 period during which some developers will have the old debugger-player
 installed, so they will see this message; that's unfortunate, but it
 won't last too long. But customers will never see it, because...

 2. Your customers will NOT need to upgrade their Flash player, because
 the release version of the Flash player -- the one that all your
 customers have -- never asks Where is the debugger. The old version
 didn't, and neither will the next one.

 To summarize: The only scenario where this is a problem is if you run
 (not debug) a debug swf in an older version of the debug player. It is
 not a problem for people who have the release player (almost all
 customers); it is not a problem for machines on which Flex Builder was
 installed with the default options, which includes installing the new
 debug Flash player.

 Some of the reasons we made this change:

 - Performance: It always helps to only have to link one swf instead of
 two during the edit/compile/debug cycle.

 - Filenames: There are several cases where the filename of the swf is
 important; with the new way, the filename of the swf is always the
 same. For example, if you are using modules, then you have to write this:

 mx:ModuleLoader url=MyModule.swf /

 But with the old model, you would have to write this during development:

 mx:ModuleLoader url=MyModule-debug.swf /

 ... and then change it before deployment. Yuck. So then people started
 using binding to work around this:

 mx:ModuleLoader url={mungeFilename('MyModule-debug.swf')} /

 where mungeFilename() tries to figure out the correct filename. A
 little less horrible than having the modify the filename before
 deployment, but still not pretty.

 I'm interested to hear what you think, and whether you think changes
 are still required even despite the above explanation. Thanks for
 trying the beta, we appreciate the feedback!

 - Mike Morearty, Adobe Flex Builder team

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, aaron
 smith
 [EMAIL PROTECTED] wrote:
 
  Sorry I'm not following you. Explain it to me again? Thanks.
 
 
 
  On 10/4/07, Sheriff [EMAIL PROTECTED] wrote:
  
   cause to speed up the compiling it only does debug untill you
 want to
   export then click project then export release version. So use
 debug to run
  
   - Original Message 
   From: aaron smith [EMAIL PROTECTED]
   To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
   Sent: Thursday, October 4, 2007 3:36:24 PM
   Subject: [flexcoders] flex builder 3 beta 2 always launching my
 app with
   debug player.
  
   Why is flex buildfe 3 beta 2 always launching my app with the debug
   player. I press the Run button, and I'm constantly prompted with the
   connect to debugger popup. Any ideas?
  
  
   --
   Need a vacation? Get great deals to amazing places
  
 
 http://us.rd.yahoo.com/evt=48256/*http://travel.yahoo.com/;_ylc=X3oDMTFhN2hucjlpBF9TAzk3NDA3NTg5BHBvcwM1BHNlYwNncm91cHMEc2xrA2VtYWlsLW5jbQ--
 on
   Yahoo! Travel.
  
  
  
 

  



Re: [flexcoders] Re: Flex Builder 3 Beta2 / Amfphp / services-config.xml

2007-10-02 Thread Morten Madsen
Yeah - I would really like to have the services-config.xml-method working
again...




On 10/2/07, herklano [EMAIL PROTECTED] wrote:

   hi again,

 u have to be carefull to always do variable coercion right,
 ResultEvent does not work, u need to know what type of data is coming
 from server.

 lots of trouble changing from one beta to another :(

 still cant figure out what was going on with the services-config.xml!!!

 anyone can clarify this?

 cheers,
 herculano


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 herklano [EMAIL PROTECTED] wrote:
 
  hi,
 
  i have sorted it out using a class instead of the .xml method.
 
  RemotingConnection.as
 
  package connection
  {
  import flash.net.NetConnection;
  import flash.net.ObjectEncoding;
 
  public class RemotingConnection extends NetConnection
  {
  private var sURL:String = http://xxx;;
 
  public function RemotingConnection()
  {
  objectEncoding = ObjectEncoding.AMF3;
  connect(sURL);
  }
  }
  }
 
  and in main app
 
  //Flash Remote AMFPHP
  import connection.RemotingConnection;
  private var service:RemotingConnection = new RemotingConnection();
 
  then...
  service.call('service.AMFPHP.toCall', new Responder(resultHendler,
  faultHandler),selectedANPMenu.menu_id, var1, var2, var3);
 
  cheers,
  herculano
 
  need to find out how to put the busyCursor, without having to do the:
  CursorManager.setBusyCursor();
  CursorManager.removeBusyCursor();
 
 
 
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 Morten Madsen mr.morton@ wrote:
  
   Hi Group!
  
   After installing the new Flex Builder 3 beta2 one of my projects can't
   compile anymore
   I use amfphp, described as in this tutorial (
  
 
 http://www.sephiroth.it/tutorials/flashPHP/flex_remoteobject/page001.php)
  
   But when I try to compile I get an error:
   Invalid endpoint port'' specified for channel definition 'my-amfphp'.
  
   My services-config.xml:
   ?xml version=1.0 encoding=UTF-8?
   services-config
   services
   service id=amfphp-flashremoting-service class=
   flex.messaging.services.RemotingService messageTypes=
   flex.messaging.messages.RemotingMessage
   destination id=amfphp
   channels
   channel ref=my-amfphp/
   /channels
   properties
   source*/source
   /properties
   /destination
   /service
   /services
   channels
   channel-definition id=my-amfphp class=
   mx.messaging.channels.AMFChannel
   endpoint uri=http://localhost/gateway/gateway.php;
 class=
   flex.messaging.endpoints.AMFEndpoint /
   /channel-definition
   /channels
   /services-config
  
   Can anybody help me?
  
   It worked in Flex 2, Flex 3 beta1...
  
  
   Kind regards
   Morten
  
 

  



Re: [flexcoders] Re: Flex Builder 3 Beta2 / Amfphp / services-config.xml

2007-10-02 Thread Tom Chiverton
On Monday 01 Oct 2007, [EMAIL PROTECTED] wrote:
 worked fine in previous versions too.

Looks like the services-config parser changed.
Try adding some extra '/' in various places in the uri and see if that helps.

-- 
Tom Chiverton
Helping to challengingly brand virtual markets
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 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 Builder 3 Beta2 / Amfphp / services-config.xml

2007-10-02 Thread Morten Madsen
You may be right, triede alot of different combinations
of the uri... but no luck

If I leave the entire uri=http://X; out, my project
can compile, but of cause it can't connect to amfphp

arn't anybody else exept me and herculano having the same problem?

Kind regards

On 10/2/07, Tom Chiverton [EMAIL PROTECTED] wrote:

 On Monday 01 Oct 2007, [EMAIL PROTECTED] wrote:
  worked fine in previous versions too.

 Looks like the services-config parser changed.
 Try adding some extra '/' in various places in the uri and see if that
 helps.

 --
 Tom Chiverton
 Helping to challengingly brand virtual markets
 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 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






Re: [flexcoders] Re: Flex Builder 3 Beta2 / Amfphp / services-config.xml

2007-10-02 Thread Morten Madsen
Yeah!!!

That did the trick...

Thanks alot!!

On 10/2/07, gelu11 [EMAIL PROTECTED] wrote:

   Hi,

 You can edit your services-config.xml and add a port number to your
 endpoint URI. (http://localhost:80/gateway/gateway.php;). This should
 solve the problem.

 Gelu Blanariu

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Morten
 Madsen [EMAIL PROTECTED] wrote:
 
  Yeah - I would really like to have the services-config.xml-method
 working
  again...
 
 
 
 
  On 10/2/07, herklano [EMAIL PROTECTED] wrote:
  
   hi again,
  
   u have to be carefull to always do variable coercion right,
   ResultEvent does not work, u need to know what type of data is coming
   from server.
  
   lots of trouble changing from one beta to another :(
  
   still cant figure out what was going on with the
 services-config.xml!!!
  
   anyone can clarify this?
  
   cheers,
   herculano
  
  
   --- In flexcoders@yahoogroups.com 
   flexcoders%40yahoogroups.comflexcoders%40yahoogroups.com,

   herklano herkulano@ wrote:
   
hi,
   
i have sorted it out using a class instead of the .xml method.
   
RemotingConnection.as
   
package connection
{
import flash.net.NetConnection;
import flash.net.ObjectEncoding;
   
public class RemotingConnection extends NetConnection
{
private var sURL:String = http://xxx;;
   
public function RemotingConnection()
{
objectEncoding = ObjectEncoding.AMF3;
connect(sURL);
}
}
}
   
and in main app
   
//Flash Remote AMFPHP
import connection.RemotingConnection;
private var service:RemotingConnection = new RemotingConnection();
   
then...
service.call('service.AMFPHP.toCall', new Responder(resultHendler,
faultHandler),selectedANPMenu.menu_id, var1, var2, var3);
   
cheers,
herculano
   
need to find out how to put the busyCursor, without having to do
 the:
CursorManager.setBusyCursor();
CursorManager.removeBusyCursor();
   
   
   
   
--- In flexcoders@yahoogroups.com 
flexcoders%40yahoogroups.comflexcoders%40yahoogroups.com,
   Morten Madsen mr.morton@ wrote:

 Hi Group!

 After installing the new Flex Builder 3 beta2 one of my
 projects can't
 compile anymore
 I use amfphp, described as in this tutorial (

   
  
 http://www.sephiroth.it/tutorials/flashPHP/flex_remoteobject/page001.php)

 But when I try to compile I get an error:
 Invalid endpoint port'' specified for channel definition
 'my-amfphp'.

 My services-config.xml:
 ?xml version=1.0 encoding=UTF-8?
 services-config
 services
 service id=amfphp-flashremoting-service class=
 flex.messaging.services.RemotingService messageTypes=
 flex.messaging.messages.RemotingMessage
 destination id=amfphp
 channels
 channel ref=my-amfphp/
 /channels
 properties
 source*/source
 /properties
 /destination
 /service
 /services
 channels
 channel-definition id=my-amfphp class=
 mx.messaging.channels.AMFChannel
 endpoint uri=http://localhost/gateway/gateway.php;
   class=
 flex.messaging.endpoints.AMFEndpoint /
 /channel-definition
 /channels
 /services-config

 Can anybody help me?

 It worked in Flex 2, Flex 3 beta1...


 Kind regards
 Morten

   
  
  
  
 

  



Re: [flexcoders] Re: Flex Builder 3 Beta2 / Amfphp / services-config.xml

2007-10-02 Thread Muzak
Actually you should avoid hardcoding the domain and port:
http://{server.name}:{server.port}/amfphp2/gateway.php



- Original Message - 
From: gelu11 [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, October 02, 2007 10:36 AM
Subject: [flexcoders] Re: Flex Builder 3 Beta2 / Amfphp / services-config.xml


Hi,

You can edit your services-config.xml and add a port number to your
endpoint URI. (http://localhost:80/gateway/gateway.php;). This should
solve the problem.

Gelu Blanariu






--
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 Builder 3 Profiler

2007-09-05 Thread Mark Ingram
Yes, I've got the correct player version (verified via adobe about webpage)
- I got it from the Flex Builder 3 install.

I've ran the profiling application too and even tried running the swf via
local file system instead of http and nothing seems to work.

 

Mark

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of marcel.panse
Sent: 05 September 2007 12:57
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Builder 3 Profiler

 

I have the same problem. I have the newest debug flash player, so that
shouldn't be a problem.. But the popup dialog just won't appear,
nothing works.. 

--- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com,
Scott - FastLane [EMAIL PROTECTED] wrote:

 If I recall correctly, when I hit this I had to make sure I did the 
 following
 
 1) Make sure you have the correct flash player... I found a post 
 somewhere that told me which version of flash to use for profiling. I 
 think it was the version that came with the flex3 beta download
 2) Launch from eclipse by right clicking on your main mxml file and 
 choosing profile as-flex application
 3) Look for popup dialog... this sometimes comes up behind something 
 else so you cannot see it. You have to respond to it before the 
 profiler can connect to the player.
 
 I have not done this in a while. But, the stuff above is what I 
 recall. Please let me know if not correct etc.
 
 hth
 Scott
 
 Mark Ingram wrote:
 
  Hi, I'm having trouble with the new Profiler in Flex Builder 3 -- I 
  just get errors saying socket timeout
 
  
 
  I'm googled and tried several things, using only firefox, having no 
  firefox windows open, disabling windows firewall, running FB3 as 
  administrator, upgrading flash player version etc.
 
  
 
  Does anyone have any more ideas?!
 
  
 
  Mark
 
  
 
  
 
  
 
 


 



Re: [flexcoders] Re: Flex Builder 2.0.1: Change Browser for Debugging

2007-08-30 Thread Jurgen Beck

Strange indeed.

Shell script opens up Safari without any issues. Remember that the same 
is true for FB when opening help documentation. It brings it right up in 
Safari.


The preferences in FB for Safari are set to:

Name: Safari
Location: /usr/bin/open
Parameters: -a Safari %URL%

This obviously works, as FB starts up Safari when using the help documents.

For what it's worth, I checked this out on a MacBook Pro running Mac OS 
X and I now understand why everyone agrees that the debugger should 
start up based on the selection in the preferences. Didn't have any 
problems there to switch between the browsers.


Only conclusion that I can draw for the problem Mac OS X install is that 
Flex Builder is having an issue picking up the browser preference when 
targeting a browser for debugging and must revert back to the system's 
default browser.


Shell script works, preferences seem to be working for FB help 
documentation in Safari. The problem shows up when starting a debug session.


I wonder if we are having issues with the underlying Eclipse framework.

Jurgen


Mike Morearty wrote:


Strange. For what it's worth, the exact command line used by Flex
Builder to launch Safari is:

/usr/bin/open -a %1 %2

where %1 is the full path to the browser specified by the Eclipse
browser preferences, and %2 is the URL of your app. So, it is
normally this for Safari:

/usr/bin/open -a /Applications/Safari.app/Content/MacOS/Safari
YOUR_URL_GOES_HERE

Try that from a shell script (without the URL on the end), and see if
Safari opens.

- Mike

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, Jurgen Beck [EMAIL PROTECTED] wrote:


 Hey Mike,

 Thanks for the response!

 This is happening on Mac OS X with Flex Builder 2.0.1. The system's
 default browser is set to Firefox. For the Flex debugging I'd like to
 use Safari though. I've been running into some caching issues with
 Firefox that I have documented in another post, thus the reason to use
 Safari. Safari is at version 3.0.3.

 Firefox and Safari are installed in their default locations
 (Applications folder).

 I've done a little bit more testing with the External Web Browser
 settings in Preferences and it seems to me that Flex Builder is having
 difficulties locating the Safari browser instance and is defaulting to
 the system default browser for debugging, which in my case is Firefox.
 This, even though the help documentation starts up in Safari when the
 selection is set to use Safari as the external browser.

 So, the question then would be what to specify for the Location and
 Parameters settings in Edit External Web Browser when setting up the
 Safari entry.

 Jurgen


 Mike Morearty wrote:
 
  Hi Jurgen,
 
  Carlos was correct -- changing the value in Window  Preferences 
  General  Web Browser is how you change what browser Flex Builder uses
  to debug. If that doesn't work for you, then something is going
  wrong, but I am not aware of any bugs in that area.
 
  There is no per-project setting that is in any way related to this.
  The only per-project setting is, what URL is used when launching; but
  this has no effect at all on our choice of which browser to use.
 
  Just curious: What operating system are you on? What is your system
  default browser, and what browser are you trying to force Flex Builder
  to use? Is there anything nonstandard about how you installed any of
  your browsers -- e.g. did you install Firefox into a nonstandard
  location, or anything like that?
 
  I can't really think of much that would be going wrong here, but with
  more info, I might be able to take a guess.
 
  - Mike Morearty
  Adobe Flex Builder team
  http://www.morearty.com/blog http://www.morearty.com/blog 
http://www.morearty.com/blog http://www.morearty.com/blog

 
  --- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com

  mailto:flexcoders%40yahoogroups.com, Jurgen Beck jurgen@ wrote:
  
   Thanks, but that doesn't seem to have an effect on the browser
that the
   debugger uses. This seems to only affect the browser use for the
help
   documentation.
  
   I'm sure I'm missing something.
  
   Jurgen
  
   carlos m wrote:
In FB click on the Window  Preferences  General  Web
Browser.
   
HTH,
   
Carlos
   
- Original Message 
From: Jurgen Beck jurgen@
To: flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com

mailto:flexcoders%40yahoogroups.com
Sent: Wednesday, August 29, 2007 10:06:39 AM
Subject: Re: [flexcoders] Flex Builder 2.0.1: Change Browser for
  Debugging
   
I asked this yesterday, but I'm not sure if I missed any possible
responses to it. So here is another quick summary:
   
How can we change the browser that FB uses for debugging?
   
Thanks,
   
Jurgen
   
Jurgen Beck wrote:
   
Even though there is a FB Preferences setting for using a browser
  when
Web pages are opened, this seems to mostly be targeting the
  display of
 

Re: [flexcoders] Re: Flex Builder 2.0.1: Change Browser for Debugging

2007-08-30 Thread Jurgen Beck
Makes perfect sense. I think for the time being we'll have to set this 
one aside and consider it an anomaly with this specific system, seeing 
that it works on all others.


I did reset the preferences to the default, but that still didn't make a 
difference with the debug browser selection.


Thanks for your input though. It is valuable to learn more about the 
internals of Flex Builder.


Jurgen

Mike Morearty wrote:


Actually, even better than what I said before -- manually changing
Safari's arguments -- would be to just click the Restore Defaults
button at the bottom of that preference page.

Some of the built-in browsers have browser-specific code that controls
how they are launched. By clicking Restore Defaults, you are
restoring that browser-specific code as well as the preferences you
can see onscreen. If you just edit the arguments, that may not
interact properly with the Java code that is behind it.

- Mike Morearty
Adobe Flex Builder team

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, Jurgen Beck [EMAIL PROTECTED] wrote:


 Strange indeed.

 Shell script opens up Safari without any issues. Remember that the same
 is true for FB when opening help documentation. It brings it right
up in
 Safari.

 The preferences in FB for Safari are set to:

 Name: Safari
 Location: /usr/bin/open
 Parameters: -a Safari %URL%

 This obviously works, as FB starts up Safari when using the help
documents.

 For what it's worth, I checked this out on a MacBook Pro running Mac OS
 X and I now understand why everyone agrees that the debugger should
 start up based on the selection in the preferences. Didn't have any
 problems there to switch between the browsers.

 Only conclusion that I can draw for the problem Mac OS X install is
that
 Flex Builder is having an issue picking up the browser preference when
 targeting a browser for debugging and must revert back to the system's
 default browser.

 Shell script works, preferences seem to be working for FB help
 documentation in Safari. The problem shows up when starting a debug
session.

 I wonder if we are having issues with the underlying Eclipse framework.

 Jurgen


 Mike Morearty wrote:
 
  Strange. For what it's worth, the exact command line used by Flex
  Builder to launch Safari is:
 
  /usr/bin/open -a %1 %2
 
  where %1 is the full path to the browser specified by the Eclipse
  browser preferences, and %2 is the URL of your app. So, it is
  normally this for Safari:
 
  /usr/bin/open -a /Applications/Safari.app/Content/MacOS/Safari
  YOUR_URL_GOES_HERE
 
  Try that from a shell script (without the URL on the end), and see if
  Safari opens.
 
  - Mike
 
  --- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com

  mailto:flexcoders%40yahoogroups.com, Jurgen Beck jurgen@ wrote:
  
   Hey Mike,
  
   Thanks for the response!
  
   This is happening on Mac OS X with Flex Builder 2.0.1. The system's
   default browser is set to Firefox. For the Flex debugging I'd
like to
   use Safari though. I've been running into some caching issues with
   Firefox that I have documented in another post, thus the reason
to use
   Safari. Safari is at version 3.0.3.
  
   Firefox and Safari are installed in their default locations
   (Applications folder).
  
   I've done a little bit more testing with the External Web Browser
   settings in Preferences and it seems to me that Flex Builder is
having
   difficulties locating the Safari browser instance and is
defaulting to
   the system default browser for debugging, which in my case is
Firefox.
   This, even though the help documentation starts up in Safari
when the
   selection is set to use Safari as the external browser.
  
   So, the question then would be what to specify for the Location and
   Parameters settings in Edit External Web Browser when setting up the
   Safari entry.
  
   Jurgen
  
  
   Mike Morearty wrote:
   
Hi Jurgen,
   
Carlos was correct -- changing the value in Window  Preferences 
General  Web Browser is how you change what browser Flex
Builder uses
to debug. If that doesn't work for you, then something is going
wrong, but I am not aware of any bugs in that area.
   
There is no per-project setting that is in any way related to
this.
The only per-project setting is, what URL is used when
launching; but
this has no effect at all on our choice of which browser to use.
   
Just curious: What operating system are you on? What is your
system
default browser, and what browser are you trying to force Flex
Builder
to use? Is there anything nonstandard about how you installed
any of
your browsers -- e.g. did you install Firefox into a nonstandard
location, or anything like that?
   
I can't really think of much that would be going wrong here,
but with
more info, I might be able to take a guess.
   
- Mike Morearty
Adobe Flex Builder team
http://www.morearty.com/blog http://www.morearty.com/blog 

RE: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-18 Thread Sho Kuwamoto
One word of warning about turning off flashType. The difference in the
quality of the embedded fonts is night and day with flashType. It's fine
to turn this off during development, but you should really turn it back
on when you finally go into production.
 
-Sho
http://geo.yahoo.com/serv?s=97359714/grpId=12286167/grpspId=1705007207/
msgId=61694/stime=1169053162/nc1=3848641/nc2=2/nc3=3 
 


Re: [flexcoders] Re: Flex Builder no longer compiles

2007-01-17 Thread Webdevotion

I use the stand alone player to debug.
I've changed the debug paths to *-debug.swf in my
debug settings.  You can do this by clicking on the little
arrow next to the bug button in Flex Builder and then go to debug.

Another method for fixing this can be using  project  clean.


Re: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-17 Thread Shannon Hicks
I used to have problems with memory errors  such, until I increased 
Eclipse's memory settings...


http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailspostId=1053productId=2

Shan

Allen Riddle wrote:


I got that all the time, even with 2.0.0. I had to switch to the stand 
alone Flex Builder. That plugin is buggy.


 




*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
*On Behalf Of *Douglas Knudsen

*Sent:* Tuesday, January 16, 2007 1:58 PM
*To:* flexcoders@yahoogroups.com
*Subject:* Re: [flexcoders] Re: Flex Builder 2.0.1 the update !

 

using the FDS plugin and Tomcat hereI get out-of-memory errors and 
eclipse crashing often


DK

On 1/16/07, *Allen Riddle*  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


I don't think so; I'm running mine on Tomcat, with no embedded fonts. 
And is slower than dirt. The fact that it wasn't slow on 2.0.0 tells 
us something changed in the compilation process, and hopefully isn't 
environment related.


 




*From:* flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
[mailto: flexcoders@yahoogroups.com 
mailto:flexcoders@yahoogroups.com] *On Behalf Of *Cato Paus

*Sent:* Tuesday, January 16, 2007 1:14 PM
*To:* flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
*Subject:* [flexcoders] Re: Flex Builder 2.0.1 the update !

 


Hi All :) I have the Build Automatic set to off, end i have tried to
delete the embeded fonts in my css, but Flex stil going slow, could
it have somthing to do with that I'm running on fds2 and compailing
to a JRun4 server ?

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, Rick Schmitty [EMAIL PROTECTED]

wrote:

 Do you have embeded fonts in your application?

 I was experiencing the same slowdown after upgrading to flex
2.0.1. I
 had 2.0 installed, updated to 2.0.1, then ran the clean command
prior
 to opening flex. It was still slow.

 Saw the blog about closing projects, closed everything but the one
I'm
 working on, still slow

 Deleted all projects and created a blank application, super fast.
 Ok... so must be something in my project... started hacking away at
 the files until I came down to the fonts.

 This took almost 20seconds (on my machine) to compile

 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 
http://www.adobe.com/2006/mxml



 mx:Style
 @font-face {
 src: url(/assets/fonts/ARIAL.TTF);
 fontFamily: myArial;
 }
 @font-face {
 src: url(/assets/fonts/BKANT.TTF);
 fontFamily: myBkant;
 }
 @font-face {
 src: url(/assets/fonts/TAHOMA.TTF);
 fontFamily: myTahoma;
 }
 @font-face {
 src: url(/assets/fonts/TIMES.TTF);
 fontFamily: myTimes;
 }
 @font-face {
 src: url(/assets/fonts/TREBUC.TTF);
 fontFamily: myTrebuc;
 }
 /mx:Style

 /mx:Application


 Deleting the style tag for a blank appliaction, it compiled
immediately 1-1.5sec


 Here is what's going on (or so I think)

 FlashType support

 FlashType is the text rendering engine introduced in Flash Player 8.
 It improves the readability of text, especially at smaller font
sizes.
 To leverage the FlashType engine in Flex 2, you had to create a SWF
 that embedded a particular font using the Flash authoring tool, and
 then embed that SWF file in your Flex application. With Flex 2.0.1,
 the mxmlc compiler can now embed a font using the FlashType engine
 directly, eliminating a step for many developers.


 So I'm back to running fast as long as I dont embed fonts via css,
 I'll reenable it when I need to publish a working version (or look
 into creating the SWF file on my own and not use CSS)


 On 1/16/07, Tom Chiverton [EMAIL PROTECTED] wrote:
  On Tuesday 16 January 2007 08:19, pauscato1 wrote:
   I have only one project running in my flex builder, this is
realy
   anoing it uses 20% of my day.
 
  Have you got auto-compilation turned off ?
 
  --
  Tom Chiverton
  Helping to heterogeneously incubate robust meta-services
 
  
 
  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

RE: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-17 Thread Matt Horn
Rick, you might be able to still embed fonts without experiencing such a
dramatic performance problem. Try embedding the fonts but disabling
FlashType (it's enabled by default):

 @font-face {
   src: url(/assets/fonts/ARIAL.TTF);
   fontFamily: myArial;
   flashType: false;
 }

hth,

matt horn
flex docs
http://blogs.adobe.com/flexdoc/


 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Rick Schmitty
 Sent: Tuesday, January 16, 2007 12:10 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Re: Flex Builder 2.0.1 the update !
 
 Do you have embeded fonts in your application?
 
 I was experiencing the same slowdown after upgrading to flex 
 2.0.1. I had 2.0 installed, updated to 2.0.1, then ran the 
 clean command prior to opening flex. It was still slow.
 
 Saw the blog about closing projects, closed everything but 
 the one I'm working on, still slow
 
 Deleted all projects and created a blank application, super fast.
 Ok... so must be something in my project... started hacking 
 away at the files until I came down to the fonts.
 
 This took almost 20seconds (on my machine) to compile
 
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 
 http://www.adobe.com/2006/mxml 
 
 mx:Style
 @font-face {
 src: url(/assets/fonts/ARIAL.TTF);
 fontFamily: myArial;
 }
 @font-face {
 src: url(/assets/fonts/BKANT.TTF);
 fontFamily: myBkant;
 }
 @font-face {
 src: url(/assets/fonts/TAHOMA.TTF);
 fontFamily: myTahoma;
 }
 @font-face {
 src: url(/assets/fonts/TIMES.TTF);
 fontFamily: myTimes;
 }
 @font-face {
 src: url(/assets/fonts/TREBUC.TTF);
 fontFamily: myTrebuc;
 }
 /mx:Style 
 
 /mx:Application
 
 Deleting the style tag for a blank appliaction, it compiled 
 immediately 1-1.5sec
 
 Here is what's going on (or so I think)
 
 FlashType support
 
 FlashType is the text rendering engine introduced in Flash Player 8.
 It improves the readability of text, especially at smaller font sizes.
 To leverage the FlashType engine in Flex 2, you had to create 
 a SWF that embedded a particular font using the Flash 
 authoring tool, and then embed that SWF file in your Flex 
 application. With Flex 2.0.1, the mxmlc compiler can now 
 embed a font using the FlashType engine directly, eliminating 
 a step for many developers.
 
 So I'm back to running fast as long as I dont embed fonts via 
 css, I'll reenable it when I need to publish a working 
 version (or look into creating the SWF file on my own and not use CSS)
 
 On 1/16/07, Tom Chiverton [EMAIL PROTECTED] 
 mailto:tom.chiverton%40halliwells.com  wrote:
  On Tuesday 16 January 2007 08:19, pauscato1 wrote:
   I have only one project running in my flex builder, this is realy 
   anoing it uses 20% of my day.
 
  Have you got auto-compilation turned off ?
 
  --
  Tom Chiverton
  Helping to heterogeneously incubate robust meta-services
 
  
 
  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 
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
  
 


Re: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-17 Thread Rick Schmitty

Thanks Matt, that indeed helped quite a bit!  down to 3-4sec now from 20sec.

On 1/17/07, Matt Horn [EMAIL PROTECTED] wrote:


  Rick, you might be able to still embed fonts without experiencing such a
dramatic performance problem. Try embedding the fonts but disabling
FlashType (it's enabled by default):

@font-face {
src: url(/assets/fonts/ARIAL.TTF);
fontFamily: myArial;
flashType: false;
}

hth,

matt horn
flex docs
http://blogs.adobe.com/flexdoc/

 -Original Message-
 From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] On
Behalf Of Rick Schmitty
 Sent: Tuesday, January 16, 2007 12:10 PM
 To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 Subject: Re: [flexcoders] Re: Flex Builder 2.0.1 the update !

 Do you have embeded fonts in your application?

 I was experiencing the same slowdown after upgrading to flex
 2.0.1. I had 2.0 installed, updated to 2.0.1, then ran the
 clean command prior to opening flex. It was still slow.

 Saw the blog about closing projects, closed everything but
 the one I'm working on, still slow

 Deleted all projects and created a blank application, super fast.
 Ok... so must be something in my project... started hacking
 away at the files until I came down to the fonts.

 This took almost 20seconds (on my machine) to compile

 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
 http://www.adobe.com/2006/mxml 

 mx:Style
 @font-face {
 src: url(/assets/fonts/ARIAL.TTF);
 fontFamily: myArial;
 }
 @font-face {
 src: url(/assets/fonts/BKANT.TTF);
 fontFamily: myBkant;
 }
 @font-face {
 src: url(/assets/fonts/TAHOMA.TTF);
 fontFamily: myTahoma;
 }
 @font-face {
 src: url(/assets/fonts/TIMES.TTF);
 fontFamily: myTimes;
 }
 @font-face {
 src: url(/assets/fonts/TREBUC.TTF);
 fontFamily: myTrebuc;
 }
 /mx:Style

 /mx:Application

 Deleting the style tag for a blank appliaction, it compiled
 immediately 1-1.5sec

 Here is what's going on (or so I think)

 FlashType support

 FlashType is the text rendering engine introduced in Flash Player 8.
 It improves the readability of text, especially at smaller font sizes.
 To leverage the FlashType engine in Flex 2, you had to create
 a SWF that embedded a particular font using the Flash
 authoring tool, and then embed that SWF file in your Flex
 application. With Flex 2.0.1, the mxmlc compiler can now
 embed a font using the FlashType engine directly, eliminating
 a step for many developers.

 So I'm back to running fast as long as I dont embed fonts via
 css, I'll reenable it when I need to publish a working
 version (or look into creating the SWF file on my own and not use CSS)

 On 1/16/07, Tom Chiverton [EMAIL PROTECTED]tom.chiverton%40halliwells.com
 mailto:tom.chiverton%40halliwells.com  wrote:
  On Tuesday 16 January 2007 08:19, pauscato1 wrote:
   I have only one project running in my flex builder, this is realy
   anoing it uses 20% of my day.
 
  Have you got auto-compilation turned off ?
 
  --
  Tom Chiverton
  Helping to heterogeneously incubate robust meta-services
 
  
 
  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
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 





 



Re: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-16 Thread Tom Chiverton
On Tuesday 16 January 2007 08:19, pauscato1 wrote:
 I have only one project running in my flex builder, this is realy
 anoing it uses 20% of my day.

Have you got auto-compilation turned off ?

-- 
Tom Chiverton
Helping to heterogeneously incubate robust meta-services



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 Builder 2.0.1 the update !

2007-01-16 Thread Rick Schmitty
Do you have embeded fonts in your application?

I was experiencing the same slowdown after upgrading to flex 2.0.1.  I
had 2.0 installed, updated to 2.0.1, then ran the clean command prior
to opening flex.  It was still slow.

Saw the blog about closing projects, closed everything but the one I'm
working on, still slow

Deleted all projects and created a blank application, super fast.
Ok... so must be something in my project... started hacking away at
the files until I came down to the fonts.

This took almost 20seconds (on my machine) to compile

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;


mx:Style
@font-face {
src: url(/assets/fonts/ARIAL.TTF);
fontFamily: myArial;
}   
@font-face {
src: url(/assets/fonts/BKANT.TTF);
fontFamily: myBkant;
}   
@font-face {
src: url(/assets/fonts/TAHOMA.TTF);
fontFamily: myTahoma;
}   
@font-face {
src: url(/assets/fonts/TIMES.TTF);
fontFamily: myTimes;
}   
@font-face {
src: url(/assets/fonts/TREBUC.TTF);
fontFamily: myTrebuc;
}
/mx:Style 

/mx:Application


Deleting the style tag for a blank appliaction, it compiled immediately 1-1.5sec


Here is what's going on (or so I think)

FlashType support

FlashType is the text rendering engine introduced in Flash Player 8.
It improves the readability of text, especially at smaller font sizes.
To leverage the FlashType engine in Flex 2, you had to create a SWF
that embedded a particular font using the Flash authoring tool, and
then embed that SWF file in your Flex application. With Flex 2.0.1,
the mxmlc compiler can now embed a font using the FlashType engine
directly, eliminating a step for many developers.


So I'm back to running fast as long as I dont embed fonts via css,
I'll reenable it when I need to publish a working version (or look
into creating the SWF file on my own and not use CSS)


On 1/16/07, Tom Chiverton [EMAIL PROTECTED] wrote:
 On Tuesday 16 January 2007 08:19, pauscato1 wrote:
  I have only one project running in my flex builder, this is realy
  anoing it uses 20% of my day.

 Have you got auto-compilation turned off ?

 --
 Tom Chiverton
 Helping to heterogeneously incubate robust meta-services

 

 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






RE: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-16 Thread Allen Riddle
I don't think so; I'm running mine on Tomcat, with no embedded fonts.
And is slower than dirt. The fact that it wasn't slow on 2.0.0 tells us
something changed in the compilation process, and hopefully isn't
environment related.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Cato Paus
Sent: Tuesday, January 16, 2007 1:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Builder 2.0.1 the update !

 

Hi All :) I have the Build Automatic set to off, end i have tried to 
delete the embeded fonts in my css, but Flex stil going slow, could 
it have somthing to do with that I'm running on fds2 and compailing 
to a JRun4 server ? 

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Rick Schmitty [EMAIL PROTECTED] 
wrote:

 Do you have embeded fonts in your application?
 
 I was experiencing the same slowdown after upgrading to flex 
2.0.1. I
 had 2.0 installed, updated to 2.0.1, then ran the clean command 
prior
 to opening flex. It was still slow.
 
 Saw the blog about closing projects, closed everything but the one 
I'm
 working on, still slow
 
 Deleted all projects and created a blank application, super fast.
 Ok... so must be something in my project... started hacking away at
 the files until I came down to the fonts.
 
 This took almost 20seconds (on my machine) to compile
 
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
http://www.adobe.com/2006/mxml 
 
 
 mx:Style
 @font-face {
 src: url(/assets/fonts/ARIAL.TTF);
 fontFamily: myArial;
 } 
 @font-face {
 src: url(/assets/fonts/BKANT.TTF);
 fontFamily: myBkant;
 } 
 @font-face {
 src: url(/assets/fonts/TAHOMA.TTF);
 fontFamily: myTahoma;
 } 
 @font-face {
 src: url(/assets/fonts/TIMES.TTF);
 fontFamily: myTimes;
 } 
 @font-face {
 src: url(/assets/fonts/TREBUC.TTF);
 fontFamily: myTrebuc;
 }
 /mx:Style 
 
 /mx:Application
 
 
 Deleting the style tag for a blank appliaction, it compiled 
immediately 1-1.5sec
 
 
 Here is what's going on (or so I think)
 
 FlashType support
 
 FlashType is the text rendering engine introduced in Flash Player 8.
 It improves the readability of text, especially at smaller font 
sizes.
 To leverage the FlashType engine in Flex 2, you had to create a SWF
 that embedded a particular font using the Flash authoring tool, and
 then embed that SWF file in your Flex application. With Flex 2.0.1,
 the mxmlc compiler can now embed a font using the FlashType engine
 directly, eliminating a step for many developers.
 
 
 So I'm back to running fast as long as I dont embed fonts via css,
 I'll reenable it when I need to publish a working version (or look
 into creating the SWF file on my own and not use CSS)
 
 
 On 1/16/07, Tom Chiverton [EMAIL PROTECTED] wrote:
  On Tuesday 16 January 2007 08:19, pauscato1 wrote:
   I have only one project running in my flex builder, this is 
realy
   anoing it uses 20% of my day.
 
  Have you got auto-compilation turned off ?
 
  --
  Tom Chiverton
  Helping to heterogeneously incubate robust meta-services
 
  
 
  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
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives: http://www.mail-archive.com/flexcoders%
http://www.mail-archive.com/flexcoders%25 
40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 


 



Re: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-16 Thread Douglas Knudsen

using the FDS plugin and Tomcat hereI get out-of-memory errors and
eclipse crashing often

DK

On 1/16/07, Allen Riddle [EMAIL PROTECTED] wrote:


 I don't think so; I'm running mine on Tomcat, with no embedded fonts. And
is slower than dirt. The fact that it wasn't slow on 2.0.0 tells us
something changed in the compilation process, and hopefully isn't
environment related.


 --

*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
Behalf Of *Cato Paus
*Sent:* Tuesday, January 16, 2007 1:14 PM
*To:* flexcoders@yahoogroups.com
*Subject:* [flexcoders] Re: Flex Builder 2.0.1 the update !



Hi All :) I have the Build Automatic set to off, end i have tried to
delete the embeded fonts in my css, but Flex stil going slow, could
it have somthing to do with that I'm running on fds2 and compailing
to a JRun4 server ?

--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Rick
Schmitty [EMAIL PROTECTED]
wrote:

 Do you have embeded fonts in your application?

 I was experiencing the same slowdown after upgrading to flex
2.0.1. I
 had 2.0 installed, updated to 2.0.1, then ran the clean command
prior
 to opening flex. It was still slow.

 Saw the blog about closing projects, closed everything but the one
I'm
 working on, still slow

 Deleted all projects and created a blank application, super fast.
 Ok... so must be something in my project... started hacking away at
 the files until I came down to the fonts.

 This took almost 20seconds (on my machine) to compile

 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;


 mx:Style
 @font-face {
 src: url(/assets/fonts/ARIAL.TTF);
 fontFamily: myArial;
 }
 @font-face {
 src: url(/assets/fonts/BKANT.TTF);
 fontFamily: myBkant;
 }
 @font-face {
 src: url(/assets/fonts/TAHOMA.TTF);
 fontFamily: myTahoma;
 }
 @font-face {
 src: url(/assets/fonts/TIMES.TTF);
 fontFamily: myTimes;
 }
 @font-face {
 src: url(/assets/fonts/TREBUC.TTF);
 fontFamily: myTrebuc;
 }
 /mx:Style

 /mx:Application


 Deleting the style tag for a blank appliaction, it compiled
immediately 1-1.5sec


 Here is what's going on (or so I think)

 FlashType support

 FlashType is the text rendering engine introduced in Flash Player 8.
 It improves the readability of text, especially at smaller font
sizes.
 To leverage the FlashType engine in Flex 2, you had to create a SWF
 that embedded a particular font using the Flash authoring tool, and
 then embed that SWF file in your Flex application. With Flex 2.0.1,
 the mxmlc compiler can now embed a font using the FlashType engine
 directly, eliminating a step for many developers.


 So I'm back to running fast as long as I dont embed fonts via css,
 I'll reenable it when I need to publish a working version (or look
 into creating the SWF file on my own and not use CSS)


 On 1/16/07, Tom Chiverton [EMAIL PROTECTED] wrote:
  On Tuesday 16 January 2007 08:19, pauscato1 wrote:
   I have only one project running in my flex builder, this is
realy
   anoing it uses 20% of my day.
 
  Have you got auto-compilation turned off ?
 
  --
  Tom Chiverton
  Helping to heterogeneously incubate robust meta-services
 
  
 
  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%http://www.mail-archive.com/flexcoders%25
40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 








--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


Re: [flexcoders] Re: Flex Builder no longer compiles

2007-01-16 Thread Webdevotion

I also ran into these types of errors.
Only thing that works for me is create a new main class
and copy paste the code from the previous main class.

Then I set the latest main class to the default application.
This forces Flex Builder to recreate the swf files and it
gets rid of the errors you described.

Very annoying !


RE: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-16 Thread Allen Riddle
I got that all the time, even with 2.0.0. I had to switch to the stand
alone Flex Builder. That plugin is buggy.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Douglas Knudsen
Sent: Tuesday, January 16, 2007 1:58 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex Builder 2.0.1 the update !

 

using the FDS plugin and Tomcat hereI get out-of-memory errors and
eclipse crashing often

DK

On 1/16/07, Allen Riddle  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  wrote:

I don't think so; I'm running mine on Tomcat, with no embedded fonts.
And is slower than dirt. The fact that it wasn't slow on 2.0.0 tells us
something changed in the compilation process, and hopefully isn't
environment related.

 



From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
[mailto: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
] On Behalf Of Cato Paus
Sent: Tuesday, January 16, 2007 1:14 PM
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
Subject: [flexcoders] Re: Flex Builder 2.0.1 the update !

 

Hi All :) I have the Build Automatic set to off, end i have tried to 
delete the embeded fonts in my css, but Flex stil going slow, could 
it have somthing to do with that I'm running on fds2 and compailing 
to a JRun4 server ? 

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Rick Schmitty [EMAIL PROTECTED] 
wrote:

 Do you have embeded fonts in your application?
 
 I was experiencing the same slowdown after upgrading to flex 
2.0.1. I
 had 2.0 installed, updated to 2.0.1, then ran the clean command 
prior
 to opening flex. It was still slow.
 
 Saw the blog about closing projects, closed everything but the one 
I'm
 working on, still slow
 
 Deleted all projects and created a blank application, super fast.
 Ok... so must be something in my project... started hacking away at
 the files until I came down to the fonts.
 
 This took almost 20seconds (on my machine) to compile
 
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
http://www.adobe.com/2006/mxml 
 
 
 mx:Style
 @font-face {
 src: url(/assets/fonts/ARIAL.TTF);
 fontFamily: myArial;
 } 
 @font-face {
 src: url(/assets/fonts/BKANT.TTF);
 fontFamily: myBkant;
 } 
 @font-face {
 src: url(/assets/fonts/TAHOMA.TTF);
 fontFamily: myTahoma;
 } 
 @font-face {
 src: url(/assets/fonts/TIMES.TTF);
 fontFamily: myTimes;
 } 
 @font-face {
 src: url(/assets/fonts/TREBUC.TTF);
 fontFamily: myTrebuc;
 }
 /mx:Style 
 
 /mx:Application
 
 
 Deleting the style tag for a blank appliaction, it compiled 
immediately 1-1.5sec
 
 
 Here is what's going on (or so I think)
 
 FlashType support
 
 FlashType is the text rendering engine introduced in Flash Player 8.
 It improves the readability of text, especially at smaller font 
sizes.
 To leverage the FlashType engine in Flex 2, you had to create a SWF
 that embedded a particular font using the Flash authoring tool, and
 then embed that SWF file in your Flex application. With Flex 2.0.1,
 the mxmlc compiler can now embed a font using the FlashType engine
 directly, eliminating a step for many developers.
 
 
 So I'm back to running fast as long as I dont embed fonts via css,
 I'll reenable it when I need to publish a working version (or look
 into creating the SWF file on my own and not use CSS)
 
 
 On 1/16/07, Tom Chiverton [EMAIL PROTECTED] wrote:
  On Tuesday 16 January 2007 08:19, pauscato1 wrote:
   I have only one project running in my flex builder, this is 
realy
   anoing it uses 20% of my day.
 
  Have you got auto-compilation turned off ?
 
  --
  Tom Chiverton
  Helping to heterogeneously incubate robust meta-services
 
  
 
  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 http://www.halliwells.com .
 
 
 
  --
  Flexcoders Mailing List
  FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
http://groups.yahoo.com/group

  1   2   >