[flexcoders] How to export a Flex project and a Flex library project as an FXP file?

2012-02-03 Thread markflex2007
Hi I know normally one FXP only for one project. but do you know how to export two project(one normal and one library) to one fxp. I see some fxp include many projects. but I am not sure how to build the fxp. Thanks Mark

[flexcoders] Re: How to export a Flex project and a Flex library project as an FXP file?

2012-02-03 Thread markflex2007
I just know how to do this. Thanks Mark

[flexcoders] Issues Building Flex Project with Ant

2011-12-11 Thread cuttenv
Hi I'm trying to build an application with ant and I am setting static-link-runtime-shared-librariestrue/static-link-runtime-shared-libraries I want everything to be compiled into one swf. The issue is that when I run my application after setting this value to true I get the following error:

[flexcoders] Re: Flex Project Management App

2010-07-12 Thread Netaman
You can create a array of component names such as; spark.components.Button spark.components.TextInput spark.components.CheckBox spark.components.Label spark.components.RadioButton spark.components.DropDownList mx.controls.DataGrid spark.components.TextArea mx.controls.DateField then pass want you

[flexcoders] Re: Flex Project Management App

2010-07-09 Thread valdhor
I would create a custom component that has all of the features of the milestone encapsulated. ie. The plus button, the label, the datagrid, the add and remove tasks buttons etc. I would also have a custom component comprising of the datagrid and its sub components. All you would need to do

Re: [flexcoders] Re: Flex Project Management App

2010-07-09 Thread Johannes Nel
i would guess the person used a tree with custom itemrederer or a custom component for http://www.seenowdo.com we use a custom component for the taskboard On Fri, Jul 9, 2010 at 3:59 PM, valdhor valdhorli...@embarqmail.com wrote: I would create a custom component that has all of the features

Re: [flexcoders] Re: Flex Project Management App

2010-07-09 Thread Angelo Anolin
: Flex Project Management App i would guess the person used a tree with custom itemrederer or a custom component for http://www.seenowdo .com we use a custom component for the taskboard On Fri, Jul 9, 2010 at 3:59 PM, valdhor valdhorlists@ embarqmail. com wrote: I would create a custom

[flexcoders] Flex Project Management App

2010-07-08 Thread Angelo Anolin
Hi FlexCoders, I came across a Flex PM site and I would like to ask what are the necessary controls / things I need to do to achieve the same application. The site's page is: http://www.radscientist.com/flexpm/demo/index.html I am having problems re-creating those items which expands when the

Re: [flexcoders] Flex Project Management App

2010-07-08 Thread Brendan Meutzner
You posted on this a few weeks ago, and I replied with some suggestions a few weeks ago. If you need additional help, reply to your original thread. On Thu, Jul 8, 2010 at 3:47 PM, Angelo Anolin angelo_ano...@yahoo.comwrote: Hi FlexCoders, I came across a Flex PM site and I would like to

Re: [flexcoders] Flex Project Management App

2010-07-08 Thread Angelo Anolin
@yahoogroups.com Sent: Thu, 8 July, 2010 13:56:55 Subject: Re: [flexcoders] Flex Project Management App You posted on this a few weeks ago, and I replied with some suggestions a few weeks ago. If you need additional help, reply to your original thread. On Thu, Jul 8, 2010 at 3:47 PM, Angelo Anolin

[flexcoders] Re: Actionscript Project Flex Project How does the display list change?

2010-04-18 Thread Amy
Sprite { private var customSprite:Sprite; public function MyGraphic() { super(); } } } Ok heres the issue. If i start a new Flex Project because i want to combine either an existing complex project or branch my

[flexcoders] Actionscript Project Flex Project How does the display list change?

2010-04-17 Thread Clark Stevenson
MyGraphic() { super(); } } } Ok heres the issue. If i start a new Flex Project because i want to combine either an existing complex project or branch my application out to pure AS3 yet i want to retain the functionality of MXML for a form or a games room

Re: [flexcoders] Actionscript Project Flex Project How does the display list change?

2010-04-17 Thread Alex Harui
customSprite:Sprite; public function MyGraphic() { super(); } } } Ok heres the issue. If i start a new Flex Project because i want to combine either an existing complex project or branch my application out to pure AS3 yet i want to retain

[flexcoders] Re: Flex Project Hosting

2010-02-10 Thread valdhor
...@... wrote: Hi All! Do we need to purchase special hosting plans from any particular hosting company to host flex projects/ website OR we can go far any normal hosting plan e.g of Godaddy. As i personally host flash websites on simple godaddy hosting accounts. Now i wanna to know about Flex

[flexcoders] Re: Flex Project Hosting

2010-02-10 Thread Laurence
need to purchase special hosting plans from any particular hosting company to host flex projects/ website OR we can go far any normal hosting plan e.g of Godaddy. As i personally host flash websites on simple godaddy hosting accounts. Now i wanna to know about Flex project hosting

Re: [flexcoders] Re: Flex Project Hosting

2010-02-10 Thread Vasudev
.     Regards   Dev --- On Wed, 10/2/10, Laurence lmacne...@comcast.net wrote: From: Laurence lmacne...@comcast.net Subject: [flexcoders] Re: Flex Project Hosting To: flexcoders@yahoogroups.com Date: Wednesday, 10 February, 2010, 5:36 PM   If your host can send a .SWF file to the client's

RE: [SPAM] Re: [flexcoders] Re: Flex Project Hosting

2010-02-10 Thread Tracy Spratt
...@yahoogroups.com] On Behalf Of Vasudev Sent: Wednesday, February 10, 2010 12:58 PM To: flexcoders@yahoogroups.com Subject: [SPAM] Re: [flexcoders] Re: Flex Project Hosting As Laurence said, any normal hosting providers can host your swf file (Flex after all throws a SWF file). Flex/ Flash CS4

Re: [SPAM] Re: [flexcoders] Re: Flex Project Hosting

2010-02-10 Thread Shabir Gilkar
services available -- *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Vasudev *Sent:* Wednesday, February 10, 2010 12:58 PM *To:* flexcoders@yahoogroups.com *Subject:* [SPAM] Re: [flexcoders] Re: Flex Project Hosting

[flexcoders] Flex Project Hosting

2010-02-09 Thread Shabir Gilkar
Hi All! Do we need to purchase special hosting plans from any particular hosting company to host flex projects/ website OR we can go far any normal hosting plan e.g of Godaddy. As i personally host flash websites on simple godaddy hosting accounts. Now i wanna to know about Flex project hosting

[flexcoders] Load/parse XML file stored in flex project

2010-01-28 Thread aramsdell2000
I have an XML file of various hyperlinks that I put in an assets folder in my flex application. How do I load that file from actionscript? I have seen numerous ways to load XML but not directly from a project. Doesn't seem like URLRequest ot httpservice is applicable and it isn't a mxml widget

[flexcoders] Re: Load/parse XML file stored in flex project

2010-01-28 Thread aramsdell2000
Unless there is a better way, I used var myXML:XML; var myLoader:URLLoader = new URLLoader(); myLoader.load(new URLRequest(com/assets/hyperlinks.xml)); myLoader.addEventListener(Event.COMPLETE, processXML); Part of my problem was not escaping the s in the xml and naming the folder where it is

RE: [SPAM] [flexcoders] Load/parse XML file stored in flex project

2010-01-28 Thread Tracy Spratt
, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of aramsdell2000 Sent: Thursday, January 28, 2010 12:58 PM To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] Load/parse XML file stored in flex project

[flexcoders] Unable Create a Flex project on the RDS enabled Coldfusion 8 Server Using FB 3

2010-01-15 Thread bharani
Hello I am trying to create a flex Project error :: Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xm,I am not sure where it is going wrong... My primary Task is to create a Flex project and run it from the server.. Please help

[flexcoders] Flex 3 Libraries - Copying into Flex Project Directory

2009-12-28 Thread richmcgillicuddy
In flex 3, if I have a flex project with a shared library in a source path (options - flex build path), sometimes the project will copy over everything below the flex project directory from the shared library. Where is this flag to stop this behavior? Rich

[flexcoders] Re: error compiling flex project

2009-10-30 Thread Greg Morphis
Anyone have an idea why this isn't working? On Thu, Oct 29, 2009 at 3:55 PM, Greg Morphis gmorp...@gmail.com wrote: I have an ANT script which compiles a Flex 2 project and it's giving me an error: compile: [java] Loading configuration file C:\Program Files\Adobe\Flex Builder 2 Plug-in\Flex

[flexcoders] error compiling flex project

2009-10-29 Thread Greg Morphis
I have an ANT script which compiles a Flex 2 project and it's giving me an error: compile: [java] Loading configuration file C:\Program Files\Adobe\Flex Builder 2 Plug-in\Flex SDK 2\frameworks\flex-config.xml [java] C:\Temp\RetailForms\index.mxml: Error: Unable to locate specified base class

[flexcoders] help with a flex project

2009-07-08 Thread Gustavo Duenas
Hi Guys, long time no see, I was wondering if you could know how can I do this: I have some flv. videos, I write them up into a an xml list. Ok, I want to make a repeater that once It get clicked launch the video in a window . everyone could help with a step by step guide or at least

Re: [flexcoders] Help to finish flex project

2009-04-12 Thread thomas parquier
I think the app on alex harui's blog may help : http://blogs.adobe.com/aharui/Flex360/zoomer.swf (source : http://blogs.adobe.com/aharui/Flex360/zoomer.zip) thomas 2009/4/12 Silva Developer silva.develo...@gmail.com I need a help to finish a project in flex. The difficulty that I am

[flexcoders] Help to finish flex project

2009-04-11 Thread Silva Developer
I need a help to finish a project in flex. The difficulty that I am taking are: 1) I have 2 images, one in jpeg thumbnail and other main vector for viewing receiving zoom. Must reflect the movement of the mouse model of the main image, but it must obey the same area being traveled the

[flexcoders] Re: maven compile flex project

2009-04-07 Thread vvandens
By the way Ivan, sorry for having missed your name... I can't figure out where Jonas comes from...

[flexcoders] Re: maven compile flex project

2009-04-06 Thread vvandens
Hi, I've used flexmojos on the Jspresso Java/Flex/Ajax framework. The integration was really painless and the plugin coverage is impressive. It sometimes lacks detailed documentation, but this is something Sonatype and VELO are improving. It really stands out. promo By the way, if you are

Re: [flexcoders] Re: maven compile flex project

2009-04-06 Thread Ivan Bojer
I am just curious on what is that is bothering you with syncing model-views? It is pretty straightforward MVC pattern? I am just curious really! On Mon, Apr 6, 2009 at 6:37 AM, vvandens vvand...@gmail.com wrote: Hi, I've used flexmojos on the Jspresso Java/Flex/Ajax framework. The integration

[flexcoders] Re: maven compile flex project

2009-04-06 Thread vvandens
Hi Jonas, It's always good to talk about design ;-) So let me clarify (hopefuly) my thoughts. When we talk about MVC, I think that there are actually 2 different patterns. Look at Swing or Flex for instance. They both implement the MVC pattern (maybe more MV with a tiny c), right? Their

Re: [flexcoders] maven compile flex project

2009-04-04 Thread Marvin Froeder
You can use flexmojos for that:http://flexmojos.sonatype.org/ VELO On Thu, Apr 2, 2009 at 5:18 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi Folks, I am looking for a maven plugin and a pom.xml example for compiling and for generating a swf. Which is the best plugin

[flexcoders] maven compile flex project

2009-04-02 Thread Fernando Wermus
Hi Folks, I am looking for a maven plugin and a pom.xml example for compiling and for generating a swf. Which is the best plugin you have tested it? Do you have an example which compile, generate swf and copy to another project the swf file generated? I am needing to integrate

[flexcoders] Need help gettig weborb and my flex project working after compuer reimage...

2009-03-06 Thread timgerr
Hello all, I need some help. I am pulling my hair out. I have been working on a flex project for about a year now and I had some problems with my computer. I put in a new hard drive (Got all the data off the old one) and set xampp, weborb up all the same. When I debug my project my Flex

[flexcoders] Add a video in a Flex Project Directory

2009-02-27 Thread christophe_jacquelin
Hello, How to add a video file in a directory of a flex project ? I have tested the function Import/Artwork but it is not running. What is the procedure ? Thank you, Christophe,

Re: [flexcoders] Add a video in a Flex Project Directory

2009-02-27 Thread Jeffry Houser
to add a video file in a directory of a flex project ? I have tested the function Import/Artwork but it is not running. What is the procedure ? Thank you, Christophe, -- Jeffry Houser, Technical Entrepreneur Adobe Community Expert: http://tinyurl.com/684b5h http://www.twitter.com

Re: [flexcoders] Guidance Needed about the organization of flex project and MXML Componenets

2009-01-26 Thread anuj sharma
Hi Haykel Thanks for the info, This might help to get started for the reorganization Anuj On Fri, Jan 23, 2009 at 11:35 PM, Haykel BEN JEMIA hayke...@gmail.comwrote: ViewStacks, like most containers, uses deferred instantiation (if the creationPolicy property is set to 'auto', which is the

[flexcoders] Guidance Needed about the organization of flex project and MXML Componenets

2009-01-23 Thread anuj181
Hi Flex Coders, I have been taken over one project started by some other programmer, The project asks user to login and after user logs in , different custom MXML Components are loaded. Thats the bigger picture what the project needs to do. The way this project was organized that the developer

[flexcoders] Open source question.. regarding Flex project 2007

2008-12-01 Thread bladev_devbla
Does anyone know how to solve this possible legal issue. I created a website I wish to fully open source. The programmer and I both own shared rights to code in our area's (mine: front, his: functionality). Recently he has simply gone round me and published on the front-end which was my section

Re: [flexcoders] Open source question.. regarding Flex project 2007

2008-12-01 Thread Samuel Colak
Sam, (From another Sam in the Netherlands). If i read your email correctly, at this moment the developed product is NOT open source but is intended to become such - as a result, you have significant standing upon the subject. If you'd like further information please give me a shout at

[flexcoders] Problem opening Flex project

2008-11-25 Thread markgoldin_2000
Opening Flex Builder all of a sudden I was presented with a new configuration like I have never done any development yet with this installation. I am trying to import my project. I am selecting a project folder, and it takes it fine, but selecting same folder for project location does not even

[flexcoders] Re: Flex Project to be converted to run on WebOrb

2008-10-16 Thread Hyder
); environmentservice.addEventListener(FaultEvent.FAULT, faultHandler); environmentservice.getEnvironmentVariables(); --- In flexcoders@yahoogroups.com, Eric Dunn edunn@ wrote: Hello all, Does anyone know how to convert a Flex Project to run on a server that was not originally configured to do so

[flexcoders] Re: Flex Project to be converted to run on WebOrb

2008-10-14 Thread valdhor
); environmentservice.getEnvironmentVariables(); --- In flexcoders@yahoogroups.com, Eric Dunn [EMAIL PROTECTED] wrote: Hello all, Does anyone know how to convert a Flex Project to run on a server that was not originally configured to do so? I have a project that that is currently configured

[flexcoders] Flex Project to be converted to run on WebOrb

2008-10-10 Thread Eric Dunn
Hello all, Does anyone know how to convert a Flex Project to run on a server that was not originally configured to do so? I have a project that that is currently configured to standalone. I have been playing with WebOrb and would like to convert this existing project to run in WebOrb

RE: [flexcoders] Re: Flex Project Struture

2008-09-18 Thread Ryan Graham
if you begin changing the interfaces for the components contained in the library. At that point you could try checking out the flex library project from the SVN, building, and then linking the flex library project to your main flex project. This should allow you to have a snapshot of the library

Re: [flexcoders] Flex Project Struture

2008-09-17 Thread Howard Fore
at 7:57 PM, Ryan Graham [EMAIL PROTECTED]wrote: There should be no issues using a flex project with your given setup, but it may be worth noting that you may want to stay away from including any flex builder specific files in the SVN, as everyone has their own dev environment setup the way

Re: [flexcoders] Flex Project Struture

2008-09-17 Thread Michael Schmalle
any of them. On Tue, Sep 16, 2008 at 7:57 PM, Ryan Graham [EMAIL PROTECTED]wrote: There should be no issues using a flex project with your given setup, but it may be worth noting that you may want to stay away from including any flex builder specific files in the SVN, as everyone has

RE: [flexcoders] Re: Flex Project Struture

2008-09-17 Thread Ryan Graham
If you are using Subclipse in Flex Builder, it does a pretty good job of automatically leaving out said files. Here are some for example in a standard Flex Project folder: * .settings folder * .actionScriptProperties * .flexProperties

RE: [flexcoders] Flex Project Struture

2008-09-17 Thread Ryan Graham
: Wednesday, September 17, 2008 8:44 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Project Struture Ryan, I'm curious about how you separate the Flex Builder project files from the source code (and asset files) in your projects so that the former doesn't get into SVN with the later. I've

[flexcoders] Re: Flex Project Struture

2008-09-17 Thread flexaustin
are some for example in a standard Flex Project folder: * .settings folder * .actionScriptProperties * .flexProperties * .project HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

Re: [flexcoders] Re: Flex Project Struture

2008-09-17 Thread Howard Fore
Have you tried making a linked folder in the src directory? File New Folder Advanced Link to Folder in file system. This creates an alias in your project to that folder. Haven't tried it myself, not sure how the compiler is going to like it. The other option would be to put the alias in the

[flexcoders] Re: Flex Project Struture

2008-09-17 Thread flexaustin
My thought exactly. Guess I will give it whirl. THanks! --- In flexcoders@yahoogroups.com, Howard Fore [EMAIL PROTECTED] wrote: Have you tried making a linked folder in the src directory? File New Folder Advanced Link to Folder in file system. This creates an alias in your project to

Re: [flexcoders] Re: Flex Project Struture

2008-09-17 Thread Douglas Knudsen
these .files suck for distributed teams though, unless you force all your devs to use the same exact resource setup, something I'm loathed to here any manager tell me :) use svn:ignore to ignore files and not include them in your SVN repos. In Subclipse, right click the file or dir and choose

Re: [flexcoders] Re: Flex Project Struture

2008-09-17 Thread Josh McDonald
Yeah that trick's not bad, that's what we're doing for build.properties etc. I find in *most* cases there's nothing system-specific in our .actionscriptProperties (mainly defines and keep-as3-metadata, etc), so we get away with it :) What isn't any fun, is that there's *something*, *somewhere*

[flexcoders] Flex Project Struture

2008-09-16 Thread flexaustin
the files? Is a Flex Project the best way? We are using subversion + Flex 3 + Ant. Would like to build an Ant task that fetches all the files and builds the structure once we establish what that structure should be. Thanks in advance.

RE: [flexcoders] Flex Project Struture

2008-09-16 Thread Ryan Graham
. There should be no issues using a flex project with your given setup, but it may be worth noting that you may want to stay away from including any flex builder specific files in the SVN, as everyone has their own dev environment setup the way they like it as far as workspaces and such are concerned

[flexcoders] Re: Flex Project Struture

2008-09-16 Thread flexaustin
using an existing framework, then everyone will have to be on the same page with the dev methodologies and conventions that you all have agreed upon as a team. There should be no issues using a flex project with your given setup, but it may be worth noting that you may want to stay away from

[flexcoders] exe of flex project

2008-07-11 Thread nitishdhar
i want to create the exe of my flex project and it uses php to interact with the database. How do i do that -- View this message in context: http://www.nabble.com/exe-of-flex-project-tp18401633p18401633.html Sent from the FlexCoders mailing list archive at Nabble.com.

Re: [flexcoders] exe of flex project

2008-07-11 Thread dnk
http://www.google.com/search?client=safarirls=en-usq=convert+flex+to+exeie=UTF-8oe=UTF-8 or just convert and make it an Air app. d On 11-Jul-08, at 4:19 AM, nitishdhar wrote: i want to create the exe of my flex project and it uses php to interact with the database. How do i do

[flexcoders]Create a new flex project from ANT

2008-05-17 Thread dorkie dork from dorktown
I'm having a long day. I need to create a new Flex Project from ANT from within Flex Builder. I normally just goto File New Flex Project but I need to automate it. Can someone give me a hint how to do this? best cigars, dorkiedorkfromdorktown

[flexcoders] Re: Flex Project Metrics ?

2008-04-06 Thread maxdracon
... To document my project. Am I the only guy on earth trying to measure a flex project ? Thanks, Romain --- In flexcoders@yahoogroups.com, reubenbrown13 [EMAIL PROTECTED] wrote: Macromedia has an article about metrics in Flex: http://www.macromedia.com/devnet/flex/articles

[flexcoders] Java and Flex project in Maven2

2008-03-31 Thread mindtheflex
Hi Added a short tutorial of how to start a Flex and Java project with Maven2: http://blog.mindtheflex.com/?p=55 Martin

RE: [flexcoders] Looking for tool to auto generate class diagrams from a Flex project

2007-12-31 Thread Mike Nimer
a Flex project Hi! I have written an AIR application for my diploma thesis and now i need to create class diagrams for my documentetion. The application has more than 100 classes, so creating the diagram by hand would take days. There must be a way to create class diagrams with Flex Builder

[flexcoders] Re:Looking for tool to auto generate class diagrams from a Flex project

2007-12-30 Thread Scott Hayman
Enterprise Architect from Sparxsystems ( http://www.sparxsystems.com/ ) may be able to do it. Scott

[flexcoders] Looking for tool to auto generate class diagrams from a Flex project

2007-12-29 Thread andiboarder
Hi! I have written an AIR application for my diploma thesis and now i need to create class diagrams for my documentetion. The application has more than 100 classes, so creating the diagram by hand would take days. There must be a way to create class diagrams with Flex Builder. The Outline

[flexcoders] Re: Looking for tool to auto generate class diagrams from a Flex project

2007-12-29 Thread rueter007
Not sure if there is a FlexBuilder plugin for that. Enterprise Architect is a good tool but it is not free (You probably can use the trial for your thesis). Maybe there is a free and easy to use tool to create class diagrams? - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com,

[flexcoders] Changing Flex project data access option

2007-12-13 Thread Wei-Chung Wang
Does anyone know how an existing Flex project's data access option can be changed from Basic to ColdFusion Flash Remoting? The project was initially developed using the basic data access option. But now it needs to access data via Coldfusion Flash Remoting. Thanks Weichung

[flexcoders] How to change the data access option in an existing Flex project

2007-12-13 Thread weichungwang
Does anyone know how an existing Flex project's data access option can be changed from Basic to ColdFusion Flash Remoting? The project was initially developed using the basic data access option. But now it needs to access data via Coldfusion Flash Remoting. Thanks Weichung

RE: [flexcoders] How to change the data access option in an existing Flex project

2007-12-13 Thread Brian Holmes
You can edit the .flexProperties file directly. Set up a flex project with the new Data Access Option and then compare the .flexProperties file and you should be able to make a few changes. Brian. From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] How to change the data access option in an existing Flex project

2007-12-13 Thread Mike Chabot
That setup wizard mainly pre-configures settings. If you miss it, you can add the settings in manually, but they are somewhat obscure if you don't already know exactly what the settings are. I think it would be eaiser to delete the project and recreate it. Hopefully you have the project settings

Re: [flexcoders] How to change the data access option in an existing Flex project

2007-12-13 Thread Muzak
to change the data access option in an existing Flex project Does anyone know how an existing Flex project's data access option can be changed from Basic to ColdFusion Flash Remoting? The project was initially developed using the basic data access option. But now it needs to access data via

Re: [flexcoders] How to open a flex project that was created elsewhere?

2007-12-01 Thread Mike Chabot
Open up the new Flex project dialog box. In the location field, hunt down the folder that contains the downloaded content. When you have it set up, you should right-click the mxml file and set it as the default application. If you create a new project, FB 3 might create a /src/ folder

[flexcoders] How to open a flex project that was created elsewhere?

2007-11-30 Thread Michael Pengi
I've downloaded a sample flex application, how do I open it in the flex builder 3 IDE? There is no 'Open Project' menu option, only New...Flex Project and so forth? -- View this message in context: http://www.nabble.com/How-to-open-a-flex-project-that-was-created-elsewhere--tf4923183.html

Re: [flexcoders] How to open a flex project that was created elsewhere?

2007-11-30 Thread Michael Pengi
Maybe that works in Flex 2, but the menu options in Flex 3 beta 2 are different. Import, then Flex Project, but it want a zip file. The project I'm working with isn't in zip format, it's a folder inside a zip that contains other stuff...iow it's does not seem to be a 'flex project archive

[flexcoders] Re: How to open a flex project that was created elsewhere?

2007-11-30 Thread Anthony DeBonis
3 IDE? There is no 'Open Project' menu option, only New...Flex Project and so forth? -- View this message in context: http://www.nabble.com/How-to-open-a- flex-project-that-was-created-elsewhere--tf4923183.html#a14088912 Sent from the FlexCoders mailing list archive at Nabble.com.

[flexcoders] Cairngorm and multiple Applications in a Single Flex Project

2007-10-04 Thread superabe superabe
I am starting the planning process for a project that, in its current vision is a web site with 8-10 pages that each will contain a Flex application that makes up most of the page. I would like to use a single Flex Project for these applications that has the 8-10 application MXML files

Re: [flexcoders] Cairngorm and multiple Applications in a Single Flex Project

2007-10-04 Thread Tom Chiverton
On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: I am starting the planning process for a project that, in its current vision is a web site with 8-10 pages that each will contain a Flex application that makes up most of the page. What's the reasoning for not having a single Flex app with 8-10

Re: [flexcoders] Cairngorm and multiple Applications in a Single Flex Project

2007-10-04 Thread superabe superabe
Easier to manage single apps/swfs. These fit into a AJAX/DHTML navigation frame, giving us the flexibility to replace the swfs with HTML/AJAX/Silverlight equivalents in the future, should we choose to do so. They can really be considered as standalone mini applications that share a common

Re: [flexcoders] actionscript class in Flex project

2007-09-30 Thread [EMAIL PROTECTED]
: [flexcoders] actionscript class in Flex project I made a mistake in the last post (I didn't intend to call init() in the application tag) corrected version : I have an action script file of an animated ball. 20 is added to x on every frame. If I create an actionscript project and run

RE: [flexcoders] actionscript class in Flex project

2007-09-29 Thread Alex Harui
% From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Saturday, September 29, 2007 5:50 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] actionscript class in Flex project I made a mistake in the last post (I didn't intend to call init

Re: [flexcoders] actionscript class in Flex project

2007-09-29 Thread [EMAIL PROTECTED]
in a flex project ? If I create a mxml file like this I thought it would have the ball in it. It runs, but there is not ball, no errors no nothing. The code for the ball is below ?xml version=1.0 encoding=utf- 8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml http://www.adobe.com/2006/mxml

[flexcoders] actionscript class in Flex project

2007-09-29 Thread [EMAIL PROTECTED]
I have an action script file of an animated ball. 20 is added to x on every frame. If I create an actionscript project and run it, it works fine. Now how do I include this class in a flex project ? If I create a mxml file like this I thought it would have the ball in it. It runs

Re: [flexcoders] Convert Non-server Flex Project to Server Project

2007-05-08 Thread Nick Collins
I've also successfully done it by editing the .project and .flexproperties files manually, though it's not exactly the easiest way of doing things. On 5/7/07, Brian Holmes [EMAIL PROTECTED] wrote: Don't know if it works for a basic flex project, but I know that with other types of projects

[flexcoders] Convert Non-server Flex Project to Server Project

2007-05-07 Thread Jurgen Beck
Is there a way to convert a non-server Flex project to a server project? When setting up a Flex project I can of course select the type. However, I need to convert a Basic Flex Project to a Flex Data Services project. Seems like the in the Flex properties for the project the Flex Server items

RE: [flexcoders] Convert Non-server Flex Project to Server Project

2007-05-07 Thread Brian Holmes
Don't know if it works for a basic flex project, but I know that with other types of projects I've done a right click on the project and select Apply Flex Nature From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jurgen Beck Sent: Monday

Re: {Disarmed} RE: [flexcoders] Convert Non-server Flex Project to Server Project

2007-05-07 Thread Jurgen Beck
Yeah, thought about that too. However, running this in Flex Builder on the Mac, it seems that those features are disabled on the context menu, even on another FDS project I have going. Brian Holmes wrote: Don't know if it works for a basic flex project, but I know that with other types

Re: {Disarmed} RE: [flexcoders] Convert Non-server Flex Project to Server Project

2007-05-07 Thread Igor Costa
in the Flex Project Properities Flex Compiler window tab. Regards. Igor Costa On 5/7/07, Jurgen Beck [EMAIL PROTECTED] wrote: Yeah, thought about that too. However, running this in Flex Builder on the Mac, it seems that those features are disabled on the context menu, even on another FDS

[flexcoders] Does compiler include all the classes from the Flex Library Project used in Flex Project?

2007-04-13 Thread Sergey Kovalyov
Hi All! I have created separate Flex Library Project with a set of reusable classes, so that I plan to extend it constantly and use it in different projects. Since not all the library classes from Flex Library Project will be used in each and every Flex Project, I worry about optimization - does

RE: [flexcoders] Does compiler include all the classes from the Flex Library Project used in Flex Project?

2007-04-13 Thread Matt Chotin
the classes from the Flex Library Project used in Flex Project? Hi All! I have created separate Flex Library Project with a set of reusable classes, so that I plan to extend it constantly and use it in different projects. Since not all the library classes from Flex Library Project will be used in each

Re: [flexcoders] Java developer is glad to participate in open source Flex project.

2007-02-13 Thread Chris Allen
source flex project. I have 2 years experience with server-side java (Struts, JSF and Hibernate) and a little experience with Eclipse RCP. I am searching for open source flex project where I can avail and can improve my Flex skills. -- Igor Costa

[flexcoders] Java developer is glad to participate in open source Flex project.

2007-02-12 Thread alex_s9v
Hi all! My name is Alexander. I have a passion for Flex and I'd like to participate in open source flex project. I have 2 years experience with server-side java (Struts, JSF and Hibernate) and a little experience with Eclipse RCP. I am searching for open source flex project where I can avail

Re: [flexcoders] Java developer is glad to participate in open source Flex project.

2007-02-12 Thread Igor Costa
Hi Alexander you could start looking at Code Google and www.riaforge.com www.osflash.org Best. On 2/12/07, alex_s9v [EMAIL PROTECTED] wrote: Hi all! My name is Alexander. I have a passion for Flex and I'd like to participate in open source flex project. I have 2 years experience

Re: [flexcoders] Java developer is glad to participate in open source Flex project.

2007-02-12 Thread dorkie dork from dorktown
looking at Code Google and www.riaforge.com www.osflash.org Best. On 2/12/07, alex_s9v [EMAIL PROTECTED] wrote: Hi all! My name is Alexander. I have a passion for Flex and I'd like to participate in open source flex project. I have 2 years experience with server-side java (Struts, JSF

Re: [flexcoders] Java developer is glad to participate in open source Flex project.

2007-02-12 Thread James Ward
/12/07, alex_s9v [EMAIL PROTECTED] wrote: Hi all! My name is Alexander. I have a passion for Flex and I'd like to participate in open source flex project. I have 2 years experience with server-side java (Struts, JSF

[flexcoders] add actionscript project as a library to a flex project

2007-01-15 Thread superabe superabe
I have an AS Project in FB2, which I would like to use as a library in another Flex project. I tried using the Add Project option in the project properties for FB2, but cant seem to find a way to specify an AS project. I get the No Flex Library Project Exists error dialog. Any ideas on how I

[flexcoders]Flex Project Nature

2007-01-08 Thread dorkie dork from dorktown
I cannot find information on Flex Project nature anywhere. The company I work for has an existing Java project that I am now doing parts of the front end in Flex. I have been wondering if it's possible to combine Flex behavior to the Java project and put mxml applications in certain directories

[flexcoders] Open Source Flex Project Needs Your Help

2007-01-05 Thread James Ward
Want to add some Open Source and/or Flex experience to your resume? Want to contribute to a cool Web 2.0 project? The Buni.org community is looking for Flex developers to help finish their Flex based, Meldware Webmail client (previously the JBoss Collaboration Server). Learn more about Meldware

Re: [flexcoders] Flex project with apache server setup?

2006-12-18 Thread Tolis Christomanos
Thanks for the replies!! I think Steve Hagenlock is correct. I save the flex project to an apache httpdocs and i set the output path as http://localhost/flex/tests.html for example and it works fine. I dont need the flex data services yet so its fine by me.

  1   2   >