[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

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

[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

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 wrote: > ViewStacks, like most containers, uses deferred instantiation (if the > creationPolicy property is set to 'auto', which is the default), which me

[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

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 do

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

2007-12-13 Thread Muzak
[flexcoders] How 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 o

[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, "an

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

2007-12-31 Thread Mike Nimer
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. The

[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

[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] 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] No mx.data in "Basic" flex project. Is there an easy way to convert to FDS project?

2006-05-16 Thread Tom Bray
When creating a Flex Project, if you choose "Basic" instead of "Flex Data Services" and later realize you want to use the data service, is there an easy way to convert the project or at least include the mx.data libraries?Thanks,Tom -- Flexcoders Mailing List FAQ: htt

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

2007-04-13 Thread Matt Chotin
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

[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] Re: No mx.data in "Basic" flex project. Is there an easy way to convert to FDS project?

2006-05-16 Thread Tim Hoff
round - yes, but it should work. TH --- In flexcoders@yahoogroups.com, "Tom Bray" <[EMAIL PROTECTED]> wrote: > > When creating a Flex Project, if you choose "Basic" instead of "Flex Data > Services" and later realize you want to use the data service, is

[flexcoders] Re: No mx.data in "Basic" flex project. Is there an easy way to convert to FDS project?

2006-05-16 Thread Tom Bray
I just found and added the enterpise.swc (C:\fds2\jrun4\servers\default\flex\WEB-INF\flex\libs\enterprise.swc), and that's probably all I need for now.-TomOn 5/16/06, Tom Bray <[EMAIL PROTECTED]> wrote: When creating a Flex Project, if you choose "Basic" instead of &qu

<    1   2