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/



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

2008-11-01 Thread rviswanathan

Hi 

I am new to plugin development and I startded off by creating a sample
plugin using flex builder 3 plugin version. These are the steps that I
followed

a) Installed eclipse 3.2 and Flex Builder 3 plugin version (trial)
b) Created a sample plugin and packaged it
c) extracted the plugin to a location c:\program files\adobe\flex builder
2\plugins (This is where I have Flex2 standalone installed and running)

I closed Flex Builder 2 standalone and restarted it, however I cannot see my
plugin (I created a toolbar with a simple button and an action).

I think I am missing something. Can someone please help?

Thanks
Ram
-- 
View this message in context: 
http://www.nabble.com/Flex-builder-2-standalone---plugin-wouldn%27t-show-up-tp20287313p20287313.html
Sent from the FlexCoders mailing list archive at Nabble.com.



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

2008-11-01 Thread rviswanathan

Hi 

I am new to plugin development and I startded off by creating a sample
plugin using flex builder 3 plugin version. These are the steps that I
followed

a) Installed eclipse 3.2 and Flex Builder 3 plugin version (trial)
b) Created a sample plugin and packaged it
c) extracted the plugin to a location c:\program files\adobe\flex builder
2\plugins (This is where I have Flex2 standalone installed and running)

I closed Flex Builder 2 standalone and restarted it, however I cannot see my
plugin (I created a toolbar with a simple button and an action).

I think I am missing something. Can someone please help?

Thanks
Ram
-- 
View this message in context: 
http://www.nabble.com/Flex-builder-2-standalone---plugin-wouldn%27t-show-up-tp20287312p20287312.html
Sent from the FlexCoders mailing list archive at Nabble.com.



[flexcoders] Flex Builder 2 debugger

2008-06-02 Thread jefainer
Has anyone seen a good tutorial on use Flex builder 2 debugger over
https on a remote server? Everything works fine on an http session but
I can't seem to get the debugger working over https. I have a minor
data structure issue I'm having difficulty working through and was
trying to avoid moving back to a http only build. I would then just
have to re-verify it all on ssl later anyway. 

Jim



Re: [flexcoders] Flex Builder 2 to Flex Buiulder 3 IDE changes: some good, some bad

2008-05-30 Thread Joseph Balderson
Uncheck these two:

Window > Preferences > Flex > Editors > ActionScript Code
 > Keep imports organized
 > Remove unused imports when organizing

Problem solved.
___

Joseph Balderson | http://joeflash.ca
Flex & Flash Platform Developer | Abobe Certified Developer & Trainer
Author, Professional Flex 3 (coming Winter 2008)
Staff Writer, Community MX | http://communitymx.com/author.cfm?cid=4674



mr_j_harris wrote:
> I upgraded from Flex Builder 2 to Flex Builder 3- to be able to use
> the AdvancedDataGrid was the driver behind the decision.
> 
> The first thing I noticed was in the debugger, variables window,
> yellow highlighting on the modified variables. Nice!
> 
> The second thing I noticed was the source-code mode editor's
> propensity to re-organize my 'import' statements.  This I didn't
> appreciate.  Oh, sure, it's a little organized - alphabetical,
> respecting hierarchy.
> There was an option to do this in Flex Builder 2, called 'organize
> imports' or something.
> 
> However, I liked my imports arranged like this, in three or four groups:
> 
> #1 system level (flash, mx etc)
> 
> #2 '3rd party' level; (cairngorm for example)
> 
> #3 utility-level - homebrew - perhaps built with parts from layers 1 &
> 2, but not application specific
> 
> #4 application level - dto, event, control, command objects specific
> to the application.
> 
> 
> Call me neurotic, but this way I can can glance at the groups and see
> what this file is about.  So, please leave my imports alone!
> 
> 
> -- [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
> 
> 
> 
> 


[flexcoders] Flex Builder 2 to Flex Buiulder 3 IDE changes: some good, some bad

2008-05-30 Thread mr_j_harris

I upgraded from Flex Builder 2 to Flex Builder 3- to be able to use
the AdvancedDataGrid was the driver behind the decision.

The first thing I noticed was in the debugger, variables window,
yellow highlighting on the modified variables. Nice!

The second thing I noticed was the source-code mode editor's
propensity to re-organize my 'import' statements.  This I didn't
appreciate.  Oh, sure, it's a little organized - alphabetical,
respecting hierarchy.
There was an option to do this in Flex Builder 2, called 'organize
imports' or something.

However, I liked my imports arranged like this, in three or four groups:

#1 system level (flash, mx etc)

#2 '3rd party' level; (cairngorm for example)

#3 utility-level - homebrew - perhaps built with parts from layers 1 &
2, but not application specific

#4 application level - dto, event, control, command objects specific
to the application.


Call me neurotic, but this way I can can glance at the groups and see
what this file is about.  So, please leave my imports alone!


-- [EMAIL PROTECTED]










[flexcoders] Flex Builder 2 as eclipse plugin; installed, but no run configuration

2007-11-28 Thread Brian
I'm trying to get a Flex development environment up on a new WinXP
machine. I've got Eclipse 3.2 installed and it looks like the Flex
Builder 2 installed as a plugin successfully. I imported the Flex
project I've been working and it recognized it as a Flex project. The
only problem is it looks like it's missing the Flex run/debug
configuration. On my other machines where I have Flex setup as an
eclipse plugin, I have the option to 'Run as...Flex application', but
that option isn't there on the new machine.

Any ideas?



Re: [flexcoders] Flex Builder 2 web application use of flash.filesystem.filestream

2007-11-25 Thread Peter Hall
The flash.filesystem.* package is not supported in the browser-based
Flash plugin.

Peter


On Nov 24, 2007 12:08 PM, eogreen71 <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Does anyone know how to get a Flex Builder 2 web application to use
>  (have compile and runtime access to) flash.filesystem.filestream?
>
>  It works for me in Flex Builder 3 with an AIR application, but, I
>  can't get the Flex Builder 2 non-AIR application to run correctly.
>
>  I am getting: Verify: Error #1404: Class flash.filesystem.FileStream
>  could not be found at runtime in my browser's flash9 player.
>
>  Any advice is greatly appreciated.
>
>  


[flexcoders] Flex Builder 2 web application use of flash.filesystem.filestream

2007-11-25 Thread eogreen71
Does anyone know how to get a Flex Builder 2 web application to use
(have compile and runtime access to) flash.filesystem.filestream?

It works for me in Flex Builder 3 with an AIR application, but, I
can't get the Flex Builder 2 non-AIR application to run correctly.

I am getting: Verify: Error #1404: Class flash.filesystem.FileStream
could not be found at runtime in my browser's flash9 player.

Any advice is greatly appreciated.




[flexcoders] Flex Builder 2 Hotfixes cumulative or ???

2007-10-24 Thread Peter Connolly
I'm reinstalling Flex Builder 2.  It's been a lng time.  Can I
just install Hotfix 3, or do I have to install 1, then 2, then 3?

TIA


Re: [flexcoders] Flex Builder 2 plugin issue - no more red 'X'

2007-09-06 Thread Sheriff

try doing projects-->Clean
- Original Message 
From: michael_corbridge <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Thursday, September 6, 2007 4:25:10 PM
Subject: [flexcoders] Flex Builder 2  plugin issue - no more red 'X'









  



Here's the issue:  You all know that Flex Builder does dynamic 
syntax

validation, and places a red 'X' in the left-hand gutter if there is

an obvious problem.  It is a handy feature, but mine has suddenly

stopped working.  I reinstalled eclipse / flex builder - and it still

will not display the 'X'.  btw ... Project > Build Automatically is

checked.  Other developers in the group have experienced the same

problem.  Any hints?






  
























   

Be a better Globetrotter. Get better travel answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469

[flexcoders] Flex Builder 2 plugin issue - no more red 'X'

2007-09-06 Thread michael_corbridge
Here's the issue:  You all know that Flex Builder does dynamic syntax
validation, and places a red 'X' in the left-hand gutter if there is
an obvious problem.  It is a handy feature, but mine has suddenly
stopped working.  I reinstalled eclipse / flex builder - and it still
will not display the 'X'.  btw ... Project > Build Automatically is
checked.  Other developers in the group have experienced the same
problem.  Any hints?



RES: [flexcoders] Flex Builder 2 HTML wrapper will not launch MyApp.html with Tomcat

2007-06-01 Thread Luciano Ricardo Santos
Joe,

 

You forgot the "AC_OETags.js" file. Put it in your "MyApp" directory. This
file is also generated by Flex Builder.

 

Luciano.

 

  _  

De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome
de joseph_freemaker
Enviada em: quarta-feira, 30 de maio de 2007 18:42
Para: flexcoders@yahoogroups.com
Assunto: [flexcoders] Flex Builder 2 HTML wrapper will not launch MyApp.html
with Tomcat

 

When http://127.0. <http://127.0.0.1:8080/MyApp/MyApp.swf>
0.1:8080/MyApp/MyApp.swf is opened in a browser,
Tomcat launches the Flex 2.01 MyApp.swf application in a browser.

However if http://127.0. <http://127.0.0.1:8080/MyApp/MyApp.html>
0.1:8080/MyApp/MyApp.html or
http://127.0. <http://127.0.0.1:8080/MyApp> 0.1:8080/MyApp are used, the
MyApp.html wrapper generated
by Flex Builder 2 does not launch MyApp.swf. Instead a white screen is
recieved. If a view source is performed, the MyApp.html wrapper
generated by Flex Builder 2 source code is displayed.

Please help!

Have reviwed the Flex documentation and discussion in the newsgroups
and it is not clear what the issue is.

The 'C:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\MyApp' directory contains the following files from Flex
Builder 2:

Directory of C:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\MyApp

05/30/2007 02:10 PM  .
05/30/2007 02:10 PM  ..
05/30/2007 10:08 AM 1,272 history.htm
05/30/2007 10:08 AM 1,292 history.js
05/30/2007 10:08 AM 2,656 history.swf
05/30/2007 10:08 AM 657 playerProductInstall.swf
05/30/2007 10:08 AM 4,364 MyApp.html
05/30/2007 10:08 AM 1,675,586 MyApp.swf
05/24/2007 06:26 AM  style
05/24/2007 06:55 AM  WEB-INF

The WEB-INF directory contains a web.xml file. It contains:


http://java. <http://java.sun.com/dtd/web-app_2_3.dtd>
sun.com/dtd/web-app_2_3.dtd">

MyApp

MyApp 2.0


webmaster
[EMAIL PROTECTED] <mailto:joe%40abc.com> 

EMAIL address to whom questions about this application should
be addressed.



30 



Thanks in advance.

Joe

 



[flexcoders] Flex Builder 2 HTML wrapper will not launch MyApp.html with Tomcat

2007-05-31 Thread joseph_freemaker
When http://127.0.0.1:8080/MyApp/MyApp.swf is opened in a browser,
Tomcat launches the Flex 2.01 MyApp.swf application in a browser.

However if http://127.0.0.1:8080/MyApp/MyApp.html or
http://127.0.0.1:8080/MyApp are used, the MyApp.html wrapper generated
by Flex Builder 2 does not launch MyApp.swf. Instead a white screen is
recieved. If a view source is performed, the MyApp.html wrapper
generated by Flex Builder 2 source code is displayed.

Please help!

Have reviwed the Flex documentation and discussion in the newsgroups
and it is not clear what the issue is.

The 'C:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\MyApp' directory contains the following files from Flex
Builder 2:

 Directory of C:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\MyApp

05/30/2007  02:10 PM  .
05/30/2007  02:10 PM  ..
05/30/2007  10:08 AM 1,272 history.htm
05/30/2007  10:08 AM 1,292 history.js
05/30/2007  10:08 AM 2,656 history.swf
05/30/2007  10:08 AM   657 playerProductInstall.swf
05/30/2007  10:08 AM 4,364 MyApp.html
05/30/2007  10:08 AM 1,675,586 MyApp.swf
05/24/2007  06:26 AM  style
05/24/2007  06:55 AM  WEB-INF

The WEB-INF directory contains a web.xml file. It contains:


http://java.sun.com/dtd/web-app_2_3.dtd";>

MyApp

MyApp 2.0


  webmaster
  [EMAIL PROTECTED]
  
EMAIL address to whom questions about this application should
be addressed.
  


  30   



Thanks in advance.

Joe



Re: [flexcoders] Flex Builder 2 hotfix, error ResourceBundle:charts unable to resolve class

2007-04-03 Thread shaun etherton
Tom Chiverton wrote:
> On Tuesday 03 Apr 2007, shaun etherton wrote:
> 
>>After the update I had to reneter my serial numbers and copy the
>>charts.swc file from the old sdk dir to the new sdk/framworks/lib dir as
>>it is not in the hotfixes frameworks/lib dir.
> 
> 
> Could there be a separate hotfix for the charts ?

I didnt see one but I'll double check.


- shaun


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

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

<*> Your email settings:
Individual Email | Traditional

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

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

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

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


Re: [flexcoders] Flex Builder 2 hotfix, error ResourceBundle:charts unable to resolve class

2007-04-03 Thread Tom Chiverton
On Tuesday 03 Apr 2007, shaun etherton wrote:
> After the update I had to reneter my serial numbers and copy the
> charts.swc file from the old sdk dir to the new sdk/framworks/lib dir as
> it is not in the hotfixes frameworks/lib dir.

Could there be a separate hotfix for the charts ?

-- 
Tom Chiverton
Helping to evangelistically network cutting-edge content
on: http://thefalken.livejournal.com



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

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

CONFIDENTIALITY

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

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



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

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

<*> Your email settings:
Individual Email | Traditional

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

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

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

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


[flexcoders] Flex Builder 2 hotfix, error ResourceBundle:charts unable to resolve class

2007-04-03 Thread shaun etherton
Hi,

Has anyone else experienced problems with charts after applying the FB 
hotfix?

I'm getting an error that says:

Unable to resolve a class for resource bundle:charts.

This happens when I put a ColumnChart or a BarChart on a panel in design 
mode and compile. Some of the other charts work fine.

If i rollback to the old sdk dir the app will compile without error.
(I unzipped the hotfix, selected all and copy/pasted the contents into 
the old sdk dir and said yes when it asked me to replace all.

After the update I had to reneter my serial numbers and copy the 
charts.swc file from the old sdk dir to the new sdk/framworks/lib dir as 
it is not in the hotfixes frameworks/lib dir.

FWIW, OSX on PPC, FB 2.0.1 with charting.
Does anyone have any clues to offer on how I can fix this problem? Other 
  than to not use the hotfix.

Thanks for any help.
-
shaun


Re: [flexcoders] Flex Builder 2 installation on Vista

2007-03-05 Thread Tom Chiverton
On Monday 05 Mar 2007, Giles Roadnight wrote:
> I have attached the log for you to look at.

The log claims
 java.version=1.4.2_12

Could you install a more recent one (1.5, 1.6) ?
-- 
Tom Chiverton
Helping to evangelistically create principle-centered niches
On: http://thefalken.livejournal.com



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

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

CONFIDENTIALITY

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

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



 Yahoo! Groups Sponsor ~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/kOt0.A/gOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

<*> Your email settings:
Individual Email | Traditional

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

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

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

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


RE: [flexcoders] Flex Builder 2 installation on Vista

2007-03-05 Thread Giles Roadnight
Ok, I managed to find the solution to this - all you have to do is run as an
administrator the first time you run flex.

 

Giles Roadnight

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Giles Roadnight
Sent: 05 March 2007 11:34
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder 2 installation on Vista

 

Hi All

 

I am trying to get Flex Builder 2 to work on Vista and have tried installing
on my laptop and on my desktop and get the same issue in both places.

 

Installation is fine with no problems but when I go to run Flex I get an
error saying that an error occurred please review the log file.

 

I have attached the log for you to look at.

 

I know others are running FB2 on vista ok so I should be able to as well!

 

Thanks

 

Giles Roadnight 

 



[flexcoders] Flex Builder 2 installation on Vista

2007-03-05 Thread Giles Roadnight
Hi All

 

I am trying to get Flex Builder 2 to work on Vista and have tried installing
on my laptop and on my desktop and get the same issue in both places.

 

Installation is fine with no problems but when I go to run Flex I get an
error saying that an error occurred please review the log file.

 

I have attached the log for you to look at.

 

I know others are running FB2 on vista ok so I should be able to as well!

 

Thanks

 

Giles Roadnight 



.log
Description: Binary data


Re: [flexcoders] Flex Builder 2 classpaths

2007-01-06 Thread Clint Modien

Hmm... I think I understand your question.  Unless your code is compiled
into a swc... the answer is no.  It has to be in your workspace.

There is a workaround however.  You can map a folder in your workspace to a
folder on your hard drive.

When you create a new folder in your project there is an advanced button
that will allow you to select the folder you'd like to link too.

Hope this helps.

On 1/5/07, Merrill, Jason <[EMAIL PROTECTED]> wrote:


  A pretty basic question:

How do I set up my classpath like I did in Flash 8? I tried going to
Project > Properties > Flex Build Path and then the "add folder" button,
but this seems to have no effect. Can you set your classpath to
somewhere outside your workspace? Or does it have to be within the
workspace somewhere? When I type in import I get com as an option, but
not the com.namespaces of my actionscript folder I keep on my hard drive
and set as the Flex Build Path. I understood how this worked in Flash
8, but not Flex 2.

Thanks,

Jason Merrill
Bank of America Learning & Organizational Effectiveness
Multimedia / eTools Team

 



[flexcoders] Flex Builder 2 classpaths

2007-01-05 Thread Merrill, Jason
A  pretty basic question:

How do I set up my classpath like I did in Flash 8?  I tried going to
Project > Properties > Flex Build Path and then the "add folder" button,
but this seems to have no effect.  Can you set your classpath to
somewhere outside your workspace?  Or does it have to be within the
workspace somewhere?  When I type in import I get com as an option, but
not the com.namespaces of my actionscript folder I keep on my hard drive
and set as the Flex Build Path.  I understood how this worked in Flash
8, but not Flex 2. 

Thanks,


Jason Merrill
Bank of America  Learning & Organizational Effectiveness
Multimedia / eTools Team





RE: {Disarmed} [flexcoders] Flex Builder 2 - Setting Default Application

2006-12-22 Thread Robert Brueckmann
Nevermind...I switch to the Flex Development perspective in Eclipse
which I forgot about and found all the settings I needed to set to
change the main source folder to accommodate my situation.  

 

Thanks and sorry for the useless query!

 

robert l. brueckmann

vice president

merlin securities

712 fifth avenue

new york, ny 10019

p: 212.822.4821
f: 212.822.4820



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Robert Brueckmann
Sent: Friday, December 22, 2006 11:47 AM
To: flexcoders@yahoogroups.com
Subject: {Disarmed} [flexcoders] Flex Builder 2 - Setting Default
Application

 

I have no idea where to begin my search terminology in the archive to
see if anyone has asked/answered this already...I tried an infinite
number of combinations to no avail, so I'm starting a new thread in
hopes that someone can help.  

 

I'm using a split directory development/deployment model for my sample
java webapp which I have set up through Eclipse...I've added the Flex
Project nature to my Eclipse project and that's where I get a little
confused.  The Flex Nature is added to the root of the project and there
does not seem to be any way for me to change this...the root of my
Eclipse project is not my web app root...it's an enterprise application
with a series of subfolders structured like:

 

- sampleApp

olib

odist

obuild

osrc

* core

* dao

* sampleEJBs

* ...

* sampleEAR

* APP-INF

* META-INF

* sampleWebApp

oimages

oWEB-INF

oassets

oSample.mxml

o...

* ...

 

The Flex Project Nature was added to the sampleApp directory but it
seems to me that it should be in my sampleWebApp directory...then I
thought I could just create an MXML file in my sampleWebApp directory
and set it as the 'Default Application' but it's greyed out when I
right-click on my Sample.mxml file.

 

Do I just ignore all of this and go with the flow or do I need to
structure my entire application differently in order to have this all
work properly?  I'm just checking before I really get developing in
Flex...

 

Any help is greatly appreciated.

 

Thanks, 

 

Rob


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner <http://www.mailscanner.info/> , and is

believed to be clean. 
-- 
This message has been scanned for viruses and 
dangerous content by MailScanner <http://www.mailscanner.info/> , and is

believed to be clean. 

 



This message contains information from Merlin Securities, LLC, or from
one of its affiliates, that may be confidential and privileged. If you
are not an intended recipient, please refrain from any disclosure,
copying, distribution or use of this information and note that such
actions are prohibited. If you have received this transmission in error,
please notify the sender immediately by telephone or by replying to this
transmission.

  

Merlin Securities, LLC is a registered broker-dealer. Services offered
through Merlin Securities, LLC are not insured by the FDIC or any other
Federal Government Agency, are not deposits of or guaranteed by Merlin
Securities, LLC and may lose value. Nothing in this communication shall
constitute a solicitation or recommendation to buy or sell a particular
security.


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner <http://www.mailscanner.info/> , and is

believed to be clean. 


 


This message contains information from Merlin Securities, LLC, or from one of 
its affiliates, that may be confidential and privileged. If you are not an 
intended recipient, please refrain from any disclosure, copying, distribution 
or use of this information and note that such actions are prohibited. If you 
have received this transmission in error, please notify the sender immediately 
by telephone or by replying to this transmission.
 
Merlin Securities, LLC is a registered broker-dealer. Services offered through 
Merlin Securities, LLC are not insured by the FDIC or any other Federal 
Government Agency, are not deposits of or guaranteed by Merlin Securities, LLC 
and may lose value. Nothing in this communication shall constitute a 
solicitation or recommendation to buy or sell a particular security.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



[flexcoders] Flex Builder 2 - Setting Default Application

2006-12-22 Thread Robert Brueckmann
I have no idea where to begin my search terminology in the archive to
see if anyone has asked/answered this already...I tried an infinite
number of combinations to no avail, so I'm starting a new thread in
hopes that someone can help.  

 

I'm using a split directory development/deployment model for my sample
java webapp which I have set up through Eclipse...I've added the Flex
Project nature to my Eclipse project and that's where I get a little
confused.  The Flex Nature is added to the root of the project and there
does not seem to be any way for me to change this...the root of my
Eclipse project is not my web app root...it's an enterprise application
with a series of subfolders structured like:

 

- sampleApp

olib

odist

obuild

osrc

* core

* dao

* sampleEJBs

* ...

* sampleEAR

* APP-INF

* META-INF

* sampleWebApp

oimages

oWEB-INF

oassets

oSample.mxml

o...

* ...

 

The Flex Project Nature was added to the sampleApp directory but it
seems to me that it should be in my sampleWebApp directory...then I
thought I could just create an MXML file in my sampleWebApp directory
and set it as the 'Default Application' but it's greyed out when I
right-click on my Sample.mxml file.

 

Do I just ignore all of this and go with the flow or do I need to
structure my entire application differently in order to have this all
work properly?  I'm just checking before I really get developing in
Flex...

 

Any help is greatly appreciated.

 

Thanks, 

 

Rob


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner  , and is

believed to be clean.
 


This message contains information from Merlin Securities, LLC, or from one of 
its affiliates, that may be confidential and privileged. If you are not an 
intended recipient, please refrain from any disclosure, copying, distribution 
or use of this information and note that such actions are prohibited. If you 
have received this transmission in error, please notify the sender immediately 
by telephone or by replying to this transmission.
 
Merlin Securities, LLC is a registered broker-dealer. Services offered through 
Merlin Securities, LLC are not insured by the FDIC or any other Federal 
Government Agency, are not deposits of or guaranteed by Merlin Securities, LLC 
and may lose value. Nothing in this communication shall constitute a 
solicitation or recommendation to buy or sell a particular security.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



[flexcoders] Flex Builder 2 Beta for Mac on Adobe Labs

2006-10-25 Thread John Olson
http://labs.adobe.com/technologies/flexbuilder2/



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

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

<*> Your email settings:
Individual Email | Traditional

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

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

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

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



Re: [flexcoders] Flex Builder 2, getting slower as code grows

2006-08-31 Thread hank williams
On 8/30/06, Paul Andrews <[EMAIL PROTECTED]> wrote:
>
>
>
> Is that 1,700 lines of code in one  file?
>
>

You know, this is a good question that I was wondering and forgot all
about. My code base is probably 5000 to 1 lines of code, so 1700
isnt much unless as you suggest, its all in one file (ugh).

Regards,
Hank


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

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

<*> 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 2, getting slower as code grows

2006-08-31 Thread Paul Andrews





Is that 1,700 lines of code in one 
file?

  - Original Message - 
  From: 
  Johannes 
  Nel 
  To: flexcoders@yahoogroups.com 
  Sent: Tuesday, August 29, 2006 9:42 
  PM
  Subject: Re: [flexcoders] Flex Builder 2, 
  getting slower as code grows
  switch off incremental compilation. build when you need it, or 
  deploy to a seperate server and build there
  On 8/29/06, j_sevlie < 
  [EMAIL PROTECTED]> wrote:
  Is 
there some kind of coding limitation on how much Flex Builder can handle 
before it gets completely unusable?I'm currently working on a rather 
complicated project that's sittingat about 1,700 lines of code, and the 
code editor in Flex Builder isgetting painfully slow to work 
with.  If I just start typing anything I can watch my CPU 
spike to 100% and sit there until I'm done typing.I still need to 
use Design mode because it's *awesome* for liningeverything 
up.  Is this a case where I'm just going to have to find away 
to break everything up into smaller components?  About 70% of 
the1,700 lines is all Actionscript.I've got a P4 with 2 GB of 
RAM and Flex Builder will routinely consume400-600MB of memory while I'm 
working. Thanks, 
Jacob--Flexcoders Mailing ListFAQ: 
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/<*> 
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/-- j:pn http://www.lennel.org 
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Flex Builder 2, getting slower as code grows

2006-08-30 Thread Johannes Nel



switch off incremental compilation. build when you need it, or deploy to a seperate server and build thereOn 8/29/06, j_sevlie <
[EMAIL PROTECTED]> wrote:Is there some kind of coding limitation on how much Flex Builder can
handle before it gets completely unusable?I'm currently working on a rather complicated project that's sittingat about 1,700 lines of code, and the code editor in Flex Builder isgetting painfully slow to work with.  If I just start typing anything
I can watch my CPU spike to 100% and sit there until I'm done typing.I still need to use Design mode because it's *awesome* for liningeverything up.  Is this a case where I'm just going to have to find a
way to break everything up into smaller components?  About 70% of the1,700 lines is all Actionscript.I've got a P4 with 2 GB of RAM and Flex Builder will routinely consume400-600MB of memory while I'm working.
Thanks, Jacob--Flexcoders Mailing ListFAQ: 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/<*> 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/
-- j:pn http://www.lennel.org

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Flex Builder 2, getting slower as code grows

2006-08-29 Thread j_sevlie
Is there some kind of coding limitation on how much Flex Builder can
handle before it gets completely unusable?

I'm currently working on a rather complicated project that's sitting
at about 1,700 lines of code, and the code editor in Flex Builder is
getting painfully slow to work with.  If I just start typing anything
I can watch my CPU spike to 100% and sit there until I'm done typing.

I still need to use Design mode because it's *awesome* for lining
everything up.  Is this a case where I'm just going to have to find a
way to break everything up into smaller components?  About 70% of the
1,700 lines is all Actionscript.

I've got a P4 with 2 GB of RAM and Flex Builder will routinely consume
400-600MB of memory while I'm working.

Thanks, Jacob







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

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

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

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





[flexcoders] [Flex Builder 2] Adding Project References doesn't affect classpath?

2006-08-05 Thread astgtciv
Hi, I am trying to refer to an interface InterfaceA defined in Project A 
from a ClassB in Project B. I checked off "Project A" in the "Project 
References" tab of Project B. However, the interface is still not seen by 
the compiler. When I add Project A's source directory as an extra source dir 
to Project B, of course everything works. Have I misunderstood the purpose 
of the "Project References" option in Flex Builder 2?

Thank you! 



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

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

<*> 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: [Junk E-Mail - LOW] Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 06:04, Dan Rossi wrote:
> you will see the flex plugin there, you should be able to uninstall,
> but i only see disable. Once u disable it, you can then download the

You have to restart Eclipse after disabling it, then you should be able to 
uninstall, iirc.

-- 
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 St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

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

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



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

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

<*> 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: [Junk E-Mail - LOW] Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-28 Thread Dan Rossi


On 28/07/2006, at 1:17 PM, Shannon Hicks wrote:  Somehow my thread got hijacked, so I'll ask the group again... any clue to my original problem?Adobe support claims that me installing the Flex Builder Plugin and it not working does not fall under the scope of installation support, even though, and I quote, "A completed installation is determined by the successful first run of the Adobe application."   Sounds like Adobe is all for getting people excited about Flex, but when it comes to tech support after you buy the product, they don't want anything to do with you.   Shan  Sorry about thatl, if you are not using the standalone, i advise to create a backup of eclipse just in case or else you will have to download again. Goto help -> software update -> manage configuration you will see the flex plugin there, you should be able to uninstall, but i only see disable. Once u disable it, you can then download the plugin and copy them again into the plugin and feature folders, have you tried that ?
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___


RE: [Junk E-Mail - LOW] Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-27 Thread Shannon Hicks





Somehow my thread got hijacked, so I'll ask the group 
again... any clue to my original problem?Adobe support claims that me 
installing the Flex Builder Plugin and it not working does not fall under the 
scope of installation support, even though, and I quote, "A completed installation is 
determined by the successful first run of the Adobe application."
 
Sounds like Adobe is all for getting people excited about 
Flex, but when it comes to tech support after you buy the product, they don't 
want anything to do with you.
 
Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dan 
RossiSent: Thursday, July 27, 2006 1:27 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: 
[flexcoders] Flex Builder 2 plugin woes...


it was checked, i had to constantly rebuild and clean manually to remove 
pesky errors from typos on constructor names :) Ill take another look in the 
morning. It has crashed a few times aswell mostly from moving components in 
design view and launching in a browser, which i now have launching the debug 
player instead :) Also the internal browser option never worked. 


On 28/07/2006, at 3:46 AM, Simeon Bateman wrote:
I feel like this might be a shot in the dark, but in 
  Flex builder there is a menu at the top.   Check the "Project" menu 
  and make sure "Build Automatically" is checked.  This is the piece that 
  makes it compile when you save.  If its not checked, you may  need 
  to tell it to build manually before the swf will get 
  written.HTHsim
  On 7/27/06, Dan 
  Rossi <[EMAIL PROTECTED]org> 
  wrote:
  




I did notice my standalone stopped compiling when saved, and i had to 
keeping launching to compile / build and get any errors in the problems 
window :\



On 28/07/2006, at 2:47 AM, Shannon Hicks wrote:

  So, I installed Eclipse 3.1.2, and then 
  installed the FB2 plugin... I imported an existing project, and everything 
  was going smoothly. I then hit control-F11, and nothing 
  happened.
   
  I now realize that the project is not 
  getting built, and there are no Run or Debug options. 
   
  I went back to FB2 standalone, and now 
  IT doesn't have Run or Debug options.
   
  How might I fix this, other than 
  uninstalling & reinstalling everything?
   
  Shan
  --No virus found in this outgoing message.Checked 
  by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.4/401 - 
  Release Date: 
7/26/2006



--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 
7/26/2006
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 7/26/2006
 


Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-27 Thread Dan Rossi


it was checked, i had to constantly rebuild and clean manually to remove pesky errors from typos on constructor names :) Ill take another look in the morning. It has crashed a few times aswell mostly from moving components in design view and launching in a browser, which i now have launching the debug player instead :) Also the internal browser option never worked. On 28/07/2006, at 3:46 AM, Simeon Bateman wrote: I feel like this might be a shot in the dark, but in Flex builder there is a menu at the top.   Check the "Project" menu and make sure "Build Automatically" is checked.  This is the piece that makes it compile when you save.  If its not checked, you may  need to tell it to build manually before the swf will get written.  HTH simOn 7/27/06, Dan Rossi <[EMAIL PROTECTED]> wrote:  I did notice my standalone stopped compiling when saved, and i had to keeping launching to compile / build and get any errors in the problems window :\On 28/07/2006, at 2:47 AM, Shannon Hicks wrote:  So, I installed Eclipse 3.1.2, and then installed the FB2 plugin... I imported an existing project, and everything was going smoothly. I then hit control-F11, and nothing happened.   I now realize that the project is not getting built, and there are no Run or Debug options.    I went back to FB2 standalone, and now IT doesn't have Run or Debug options.    How might I fix this, other than uninstalling & reinstalling everything?    Shan   -- No virus found in this outgoing message. Checked by AVG Free Edition.  Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 7/26/2006
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___


RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - MED] Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-27 Thread Shannon Hicks





Flex nature is already added.
 
There is a default app already.
 
Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: 
Thursday, July 27, 2006 1:18 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: [Junk 
E-Mail - MED] Re: [flexcoders] Flex Builder 2 plugin 
woes...



Did you add Flex nature 
to your closed project?  Did you set a default application?  :: random 
guesses ::
 
- Original Message - 
From: Shannon Hicks 
To: [EMAIL PROTECTED]ups.com 

Sent: Thursday, July 27, 2006 2:00 PM
Subject: RE: [Junk E-Mail - MED] Re: [flexcoders] Flex Builder 2 
plugin woes...

But therein lies the problem... Build All and Build Project 
are both inactive... it's like Eclipse and FB don't know what a flex project 
is.
 
Shan


From: [EMAIL PROTECTED]ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Simeon 
BatemanSent: Thursday, July 27, 2006 12:46 PMTo: [EMAIL PROTECTED]ups.comSubject: 
[Junk E-Mail - MED] Re: [flexcoders] Flex Builder 2 plugin 
woes...


I feel like this might be a shot in the dark, but in Flex builder there is a 
menu at the top.   Check the "Project" menu and make sure "Build 
Automatically" is checked.  This is the piece that makes it compile when 
you save.  If its not checked, you may  need to tell it to build 
manually before the swf will get written.HTHsim
On 7/27/06, Dan Rossi 
<[EMAIL PROTECTED]org> 
wrote: 

  
  
  
  
  
  I did notice my standalone stopped compiling when saved, and i had to 
  keeping launching to compile / build and get any errors in the problems window 
  :\
  
  
  
  On 28/07/2006, at 2:47 AM, Shannon Hicks wrote:
  
So, I installed Eclipse 3.1.2, and then 
installed the FB2 plugin... I imported an existing project, and everything 
was going smoothly. I then hit control-F11, and nothing 
happened.
 
I now realize that the project is not 
getting built, and there are no Run or Debug options. 
 
I went back to FB2 standalone, and now IT 
doesn't have Run or Debug options.
 
How might I fix this, other than 
uninstalling & reinstalling everything?
 
Shan
--No virus found in this outgoing message.Checked by 
AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.4/401 - 
Release Date: 
  7/26/2006
  
  

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 
7/26/2006
--No virus found in this outgoing message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 
7/26/2006

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 
7/26/2006
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 7/26/2006
 


Re: [Junk E-Mail - MED] Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-27 Thread JesterXL





Did you add Flex nature 
to your closed project?  Did you set a default application?  :: random 
guesses ::
 
- Original Message - 
From: Shannon Hicks 
To: flexcoders@yahoogroups.com 
Sent: Thursday, July 27, 2006 2:00 PM
Subject: RE: [Junk E-Mail - MED] Re: [flexcoders] Flex Builder 2 
plugin woes...

But therein lies the problem... Build All and Build Project 
are both inactive... it's like Eclipse and FB don't know what a flex project 
is.
 
Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Simeon 
BatemanSent: Thursday, July 27, 2006 12:46 PMTo: flexcoders@yahoogroups.comSubject: 
[Junk E-Mail - MED] Re: [flexcoders] Flex Builder 2 plugin 
woes...


I feel like this might be a shot in the dark, but in Flex builder there is a 
menu at the top.   Check the "Project" menu and make sure "Build 
Automatically" is checked.  This is the piece that makes it compile when 
you save.  If its not checked, you may  need to tell it to build 
manually before the swf will get written.HTHsim
On 7/27/06, Dan Rossi 
<[EMAIL PROTECTED]org> 
wrote: 

  
  
  
  
  
  I did notice my standalone stopped compiling when saved, and i had to 
  keeping launching to compile / build and get any errors in the problems window 
  :\
  
  
  
  On 28/07/2006, at 2:47 AM, Shannon Hicks wrote:
  
So, I installed Eclipse 3.1.2, and then 
installed the FB2 plugin... I imported an existing project, and everything 
was going smoothly. I then hit control-F11, and nothing 
happened.
 
I now realize that the project is not 
getting built, and there are no Run or Debug options. 
 
I went back to FB2 standalone, and now IT 
doesn't have Run or Debug options.
 
How might I fix this, other than 
uninstalling & reinstalling everything?
 
Shan
--No virus found in this outgoing message.Checked by 
AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.4/401 - 
Release Date: 
  7/26/2006
  
  

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 
7/26/2006 
--No virus found in this outgoing message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 
7/26/2006
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [Junk E-Mail - MED] Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-27 Thread Shannon Hicks





But therein lies the problem... Build All and Build Project 
are both inactive... it's like Eclipse and FB don't know what a flex project 
is.
 
Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Simeon 
BatemanSent: Thursday, July 27, 2006 12:46 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - MED] Re: 
[flexcoders] Flex Builder 2 plugin woes...


I feel like this might be a shot in the dark, but in Flex builder there is a 
menu at the top.   Check the "Project" menu and make sure "Build 
Automatically" is checked.  This is the piece that makes it compile when 
you save.  If its not checked, you may  need to tell it to build 
manually before the swf will get written.HTHsim
On 7/27/06, Dan Rossi 
<[EMAIL PROTECTED]org> 
wrote:

  
  
  
  
  
  I did notice my standalone stopped compiling when saved, and i had to 
  keeping launching to compile / build and get any errors in the problems window 
  :\
  
  
  
  On 28/07/2006, at 2:47 AM, Shannon Hicks wrote:
  
So, I installed Eclipse 3.1.2, and then 
installed the FB2 plugin... I imported an existing project, and everything 
was going smoothly. I then hit control-F11, and nothing 
happened.
 
I now realize that the project is not 
getting built, and there are no Run or Debug options. 
 
I went back to FB2 standalone, and now IT 
doesn't have Run or Debug options.
 
How might I fix this, other than 
uninstalling & reinstalling everything?
 
Shan
--No virus found in this outgoing message.Checked by 
AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.4/401 - 
Release Date: 
  7/26/2006
  
  

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 
7/26/2006
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 7/26/2006
 


Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-27 Thread Simeon Bateman



I feel like this might be a shot in the dark, but in Flex builder there
is a menu at the top.   Check the "Project" menu and make
sure "Build Automatically" is checked.  This is the piece that
makes it compile when you save.  If its not checked, you may 
need to tell it to build manually before the swf will get written.

HTH
simOn 7/27/06, Dan Rossi <[EMAIL PROTECTED]> wrote:













  



I
did notice my standalone stopped compiling when saved, and i had to
keeping launching to compile / build and get any errors in the problems
window :\On 28/07/2006, at 2:47 AM, Shannon Hicks wrote:  So,
I installed Eclipse 3.1.2, and then installed the FB2 plugin... I
imported an existing project, and everything was going smoothly. I then
hit control-F11, and nothing happened.   I now realize that the project is not getting built, and there are no Run or Debug options.
   I went back to FB2 standalone, and now IT doesn't have Run or Debug options. 
  How might I fix this, other than uninstalling & reinstalling everything? 
  Shan   -- No virus found in this outgoing message. Checked by AVG Free Edition.
 Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 7/26/2006  
  















__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-27 Thread Dan Rossi


I did notice my standalone stopped compiling when saved, and i had to keeping launching to compile / build and get any errors in the problems window :\On 28/07/2006, at 2:47 AM, Shannon Hicks wrote:  So, I installed Eclipse 3.1.2, and then installed the FB2 plugin... I imported an existing project, and everything was going smoothly. I then hit control-F11, and nothing happened.   I now realize that the project is not getting built, and there are no Run or Debug options.   I went back to FB2 standalone, and now IT doesn't have Run or Debug options.   How might I fix this, other than uninstalling & reinstalling everything?   Shan   -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 7/26/2006  
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___


[flexcoders] Flex Builder 2 plugin woes...

2006-07-27 Thread Shannon Hicks





So, I installed 
Eclipse 3.1.2, and then installed the FB2 plugin... I imported an existing 
project, and everything was going smoothly. I then hit control-F11, and nothing 
happened.
 
I now realize that 
the project is not getting built, and there are no Run or Debug 
options.
 
I went back to FB2 
standalone, and now IT doesn't have Run or Debug options.
 
How might I fix 
this, other than uninstalling & reinstalling everything?
 
Shan
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 7/26/2006
 


[flexcoders] Flex Builder 2/WebORB(Java)

2006-07-26 Thread ssohl2001
Instead of using Data Services and save 20k, I would like to use 
WebORB to immitate the Flex Data Services functionality.  I'm trying 
to use Flex Builder 2 to create a project but get error about root 
folder doesnt have web-inf/flex folder structure.  I put in a dummy 
folder structure but this still doesnt work.

I was hoping someone has come across this issue and can share their 
steps in trying to get WebORB from http://www.themidnightcoders.com to 
work.  They currently have some .Net examples that I could probably 
replicate on the Java side if I could get a basic project started.

thanks






 Yahoo! Groups Sponsor ~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/TktRrD/gOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

<*> 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 2 & RDS Connection problems

2006-07-21 Thread Tom Chiverton
On Thursday 20 July 2006 16:44, Brian Holmes wrote:
> beginning to think that it's got to be something on our network as I
> have been able to connect to RDS everywhere but here it seems.

You could stick something like ethereal in there, and see what is actually 
going back and forth on the wire.

-- 
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 St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

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

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



 Yahoo! Groups Sponsor ~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

<*> 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 2 & RDS Connection problems

2006-07-20 Thread Brian Holmes
Tom,
 I did try just a '/' for the context root and still can't connect. I'm
beginning to think that it's got to be something on our network as I
have been able to connect to RDS everywhere but here it seems.

Thanks.
Brian.
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Thursday, July 20, 2006 4:21 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder 2 & RDS Connection problems

On Wednesday 19 July 2006 19:56, Brian Holmes wrote:
> no context root

Not even '/' ?

--
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 St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

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

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



 Yahoo! Groups Sponsor ~-->
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

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



 







***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed.  If you have received this e-mail 
in error, please notify the sender by return e-mail, delete this e-mail, and 
refrain from any disclosure or action based on the information.
*** 



 Yahoo! Groups Sponsor ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

<*> 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 2 & RDS Connection problems

2006-07-20 Thread Tom Chiverton
On Wednesday 19 July 2006 19:56, Brian Holmes wrote:
> no context root

Not even '/' ?

-- 
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 St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

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

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



 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] Flex Builder 2 For Linux [Alpha]

2006-07-19 Thread Cédric



A Chinese hacker released a Linux version of Flex Builder 2.oFor more information:  http://labs.eshangrao.com/?q=node/8  (in Chinese)Download: http://labs.eshangrao.com/files/FlexBuilder_2.0_Linux_Alpha_0.1.tar.gz HowTo: Unzip: "FlexBuilder_2.0_Linux_Alpha_0.1.tar.gz" to your Eclipse folder¡£Modify: $eclipse/configuration/com.adobe.flexbuilder/flexbuilder2.properties, find "sdk.path=/home/feiy/Programs/Flex2/SDK" to your personal Flex SDK path.PS: A Chinese firm reverse engineered Skype's communications protocol.  Cool!

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Flex Builder 2 & RDS Connection problems

2006-07-19 Thread Mike Nimer


Try connecting with Homesite or Dreamweaver, if you have them. If that works compare the configuration. 
 
---nimer
- Original Message From: Brian Holmes <[EMAIL PROTECTED]>To: flexcoders@yahoogroups.comSent: Wednesday, July 19, 2006 2:56:41 PMSubject: [flexcoders] Flex Builder 2 & RDS Connection problems


Has anyone else had trouble connecting to RDS from Flex Builder 2 other than localhost? I can definitely connect in Dreamweaver to a RDS server on
our network but it doesn't even appear as if Flex Builder is even trying to access the network. I get an error message instantly saying "unable to contact the RDS server" no matter what I've tried.
 
 
It's on port 80
no context root
and the RDS password i'm using is correct.
I've also tried  using the ip address for the host name instead of the resolved name.
 
One thing I was wondering is if running a desktop firewall would effect being able to connect to it.
 
 
Thanks,
Brian



***The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed. If you have received this e-mail in error, please notify the sender by return e-mail, delete this e-mail, and refrain from any disclosure or action based on the information.*** 


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___


[flexcoders] Flex Builder 2 & RDS Connection problems

2006-07-19 Thread Brian Holmes






Has anyone else had 
trouble connecting to RDS from Flex Builder 2 other than localhost? I can 
definitely connect in Dreamweaver to a RDS server on
our network but it 
doesn't even appear as if Flex Builder is even trying to access the network. I 
get an error message instantly saying "unable to contact the RDS server" no 
matter what I've tried.
 
 
It's on port 
80
no context 
root
and the RDS password 
i'm using is correct.
I've also 
tried  using the ip address for the host name instead of the resolved 
name.
 
One thing I was 
wondering is if running a desktop firewall would effect being able to connect to 
it.
 
 
Thanks,
Brian

***
The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed.  If you have received this e-mail in error, please notify the sender by return e-mail, delete this e-mail, and refrain from any disclosure or action based on the information.
*** 


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Flex Builder 2 & RDS Connection problems

2006-07-19 Thread Brian Holmes





Has anyone else had 
trouble connecting to RDS from Flex Builder 2 other than localhost? I can 
definitely connect in Dreamweaver to a RDS server on
our network but it 
doesn't even appear as if Flex Builder is even trying to access the network. I 
get an error message instantly saying "unable to contact the RDS server" no 
matter what I've tried.
 
 
It's on port 
80
no context 
root
and the RDS password 
i'm using is correct.
I've also 
tried  using the ip address for the host name instead of the resolved 
name.
 
One thing I was 
wondering is if running a desktop firewall would effect being able to connect to 
it.
 
 
Thanks,
Brian

***
The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed.  If you have received this e-mail in error, please notify the sender by return e-mail, delete this e-mail, and refrain from any disclosure or action based on the information.
*** 


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Flex Builder 2 - MenuBar icon not showing

2006-07-10 Thread supertodda
Hello,

I'm trying to add an icon to the top level of the menuBar component,
but no matter what I try I cannot get it to display.  The icon will
display with other component types, such as a List, but not the
menubar.  The idea is that I'm trying to emulate a separator at the
top level (which also does not display).  Any ideas?

Thanks.

Here is the code:


http://www.adobe.com/2006/mxml";
layout="absolute">












 Yahoo! Groups Sponsor ~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

<*> 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 2 - Intel Mac etc

2006-06-29 Thread Matt Chotin










OK, well like I said we’ll look into
it but it will probably be a few weeks before we know the answer.

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick Collins
Sent: Thursday, June 29, 2006 7:11
AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex
Builder 2 - Intel Mac etc



 







Hey Matt, I'm not sure that's the case on switching
licenses. When I wanted to switch my CS2 over to Mac because I was switching
they told me I would have to buy another full license of the software to be
able to get a Mac license. I was pretty irked by it and so didn't end up
switching. Maybe you have some pull in that arena though. :-) 

Nick



On 6/29/06, Matt
Chotin <[EMAIL PROTECTED]>
wrote:













I'm not sure we have that
clarity internally yet.  In the past for other products I believe we've
allowed you to switch your license from Windows to Mac or vice versa, but since
our Mac version isn't released yet (or announced or even fully developed) it's
hard to know where things will go.

 

It is certain the same
code you're installing now will not be the one you'd drop into your Mac to get
working.

 

Our marketing folks (who
determine pricing) may have more answers in a few months.

 

Matt

 









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Wayne McFetridge
Sent: Wednesday, June 28, 2006
12:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder
2 - Intel Mac etc







 







As the purchase of Flex Builder 2 is almost upon me I
need some clarity 
on where/what may happen in regards to Intel Macs.

I'm hoping to make the switch sometime soon( end of 2006) and wondered 
what the ramifications are regarding the
chances of getting my "Windows" version (the one I willl need ASAP) 
running on a Mac (Not under Bootcamp or similar but in the Mac OS 
proper) and or
some kind of upgrade path to the Universal version (if there is such a 
thing)

Is this tied into Eclipse itself? I had assumed that a "plugin" for 
Eclipse worked on whatever platform you wanted.

I had imagined (vainly) that maybe I could drop my Flex Builder 2 into 
a Mac version of Eclipse and voila !
Isn't this what the dream of Java was/is.

Surley the makers of software being released in mid 2006 have some kind 
of plan for this

Anyone?

Regards

Wayne McFetridge

-- 





















 








__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






Re: [flexcoders] Flex Builder 2 - Intel Mac etc

2006-06-29 Thread Weyert de Boer
Yes, one of the reasons why I am using the educative version of school 
instead of my own PhotoShop CS2 license for Windows.
Would be nice to have some way toswitch platforms via a cheap way 
instead of paying the big price, you can't even buy it via upgrading. 
Because the OS is different.

> Hey Matt, I'm not sure that's the case on switching licenses. When I 
> wanted to switch my CS2 over to Mac because I was switching they told 
> me I would have to buy another full license of the software to be able 
> to get a Mac license. I was pretty irked by it and so didn't end up 
> switching. Maybe you have some pull in that arena though. :-)
>
>
>  



 Yahoo! Groups Sponsor ~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

<*> 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 2 - Intel Mac etc

2006-06-29 Thread Nick Collins



Hey Matt, I'm not sure that's the case on switching licenses. When I wanted to switch my CS2 over to Mac because I was switching they told me I would have to buy another full license of the software to be able to get a Mac license. I was pretty irked by it and so didn't end up switching. Maybe you have some pull in that arena though. :-)
NickOn 6/29/06, Matt Chotin <[EMAIL PROTECTED]> wrote:









  











I'm not sure we have that clarity internally
yet.  In the past for other products I believe we've allowed you to
switch your license from Windows to Mac or vice versa, but since our Mac
version isn't released yet (or announced or even fully developed) it's
hard to know where things will go.

 

It is certain the same code you're
installing now will not be the one you'd drop into your Mac to get
working.

 

Our marketing folks (who determine
pricing) may have more answers in a few months.

 

Matt

 









From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Wayne McFetridge
Sent: Wednesday, June 28, 2006
12:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder
2 - Intel Mac etc



 







As the
purchase of Flex Builder 2 is almost upon me I need some clarity 
on where/what may happen in regards to Intel Macs.

I'm hoping to make the switch sometime soon( end of 2006) and wondered 
what the ramifications are regarding the
chances of getting my "Windows" version (the one I willl need ASAP) 
running on a Mac (Not under Bootcamp or similar but in the Mac OS 
proper) and or
some kind of upgrade path to the Universal version (if there is such a 
thing)

Is this tied into Eclipse itself? I had assumed that a "plugin" for 
Eclipse worked on whatever platform you wanted.

I had imagined (vainly) that maybe I could drop my Flex Builder 2 into 
a Mac version of Eclipse and voila !
Isn't this what the dream of Java was/is.

Surley the makers of software being released in mid 2006 have some kind 
of plan for this

Anyone?

Regards

Wayne McFetridge

-- 










  















__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Flex Builder 2 - Intel Mac etc

2006-06-28 Thread Matt Chotin










I’m not sure we have that clarity internally
yet.  In the past for other products I believe we’ve allowed you to
switch your license from Windows to Mac or vice versa, but since our Mac
version isn’t released yet (or announced or even fully developed) it’s
hard to know where things will go.

 

It is certain the same code you’re
installing now will not be the one you’d drop into your Mac to get
working.

 

Our marketing folks (who determine
pricing) may have more answers in a few months.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Wayne McFetridge
Sent: Wednesday, June 28, 2006
12:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder
2 - Intel Mac etc



 







As the
purchase of Flex Builder 2 is almost upon me I need some clarity 
on where/what may happen in regards to Intel Macs.

I'm hoping to make the switch sometime soon( end of 2006) and wondered 
what the ramifications are regarding the
chances of getting my "Windows" version (the one I willl need ASAP) 
running on a Mac (Not under Bootcamp or similar but in the Mac OS 
proper) and or
some kind of upgrade path to the Universal version (if there is such a 
thing)

Is this tied into Eclipse itself? I had assumed that a "plugin" for 
Eclipse worked on whatever platform you wanted.

I had imagined (vainly) that maybe I could drop my Flex Builder 2 into 
a Mac version of Eclipse and voila !
Isn't this what the dream of Java was/is.

Surley the makers of software being released in mid 2006 have some kind 
of plan for this

Anyone?

Regards

Wayne McFetridge

-- 






__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






[flexcoders] Flex Builder 2

2006-06-28 Thread Tim Hoff
US $499 - Sweet!  Better than expected.  Nice store ap. :)

-TH





 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] Flex Builder 2 - Intel Mac etc

2006-06-28 Thread Wayne McFetridge
As the purchase of Flex Builder 2 is almost upon me I need some clarity 
on where/what may happen in regards to Intel Macs.

I'm hoping to make the switch sometime soon( end of 2006) and wondered 
what the ramifications are regarding the
chances of getting my "Windows" version  (the one I willl need ASAP) 
running on a Mac (Not under Bootcamp or similar but in the Mac OS 
proper) and or
some kind of upgrade path to the Universal version (if there is such a 
thing)

Is this tied into Eclipse itself? I had assumed that a  "plugin" for 
Eclipse worked on whatever platform you wanted.

I had imagined (vainly)  that maybe I could drop my Flex Builder 2 into 
a Mac version of Eclipse and voila !
Isn't this what the dream of Java was/is.

Surley the makers of software being released in mid 2006 have some kind 
of plan for this

Anyone?

Regards

Wayne McFetridge


-- 


 Yahoo! Groups Sponsor ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] Flex builder 2

2006-05-16 Thread Devis





Hi,
how i can use java file into a flex 
project?
Thank's
Devis





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Flex Builder 2 Beta 3 Error in Eclipse WTP

2006-05-09 Thread Carlos Rovira



Hi,I just installed Flex Builder 2 Beta 3 as a plugin in Eclipse Web Tools Project 1.0.1, and I'm findind a strange bug.I've attached a jpg to show the error. If you open WTP and go to the menubar: Window > Web Browser > ...(now see the attached image). Here Eclipe hangs and you must to abort the process.
The same happens always that you open WTP and go this rute.-- ::| Carlos Rovira::| http://www.carlosrovira.com






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  







<>


Re: [flexcoders] Flex Builder 2 Beta - Wrong Flash Player Version?

2006-03-17 Thread Jordan Snyder



Ahhh but one question.  I did not, to my knowledge, install a different player.  I work with Flash and Flex all day, every day, and it's very odd that something slipped under the radar.  I've heard a bit about an autoupdate feature in the Flash player...is it possible that my player just got the most recent "release" version of the player, which effectively downgraded me?  

 
Any ideas on how this actually happened, and how I might prevent it in the future? 
On 3/17/06, Jordan Snyder <[EMAIL PROTECTED]> wrote:

It worked, John.  Thank you for reading my mind. :)

On 3/16/06, John Dowdell <[EMAIL PROTECTED]
> wrote: 


Jordan Snyder wrote:> Yeah that's about right!  So have you been able to resolve anything at> all?  I can obviously compile, so I can move it to another machine or > something...but this is debilitating really!  I'm super pissed, who
> can I complain to?  OH right, it's BETA.  Damn.
I had read the prior description but wasn't sure what the question was and so passed onto other matters. Your post above doesn't help me turn the description into an answerable question either. 
Maybe it's something like "What could happen if I install this week's 8.0x Player above my 8.5 beta Player?" or "If I blew away my 8.5 with a new 8.0x then how can I get the beta back?" One answer along these 
general lines is that the uninstaller is now required to remove the new version-locked Player. I'm not sure whether this is the core question though.Have you checked the technotes listed in my original blog entry on the 
subject, particularly the one about unlocking?http://weblogs.macromedia.com/jd/archives/2006/03/players_v8024_v.cfm 
http://www.macromedia.com/go/14157My apologies if I didn't get the right question out of the descriptions 
though... I might be way offbase.jd--  
John Dowdell . Adobe Developer Support . San Francisco CA USAWeblog: 
http://weblogs.macromedia.com/jdAggregator: http://weblogs.macromedia.com/mxnaTechnotes: 
http://www.macromedia.com/support/Spam killed my private email -- public record is best, thanks.


--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

 Visit your group "flexcoders" on the web. 
 To unsubscribe from this group, send an email to: 
 [EMAIL PROTECTED] 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




-- 
Jordan SnyderApplications DeveloperImage Action LLC
http://www.imageaction.com -- Jordan SnyderApplications DeveloperImage Action LLChttp://www.imageaction.com
 






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Flex Builder 2 Beta - Wrong Flash Player Version?

2006-03-17 Thread Jordan Snyder



It worked, John.  Thank you for reading my mind. :)
On 3/16/06, John Dowdell <[EMAIL PROTECTED]> wrote:


Jordan Snyder wrote:> Yeah that's about right!  So have you been able to resolve anything at> all?  I can obviously compile, so I can move it to another machine or
> something...but this is debilitating really!  I'm super pissed, who> can I complain to?  OH right, it's BETA.  Damn.
I had read the prior description but wasn't sure what the question was and so passed onto other matters. Your post above doesn't help me turn the description into an answerable question either.
Maybe it's something like "What could happen if I install this week's 8.0x Player above my 8.5 beta Player?" or "If I blew away my 8.5 with a new 8.0x then how can I get the beta back?" One answer along these 
general lines is that the uninstaller is now required to remove the new version-locked Player. I'm not sure whether this is the core question though.Have you checked the technotes listed in my original blog entry on the 
subject, particularly the one about unlocking?http://weblogs.macromedia.com/jd/archives/2006/03/players_v8024_v.cfm
http://www.macromedia.com/go/14157My apologies if I didn't get the right question out of the descriptions 
though... I might be way offbase.jd--  
John Dowdell . Adobe Developer Support . San Francisco CA USAWeblog: 
http://weblogs.macromedia.com/jdAggregator: http://weblogs.macromedia.com/mxnaTechnotes: 
http://www.macromedia.com/support/Spam killed my private email -- public record is best, thanks.


--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

 Visit your group "flexcoders" on the web.  
 To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED]  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



-- Jordan SnyderApplications DeveloperImage Action LLChttp://www.imageaction.com 






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Flex Builder 2 Beta - Wrong Flash Player Version?

2006-03-16 Thread John Dowdell
Jordan Snyder wrote:
> Yeah that's about right!  So have you been able to resolve anything at
> all?  I can obviously compile, so I can move it to another machine or
> something...but this is debilitating really!  I'm super pissed, who
> can I complain to?  OH right, it's BETA.  Damn.

I had read the prior description but wasn't sure what the question was 
and so passed onto other matters. Your post above doesn't help me turn 
the description into an answerable question either.

Maybe it's something like "What could happen if I install this week's 
8.0x Player above my 8.5 beta Player?" or "If I blew away my 8.5 with a 
new 8.0x then how can I get the beta back?" One answer along these 
general lines is that the uninstaller is now required to remove the new 
version-locked Player. I'm not sure whether this is the core question 
though.

Have you checked the technotes listed in my original blog entry on the 
subject, particularly the one about unlocking?
http://weblogs.macromedia.com/jd/archives/2006/03/players_v8024_v.cfm
http://www.macromedia.com/go/14157

My apologies if I didn't get the right question out of the descriptions 
though... I might be way offbase.

jd





-- 
John Dowdell . Adobe Developer Support . San Francisco CA USA
Weblog: http://weblogs.macromedia.com/jd
Aggregator: http://weblogs.macromedia.com/mxna
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.


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

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

<*> 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 2 Beta - Wrong Flash Player Version?

2006-03-16 Thread Jordan Snyder
Yeah that's about right!  So have you been able to resolve anything at
all?  I can obviously compile, so I can move it to another machine or
something...but this is debilitating really!  I'm super pissed, who
can I complain to?  OH right, it's BETA.  Damn.


On 3/16/06, dos dedos <[EMAIL PROTECTED]> wrote:
>  I ran into this a coupel of weeks ago...
>
> Here's a recount of what happened:
>
> I installed Flex 2 without the Flash Player 8.5 for IE (I use Firefox)
>
> But when I launched IE with Flexstore.html it started downloading the player
> *.cab file then went blank ..
>
> The same thing happened when I tried to create a Projector from SWF in Flash
> Player 8.5
>
> I looked at the link to the flash player in flexstore.html and it said:
> http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,5,0,0
>
> However, when I opened the downloaded CAB with WinRAR it showed Flash8.ocx
> (ActiveX Flash plugin for IE) with a date of 8/27/2005 which is many months
> older than the ActiveX plugin on the Flex 2.0 Beta 1 download page.
>
> I believe they forgot to update the link to the latest flash player in the
> generated HTML and in the Projector code...
>
> I posted the above note on the forum about 2 weeks ago.. I'm not sure if
> they've fixed it... There is no bug tracking system for developers to use
> when reporting bugs.. I guess this list is it
>
>
> Jordan Snyder <[EMAIL PROTECTED]> wrote:
>  I searched the list and didn't come up with anything helpful.
>
>  I'm using Flex Builder 2 Beta, full-on install with the Flex
>  framework, and I installed player 8.5 along with it.
>
>  I've been using it for a while now, but last night I went to build a
>  project, and suddenly I got an error telling me that I had player
>  version 8,0,24,... and I obviously need 8,5.  I have since uninstalled
>  and reinstalled the Flex Builder (and Player 8.5 with it, again).
>  I've also downloaded and run the standalone installers(ActiveX and
>  API) for Player 8.5, to no avail.  I still get the same error when
>  trying to build my project, and the compiled SWF won't display in my
>  browser.
>
>  Has anyone had this or a similar problem?  Tis very weird.
>
>
>  Cheers
>
>  --
>  Jordan Snyder
>  Applications Developer
>  Image Action LLC
>  http://www.imageaction.com
>
>
>
>  
>  Yahoo! Mail
>  Use Photomail to share photos without annoying attachments.
>
>  --
>  Flexcoders Mailing List
>  FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
>
>  SPONSORED LINKS
>  Web site design development Computer software development Software design
> and development
>  Macromedia flex Software development best practice
>
>  
>  YAHOO! GROUPS LINKS
>
>
>  Visit your group "flexcoders" on the web.
>
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>  
>
>
>


--
Jordan Snyder
Applications Developer
Image Action LLC
http://www.imageaction.com


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

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

<*> 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 2 Beta - Wrong Flash Player Version?

2006-03-15 Thread dos dedos



I ran into this a coupel of weeks ago...Here's a recount of what happened:I installed Flex 2 without the Flash Player 8.5 for IE (I use Firefox)But when I launched IE with Flexstore.html it started downloading the player *.cab file then went blank .. The same thing happened when I tried to create a Projector from SWF in Flash Player 8.5I looked at the link to the flash player in flexstore.html and it said: http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,5,0,0However, when I opened the downloaded CAB with WinRAR it showed Flash8.ocx (ActiveX Flash plugin for IE) with a date of 8/27/2005 which is many months older than the ActiveX plugin on the Flex 2.0 Beta 1 download page.I believe they forgot to update the link to the latest flash player in the
 generated HTML and in the Projector code...I posted the above note on the forum about 2 weeks ago.. I'm not sure if they've fixed it... There is no bug tracking system for developers to use when reporting bugs.. I guess this list is itJordan Snyder <[EMAIL PROTECTED]> wrote: I searched the list and didn't come up with anything helpful.  I'm using Flex Builder 2 Beta, full-on install with the Flex framework, and I installed player 8.5 along with it.  I've been using it for a while now, but last night I went to build a project, and suddenly I got an error telling me that I had player version 8,0,24,... and I obviously need 8,5.  I have since uninstalled and reinstalled the Flex Builder (and Player 8.5 with it, again).  I've also downloaded and run the standalone installers(ActiveX
 and API) for Player 8.5, to no avail.  I still get the same error when trying to build my project, and the compiled SWF won't display in my browser.  Has anyone had this or a similar problem?  Tis very weird.   Cheers  -- Jordan Snyder Applications Developer Image Action LLC http://www.imageaction.com   
		 Yahoo! Mail 
Use Photomail to share photos without annoying attachments.





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Flex Builder 2 Beta - Wrong Flash Player Version?

2006-03-15 Thread Jordan Snyder
I searched the list and didn't come up with anything helpful.

I'm using Flex Builder 2 Beta, full-on install with the Flex
framework, and I installed player 8.5 along with it.

I've been using it for a while now, but last night I went to build a
project, and suddenly I got an error telling me that I had player
version 8,0,24,... and I obviously need 8,5.  I have since uninstalled
and reinstalled the Flex Builder (and Player 8.5 with it, again). 
I've also downloaded and run the standalone installers(ActiveX and
API) for Player 8.5, to no avail.  I still get the same error when
trying to build my project, and the compiled SWF won't display in my
browser.

Has anyone had this or a similar problem?  Tis very weird.


Cheers

--
Jordan Snyder
Applications Developer
Image Action LLC
http://www.imageaction.com


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

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

<*> 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 2 Beta 1 - compiler bug

2006-03-09 Thread Matt Chotin
There should be errors showing up in the Problems pane down on the
bottom.

The classpath of an MXML application includes the directory where the
application is (so AS classes in subdirectories need to be in packages)
and anything else that's in the library path as specified in the project
dialogs.  You get access to those subpackages by doing import
statements.

If you have MXML components in the subfolders you need to use a
namespace to get access to it, xmlns:prefix="subdir1.subdir2.*"

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of phatboychatter
Sent: Thursday, March 09, 2006 12:21 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FLEX Builder 2 Beta 1 - compiler bug

Going through several learning FLEX examples provided both in the FLEX
Builder Help  docs and on the Adobe/FLEX web site.  The simple
examples work fine but more advanced examples are buggy.  For example:

- Custom Control (LoginBox.mxml) example from the FB app
  After adding the control into the parent Main.mxml file, I get a
unspecified RT error:

  "Errors exist in the required projects(s): Lessons
   Continue Launch?"

As expected the output html wrapper file doesnt get created properly -
only displays the parent UI not the embedded custom control.

Question: Is the compilation and/or runtime output file so I tell what
the error is?
  

Also, when testing out the FLEX Builder Eclipse plug-in.  Adding a
package to my ActionScript file caused compile errors.  The parent
mxml file could find the as file(s).  To get things to compile I had
to remove the package statements and relocate all the as file into the
  root folder where the mxml file live.

Question: what is the correct syntax in the mx:Application tag to
define the path to your custom ActionScript classes?

Thanks 






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



 




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

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

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

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





[flexcoders] FLEX Builder 2 Beta 1 - compiler bug

2006-03-09 Thread phatboychatter
Going through several learning FLEX examples provided both in the FLEX
Builder Help  docs and on the Adobe/FLEX web site.  The simple
examples work fine but more advanced examples are buggy.  For example:

- Custom Control (LoginBox.mxml) example from the FB app
  After adding the control into the parent Main.mxml file, I get a
unspecified RT error:

  "Errors exist in the required projects(s): Lessons
   Continue Launch?"

As expected the output html wrapper file doesnt get created properly -
only displays the parent UI not the embedded custom control.

Question: Is the compilation and/or runtime output file so I tell what
the error is?
  

Also, when testing out the FLEX Builder Eclipse plug-in.  Adding a
package to my ActionScript file caused compile errors.  The parent
mxml file could find the as file(s).  To get things to compile I had
to remove the package statements and relocate all the as file into the
  root folder where the mxml file live.

Question: what is the correct syntax in the mx:Application tag to
define the path to your custom ActionScript classes?

Thanks 






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

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

<*> 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 2 panel align

2006-01-17 Thread Manish Jethani
On 1/13/06, Andy Johnston <[EMAIL PROTECTED]> wrote:
> Hey all just wondering with this constraints based layout for Flex
> Builder 2 is it possible to simply align a Panel to centre of a liquid
> layout? Why can't you set x and y values to a %?

Can you be more specific about what you mean by "liquid layout"?

We've added some support (since Alpha 1) for centering using
constraints-based layout, but I'm not sure it'll fulfill your
requirement.

There's no support for x%/y% but you can always compute the value in a
binding expression.

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

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

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

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




[flexcoders] Flex Builder 2 panel align

2006-01-13 Thread Andy Johnston
Hey all just wondering with this constraints based layout for Flex 
Builder 2 is it possible to simply align a Panel to centre of a liquid 
layout? Why can't you set x and y values to a %?





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

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

<*> 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 2 for flex1.5

2005-12-14 Thread Tom Ortega



Espanol:
Si, puedes crear codigo de Flex 1.5 en FB2 pero necesitas Flex Server 1.5 para compliar el codigo MXML en el servidor.
 
English:
Yes, you can use Flex Builder 2 to edit you MXML, but you'll need a Flex 1.5 Server running somewhere to dish it up.
 
-Tom(as) 
On 12/13/05, Fernando Lobos <[EMAIL PROTECTED]> wrote:
somewhere using Flex Builder 2 to developed in flex 1.5 , do can? --Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

 Visit your group "flexcoders" on the web.  
 To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED]  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 










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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Flex Builder 2 for flex1.5

2005-12-13 Thread Fernando Lobos



somewhere using Flex Builder 2 to developed in flex 1.5 , do can?






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Flex Builder 2 and CFEclipse

2005-12-12 Thread Tom Ortega



Hello,
 
I'm using the two together.  I have a project folder that's "linked" to a mapped drive.  The folder keeps hanging on 99% when refreshing.  Is this a Flex Builder 2 bug or a CFEclipse bug?  Just wondering if anyone had the same problems and if they knew of a fix.

 
Thanks,
Tom






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.