Re: [flexcoders] Flex Builder 3 Installation?

2010-07-26 Thread Sajid Hussain
I think it would work , because it shared different eclipse ide . 


Sajid 


From: markflex2007 markflex2...@yahoo.com
To: flexcoders@yahoogroups.com
Sent: Sun, July 25, 2010 8:55:32 AM
Subject: [flexcoders] Flex Builder 3 Installation?

  
Do you think if we can install standalone version and plug in version Flex 
Builder 3 in same computer?

Thanks

Mark


 


  

Re: [flexcoders] Flex Builder won't use my changes

2010-03-21 Thread Lee Jenkins
Rick Genter wrote:
  
 
 I've been building an app with Flex Builder 3. All of a sudden when I 
 run my app using the debugger I no longer see my changes reflected. For 
 example, I have a class where I deleted several trace() calls and added 
 another trace() call, yet when I run the app I'm seeing the old trace() 
 messages and not the new trace() message. Furthermore, when I put a 
 breakpoint on the new trace() call, the debugger claims that there is no 
 code at that breakpoint, indicating that the code has not been recompiled.
 
 I've tried cleaning the project, restarting Flex Builder and even 
 deleting the project and re-importing it from CVS, but to no avail. Any 
 suggestions?

Are they any linked projects?  If so, try cleaning them as well or clean all 
when asked.  I had the same problem with a main project which referenced custom 
library folders.  Seems FB has a problem keeping everything in sync.

Not sure if that is your problem.

--
Warm Regards,

Lee



Re: [flexcoders] Flex Builder won't use my changes

2010-03-21 Thread kris range
Check the date of the debug swf flex builder is building to make sure
they are the latest ones...if not that, I'm sure you've already tried
this but a browser cache clear is also something to try. I tend to
always use Firefox with web developer no-cache settings but whenever I
test in Safari or Chrome that stuff always happens to me.


On Sun, Mar 21, 2010 at 4:32 PM, Lee Jenkins l...@datatrakpos.com wrote:
 Rick Genter wrote:


 I've been building an app with Flex Builder 3. All of a sudden when I
 run my app using the debugger I no longer see my changes reflected. For
 example, I have a class where I deleted several trace() calls and added
 another trace() call, yet when I run the app I'm seeing the old trace()
 messages and not the new trace() message. Furthermore, when I put a
 breakpoint on the new trace() call, the debugger claims that there is no
 code at that breakpoint, indicating that the code has not been recompiled.

 I've tried cleaning the project, restarting Flex Builder and even
 deleting the project and re-importing it from CVS, but to no avail. Any
 suggestions?

 Are they any linked projects?  If so, try cleaning them as well or clean all
 when asked.  I had the same problem with a main project which referenced 
 custom
 library folders.  Seems FB has a problem keeping everything in sync.

 Not sure if that is your problem.

 --
 Warm Regards,

 Lee



 

 --
 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] Flex Builder won't use my changes

2010-03-21 Thread Mike Chabot
Disable your browser cache. I have to do this when developing.

-Mike Chabot

On Sat, Mar 20, 2010 at 7:49 PM, Rick Genter rick.gen...@gmail.com wrote:



 I've been building an app with Flex Builder 3. All of a sudden when I run
 my app using the debugger I no longer see my changes reflected. For example,
 I have a class where I deleted several trace() calls and added another
 trace() call, yet when I run the app I'm seeing the old trace() messages and
 not the new trace() message. Furthermore, when I put a breakpoint on the new
 trace() call, the debugger claims that there is no code at that breakpoint,
 indicating that the code has not been recompiled.

 I've tried cleaning the project, restarting Flex Builder and even deleting
 the project and re-importing it from CVS, but to no avail. Any suggestions?

 Relevant version information:

 Flex Builder 3, Version 3.0, Build 3.0.2.214193
 Mac OS X 10.6.2
 --
 Rick Genter
 rick.gen...@gmail.com rick.genter%40gmail.com

  



Re: [flexcoders] Flex Builder won't use my changes (resolved, without explanation)

2010-03-21 Thread Rick Genter
On Mar 21, 2010, at 8:32 AM, Lee Jenkins wrote:
 Are they any linked projects?  If so, try cleaning them as well or clean all 
 when asked.  I had the same problem with a main project which referenced 
 custom 
 library folders.  Seems FB has a problem keeping everything in sync.
 
 Not sure if that is your problem.

Hi Lee,

Thanks for the suggestion. This is a single project - I have not added any 
custom libraries to it.

I managed to get it working again, but I'm not sure what I did to get it to 
work. I'll pay closer attention to my process to see if I can determine what 
causes it should it happen again.
--
Rick Genter
rick.gen...@gmail.com



RE: [flexcoders] Flex Builder Out of Memory Errors

2010-03-19 Thread Christopher McArthur
Yeah, I get this constantly too. I have 4GB of ram, and Flexbuilder
never goes above 700Mb, but still get the errors constantly.

 

Ive also tried everything I can find on google adjusting the memory
settings, tried values all over the place, and nothing, constnatly out
of memory crashes.

 

Our entire dev team gets this and we have a range of winXP, Macintosh,
vista, and windows 7.

 

Upgraded to Flash Builder 4, and no dice, still constant crashing =(

 

 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of d9_tech
Sent: Friday, March 19, 2010 2:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder Out of Memory Errors

 

  

It's pretty frustrating that Flex Builder regularly crashes with Out of
Memory errors during compile and sometimes even when design view is
refreshing. 

After searching for solutions and trying all sorts of memory
configurations in the Flex Builder config file, our dev team finally
gave up looking for a fix, hoping that things would get better in a
patch release. 

Unfortunately, they haven't. With each update of Flex Builder the out of
memory errors continue, sometimes manifesting as silent crashes where
Flex Builder just disappears. Even after we all got new Alienware
computers with 12 GB of RAM, Flex Builder still can't find enough
resources for whatever it's trying to do during compile. Today I
actually got three Out of Memory error dialogs at once, all piled on top
of each other. 

Can someone from the Flex team please shed light on what's going on and
let us know if there is a solution for this problem?

thanks,

Christian 



image001.jpgimage002.jpg

Re: [flexcoders] Flex Builder build and search functions die on Vista

2010-02-22 Thread Tom McNeer
Hi,

First, let me apologize for the long delay in replying. Thank you, Peeyush
and Lee, for offering your help.

Lee,

In my case, the only linked libraries are pre-compiled .swcs, not projects
within the workspace. So I don't guess our problems are the same. Thank you,
though.

Peeyush,

All the linkages within each project are strictly to files within the
project, except of course for the linkage to the compiler.

As far as the possibility of some corruption in the workspace goes, you may
well be right; I just haven't had a chance to test it. I'll do so today and
report back. Thank you for your help.



-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560


Re: [flexcoders] Flex Builder build and search functions die on Vista

2010-02-20 Thread Lee Jenkins
Tom McNeer wrote:
  
 
 Very strange.
 
 Vista, 32-bit. Flex Builder 3 plug-in. Eclipse 3.4 Ganymede. Flex SDKs 
 3.4 and 3.5.
 
 A couple of days ago, I noticed that Flex Builder was not re-building 
 projects before running them. I attempted to compile using Project  
 Build Project, and nothing happened. Build Automatically also had no effect.
 
 The only way I could force a compile was by choosing Clean - each time I 
 needed to rebuild.
 
 Then, yesterday, the Eclipse Search  File function seemed to stop 
 working when used while the Flex perspectives were active. I got 0 
 results on many phrases that I know to exist. These bad results 
 persisted, whether the search was in the enclosing project or the entire 
 workspace. Neither regular expression nor case sensitive were 
 checked, but I made sure the case matched, anyway.
 
 So - last night, I uninstalled Flex Builder, installed a new copy of 
 Eclipse, then re-installed Flex Builder within it. This morning, the 
 first time I chose Build Project, it worked. But now it has stopped. I 
 can once again only force a compile with Clean. And the search is dead 
 again, too.
 


I was having the build problem that you're describing.  In my case, I had one 
project with a separate library project linked to it and it seems that flex 
builder gets confused with that kind of thing, at least in my circumstance.  I 
have had a couple of other projects exhibit the same behavior and as soon as I 
removed the linked projects and included them in the main project (instead of 
linking them) I have not had to manually perform a clean in sometime in order 
to 
get FB to see the new source changes for building.

--
Warm Regards,

Lee





Re: [flexcoders] Flex Builder build and search functions die on Vista

2010-02-19 Thread Peeyush Tuli
Does changing the workspace location and recreating it help?

Do you have any source linkages in any of the projects to folders located
outside the workspace?

On Fri, Feb 19, 2010 at 10:00 PM, Tom McNeer tmcn...@gmail.com wrote:



 Very strange.

 Vista, 32-bit. Flex Builder 3 plug-in. Eclipse 3.4 Ganymede. Flex SDKs 3.4
 and 3.5.

 A couple of days ago, I noticed that Flex Builder was not re-building
 projects before running them. I attempted to compile using Project  Build
 Project, and nothing happened. Build Automatically also had no effect.

 The only way I could force a compile was by choosing Clean - each time I
 needed to rebuild.

 Then, yesterday, the Eclipse Search  File function seemed to stop working
 when used while the Flex perspectives were active. I got 0 results on many
 phrases that I know to exist. These bad results persisted, whether the
 search was in the enclosing project or the entire workspace. Neither
 regular expression nor case sensitive were checked, but I made sure the
 case matched, anyway.

 So - last night, I uninstalled Flex Builder, installed a new copy of
 Eclipse, then re-installed Flex Builder within it. This morning, the first
 time I chose Build Project, it worked. But now it has stopped. I can once
 again only force a compile with Clean. And the search is dead again, too.

 As an aside, the Search function appears works on files other than .as or
 .mxml files.

 Also, prior to the emergence of this problem, nothing had really changed on
 the machine other than a few Windows security updates, which I have now
 removed. But the problems persist.

 I just reopened Flex Builder, made a minute change to a file, and clicked
 Run. It said it was building the project, but took no time to do so. So
 I'm not sure it actually did. After that first attempt, once again, Build
 has no effect. And the Search is dead.

 Anyone have any thoughts?

 --
 Thanks,

 Tom

 Tom McNeer
 MediumCool
 http://www.mediumcool.com
 1735 Johnson Road NE
 Atlanta, GA 30306
 404.589.0560
  



Re: [flexcoders] Flex builder automation?

2010-02-12 Thread Mykola Dzyuba
Hi Nick,

Yes, it is possible. What is the goal of the automation?

If you want just a clean build done automatically, the ANT build would  
be a good option.

If you want to automate Flash Builder UI, you can develop an Eclipse  
plugin that would do that. Or you can use Eclipse UI automation tools  
like WindowTester and create a script for that.

- Mykola



On Feb 11, 2010, at 12:58 AM, Nick Middleweek wrote:

 Hello,

 Is it possible to setup an automation task to do this...


   • Open Project Properties of a Flex Library Project
   • Deselect all items in the Classes tab
   • Reselect all items in the Classes tab
   • Deselect assets in the Classes tab
   • Reselect all but 'com' in the Assets tab
   • Click ok so the library gets rebuilt
   • Run a Project Clean

 Thanks,
 Nick


 





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

* 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:
flexcoders-dig...@yahoogroups.com 
flexcoders-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
flexcoders-unsubscr...@yahoogroups.com

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



Re: [flexcoders] Flex Builder 3 - A little to be desired [1 Attachment]

2010-02-06 Thread Clark Stevenson
I have not filed a bug yet because i dont really think im good enough to
technically describe the issue. When i went to help  new bug i just got a
page saying the module is missing or deactive on jira.

The best way i can describe it in both FB3 and FB4 is that the actionscript
editor does not notify FB that a change in the editor has been made.

I dont know if i can attach images to this mailing list but the attached
screenshot shows the issue. Joint2 is invalid so i got a runtime error in
red. I then commented out the offending line and resaved it but still the
problem persists. The screenshot shows the offending line of code along with
its error AFTER i have hit save.

Note that this is a completely seperate project to my first email.

Running FB2 and FB3 under 32x never gave me any problems, and if it did, not
with enough frequency to be noticible in the 2 years i used them.
Running FB3 under VISTA Home 64x AMD 64  has this issue
Running FB4 under 7 Ultimate 64x Intel i7, i5 has this issue

It seems there is an inherited bug somewhere which effects 64x OS Windows or
architecture..

When googling this i found little so if you do experience this issue and can
let describe it well, please reply with details.

As far as im concerned even an option to tick to force a clean on save would
save alot of hassle.

Also is there any keyboard shortcut to clean?

Cheers.









On 5 February 2010 03:24, Lee Jenkins l...@datatrakpos.com wrote:



 Clark Stevenson wrote:
 
 
 
  Ugh i can totally appreciate your email.
 
  I have struggled pretty much constantly over the last 2 years with all
  kinds of problems.
 

 The more I work with this product, the more I'm convinced that it is a very

 buggy piece product in very core areas. All kinds of mysterious compiler
 issues
 with fragments of code not getting linked in all the time, having to
 perform a
 clean every few changes of code ,which itself takes forever if there is
 more
 than one project involved.

 --
 Warm Regards,

 Lee

  



Re: [flexcoders] Flex Builder 3 - A little to be desired

2010-02-05 Thread Lee Jenkins
Clark Stevenson wrote:
  
 
 
 Ugh i can totally appreciate your email.
 
 I have struggled pretty much constantly over the last 2 years with all 
 kinds of problems.
 

The more I work with this product, the more I'm convinced that it is a very 
buggy piece product in very core areas.  All kinds of mysterious compiler 
issues 
with fragments of code not getting linked in all the time, having to perform a 
clean every few changes of code ,which itself takes forever if there is more 
than one project involved.


--
Warm Regards,

Lee



Re: [flexcoders] Flex Builder 3 - A little to be desired

2010-02-03 Thread Jochem van Dieten
On Tue, Feb 2, 2010 at 9:01 AM, Clark Stevenson wrote:
 I was particulaly depressed the other day when i tried FB4 under an I5 64bit 
 system and ran into the whole forced clean after each build, its not filled 
 me with alot of confidence.

I have not experienced that with FB4. Which bug number did you file?

Jochem


--
Jochem van Dieten
http://jochem.vandieten.net/


Re: [flexcoders] Flex Builder 3 - A little to be desired

2010-02-02 Thread Clark Stevenson
Ugh i can totally appreciate your email.

I have struggled pretty much constantly over the last 2 years with all kinds
of problems.

My favorite one is the one that you describe. For no reason what so ever,
pressing save all of a sudden does not work and you need to goto Project 
Clean. The first time this happened to me i lost out on a job interview
purely because no matter what i did, flex wouldnt refresh and i didnt know
about project  Clean.

Another classic, is that my Project  Settings dialoge on x64 systems does
not work, none of the buttons exist, you need to drag the dialogue box to
make it tiny, select a new option, and resize the dialogue box again to see
what is actually under, say, the class path or add SWC options.

Updating the flex SDK: The whole wrapper issue. This is particulaly poor
because its like Adove decided, lets make flex 3 a nightmare to update so
you run out and buy FB4

Dragging a class into your Flex Project source path is often not found. If i
drag zoo.birds.Eagle.as, it is entirely possible that Eagle wont be
available dispite it being in the correct package and folder system.

Flash player cannot be found, please install a debug version (fails at 49%
build)

And many more.

I was particulaly depressed the other day when i tried FB4 under an I5 64bit
system and ran into the whole forced clean after each build, its not
filled me with alot of confidence.

Cheers,

Clark.



On 2 February 2010 00:43, Gordon Smith gosm...@adobe.com wrote:



  Have you tried the beta of FlashBuilder 4? (FlexBuilder was renamed to
 FlashBuilder.)



 http://labs.adobe.com/technologies/flashbuilder4/



 Gordon Smith

 Adobe Flex SDK Team



 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
 Behalf Of *Lee Jenkins
 *Sent:* Monday, February 01, 2010 11:10 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] Flex Builder 3 - A little to be desired






 Hi all,

 Just getting started with Flex and FlexBuilder and I am unimpressed with
 the FB
 IDE (though flex and actionscript are nice to me) and was hoping someone
 could
 help me out with a couple of annoyances.

 1. After working in the editor, I ALWAYS have to highlight the project node
 in
 the Flex Navigator before Run, Debug, etc buttons work or say CTRL-F11 to
 run my
 project will work.

 2. My projects (different ones I've noticed this with) required that I
 perform a
 Clean from the Project  Clean menu before changes will take effect many
 times. I've wasted literally hours trying to figure why my code is not
 working
 correctly, until a light bulb goes off and I try the Clean option at
 which the
 compiler finally links in the changes.

 After working with the likes of Delphi and Visual Studio, I'm very
 disappointed
 in the product if I have to in fact take these annoying steps consistently
 just
 to get my projects to compile and build correctly :-)

 Thanks for suggestions.

 --
 Warm Regards,

 Lee

   



RE: [flexcoders] Flex Builder 3 - A little to be desired

2010-02-01 Thread Gordon Smith
Have you tried the beta of FlashBuilder 4? (FlexBuilder was renamed to 
FlashBuilder.)

http://labs.adobe.com/technologies/flashbuilder4/

Gordon Smith
Adobe Flex SDK Team

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Lee Jenkins
Sent: Monday, February 01, 2010 11:10 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder 3 - A little to be desired



Hi all,

Just getting started with Flex and FlexBuilder and I am unimpressed with the FB
IDE (though flex and actionscript are nice to me) and was hoping someone could
help me out with a couple of annoyances.

1. After working in the editor, I ALWAYS have to highlight the project node in
the Flex Navigator before Run, Debug, etc buttons work or say CTRL-F11 to run my
project will work.

2. My projects (different ones I've noticed this with) required that I perform a
Clean from the Project  Clean menu before changes will take effect many
times. I've wasted literally hours trying to figure why my code is not working
correctly, until a light bulb goes off and I try the Clean option at which the
compiler finally links in the changes.

After working with the likes of Delphi and Visual Studio, I'm very disappointed
in the product if I have to in fact take these annoying steps consistently just
to get my projects to compile and build correctly :-)

Thanks for suggestions.

--
Warm Regards,

Lee



RE: [flexcoders] Flex Builder help system

2009-09-07 Thread Stephen Gilson
Sure, in the FB menu, select:

-Window  Preferences to open the Preferences dialog box
- In the dialog box, select Help
- In the Help pane, select the Use external browser checkbox
- Below the checkbox, select Web Browser to pick your browser
- Hit OK

Stephen


From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Nick Middleweek
Sent: Monday, September 07, 2009 9:56 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder help system



Hello,

Is there a way to change Flex Builder 3 so that when I press F1 over a 
component, rather than the help page open within FB3, can it open up in a web 
browser?


Thanks,
Nick


inline: image001.jpginline: image002.jpg

Re: [flexcoders] Flex Builder 3 - Conditional Debugging

2009-08-27 Thread Wesley Acheson
what I do is something like this.
if(shouldBreak){
trace(Break point);
}

I then put a break point on the trace line.

Its the only way round I know about.

Regards,

Wesley Acheson.

On Thu, Aug 27, 2009 at 8:20 AM, Michael Ridland rid...@gmail.com wrote:



 Hi

 Is is possible to have conditional breakpoints in Flex Builder 3? Either
 via the editor or action script.

 It would be cool if I could go
 if(ShouldBreak())
 Debugger.Break();

 Is there anything like this? or hacks?

 Thanks in Advance.







 


Re: [flexcoders] Flex Builder 3 - Conditional Debugging

2009-08-27 Thread Andriy Panas
import flash.debugger.enterDebugger;

if(ShouldBreak())
{
enterDebugger()
}

--
Best regards,
Andriy Panas


Re: [flexcoders] Flex Builder 3 - Conditional Debugging

2009-08-27 Thread Ivan Wang
It's impossible with FB3. But you can have it in Flash Builder 4, though it's 
still beta. 

Ivan
  - Original Message - 
  From: Michael Ridland 
  To: flexcoders@yahoogroups.com 
  Sent: Thursday, August 27, 2009 2:20 PM
  Subject: [flexcoders] Flex Builder 3 - Conditional Debugging


Hi

  Is is possible to have conditional breakpoints in Flex Builder 3? Either via 
the editor or action script. 

  It would be cool if I could go 
  if(ShouldBreak())
  Debugger.Break();

  Is there anything like this? or hacks?

  Thanks in Advance. 







  

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

2009-08-06 Thread Warren
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;
  }



  

Re: [flexcoders] Flex builder Linux Adobe's Plans

2009-07-20 Thread Tom Chiverton
On Sunday 19 Jul 2009, nospam allowed wrote:
 http://bugs.adobe.com/jira/browse/FB-19053
 For those of you using the Flex Builder on Linux please comment that you
 wish to see it stay on Linux.

Please, *please*, **please* do not just comment !
Please *vote* as well. Adobe have repeatedly said that the number of votes 
sways them, and this has been demonstrated in the past - so vote :-)

Just as an update, this issue is still the most popular one on the whole issue 
tracker by a large margin (#FP-444 has taken 2 years to get to ~75 less 
votes, #FB-19053 has only been open 3 months), and has nearly *~3 times more 
votes than the next nearest Flex Builder bug*.

-- 
Helping to dynamically improve e-tailers 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] Flex builder Linux Adobe's Plans

2009-07-20 Thread Tom Chiverton
 Ahh the power of bcc to confuse.
Oops. Confused myself :-)



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] Flex builder Linux Adobe's Plans

2009-07-20 Thread Tom Chiverton
On Monday 20 Jul 2009, Alan Burns wrote:
 Have you added me to the Flexcoders group in Yahoo then? How exciting!
Ahh the power of bcc to confuse.
-- 

Tom Chiverton
Developer

tom.chiver...@halliwells.com
3 Hardman Square, Manchester, M3 3EB



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] Flex builder Linux Adobe's Plans

2009-07-19 Thread Julien Nicoulaud
Good initiative ;)

Julien Nicoulaud
http://flex.aixo.fr

2009/7/19 nospam allowed nos...@advancedonsite.com



 http://bugs.adobe.com/jira/browse/FB-19053

 For those of you using the Flex Builder on Linux please comment that you
 wish to see it stay on Linux.
  



Re: [flexcoders] Flex Builder, Flash Builder, Flash and Catalyst

2009-06-03 Thread mark . jonkman
Hi Bruce 

Flash Builder 4 replaces the product formerly known as Flex Builder. 
Flex know refers solely to the Flex SDK. 

No idea what so ever as to what they are planning on charging. 

Sincerely 
Mark R. Jonkman 

- Original Message - 
From: brucewhealton br...@futurewavedesigns.com 
To: flexcoders@yahoogroups.com 
Sent: Wednesday, June 3, 2009 4:36:19 PM GMT -05:00 US/Canada Eastern 
Subject: [flexcoders] Flex Builder, Flash Builder, Flash and Catalyst 

Hello all, 
I was wondering about a couple things. Is Adobe going to make two separate 
products, Flash Builder 4 (aka Flex Builder) and Flex Builder 4? Maybe I read 
something wrong. Perhaps, Flex 4 is the new SDK and Flash Builder 4 will 
replace Flex 3, so there wouldn't be a Flex Builder 4. 
Then there is Catalyst. Any idea what that will cost when it comes out in it's 
final version? I guess that's a long time away. Anything else that Adobe is 
doing in the area of RIAs? 
Bruce 



 

-- 
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] Flex Builder not rebuilding source

2009-05-26 Thread Jeffry Houser

  I find this occurs if I re-compile with an active debug sessions.  
Close all your browser windows, and then clean your project. 

 This does not appear to work every time, though. 

Cordova Aaron 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. 



   



 

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




   

-- 
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] Flex Builder not rebuilding source

2009-05-26 Thread Tracy Spratt
Delete everything in the bin-debug folder, and clear the browser cache.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Jeffry Houser
Sent: Tuesday, May 26, 2009 5:35 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder not rebuilding source

 







I find this occurs if I re-compile with an active debug sessions. 
Close all your browser windows, and then clean your project. 

This does not appear to work every time, though. 

Cordova Aaron 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. 



 



 

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




 

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





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

2009-05-05 Thread Tom Chiverton
On Friday 01 May 2009, Sam Lai wrote:
 It's probably not the editor bits that are hard, but the debugging
 bits which have to reach outside of the Java world to work. 

Well, that's solved, because the Labs build has a debugger.

 As for the design view, they might be reaching out and using a
 platform-specific component to render the design, so that it would
 match the output better than rewriting the entire rendering engine in
 Java?

They are, yes, and that same special player (authplay ?) is apparently in 
Reader 9 on Linux (for embedded Flex in PDFs), so that's solved to.

-- 
Helping to widespreadedly harvest cross-media industry-wide deliverables 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] Flex Builder on Linux been scrapped ?

2009-05-05 Thread Tom Chiverton
On Friday 01 May 2009, john fisher wrote:
  FB != Flex - there's always the SDK - most people don't use the design
  view that much - do they?
 won't I lose the debugger too? as noted I have to try it... Linux
 doesn't have the Design View.

The SDK comes with a command line debugger - 'fdb'.

-- 
Helping to conveniently unleash performance-oriented global impactful 
exceptional solutions 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] Flex Builder on Linux been scrapped ?

2009-05-04 Thread john fisher
I was thinking the same...

thomas parquier wrote:
 As eclipse is java based, how does fb happen to be incompletely ported to
 linux ?

 What about opening source of fb ? There must be some java developers who
 will be able to work on fb.

   


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

2009-05-03 Thread thomas parquier
As eclipse is java based, how does fb happen to be incompletely ported to
linux ?

What about opening source of fb ? There must be some java developers who
will be able to work on fb.

thomas
---
http://www.web-attitude.fr/
msn : thomas.parqu...@web-attitude.fr
softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net
téléphone portable : +33601 822 056


2009/5/1 john fisher j...@jpfisher.net





 Paul Andrews wrote:
 
  A really difficullt viewpoint to understand.
 
  FB != Flex - there's always the SDK - most people don't use the design
 view
  that much - do they?
 
 won't I lose the debugger too? as noted I have to try it... Linux
 doesn't have the Design View.

  but you do
  seem happy to bet your customers come only from the linux world.
 
 not going to specify any OS for customers, building Flash for web
 interfaces.

  I don't have a problem with open source, but many people see it as a
 mantra
  for ife, ...

 mostly it depends on what you have invested in, I've let my Windows
 investment drop in favor of Linux, and I'm not sorry.
 
  I have yet to meet anyone outside the geek/software development world
 using
  Linux,
 well we ARE talking about development platforms, not end user platforms.
 Anyway netbooks and Android phones are colonizing the lower Windows
 space - food for a business discussion elsewhere.

  



RE: [flexcoders] flex builder 3 blazeds and spring

2009-05-01 Thread Gregor Kiddie
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...@inps.co.uk



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] Flex Builder on Linux been scrapped ?

2009-05-01 Thread john fisher


Paul Andrews wrote:

 A really difficullt viewpoint to understand.

 FB != Flex - there's always the SDK - most people don't use the design view 
 that much - do they?
   
won't I lose the debugger too? as noted I have to try it... Linux
doesn't have the Design View.


  but you do 
 seem happy to bet your customers come only from the linux world.
   
not going to specify any OS for customers, building Flash for web
interfaces.


 I don't have a problem with open source, but many people see it as a mantra 
 for ife, ...

mostly it depends on what you have invested in, I've let my Windows
investment drop in favor of Linux, and I'm not sorry.

 I have yet to meet anyone outside the geek/software development world using 
 Linux, 
well we ARE talking about development platforms, not end user platforms.
Anyway netbooks and Android phones are colonizing the lower Windows
space - food for a business discussion elsewhere.




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

2009-04-30 Thread john fisher
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] Flex Builder on Linux been scrapped ?

2009-04-30 Thread Guy Morton
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] Flex Builder on Linux been scrapped ?

2009-04-30 Thread Matt Chotin
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...@alchemy.com.au 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] Flex Builder on Linux been scrapped ?

2009-04-30 Thread john fisher
Guy I could use the bare SDK of course. I hadn't really tried it before
because the Flex Builder Eclipse plugin seemed like a good idea. And
there is *some* support for it in the community, I don't know how much.
You're right I should try that before I give up.

blame Adobe is not quite right, trust is more like it. Watching Java
slowly worm its way out of Sun's grasp to the point where its now more
or less open-source should provide a positive prediction for the
eventual outcome, but Adobe ain't Sun, but then Sun ain't either now.

Does Adobe have the right corporate culture to nurture an open-source
project?   I like the way they are running Flex otherwise, but maybe I
indulged in wishful thinking on the Linux support.

John

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




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

2009-04-30 Thread john fisher
well thanks for that Matt, I'll wait for announcements.
John

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

   


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

2009-04-30 Thread Paul Andrews
- Original Message - 
From: john fisher j...@jpfisher.net
To: flexcoders@yahoogroups.com
Sent: Friday, May 01, 2009 12:35 AM
Subject: Re: [flexcoders] Flex Builder on Linux been scrapped ?


 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

A really difficullt viewpoint to understand.

FB != Flex - there's always the SDK - most people don't use the design view 
that much - do they?

Why should Adobe invest in a product that costs money to develop but has a 
low adoption rate?

You may not be happy to bet your products on the whim of Adobe, but you do 
seem happy to bet your customers come only from the linux world.

You seem happy to ditch the benefits of flex as a rapid development platform 
for rich applications in favour of  XXX simply because one development tool 
may not be available on Linux - doesn't seem to be a sensible approach to 
decide software architectures.

I don't have a problem with open source, but many people see it as a mantra 
for ife, whch is OK, but sometimes there are indirect costs to avoiding 
commercial wares.

I have yet to meet anyone outside the geek/software development world using 
Linux, so I'm curious about your targetted product market!

Anyway, the choice is yours.

Paul

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

Well, Linux in the everyday world is still well under my radar as is the 
immenent death of the desktop. 



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

2009-04-30 Thread Sam Lai
2009/5/1 Kelly dek...@gmail.com:
 I am not sure why it's so hard.


 Most other Eclipse plugins work fine on Linux 32 and 64 Bit.

It's probably not the editor bits that are hard, but the debugging
bits which have to reach outside of the Java world to work. Ditto with
the profiler bits I'd say, and any other components that need to
communicate with AIR directly.

As for the design view, they might be reaching out and using a
platform-specific component to render the design, so that it would
match the output better than rewriting the entire rendering engine in
Java?

Who knows (unless you decompile FB possibly), but Java and Eclipse
aren't inherently cross-platform all the time given what they need to
do.


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

2009-04-29 Thread Tom Chiverton
On Tuesday 28 Apr 2009, Nick Collins wrote:
 out IntelliJ IDEA 8.1, which I'm told has pretty nice Flex development
 features. Just missing the design view and profiler, really...

Do you know, does it do CFML/CFScript syntax highlighting ?

-- 
Helping to efficiently incentivize 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] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Paul Hastings
Nick Collins wrote:
 Well, if you really want to develop Flex on Linux, you could always 
 check out IntelliJ IDEA 8.1, which I'm told has pretty nice Flex 
 development features. Just missing the design view and profiler, really...

that's like telling me to bet on a race horse w/only 2 legs.

but i wish adobe would come out w/a linux version of FB. i think it's the last 
bit of desktop s/w holding me to XP.


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

2009-04-29 Thread Tom Chiverton
On Wednesday 29 Apr 2009, Paul Hastings wrote:
 but i wish adobe would come out w/a linux version of FB. i think it's the
 last bit of desktop s/w holding me to XP.

Did you give the release on Labs a go ? It's very nearly there, the bits of 
Builder it does do almost all work fine (occisonal AIR app crashes and debug 
disconnects, for instance).

-- 
Helping to paradigmatically accelerate distributed markets 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] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Paul Hastings
Tom Chiverton wrote:
 Did you give the release on Labs a go ? It's very nearly there, the bits of
 Builder it does do almost all work fine (occisonal AIR app crashes and 
 debug
 disconnects, for instance).

no actually, i thought it was set to expire any day now. i'm very attached to 
editors (i used cfstudio until last year or so) so i didn't want to have to 
start all over again, twice (went from cfstudio to eclipse because i upgraded 
my 
w/s  couldn't find my cfstudio serial number).

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.


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

2009-04-29 Thread Tom Chiverton
On Wednesday 29 Apr 2009, Paul Hastings wrote:
 no actually, i thought it was set to expire any day now. 

December.

 want to have to start all over again, twice (went from cfstudio to eclipse
 because i upgraded my w/s  couldn't find my cfstudio serial number).

IDEA would feel close to Eclipse, to be honest - having gone the other way 
with Java development due to cost.

 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/ :-)

-- 
Helping to quickly restore prospective 24/365 metrics 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] Flex Builder on Linux been scrapped ?

2009-04-28 Thread Johannes Nel
:(

On Tue, Apr 28, 2009 at 4:43 PM, Tom Chiverton tom.chiver...@halliwells.com
 wrote:





 It looks like Builder on Linux might be a gonner
 (http://gruchalski.com/2009/04/22/flex-builder-3-for-linux-on-hold/) -
 register your support for the product by voting for
 http://bugs.adobe.com/jira/browse/FB-19053


   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.


  




-- 
j:pn
\\no comment


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

2009-04-28 Thread Nick Collins
Well, if you really want to develop Flex on Linux, you could always check
out IntelliJ IDEA 8.1, which I'm told has pretty nice Flex development
features. Just missing the design view and profiler, really...

On Tue, Apr 28, 2009 at 10:55 AM, Johannes Nel johannes@gmail.comwrote:



 :(


 On Tue, Apr 28, 2009 at 4:43 PM, Tom Chiverton 
 tom.chiver...@halliwells.com wrote:





 It looks like Builder on Linux might be a gonner
 (http://gruchalski.com/2009/04/22/flex-builder-3-for-linux-on-hold/) -
 register your support for the product by voting for
 http://bugs.adobe.com/jira/browse/FB-19053


   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.





 --
 j:pn
 \\no comment
  



Re: [flexcoders] Flex Builder Compiler Performance Benchmarking

2009-03-25 Thread Matt Chotin
We clearly need to see your application and understand your system 
configuration.  This is obviously something going very wrong, I can't imagine 
your compilation taking more than 30 seconds, and even that would hopefully be 
very high.

Can you provide the source for your app to us (you can mail me offlist)?  Also 
send your system specs.

Matt


On 3/25/09 8:07 PM, edlueze edlu...@onegen.com 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.

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 be if it's only been me working on it?! There are about 100 files of 
all sorts and I've cleared out most of the other projects.

After reading others complain about compilation times of only 40 seconds (my 
dream!) I started getting worried that I've fundamentally botched the way I've 
set things up. Any feedback would be very welcome!

Thanks,

Ted.







RE: [flexcoders] Flex Builder Compiler Performance Benchmarking

2009-03-25 Thread Tim Rowe
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:flexcod...@yahoogroups.com] On Behalf 
Of edlueze
Sent: Thursday, 26 March 2009 2:07 PM
To: flexcoders@yahoogroups.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 be if it's only been me working on it?! There are about 100 files of 
all sorts and I've cleared out most of the other projects.

After reading others complain about compilation times of only 40 seconds (my 
dream!) I started getting worried that I've fundamentally botched the way I've 
set things up. Any feedback would be very welcome!

Thanks,

Ted.





RE: [flexcoders] Flex Builder hangs and I have to end the process when opening app in design view

2009-01-26 Thread Grant Davies
I had this problem when I upgraded my version of SVN client (tortoise)
but did not upgrade the SVN plugin for eclipse, do you use SVN at all ?

 

Cheers,

Grant

 

 

...

 b l u e t u b e i n t e r a c t i v e.

.: Development solutions for creatives :.

.: grant davies

.: 404.428.6839 (c)

.: 404.921.9550 (F)

 gr...@bluetubeinteractive.com

http://www.bluetubeinteractive.com

 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of programmer_offsite
Sent: Monday, January 26, 2009 2:03 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder hangs and I have to end the process
when opening app in design view

 

I am using latest Flex Builder 3.0.2 on Windows XP Sp2.
I have created a custom component in ActionScript. Then I create
another mxml component based on my ActionScript component. Finally,
when I place this component and open design view, the Builder hangs
and I have to kill it.
I tried a number of things:
1. Changing VM parameters in order to increase memory available to FB
2. Defragmenting my disc
3. Erasing eclipse history
4. Creating new workspaces
If I try to open my workspace on another machine, it will suffer
similar problems, but never did the other programmer have the similar
situation although creating application in similar manner (mxml
component based on custom as component placed on application).
Anyone had similar problems? Found some advice to upgrade machine but
my PC is dual processor and 3 GB ram with enough disc space..

 

Messages in this topic
http://groups.yahoo.com/group/flexcoders/message/135265;_ylc=X3oDMTM5bm
4yM2thBF9TAzk3MzU5NzE0BGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRtc2
dJZAMxMzUyNjUEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxMjMyOTk4NDM4BHRwY0lkAzEzNT
I2NQ-- (1) Reply (via web post)
http://groups.yahoo.com/group/flexcoders/post;_ylc=X3oDMTJzZWJmaDdpBF9T
Azk3MzU5NzE0BGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRtc2dJZAMxMzUy
NjUEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMjMyOTk4NDM4?act=replymessageNum=13
5265 | Start a new topic
http://groups.yahoo.com/group/flexcoders/post;_ylc=X3oDMTJmM2hyaHA2BF9T
Azk3MzU5NzE0BGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRzZWMDZnRyBHNs
awNudHBjBHN0aW1lAzEyMzI5OTg0Mzg- 

Messages
http://groups.yahoo.com/group/flexcoders/messages;_ylc=X3oDMTJmNzE2bTE1
BF9TAzk3MzU5NzE0BGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRzZWMDZnRy
BHNsawNtc2dzBHN0aW1lAzEyMzI5OTg0Mzg-  

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

MARKETPLACE



image001.png

Re: [flexcoders] Flex Builder debugger problems

2009-01-23 Thread John McCormack
If the SWF takes a long time to build you will see that.
I sometimes got that when it couldn't find the debugger, but not recently.
It's sometimes slow waiting for something to be loaded/decoded, or  even 
when waiting at a breakpoint.
Because the two programs don't run independently IE may show no content 
when interrupted by Flash/Flex.

John

Curtis Barrett wrote:
 I'm running into an odd problem with the Flex Builder debugger.  About 
 4/5ths of the times that I click the debug button I get a nice, white 
 IE page.  It has the loading icon down at the bottom and aside from 
 that, nothing.  When I click stop in flex builder the page goes away 
 and when I click disconnect then the page finishes loading my flex 
 app.  It is starting to get particularly frustrating when I have to 
 stop it and relaunch it 5-9 times before I get a working window.  Once 
 it comes up all is fine and dandy. 
  
 Has anyone had anything similar happen?  I am on a trial version of 
 flex builder and I have reinstalled it to see if it would help at all.
  
  
 Thanks in advanced,
 Curtis Barrett
  




Re: [flexcoders] Flex Builder debugger problems

2009-01-23 Thread Mark Carter

I also experience this though it only happens about 5% of the time for me.
I'm debugging my Flex app running in the standalone Flash Player 10.

* Usually, my flex app takes a couple of seconds to launch once the
workspace has finished building.

* About 20% of the time, the flash player window comes up and the app then
takes about 10 seconds to actually start.

* But about 5% of the time, the flash player window comes up and then the
app never actually starts (waiting at least a couple of minutes). If I then
disconnect the debugger, the app then immediately starts as normal.

Its like the debugger is blocking something.

So no need to quit Flex Builder. Just disconnect the debugger.

-- 
View this message in context: 
http://www.nabble.com/Flex-Builder-debugger-problems-tp21630232p21637075.html
Sent from the FlexCoders mailing list archive at Nabble.com.



Re: [flexcoders] flex builder student version

2009-01-22 Thread Sam Lai
Check that your license.properties file exists in the right location
with the right key - the locations are here,
http://blogs.adobe.com/flexdoc/2008/04/extracting_data_visualization.html

If it doesn't a reinstall of FB3 might help.

2009/1/22 Vivian Richard kanps...@gmail.com:
 But Sam I am getting the water mark!!! Do you know why?
 I put the serial number on help-Manage Flex licenses and
 I thought it should take care of it. But it did not!!!



 On Wed, Jan 21, 2009 at 11:47 AM, Sam Lai samuel@gmail.com wrote:
 Yes - I've built an app using a student license from
 flexregistration.com and it has no watermarks on the charting
 components.

 Even better, there is no limitation if you wish to commercialise your
 creation - no need to buy a copy of Flex Builder for commercial
 purposes.

 2009/1/22 hworke kanps...@gmail.com:



 Hi does the the student/faculty version license of
 flex builder will remove the water mark from the
 flex charting?

 Regards


 

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






 

 --
 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] flex builder student version

2009-01-22 Thread Vivian Richard
reinstall worked. Thanks



On Thu, Jan 22, 2009 at 8:38 AM, Sam Lai samuel@gmail.com wrote:
 Check that your license.properties file exists in the right location
 with the right key - the locations are here,
 http://blogs.adobe.com/flexdoc/2008/04/extracting_data_visualization.html

 If it doesn't a reinstall of FB3 might help.

 2009/1/22 Vivian Richard kanps...@gmail.com:

 But Sam I am getting the water mark!!! Do you know why?
 I put the serial number on help-Manage Flex licenses and
 I thought it should take care of it. But it did not!!!



 On Wed, Jan 21, 2009 at 11:47 AM, Sam Lai samuel@gmail.com wrote:
 Yes - I've built an app using a student license from
 flexregistration.com and it has no watermarks on the charting
 components.

 Even better, there is no limitation if you wish to commercialise your
 creation - no need to buy a copy of Flex Builder for commercial
 purposes.

 2009/1/22 hworke kanps...@gmail.com:



 Hi does the the student/faculty version license of
 flex builder will remove the water mark from the
 flex charting?

 Regards


 

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






 

 --
 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] Flex Builder 3 + Eclipse plugins vs. MyEclipse + FB3 plugin?

2009-01-21 Thread s.m.srinivas

Hi Aswin,

can you please send me screen shot  error message. 

Assuming that you have followed steps correctly and when you click on Run 
Run As  Flex Application in the right click menu or on Menu's on top, you
see the message I believe. Am I wrong? Correct me if I am. 

The message clearly shows that, it is looking for /test.html/test.html
file, which basically will not be present as you only need to run
test.html.

If it is same test project which I have posted, then all you need to do is
just select the project and click on RUN button, nothing else, you need
not go to menu Run  Run As  Flex Application at all.


Regards
Srinivas S M



ashwiba wrote:
 
 Hi, 
 
 IHi, 
 
 I have tried the info provided by s.m.srinivas . Still i am not able to
 run from Run-RunAs- FlexApplication. Getting 
 
 Request Resourse is not available error like below : 
 --
  
 type Status report 
 
 message /test.html/test.html 
 
 description The requested resource (/test.html/test.html) is not
 available. 
 
 --
  
 
 Help me out on the same
 
 Regards,
 Ashwin.B
 
 
 s.m.srinivas wrote:
 
 Hi,
 
 I have posted an article in my  http://riawanderer.blogspot.com/ blog 
 which explains how to install Flex Builder on MyEclipse. This post has
 Video, Text  Images showing you the steps to achieve it. Hope it's
 helpful.
 
 Thanks,
 Srinivas
 
 
 gers32-3 wrote:
 
 Hi,
 
 I've been using MyEclipse + Flex Builder 2 plugin, as well as a bunch
 of other plugins (RadRails, Database Explorer, SVN, etc) for about 6
 months.
 
 The makers of MyEclipse tell me they don't officially support Flex
 Builder. So when I eventually upgrade to FB3, I'm considering
 installing the FB3 application by itself.
 
 Since FB3 is based on Eclipse, can I then recreate my existing
 development environment by installing the other plugins mentioned above?
 
 Thanks,
 
 Chris.
 
 
 
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Flex-Builder-3-%2B-Eclipse-plugins-vs.-MyEclipse-%2B-FB3-plugin--tp15824053p21576935.html
Sent from the FlexCoders mailing list archive at Nabble.com.



Re: [flexcoders] flex builder student version

2009-01-21 Thread Sam Lai
Yes - I've built an app using a student license from
flexregistration.com and it has no watermarks on the charting
components.

Even better, there is no limitation if you wish to commercialise your
creation - no need to buy a copy of Flex Builder for commercial
purposes.

2009/1/22 hworke kanps...@gmail.com:


  Hi does the the student/faculty version license of
  flex builder will remove the water mark from the
  flex charting?

  Regards


 

 --
 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] flex builder student version

2009-01-21 Thread Vivian Richard
But Sam I am getting the water mark!!! Do you know why?
I put the serial number on help-Manage Flex licenses and
I thought it should take care of it. But it did not!!!



On Wed, Jan 21, 2009 at 11:47 AM, Sam Lai samuel@gmail.com wrote:
 Yes - I've built an app using a student license from
 flexregistration.com and it has no watermarks on the charting
 components.

 Even better, there is no limitation if you wish to commercialise your
 creation - no need to buy a copy of Flex Builder for commercial
 purposes.

 2009/1/22 hworke kanps...@gmail.com:



 Hi does the the student/faculty version license of
 flex builder will remove the water mark from the
 flex charting?

 Regards


 

 --
 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] Flex Builder 3 crashes (Vista)

2009-01-17 Thread Kevin Benz
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
classes) and save that form. You are basically faking an import

11.   Back in Library Build Path, the project may need any swc's or
referenced projects that were in the old project configuration.

12.   Turn back on automatic build.

 

KFB

 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Dmitri Girski
Sent: Saturday, January 17, 2009 6:38 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder 3 crashes (Vista)

 

Hi everybody,

After some absolutely painless 6 months run, my Flex Builder 3 (3.0.2) 
started to crash every 10-15 minutes under Vista (I know, I know, this 
is beyond my control, I have to live with this).

The only one thing which actually changed is Flash CS4 - all 
components have been recompiled using Flash CS4 for FP9. There is some 
difference as these components now visible all the time in the Design 
View. SWCs compiled with Flash CS3 were very freaky in Design View.

Here is the Java Screen Of Death:
http://mitek.id.au/flex/builder_crash.jpg

A couple of questions:
1. Why Xmx  Xms parameters are repeated twice (see the screenshot)?

2. Why Flex Builder simply ignores C:\Program Files\Adobe\Flex Builder 
3\FlexBuilder.ini file? I can place any values and parameters there 
and it just ignores them. 

3. Why does it happen and who is responsible? (this question is
rhetorical)

If anyone had this problem before please share your experience.

Thanks in advance.

Cheers,
Dmitri.

 

image001.jpgimage002.jpg

Re: [flexcoders] Flex Builder 3 + Eclipse plugins vs. MyEclipse + FB3 plugin?

2009-01-08 Thread s.m.srinivas

Hi,

I have posted an article in my  http://riawanderer.blogspot.com/ blog  which
explains how to install Flex Builder on MyEclipse. This post has Video, Text
 Images showing you the steps to achieve it. Hope it's helpful.

Thanks,
Srinivas


gers32-3 wrote:
 
 Hi,
 
 I've been using MyEclipse + Flex Builder 2 plugin, as well as a bunch
 of other plugins (RadRails, Database Explorer, SVN, etc) for about 6
 months.
 
 The makers of MyEclipse tell me they don't officially support Flex
 Builder. So when I eventually upgrade to FB3, I'm considering
 installing the FB3 application by itself.
 
 Since FB3 is based on Eclipse, can I then recreate my existing
 development environment by installing the other plugins mentioned above?
 
 Thanks,
 
 Chris.
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Flex-Builder-3-%2B-Eclipse-plugins-vs.-MyEclipse-%2B-FB3-plugin--tp15824053p21360340.html
Sent from the FlexCoders mailing list archive at Nabble.com.



Re: [flexcoders] flex builder could not publish the project source: null

2009-01-06 Thread Joseph Balderson
This just happened to me on a Flex project in FB 3.0.1. What cleared it up was 
I 
had downloaded a linked folder from a repository which was broken because I 
didn't have the same reference as the person who created it. Once I deleted the 
linked folder it exported the source just fine.
___

Joseph Balderson, Flex  Flash Platform Developer | joeflash.ca
Author, Professional Flex 3 | http://tinyurl.com/profx3book


Brian Morearty wrote:
 I was creating a small sample app to demonstrate a question that I'm 
 about to post here, and when I tried to publish the application source 
 (Project: Publish Application Source, then hit OK) I got this error:
 
  Flex Builder could not publish the project source: null
 
 Tried closing and reopening. No luck.
 
 Nothing special about my app. Very small app with 2 images.
 
 And now I can't publish source for ANY of my apps. :-(
 
 Any idea how to get back to a happy state?
 
 - Brian Morearty
   Intuit
 
 
 
 
 --
 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] Flex Builder 3 and SWFObject with IE - blocked content

2009-01-02 Thread li wenzhi
you need to set the wmode to transparent:

varflashvars ={};
varparams={wmode:transparent};
varattributes ={};
swfobject.embedSWF(myContent.swf,myContent,300,120,9.0.0,expressInstall.swf,flashvars,params,attributes);

 --
lwz7512
Ultrapower Flex Team Leader
http://www.ultrapower.com.cn




From: Rick Schmitty flexc...@gmail.com
To: flexcoders@yahoogroups.com
Sent: Wednesday, December 31, 2008 10:54:10 PM
Subject: Re: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked content


There are indeed a bunch of examples, but none mention the use of Flex
Builder debuging in IE that I've seen.  I've tried the included
examples with SWFObject 2.1, the SWFObject 2 html generator and
somebody's example for use with Flex Builder

I'm wondering if Flex Builder modifies some kind of security white
list in IE so they are allowed to run the adobe javascript w/o
'warnings'

On Tue, Dec 30, 2008 at 2:05 PM, Tracy Spratt tspr...@lariatinc. com wrote:
 Oops, sorry, maybe.  You are past where I can help.  Surely there are some
 full examples using swfobject?

 Tracy



  _ _ __

 From: flexcod...@yahoogro ups.com [mailto:flexcod...@yahoogro ups.com] On
 Behalf Of Rick Schmitty
 Sent: Monday, December 29, 2008 9:08 PM
 To: flexcod...@yahoogro ups.com
 Subject: Re: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked
 content



 Sorry.. confused... isn't that what my html is doing?

 SWFObject is instantiating FlashPlayer afaik?

 On Mon, Dec 29, 2008 at 3:10 PM, Tracy Spratt tspr...@lariatinc. com wrote:
 The way around that IE thing is, instead of directly declaring the
 Object/embed tag, use javascript to instantiate the FlashPlayer. That is
 why the generated wrapper calls the function in the .js file.



 Tracy



  _ _ __

 From: flexcod...@yahoogro ups.com [mailto:flexcod...@yahoogro ups.com] On
 Behalf Of Rick Schmitty
 Sent: Monday, December 29, 2008 2:14 PM
 To: flexcod...@yahoogro ups.com
 Subject: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked
 content



 I'm trying to use swfobject in Flex builder and running into some
 issues debugging.

 When I launch a debugging session, IE always says it is blocking
 content and I have to click to allow blocked content each time

 Is there some trick to get it to work? I'm assuming the built in
 Adobe JS gets some kinda 'pass' somewhere such that IE doesnt complain
 about it

 Here's my index.template. html

 html lang=en

 head
 titleMy Flex App/title
 meta http-equiv= Content-Type content=text/ html; charset=utf- 8 /

 script type=text/javascri pt src=js/swfobject. js/script
 script type=text/javascri pt src=js/swfaddress. js/script

 style
 body { margin: 0px; overflow:hidden }
 /style
 /head

 body scroll=no

 div id=content 
 pIn order to view this you need JavaScript and Flash Player 9 or
 greater/p
 /div

 script type=text/javascri pt
 // ![CDATA[
 var so = new SWFObject('$ {swf}.swf' , '${application} ', '100%',
 '100%', '9', '${bgcolor}' );
 so.useExpressInstal l('playerProduct Install.swf' );
 so.addParam( 'menu', 'false');
 so.write('content' );
 // ]]
 /script

 /body
 /html



 



  

Re: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked content

2009-01-02 Thread Rick Schmitty
Thanks for the reply Li, but that does not work.  I think the
trasnparent mode was for popups or something if I recall


For completeness of Flex Coders search, Aran Rhee on the swfobject
list provided the fix:

1. give your page(s) the mark of the web - by adding this line to your
HTML page. This circumvents IE's local machine lockdown which was
introduced in XP SP2 and Vista. This line should go just after your DOCTYPE
declaration.

!-- saved from url=(0014)about:internet --

More info here:
http://msdn.microsoft.com/en-us/library/ms537628(VS.85).aspx




So if you take the examples online and try them in flex builder, just
add that saved from url tag.  This is included in the default adobe
html too


On Fri, Jan 2, 2009 at 6:18 AM, li wenzhi lwz7...@yahoo.com wrote:
 you need to set the wmode to transparent:

 var flashvars = {};
 var params = {wmode:transparent};
 var attributes = {};
 swfobject.embedSWF(myContent.swf, myContent, 300, 120,
 9.0.0,expressInstall.swf, flashvars, params, attributes);

 --
 lwz7512
 Ultrapower Flex Team Leader
 http://www.ultrapower.com.cn
 
 From: Rick Schmitty flexc...@gmail.com
 To: flexcoders@yahoogroups.com
 Sent: Wednesday, December 31, 2008 10:54:10 PM
 Subject: Re: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked
 content

 There are indeed a bunch of examples, but none mention the use of Flex
 Builder debuging in IE that I've seen. I've tried the included
 examples with SWFObject 2.1, the SWFObject 2 html generator and
 somebody's example for use with Flex Builder

 I'm wondering if Flex Builder modifies some kind of security white
 list in IE so they are allowed to run the adobe javascript w/o
 'warnings'

 On Tue, Dec 30, 2008 at 2:05 PM, Tracy Spratt tspr...@lariatinc. com
 wrote:
 Oops, sorry, maybe. You are past where I can help. Surely there are some
 full examples using swfobject?

 Tracy



  _ _ __

 From: flexcod...@yahoogro ups.com [mailto:flexcod...@yahoogro ups.com] On
 Behalf Of Rick Schmitty
 Sent: Monday, December 29, 2008 9:08 PM
 To: flexcod...@yahoogro ups.com
 Subject: Re: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked
 content



 Sorry.. confused... isn't that what my html is doing?

 SWFObject is instantiating FlashPlayer afaik?

 On Mon, Dec 29, 2008 at 3:10 PM, Tracy Spratt tspr...@lariatinc. com
 wrote:
 The way around that IE thing is, instead of directly declaring the
 Object/embed tag, use javascript to instantiate the FlashPlayer. That is
 why the generated wrapper calls the function in the .js file.



 Tracy



  _ _ __

 From: flexcod...@yahoogro ups.com [mailto:flexcod...@yahoogro ups.com] On
 Behalf Of Rick Schmitty
 Sent: Monday, December 29, 2008 2:14 PM
 To: flexcod...@yahoogro ups.com
 Subject: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked
 content



 I'm trying to use swfobject in Flex builder and running into some
 issues debugging.

 When I launch a debugging session, IE always says it is blocking
 content and I have to click to allow blocked content each time

 Is there some trick to get it to work? I'm assuming the built in
 Adobe JS gets some kinda 'pass' somewhere such that IE doesnt complain
 about it

 Here's my index.template. html

 html lang=en

 head
 titleMy Flex App/title
 meta http-equiv= Content-Type content=text/ html; charset=utf- 8 /

 script type=text/javascri pt src=js/swfobject. js/script
 script type=text/javascri pt src=js/swfaddress. js/script

 style
 body { margin: 0px; overflow:hidden }
 /style
 /head

 body scroll=no

 div id=content 
 pIn order to view this you need JavaScript and Flash Player 9 or
 greater/p
 /div

 script type=text/javascri pt
 // ![CDATA[
 var so = new SWFObject('$ {swf}.swf' , '${application} ', '100%',
 '100%', '9', '${bgcolor}' );
 so.useExpressInstal l('playerProduct Install.swf' );
 so.addParam( 'menu', 'false');
 so.write('content' );
 // ]]
 /script

 /body
 /html





 


Re: [flexcoders] flex builder 3 on mini notebooks

2009-01-02 Thread Ralf Bokelberg
I had one (1.8 Atom) for a day and decided to send it back. It was too
weak to scroll large websites, so i don't even bothered to install
something like FlexBuilder.
Ralf.

On Fri, Jan 2, 2009 at 7:09 PM, hworke kanps...@gmail.com wrote:


 Hi now a days the stores are full of those $300 to $500
 mini notebooks with intel atom processor and up to 1 GB
 memory. Did any one try to install and use the Flex
 builder 3 on any of those mini laptops? If so how was
 the performance?

 Regards

 


RE: [flexcoders] flex builder 3 on mini notebooks

2009-01-02 Thread Jim Hayes

I've got an eee901 with that spec, and it's an OK little machine for when I'm 
out and about and want low weight, small size and long battery.
Performance is not so bad for what it is, but I've never bothered running 
flexbuilder on it.
When I started with flexbuilder 2 I ran it on a 1.6 single core pentium m with 
less memory (768 I think) and it was just about bearable, so I don't doubt that 
you could run it.
However, the usual screen size on these netbooks (1024 x 600ish) would make FB 
a real struggle in terms of usability even if you are happy for it to be 
running a little slow.
You can get a cheap 15 laptop with dual core and more memory for not so much 
more these days, if you're going to run FB more than once or twice I think that 
would be a wiser choice.

-Original Message-
From: flexcoders@yahoogroups.com on behalf of hworke
Sent: Fri 02/01/2009 18:09
To: flexcoders@yahoogroups.com
Subject: [flexcoders] flex builder 3 on mini notebooks
 


  Hi now a days the stores are full of those $300 to $500
  mini notebooks with intel atom processor and up to 1 GB
  memory. Did any one try to install and use the Flex
  builder 3 on any of those mini laptops? If so how was 
  the performance?

  Regards



__
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] Flex Builder 3 and SWFObject with IE - blocked content

2008-12-31 Thread Rick Schmitty
There are indeed a bunch of examples, but none mention the use of Flex
Builder debuging in IE that I've seen.  I've tried the included
examples with SWFObject 2.1, the SWFObject 2 html generator and
somebody's example for use with Flex Builder

I'm wondering if Flex Builder modifies some kind of security white
list in IE so they are allowed to run the adobe javascript w/o
'warnings'

On Tue, Dec 30, 2008 at 2:05 PM, Tracy Spratt tspr...@lariatinc.com wrote:
 Oops, sorry, maybe.  You are past where I can help.  Surely there are some
 full examples using swfobject?

 Tracy



 

 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of Rick Schmitty
 Sent: Monday, December 29, 2008 9:08 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked
 content



 Sorry.. confused... isn't that what my html is doing?

 SWFObject is instantiating FlashPlayer afaik?

 On Mon, Dec 29, 2008 at 3:10 PM, Tracy Spratt tspr...@lariatinc.com wrote:
 The way around that IE thing is, instead of directly declaring the
 Object/embed tag, use javascript to instantiate the FlashPlayer. That is
 why the generated wrapper calls the function in the .js file.



 Tracy



 

 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of Rick Schmitty
 Sent: Monday, December 29, 2008 2:14 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked
 content



 I'm trying to use swfobject in Flex builder and running into some
 issues debugging.

 When I launch a debugging session, IE always says it is blocking
 content and I have to click to allow blocked content each time

 Is there some trick to get it to work? I'm assuming the built in
 Adobe JS gets some kinda 'pass' somewhere such that IE doesnt complain
 about it

 Here's my index.template.html

 html lang=en

 head
 titleMy Flex App/title
 meta http-equiv=Content-Type content=text/html; charset=utf-8 /

 script type=text/javascript src=js/swfobject.js/script
 script type=text/javascript src=js/swfaddress.js/script

 style
 body { margin: 0px; overflow:hidden }
 /style
 /head

 body scroll=no

 div id=content
 pIn order to view this you need JavaScript and Flash Player 9 or
 greater/p
 /div

 script type=text/javascript
 // ![CDATA[
 var so = new SWFObject('${swf}.swf', '${application}', '100%',
 '100%', '9', '${bgcolor}');
 so.useExpressInstall('playerProductInstall.swf');
 so.addParam('menu', 'false');
 so.write('content');
 // ]]
 /script

 /body
 /html



 


RE: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked content

2008-12-30 Thread Tracy Spratt
Oops, sorry, maybe.  You are past where I can help.  Surely there are
some full examples using swfobject?

Tracy

 



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Rick Schmitty
Sent: Monday, December 29, 2008 9:08 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked
content

 

Sorry.. confused... isn't that what my html is doing?

SWFObject is instantiating FlashPlayer afaik?

On Mon, Dec 29, 2008 at 3:10 PM, Tracy Spratt tspr...@lariatinc.com
mailto:tspratt%40lariatinc.com  wrote:
 The way around that IE thing is, instead of directly declaring the
 Object/embed tag, use javascript to instantiate the FlashPlayer. That
is
 why the generated wrapper calls the function in the .js file.



 Tracy



 

 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of Rick Schmitty
 Sent: Monday, December 29, 2008 2:14 PM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked
content



 I'm trying to use swfobject in Flex builder and running into some
 issues debugging.

 When I launch a debugging session, IE always says it is blocking
 content and I have to click to allow blocked content each time

 Is there some trick to get it to work? I'm assuming the built in
 Adobe JS gets some kinda 'pass' somewhere such that IE doesnt complain
 about it

 Here's my index.template.html

 html lang=en

 head
 titleMy Flex App/title
 meta http-equiv=Content-Type content=text/html; charset=utf-8 /

 script type=text/javascript src=js/swfobject.js/script
 script type=text/javascript src=js/swfaddress.js/script

 style
 body { margin: 0px; overflow:hidden }
 /style
 /head

 body scroll=no

 div id=content
 pIn order to view this you need JavaScript and Flash Player 9 or
 greater/p
 /div

 script type=text/javascript
 // ![CDATA[
 var so = new SWFObject('${swf}.swf', '${application}', '100%',
 '100%', '9', '${bgcolor}');
 so.useExpressInstall('playerProductInstall.swf');
 so.addParam('menu', 'false');
 so.write('content');
 // ]]
 /script

 /body
 /html

 

 



RE: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked content

2008-12-29 Thread Tracy Spratt
The way around that IE thing is, instead of directly declaring the
Object/embed tag, use javascript to instantiate the FlashPlayer.  That
is why the generated wrapper calls the function in the .js file.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Rick Schmitty
Sent: Monday, December 29, 2008 2:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked
content

 

I'm trying to use swfobject in Flex builder and running into some
issues debugging.

When I launch a debugging session, IE always says it is blocking
content and I have to click to allow blocked content each time

Is there some trick to get it to work? I'm assuming the built in
Adobe JS gets some kinda 'pass' somewhere such that IE doesnt complain
about it

Here's my index.template.html

html lang=en

head
titleMy Flex App/title
meta http-equiv=Content-Type content=text/html; charset=utf-8 /

script type=text/javascript src=js/swfobject.js/script
script type=text/javascript src=js/swfaddress.js/script

style
body { margin: 0px; overflow:hidden }
/style
/head

body scroll=no

div id=content
pIn order to view this you need JavaScript and Flash Player 9 or
greater/p
/div

script type=text/javascript
// ![CDATA[
var so = new SWFObject('${swf}.swf', '${application}', '100%',
'100%', '9', '${bgcolor}');
so.useExpressInstall('playerProductInstall.swf');
so.addParam('menu', 'false');
so.write('content');
// ]]
/script

/body
/html

 



Re: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked content

2008-12-29 Thread Rick Schmitty
Sorry.. confused... isn't that what my html is doing?

SWFObject is instantiating FlashPlayer afaik?

On Mon, Dec 29, 2008 at 3:10 PM, Tracy Spratt tspr...@lariatinc.com wrote:
 The way around that IE thing is, instead of directly declaring the
 Object/embed tag, use javascript to instantiate the FlashPlayer.  That is
 why the generated wrapper calls the function in the .js file.



 Tracy



 

 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of Rick Schmitty
 Sent: Monday, December 29, 2008 2:14 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked content



 I'm trying to use swfobject in Flex builder and running into some
 issues debugging.

 When I launch a debugging session, IE always says it is blocking
 content and I have to click to allow blocked content each time

 Is there some trick to get it to work? I'm assuming the built in
 Adobe JS gets some kinda 'pass' somewhere such that IE doesnt complain
 about it

 Here's my index.template.html

 html lang=en

 head
 titleMy Flex App/title
 meta http-equiv=Content-Type content=text/html; charset=utf-8 /

 script type=text/javascript src=js/swfobject.js/script
 script type=text/javascript src=js/swfaddress.js/script

 style
 body { margin: 0px; overflow:hidden }
 /style
 /head

 body scroll=no

 div id=content
 pIn order to view this you need JavaScript and Flash Player 9 or
 greater/p
 /div

 script type=text/javascript
 // ![CDATA[
 var so = new SWFObject('${swf}.swf', '${application}', '100%',
 '100%', '9', '${bgcolor}');
 so.useExpressInstall('playerProductInstall.swf');
 so.addParam('menu', 'false');
 so.write('content');
 // ]]
 /script

 /body
 /html

 


RE: [flexcoders] Flex Builder caching PNGs

2008-12-09 Thread Jim Hayes
From what I can tell FB will not detect changes in files (images, and I
believe css files) by itself, so if you change one then run/debug it
will think nothings different and just show the last compiled version.
 
When I'm doing stuff like that, I've got into the habit of just
adding/deleting a space character to one of the mxml or .as files in the
project, which FB will then notice and force a recompile that *does*
update the resource in the build. It's at least easier than renaming a
whole file.
 
If there's a better way then I'm unaware of it I'm afraid. It does still
catch me out from time to time.
 
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of tom s
Sent: 09 December 2008 13:27
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder caching PNGs
 
I'm @Embedding some PNGs to skin some buttons. 
If I Run once, then edit the PNG file, then Run again I get the old PNG
(w/o the edits), not the new one. 
My current work-around is to rename the file after each change, but this
is a pain. 
 
How do I get Flex Builder to not cache the PNGs / to check for changes
on each compile?
 
thanks
 
tom
 
 
 

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

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

Re: [flexcoders] Flex Builder caching PNGs

2008-12-09 Thread Fotis Chatzinikos
Hi Tom,

I had the same problem, did not really found a good solution... It seems
that flex does some kind of trancoding and this does not pick up changed...

What worked is to delete all images, recompile the project, get some errors
on missing resources and then paste the new images and recompile

On Tue, Dec 9, 2008 at 3:26 PM, tom s [EMAIL PROTECTED] wrote:

   I'm @Embedding some PNGs to skin some buttons.
 If I Run once, then edit the PNG file, then Run again I get the old PNG
 (w/o the edits), not the new one.
 My current work-around is to rename the file after each change, but this is
 a pain.

 How do I get Flex Builder to not cache the PNGs / to check for changes on
 each compile?

 thanks

 tom


  




-- 
Fotis Chatzinikos, Ph.D.
Founder,
Phinnovation
[EMAIL PROTECTED],


Re: [flexcoders] Flex Builder caching PNGs

2008-12-09 Thread Jon Bradley


On Dec 9, 2008, at 8:26 AM, tom s wrote:

How do I get Flex Builder to not cache the PNGs / to check for  
changes on each compile?


I think there's a bug there somewhere.

What I do is go into the class where the embed tag is and make a  
change to the embed tag, then save, then make the change back again.  
Then run/debug.


Works for me, even though it is a bit of a PITA.

cheers,

jon



Re: [flexcoders] Flex builder 2 standalone - plugin wouldn't show up

2008-11-03 Thread Tom Chiverton
On Sunday 02 Nov 2008, rviswanathan wrote:
 I think I am missing something. Can someone please help?

Have you attempted any debugging yourself ?

-- 
Tom Chiverton
Helping to preemptively innovate performance-oriented CEOs





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

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

* Your email settings:
Individual Email | Traditional

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

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

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

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



Re: [flexcoders] Flex builder annoyance - library projects

2008-10-29 Thread Michael Schmalle
Hi,
I can say ANT is your answer, build the SWC using it. I have very complex
libraries, and all I maintain is a simple ant xml included file (that is
imported from the master build file, this includes multiple project library
builds at once) that lists the front end class clients, the linker resolves
the rest.

This way you can checkout and commit these files in collaboration.

Mike

On Wed, Oct 29, 2008 at 11:41 AM, diehlryan [EMAIL PROTECTED] wrote:

   Does anyone else find it annoying that you must explicitly specify the
 classes that are included in your library project via the Flex Library
 Build Path? This is especially annoying in a team environment when
 someone else adds a new class, and I have to explicitly add it in
 order to get a successful compilation. (I won't even go into the
 issues I have with the compiler).

 If you look at how Eclipse handles this, you specify a source folder
 and then can optionally specify anything that should be excluded from
 compilation. This way, you can just say my code is here and it
 picks up everything unless you tell it not to.

 Even if the compiler needs to know exactly which files to use, I think
 a nice feature would be to automatically generate that
 flexLibProperties file for you.

  




-- 
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] Flex builder 3 pro debugging doesn't work any more.

2008-10-29 Thread Tom Chiverton
On Wednesday 29 Oct 2008, gr33neye501 wrote:
 Perhaps there is a way to use Flex builder 3 pro and the flash10
 debug. If so how to i configure this. I have little experience in this.

Yes, install it.
The list archives and/or Google have endless instructions.

-- 
Tom Chiverton
Helping to centrally enhance applications





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

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

* Your email settings:
Individual Email | Traditional

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

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

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

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



Re: [flexcoders] Flex builder annoyance - library projects

2008-10-29 Thread Farid SALAH

Le 29 oct. 08 à 17:06, Michael Schmalle a écrit :

 Hi,

 I can say ANT is your answer, build the SWC using it. I have very  
 complex libraries, and all I maintain is a simple ant xml included  
 file (that is imported from the master build file, this includes  
 multiple project library builds at once) that lists the front end  
 class clients, the linker resolves the rest.

 This way you can checkout and commit these files in collaboration.

 Mike

Hi !

I was exactly waiting for an answer like that.

I'm desperatly trying to build a system which would do exactly what  
Flex Builder does except better ;^)

Our projects include

* Third-Party libs (like google modified google code flex lib),
* In-house libs (AS3 and/or MXML components),
* Our Flex app project + all the server-side code (java),
* In-house html template and so on.
Then we export release build and build war to deploy on our Tomcat  
Server
I'm dreaming of automating the process and checking out and run tests  
automatically.

Doy you happen to have an example of your ant file ?
I think what you describe is close to what I want to achieve.

It would be very kind ,

Thanks in advance,

Farid from Paris, France




RE: [flexcoders] Flex builder 3 pro debugging doesn't work any more.

2008-10-29 Thread Blake Barrett
You need to find and download the debug version of the flash player.
The standard install that you get while surfing the web is the normal
player version.
 
Blake



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of gr33neye501
Sent: Wednesday, October 29, 2008 8:51 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex builder 3 pro debugging doesn't work any
more.



While surfing a website firefox promted and intalled Flash 10, now my
Flex builder 3 pro wont debug. can some please tell me how i can
revert back to Flex builder 3 default setting. and get my debug trace
to work. I seem to have flash player 10 active X also installed on my
machine. Win XP Pro.

Perhaps there is a way to use Flex builder 3 pro and the flash10
debug. If so how to i configure this. I have little experience in this.

Pls Pls Help.



 


Re: [flexcoders] flex builder interface

2008-10-27 Thread Michael Schmalle
Hi,
That is the Flex Builder Plugin that gets installed into the Eclipse
version.

You are using the stand alone version of Flex Builder which uses Adobe's
look and feel.

Mike

On Mon, Oct 27, 2008 at 4:58 AM, elliotwilliams77 
[EMAIL PROTECTED] wrote:

   does anyone know how to change the flex builder interface? ..

 i noticed that some have this blue wavy tabs in their interface...
 mine is just box how do i change it?

 its blue and wavy like in the flex navigator tab, outline tab, help
 tab and so forth

 would really appreciate any help

 thanks

  




-- 
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] flex builder 3 and ganymede

2008-10-23 Thread Kurt Wiersma
I was able to get the latest version of the FB3 plugin to work in
Eclipse 3.4. The first thing I did was make sure I had the latest
FlexBuilder 3 Plugin installer (version 3.0.1 I believe). Then I ran
the installer which told me it couldn't complete the install which is
fine because all you have to do is going to into the new Eclipse
software update dialog hit the tab for Available Software and the
button for Add Site and then the button for local. Finally point
to the directory inside your flex builder plugin folder (mine is
/Application/Flex Builder 3 Plugin) called
com.adobe.flexbuilder.update.site.

--Kurt

On Tue, Oct 21, 2008 at 2:21 PM, Durres76 [EMAIL PROTECTED] wrote:
 hi,
 has anyone been able to get FB3 plugin to work with Ganymede, Eclipse
 3.4? i am on a Vista machine and installed FB3 plugin without a hitch.
 when i start eclipse i don't see any Flex perspectives listed. What's
 even more odd is that when i go to About Eclipse i see a Flex button
 on the list of plugins. i've also tried to add the plugin manually by
 pointing to the local install but with no luck.

 thanks,
 d

 


RE: [flexcoders] Flex Builder 4?

2008-10-10 Thread Dimitrios Gianninas
No one from Adobe has said anything yet, but one must assume it will be out at 
the same time as Flex 4, which is most likely sometime in 2009.
 
Dimitrios Gianninas
RIA Developer Team Lead
Optimal Payments Inc.
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
oneworld95
Sent: Friday, October 10, 2008 8:40 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder 4?



How far away is Flex Builder 4 from release? I've downloaded the Gumbo
SDK files from the Adobe OpenSource site but wondered when the next
version of Flex Builder will be available. Thanks.



 

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.



RE: [flexcoders] Flex Builder 4?

2008-10-10 Thread Battershall, Jeff
I believe I saw H2 2009 somewhere for Flex 4, which I'm assuming means 
second-half of 2009. 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Dimitrios Gianninas
Sent: Friday, October 10, 2008 9:09 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder 4?


No one from Adobe has said anything yet, but one must assume it will be 
out at the same time as Flex 4, which is most likely sometime in 2009.
 
Dimitrios Gianninas
RIA Developer Team Lead
Optimal Payments Inc.
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
oneworld95
Sent: Friday, October 10, 2008 8:40 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder 4?



How far away is Flex Builder 4 from release? I've downloaded the Gumbo
SDK files from the Adobe OpenSource site but wondered when the next
version of Flex Builder will be available. Thanks.



AVIS IMPORTANT

WARNING

Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé. L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation. Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système. La lecture, la distribution, la copie ou tout 
autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux. Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.

This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient. No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message. If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system. The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful. If you have received this e-mail in error, please notify the 
sender.

 



Re: [flexcoders] Flex Builder 4?

2008-10-10 Thread Michael Schmalle
Adobe loves releasing things at the end of summer into fall. I would guess
that.
Mike

2008/10/10 Battershall, Jeff [EMAIL PROTECTED]

I believe I saw H2 2009 somewhere for Flex 4, which I'm assuming means
 second-half of 2009.

  -Original Message-
 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Dimitrios Gianninas
 *Sent:* Friday, October 10, 2008 9:09 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* RE: [flexcoders] Flex Builder 4?

 No one from Adobe has said anything yet, but one must assume it will be out
 at the same time as Flex 4, which is most likely sometime in 2009.

 *Dimitrios Gianninas*
 *RIA Developer Team Lead*
 *Optimal Payments Inc.*


  --
 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *oneworld95
 *Sent:* Friday, October 10, 2008 8:40 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] Flex Builder 4?

  How far away is Flex Builder 4 from release? I've downloaded the Gumbo
 SDK files from the Adobe OpenSource site but wondered when the next
 version of Flex Builder will be available. Thanks.

   *AVIS IMPORTANT*

 *WARNING*

 Ce message électronique et ses pièces jointes peuvent contenir des
 renseignements confidentiels, exclusifs ou légalement privilégiés destinés
 au seul usage du destinataire visé. L'expéditeur original ne renonce à aucun
 privilège ou à aucun autre droit si le présent message a été transmis
 involontairement ou s'il est retransmis sans son autorisation. Si vous
 n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu
 par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi
 que toutes ses pièces jointes, de votre système. La lecture, la
 distribution, la copie ou tout autre usage du présent message ou de ses
 pièces jointes par des personnes autres que le destinataire visé ne sont pas
 autorisés et pourraient être illégaux. Si vous avez reçu ce courrier
 électronique par erreur, veuillez en aviser l'expéditeur.

 This electronic message and its attachments may contain confidential,
 proprietary or legally privileged information, which is solely for the use
 of the intended recipient. No privilege or other rights are waived by any
 unintended transmission or unauthorized retransmission of this message. If
 you are not the intended recipient of this message, or if you have received
 it in error, you should immediately stop reading this message and delete it
 and all attachments from your system. The reading, distribution, copying or
 other use of this message or its attachments by unintended recipients is
 unauthorized and may be unlawful. If you have received this e-mail in error,
 please notify the sender.

  




-- 
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] Flex Builder Does Not Compile Module

2008-09-29 Thread Ralf Bokelberg
Hi Ilike

Can you make sure, that AutoInsurance is added as a application to the
project properties?

Cheers
Ralf.

On Mon, Sep 29, 2008 at 7:37 PM, ilikeflex [EMAIL PROTECTED] wrote:
 Hi

 I am using module to create application.I have taken sample from
 http://blogs.adobe.com/flexdoc/2007/01/modules_documentation_update.ht
 ml

 I have put the following files into seprate project.
 AutoInsurance.mxml(Is a module)
 IModuleInterface.as
 Main.mxml

 Now when i run Main.mxml file.AutoInsurance.mxml is not compiled and
 seprate AutoInsurance.swf is not generated. Though doc below says
 that it should happen. Is this bug.

 Flex Documentation says

 In Flex Builder, you can either run the module as if it were an
 application or you can build the module's project. If the modules are
 in the same project as your Flex application, then when you run your
 application, Flex Builder compiles the modules' SWF files for you.
 The SWF files are then loaded into the application at run time. 

 Please let me know if there is anothe group for flex builder

 Thanks
 ilikeflex

 


Re: [flexcoders] Flex Builder Does Not Compile Module

2008-09-29 Thread Jason Reynolds
In flexbuilder -- right click your project-click properties, go to 'Flex 
Modules' and add the module to the list. It should compile with the rest of the 
app now.

Hope that is what you needed


  - Original Message - 
  From: ilikeflex 
  To: flexcoders@yahoogroups.com 
  Sent: Monday, September 29, 2008 12:37 PM
  Subject: [flexcoders] Flex Builder Does Not Compile Module


  Hi 

  I am using module to create application.I have taken sample from 
  http://blogs.adobe.com/flexdoc/2007/01/modules_documentation_update.ht
  ml

  I have put the following files into seprate project.
  AutoInsurance.mxml(Is a module)
  IModuleInterface.as
  Main.mxml

  Now when i run Main.mxml file.AutoInsurance.mxml is not compiled and 
  seprate AutoInsurance.swf is not generated. Though doc below says 
  that it should happen. Is this bug.

  Flex Documentation says 

  In Flex Builder, you can either run the module as if it were an 
  application or you can build the module's project. If the modules are 
  in the same project as your Flex application, then when you run your 
  application, Flex Builder compiles the modules' SWF files for you. 
  The SWF files are then loaded into the application at run time. 

  Please let me know if there is anothe group for flex builder

  Thanks
  ilikeflex



   

  __ Information from ESET NOD32 Antivirus, version of virus signature 
database 3480 (20080929) __

  The message was checked by ESET NOD32 Antivirus.

  http://www.eset.com


Re: [flexcoders] Flex Builder Help on Mac falls a bit short

2008-09-11 Thread Nik Derewianka

On 12/09/2008, at 3:08 AM, Troy Gilbert wrote:
 Now, I'm using FB on Mac (v3). The help is far less useful. When I hit
 F2, the help goes to the class's page, but doesn't jump to the
 function/property/style. Worse, the help uses my default web browser,
 so if I'm in the middle of debugging (a common time to need help!)
 nothing happens as FB has paused my browser's process (thus new
 windows don't pop up). Finally, if I search for something from within
 the help I get dozens of results before getting the actual class
 (e.g., search for DisplayObject doesn't show the DisplayObject class
 until many, many, many pages of results later (I assume... I actually
 gave up looking for it in the list).

Experienced the exact same thing and was even going to write up about  
that exact same class.  As Amy suggested the filtering does help, but  
mine now searches more intelligently even when the scope is changed  
back to all.  Although it says it does it's indexing first up, I am  
still inclined to think that it still modifies or alters it's index  
later on, as DisplayObject now returns the class definition as 4th  
item and Properties and Methods of DisplayObject as the first item.  I  
created a search scope that had just the refs, perhaps that forced it  
to clean up some ?  Still doesn't resolve the browser window closing  
and browser blocking issues related to launching help and googling is  
far less useful considering the amount of cross over between flex 2/3  
and flash and general AS3.

Can't believe that i miss CHM files from VS.Net development.

Regards,
Nik


RE: [flexcoders] Flex Builder compilation : include-libraries possible?

2008-09-04 Thread Gregor Kiddie
Additional Compiler Options in the compiler tab is where I can put the
include-libraries options, but I still don't know what this is relative
to... The main source path? The root of the project?

 

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 [EMAIL PROTECTED]



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Gregor Kiddie
Sent: 04 September 2008 15:07
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder compilation : include-libraries
possible?

 

Is it possible to get the Flex Builder compiler to link swcs using
include-libraries rather than library-path?

http://livedocs.adobe.com/flex/3/html/help.html?content=projects_7.html
http://livedocs.adobe.com/flex/3/html/help.html?content=projects_7.html
  suggests that you cannot.

Our Ant tasks use include libraries and I'm not keen on altering all our
ant scripts!

 

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 [EMAIL PROTECTED]

 

 



Re: [flexcoders] Flex Builder

2008-08-27 Thread Howard Fore
No you didn't miss it: https://bugs.adobe.com/jira/browse/FB-11842

On Wed, Aug 27, 2008 at 10:34 AM, George [EMAIL PROTECTED]wrote:

 Am I missing something? I can't find the ability to create my own code
 complete templates. If this isn't available, I hope the Adobe team
 thinks seriously about adding it. It's a very highly used feature in
 the Java world.




-- 
Howard Fore, [EMAIL PROTECTED]
The universe tends toward maximum irony. Don't push it. - Jeff Atwood


RE: [flexcoders] Flex Builder Professional

2008-08-22 Thread Jim Hayes
My copy of FB pro (just updated to 3.1) shows this :

Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145

as the version of eclipse.

I have Mylyn running as part of whatever I did to install subversion access 
some months ago(the details of which I forget I'm afraid)

is Mantis the dotproject issue tracker or something completely different in 
the context of Eclipse? I expect I show my ignorance here!

hth

-Original Message-
From: flexcoders@yahoogroups.com on behalf of Howard Fore
Sent: Fri 22/08/2008 19:18
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder Professional
 
I have used Mylyn with FB, to hit both bugzilla and trac repositories. As
soon as I get past some paperwork I'm going to try the connector to
Telelogic Change.

On Fri, Aug 22, 2008 at 1:31 PM, George [EMAIL PROTECTED] wrote:

 Which version of Eclipse is delivered with Flex Builder Professional,
 and has anyone used the capabilities of MyLyn and Mantis with Flex
 Builder?




-- 
Howard Fore, [EMAIL PROTECTED]
The universe tends toward maximum irony. Don't push it. - Jeff Atwood


__
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] Flex Builder 3.0.1 and Eclipse 3.4 classic not working together

2008-08-19 Thread Howard Fore
Is FB supposed to work with 3.4? I thought it was 3.2/3.3 only.

On Tue, Aug 19, 2008 at 11:08 AM, stephen.smithstone 
[EMAIL PROTECTED] wrote:

 I downloaded a fresh copy of classic 3.4 and the new FB 3.0.1 from the
 adobe trail page, the install was successful, how ever there is no
 flex development , debug , profiler perspectives available in the menu
 any one got this to work in the error log it refers to a
 compatibleRequired to the osgi.bundle , but im not sure where to get
 that from any help will be good cheers



-- 
Howard Fore, [EMAIL PROTECTED]
The universe tends toward maximum irony. Don't push it. - Jeff Atwood


Re: [flexcoders] Flex Builder 3.0.1 and Eclipse 3.4 classic not working together

2008-08-19 Thread Douglas Knudsen
http://www.adobe.com/devnet/flex/articles/sdk3_fb301.html

3.0.1 FB is supposed to support Eclipse 3.4 now.  FWIW, I too saw the
required compatibility notices from Eclipse 3.4 that bombed out.  I was
trying to install the plugin by pointing Eclipse 3.4 to the *C:\Program
Files\Adobe\Flex Builder 3 Plug-in *directory ala external extension.  Have
the Ganymede all in one JEE package.

DK

On Tue, Aug 19, 2008 at 11:13 AM, Howard Fore [EMAIL PROTECTED] wrote:

   Is FB supposed to work with 3.4? I thought it was 3.2/3.3 only.

 On Tue, Aug 19, 2008 at 11:08 AM, stephen.smithstone 
 [EMAIL PROTECTED] wrote:

 I downloaded a fresh copy of classic 3.4 and the new FB 3.0.1 from the
 adobe trail page, the install was successful, how ever there is no
 flex development , debug , profiler perspectives available in the menu
 any one got this to work in the error log it refers to a
 compatibleRequired to the osgi.bundle , but im not sure where to get
 that from any help will be good cheers



 --
 Howard Fore, [EMAIL PROTECTED]
 The universe tends toward maximum irony. Don't push it. - Jeff Atwood
  




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


Re: [flexcoders] Flex Builder 3.0.1 and Eclipse 3.4 classic not working together

2008-08-19 Thread Douglas Knudsen
jazzamin!  I have not tested all functionality yet, I do have work to do
after all, but here is how to get FB 3.0.1 into Eclipse 3.4 Ganymede.  These
are steps using what used to be called a extension point to install plugins
externally, a nicer way to enable easier Eclispe upgrades.

1) Help  Software Updates
2) Available Software
3) Add SIte  Local
4) point to flex builder plugin install
folder/com.adobe.flexbuilder.update.site
5) In the install dialog following this, you should see 4 features available
for installation, choose them all
6) mash Install and accept the agreements and KACHOW!

note that I am using Vista and have no time to check this under Ubuntu and
also I have no sour Apples around :)

DK

On Tue, Aug 19, 2008 at 11:38 AM, Douglas Knudsen
[EMAIL PROTECTED]wrote:

 http://www.adobe.com/devnet/flex/articles/sdk3_fb301.html

 3.0.1 FB is supposed to support Eclipse 3.4 now.  FWIW, I too saw the
 required compatibility notices from Eclipse 3.4 that bombed out.  I was
 trying to install the plugin by pointing Eclipse 3.4 to the *C:\Program
 Files\Adobe\Flex Builder 3 Plug-in *directory ala external extension.
 Have the Ganymede all in one JEE package.

 DK


 On Tue, Aug 19, 2008 at 11:13 AM, Howard Fore [EMAIL PROTECTED]wrote:

   Is FB supposed to work with 3.4? I thought it was 3.2/3.3 only.

 On Tue, Aug 19, 2008 at 11:08 AM, stephen.smithstone 
 [EMAIL PROTECTED] wrote:

 I downloaded a fresh copy of classic 3.4 and the new FB 3.0.1 from the
 adobe trail page, the install was successful, how ever there is no
 flex development , debug , profiler perspectives available in the menu
 any one got this to work in the error log it refers to a
 compatibleRequired to the osgi.bundle , but im not sure where to get
 that from any help will be good cheers



 --
 Howard Fore, [EMAIL PROTECTED]
 The universe tends toward maximum irony. Don't push it. - Jeff Atwood
  




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




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


Re: [flexcoders] Flex Builder Speed-ups?

2008-07-28 Thread Tom Chiverton
On Monday 28 Jul 2008, Sherif Abdou wrote:
 with SP1 for Vista. Even ColdFusion takes up to 600,000K on startup 

I've tuned down the JVM settings on my local dev. environment, as the apps I 
write don't need all that heap(?).

-- 
Tom Chiverton



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.comYahoo! 
Groups Links

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

* Your email settings:
Individual Email | Traditional

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

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

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

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



Re: [flexcoders] Flex Builder Speed-ups?

2008-07-27 Thread Mike Chabot
You can turn off the Build Automatically option under the project menu.

-Mike Chabot

On Sun, Jul 27, 2008 at 10:21 AM, tudsy [EMAIL PROTECTED] wrote:
 My Flex Builder can run extremely slow, almost every keypress sends
 javaw.exe CPU usage over 50% and this causes an unacceptable lag for
 even simple editing. Any tips?

 I'm running Vista SP1 on an AMD X2 3600 (1.8 Ghz each core) with 2 GB
 RAM. I've tried tweaking the memory settings from the command line,
 switching my JVM, and even reinstalling to XP but none of it helped.
 Kept getting the CPU spikes.

 I wont even mention how long it takes to do anything in 'Design' view.

 Thanks



Re: [flexcoders] Flex Builder Speed-ups?

2008-07-27 Thread Shiva Kumar
use  -incremental option in flex compiler.

--- On Mon, 7/28/08, Mike Chabot [EMAIL PROTECTED] wrote:
From: Mike Chabot [EMAIL PROTECTED]
Subject: Re: [flexcoders] Flex Builder Speed-ups?
To: flexcoders@yahoogroups.com
Date: Monday, July 28, 2008, 5:09 AM











You can turn off the Build Automatically option under the project 
menu.



-Mike Chabot



On Sun, Jul 27, 2008 at 10:21 AM, tudsy [EMAIL PROTECTED] com wrote:

 My Flex Builder can run extremely slow, almost every keypress sends

 javaw.exe CPU usage over 50% and this causes an unacceptable lag for

 even simple editing. Any tips?



 I'm running Vista SP1 on an AMD X2 3600 (1.8 Ghz each core) with 2 GB

 RAM. I've tried tweaking the memory settings from the command line,

 switching my JVM, and even reinstalling to XP but none of it helped.

 Kept getting the CPU spikes.



 I wont even mention how long it takes to do anything in 'Design' view.



 Thanks




  




 

















  

Re: [flexcoders] Flex Builder Speed-ups?

2008-07-27 Thread Sherif Abdou
I made a post on this a couple of days ago, I seriously thing it has to do with 
SP1 for Vista. Even ColdFusion takes up to 600,000K on startup and eclipse 
takes up to 350,000 K. I have my own server with windows 2008 and I have never 
seen coldfusion take more than 400,000K. so no idea what is happening. Running 
Eclipse+ColdFusion =99% ram used.



- Original Message 
From: Mike Chabot [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, July 28, 2008 12:09:07 AM
Subject: Re: [flexcoders] Flex Builder Speed-ups?


You can turn off the Build Automatically option under the project menu.

-Mike Chabot

On Sun, Jul 27, 2008 at 10:21 AM, tudsy [EMAIL PROTECTED] com wrote:
 My Flex Builder can run extremely slow, almost every keypress sends
 javaw.exe CPU usage over 50% and this causes an unacceptable lag for
 even simple editing. Any tips?

 I'm running Vista SP1 on an AMD X2 3600 (1.8 Ghz each core) with 2 GB
 RAM. I've tried tweaking the memory settings from the command line,
 switching my JVM, and even reinstalling to XP but none of it helped.
 Kept getting the CPU spikes.

 I wont even mention how long it takes to do anything in 'Design' view.

 Thanks




  

Re: [flexcoders] Flex Builder Debug Issue

2008-07-08 Thread Tom Chiverton
On Monday 07 Jul 2008, jonese wrote:
 everything installs fine. code runs fine will talk to my CF Server
 etc. BUT the debugging will not connect.

And you are sure you've got the debug player in the web browser Builder 
launches ?
And with FireFox, you've disabled all plugins and used a clean profile ?

 is there something maybe in IIS that could have gotten messed up

Try creating and debugging a single-file local .SWF in a brand new project to 
rule this out.

-- 
Tom Chiverton



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.comYahoo! 
Groups Links

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

* Your email settings:
Individual Email | Traditional

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

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

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

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



Re: [flexcoders] Flex Builder Debug Issue

2008-07-07 Thread Tom Chiverton
On Thursday 03 Jul 2008, jonese wrote:
 Still looking for anyone who can help fix this issue

Firewall in the way ?


-- 
Tom Chiverton



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.comYahoo! 
Groups Links

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

* Your email settings:
Individual Email | Traditional

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

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

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

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



Re: [flexcoders] Flex Builder Debug Issue

2008-07-07 Thread jonese
I'm running this all from localhost

windows XP Pro, built in IIS.

jonese
http://www.jonese.us
http://twitter.com/jonese


On Mon, Jul 7, 2008 at 10:06 AM, Tom Chiverton
[EMAIL PROTECTED] wrote:
 On Thursday 03 Jul 2008, jonese wrote:
 Still looking for anyone who can help fix this issue

 Firewall in the way ?


 --
 Tom Chiverton

 

 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.comYahoo! Groups Links






Re: [flexcoders] Flex Builder Debug Issue

2008-07-07 Thread jonese
i've also uninstalled in reinstalled flex builder today. still no joy.
next i'll uninstall flash players, flex builder and let flex builder
install the player and see if that works

jonese
http://www.jonese.us
http://twitter.com/jonese


On Mon, Jul 7, 2008 at 11:23 AM, jonese [EMAIL PROTECTED] wrote:
 I'm running this all from localhost

 windows XP Pro, built in IIS.

 jonese
 http://www.jonese.us
 http://twitter.com/jonese


 On Mon, Jul 7, 2008 at 10:06 AM, Tom Chiverton
 [EMAIL PROTECTED] wrote:
 On Thursday 03 Jul 2008, jonese wrote:
 Still looking for anyone who can help fix this issue

 Firewall in the way ?


 --
 Tom Chiverton

 

 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.comYahoo! Groups Links







Re: [flexcoders] Flex Builder Debug Issue

2008-07-07 Thread Tom Chiverton
On Monday 07 Jul 2008, jonese wrote:
 I'm running this all from localhost

Doesn't stop a software firewall from getting in the way.

-- 
Tom Chiverton



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.comYahoo! 
Groups Links

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

* Your email settings:
Individual Email | Traditional

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

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

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

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



Re: [flexcoders] Flex Builder Debug Issue

2008-07-07 Thread Sherif Abdou
ESET anti-virus/NOD 32 blocks out the flash port. if you have it then it will 
not work.



- Original Message 
From: jonese [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, July 7, 2008 10:23:31 AM
Subject: Re: [flexcoders] Flex Builder Debug Issue


I'm running this all from localhost

windows XP Pro, built in IIS.

jonese
http://www.jonese. us
http://twitter. com/jonese

On Mon, Jul 7, 2008 at 10:06 AM, Tom Chiverton
tom.chiverton@ halliwells. com wrote:
 On Thursday 03 Jul 2008, jonese wrote:
 Still looking for anyone who can help fix this issue

 Firewall in the way ?


 --
 Tom Chiverton

  * * * * 

 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/flexcoder sFAQ.txt
 Search Archives: http://www.mail- archive.com/ flexcoders% 40yahoogroups. 
 comYahoo! Groups Links







  

  1   2   3   4   >