Flex only?

If I am not mistaken, it seems that Cocomo is intended for Flex developers only, but why? A lot of the functionality provided fit very well in many designs of sites Flash, for example community sites, which are generally build using the Flash authoring tool. Can we expect support for Flash CS3/4 Cocomo in the future too?

Hi bvi.

We have chosen to focus specifically on Flex for this version - for the most part, I think that it's the ease of development - it's much harder to write this kind of applications not declarative.

That said, we did spend some programs trying to distance ourselves the Flex framework for the classes of 'base' to Cocomo - you would get any free user interface, but the model classes are largely independent of Flex. We have still some way to go to be completely independent (largely, it is around data such as ArrayCollection collection classes, which are * useful * I don't like to delete them), but I think if there is a demand for it, a Flash version only within reasonable limits.

Thank you
Nigel

Tags: Adobe LiveCycle

Similar Questions

  • Resize the Extension Panel is not Flex at all, simply scales stage layout controls

    Hello

    I have this problem with Extension panels in Fireworks compiled with the Flex 4 SDK. When the Panel is first opened, it has the right dimensions and orders are prepared correctly. If I resize at all, he starts instead of prepare its controls to take advantage of the new space. Appears not to occur when you use mx:Application Flex 3, Flex only 4. Any ideas?

    Before resizing:

    First.PNG

    After resizing:

    after.PNG

    In this case regardless of the container Application control that I use - mx:Application, mx:ApplicationWindow, cs: CSXSWindowedApplication and so on.

    My MXML Application is as follows:

    <?xml version="1.0" encoding="utf-8"?>
    <cs:CSXSWindowedApplication
      xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx"
      xmlns:cs="com.adobe.csxs.core.*" xmlns:s="library://ns.adobe.com/flex/spark"
    
      <!-- Setting width & height are the only way I can get it to show properly when first opened. -->
      width="200" height="200" historyManagementEnabled="false" showStatusBar="false">
    
      <s:Button label="Click Me" />
    
    </cs:CSXSWindowedApplication>
    
    

    So they key is apparently to have this as an indicator of the compiler:

    -includes=mx.managers.systemClasses.MarshallingSupport
    

    And in applicationComplete:

    CSInterface.instance.autoThemeColorChange = true;
    

    Also use CSExtension as your base class/component application.

  • [Embed (source = "assetname")] works in Flash or Flex right?

    [Embed (source = "assetname")] works in Flash or Flex right?

    Thank you!

    As far as I KNOW, is that Flex.

    http://frankieloscavio.blogspot.com/2007/12/embed-meta-tag-is-Flex-only-it-will-not.html

  • Starling and Flash CS5.5

    This question weighs more on the side flash that I try that it works with Flash CS 5.5. and installed the extension update for flash may publish in the reader to version 11. I have all the libraries and files referenced properly, however when I play in the browser, Internet explorer 8 with flash player 11.6, nothing appears. I did some research which highlights the fact that it should work. Also, I get a compilation error:

    RenderSupport.as, line 421 1046: Type was not found or is not a compilation constant: Program3D.

    in further research, told me disreguard this error and the game in the web browser that you were not able to play in the lightning because of reading being an outdated version. If there is no one here who has experience dealing with Starling and flash, and reasons that could explain why it can be not appearing correctly?

    NOTE: I built the same project in FlashBuilder 4.7 and works very well. Just having problem on Flash conversion. I checked and saw that it is possible to do with Flash, its just something im missing.

    You will have a better chance to find a solution on the forums of the Starling

    You're saying that there could be two probems:

    1. your project uses flex only classes (which are not available in flash)

    2. you missed sth. When upgrading flash cs 5.5 for fp11-Publishing (installation of the extension is not enough)

    for a detailed description of this topic, see here

  • coldfusion for a beginner book suggestions

    Can someone please suggest some good references on ColdFusion for a person who came from a background of C/C++ development? I don't do any kind of work in Flash (Flex only) at the present time.

    My library has the books below

    ColdFusion_MX_Bible 2003 edition

    ColdFusion 9 Web Application Construction Kit Volume 1 mai.2010

    Programming ColdFusion MX 2nd ed (O'Reilly, 2003)

    Macromedia Dreamweaver 8 with ColdFusion ASP and PHP training from the Source

    Hack Proofing ColdFusion

    Foundation Flex for developers - oriented Applications with PHP, ASP.NET, ColdFusion and LCDs

    Or, is there another book I should read, too, for which I need to apply for my library.

    I know that all of them are useful, but if I have time to read only one that one should choose who would be familiar with most of the linguistic nuances.  The 2003 edition of the Bible of ColdFusion would cover most of the regions? I recognize the most recent reference would be the documentation from Adobe.

    I know that learning a language there are books beginner, intermediate, advanced, reference and necessary (as for the C is the book by Kernighan and Ritchie and C++ is Stroustrup) books.

    This is so that I can read all the books when I had the chance.

    A quick Google image search offers some tips http://www.forta.com/books/coldfusion/ and http://www.bigwebmaster.com/ColdFusion/Books/ as well as http://www.amazon.com/ColdFusion-Books-for-Beginners/lm/355FVU99NWLV8

    But any suggestions or advice of this group would be appreciated.

    Thank you

    I did open one since the CFMX7 edition, but I think that by Forta et al CFWACK books are considered to be the best of breed of the CF to printed books.

    That said, I've always had more of these books online documentation.  But I would still be working rather things myself just to be guided by someone else as to how they approach a task.

    Another consideration is that I do not think that CF has complexity index that C++ has, so I don't think that there is a need 'base', 'intermediate' and 'Advanced' books for CF.  The different volumes of the CFWACK are not really an increase in complexity, but just to start with the absolutely necessary building blocks, penetrating the less necessary bits and then more esoteric feature.  But I do not think that these divisions are really made based on complexity.

    And as with any other language, it is good to keep an eye on the community and what people are doing.  I learned a lot just trying to answer popular questions here, for the reasoning; but there are a lot of CF bloggers out there who publish a lot of interesting material.

    --

    Adam

  • Generation of ants | Classes main mx not found

    Hello

    I am configuring build ant for my flex builder 3.2 project. I'm getting error as follows

    Error: Type was not found or was not a compilation constant: RadioButton

    Error: Type was not found or was not a compilation constant: LinkBar

    Error: Type was not found or was not a compilation constant: EmailValidator

    And a couple more type not found errors. All of these errors are for the base flex classes. Also, I don't get these errors for each of the flex, only a few classes. How can I solve this?

    You should probably add base libraries to your mxmlc tag. The example has this part in the build script

      
                
                    
                    
                
    

    Only, you get this error for the classes that you are trying to use in your code, not for each class of Flex.

  • using the forum

    I used to use it daily before the change. I just can't understand how simply search through the themes of wire Flex only. I thought change would make it easier, it's incredibly difficult.

    It's a bit of pain, but in the upper right, there is the search function. I do (enter my search term), then once the results appear, there is one link 'other options '. There you can refine what forum to research.

    I actually book marked this page so that I can go right to the page where I have the search fields where I can refine my results.

  • missing namespace for the parameters in the web service call

    We try to call a web service developed by Java & XFire. The WSDL is valid for WS - I Basic Profile and it works very well with SoapUI. The query generated automatically by SoapUI is the following:

    "" "" "< soapenv:Envelope xmlns:soapenv = ' http://schemas.xmlsoap.org/soap/envelope/ ' xmlns: your =" http://www.example.org/test8/ " xmlns:tes1 =" http://www.example.org/test8 "> "
    < soapenv:Header / >
    < soapenv:Body >
    < your: parameters >
    < a >
    < tes1:id > 44444444444445 < / tes1:id >
    < tes1:b >
    < tes1:id >? < / tes1:id >
    < / tes1:b >
    < /a >
    < id >? < /ID >
    < / your: parameters >
    < / soapenv:Body >
    < / soapenv:Envelope >

    When we put this in Flex, what we are seeing is that the namespace for the parameters element is missing. We see it in the proxy logs. The server receives this message and parameters is not in namespace, so the server complains that the parameters is missing. We can reproduce this exact behavior by removing namespace in the query with SoapUI.

    The question is why flex removes namespace for the element parameters?

    We use the literal to the WSDL document, and I paste below. We have been stuck on this for over a week, so if anyone has any suggestions I would be eternally grateful. Thank you

    <? XML version = "1.0" encoding = "UTF-8"? >
    < wsdl:definitions
    ' xmlns:SOAP =' http://schemas.xmlsoap.org/wsdl/soap/ "
    ' xmlns:TNS =' http://www.example.org/test8/ '
    ' xmlns:WSDL =' http://schemas.xmlsoap.org/wsdl/ '
    "container =" http://www.w3.org/2001/XMLSchema "
    name = "test8".
    targetNamespace =" http://www.example.org/test8/" > "
    WSDL: < types >
    < xsd: Schema
    "targetNamespace =" http://www.example.org/test8/ "
    xmlns:Q1 =" http://www.example.org/test8" > "
    < xsd: import
    schemaLocation = "Test8.xsd."
    namespace =" http://www.example.org/test8" > "
    < / xsd: import >

    < xsd: complexType name = "fooRequestType" >
    < xsd: SEQUENCE >
    < xsd: ELEMENT
    name = "a".
    Type = "Q1:A" >
    < / xsd: element >
    < xsd: ELEMENT
    name = "id".
    Type = "xsd: String" >
    < / xsd: element >
    < / xsd: SEQUENCE >
    < / xsd: complexType >
    < xsd: complexType name = "fooResponseType" >
    < xsd: SEQUENCE >
    < xsd: ELEMENT
    name = "b".
    Type = "Q1:B" >
    < / xsd: element >
    < xsd: ELEMENT
    name = "id".
    Type = "xsd: String" >
    < / xsd: element >
    < / xsd: SEQUENCE >
    < / xsd: complexType >
    < / xsd: Schema >
    < / wsdl: types >
    < name of the WSDL: message = "fooRequest" >
    < wsdl: part
    name = "parameters".
    Type = "tns:fooRequestType" / >
    < / wsdl: message >
    < name of the WSDL: message = "fooResponse" >
    < wsdl: part
    name = "parameters".
    Type = "tns:fooResponseType" / >
    < / wsdl: message >
    < name of wsdl: portType = "Test8" >
    < name of wsdl: Operation = "foo" >
    < message wsdl: Input = "tns:fooRequest" / >
    < message wsdl: output = "tns:fooResponse" / >
    < / wsdl: Operation >
    < / wsdl: portType >
    < wsdl: Binding
    name = "Test8SOAP".
    Type = "tns:Test8" >
    < soap binding:
    style = "document".
    "transport =" http://schemas.xmlsoap.org/soap/http " / >
    < name of wsdl: Operation = "foo" >
    WSDL: input >
    < use of soap: body = "literal" / >
    < / wsdl: Input >
    < wsdl: output >
    < use of soap: body = "literal" / >
    < / wsdl: output >
    < / wsdl: Operation >
    < / wsdl: Binding >
    < wsdl:service name = "Test8" >
    < wsdl: port
    Binding = "tns:Test8SOAP."
    name = "Test8SOAP" >
    "" < soap: address location = ' http://www.example.org/test8 ' / >
    < / wsdl: port >
    < / wsdl:service >
    < / wsdl:definitions >

    the XSD containing A and B:

    <? XML version = "1.0" encoding = "UTF-8"? >
    "" "" "" < scheme xmlns = " http://www.w3.org/2001/XMLSchema" targetNamespace = ' http://www.example.org/test8 ' xmlns:tns = ' http://www.example.org/test8 ' elementFormDefault = "qualified" >

    < name complexType = 'A' >
    <>sequence
    < element
    name = "id".
    Type = "string" >
    < / item >
    < element
    name = "b".
    Type = "tns:B" >
    < / item >
    < / sequence >
    < / complexType >

    < complexType name = "B" >
    <>sequence
    < element
    name = "id".
    Type = "string" >
    < / item >
    < / sequence >
    < / complexType >
    < / schema >

    The solution seems to be that Flex doesn't support unwrapped no literal document. Flex only supports rpc literal or literal wrapped document. This seems to be because flex adds the name of the xml message method and in the unpacked literal document there is no message name in the soap message.

    It took a lot of time to understand this, partly because we did not know exactly what is wrapped meant (there is no option in Eclipse WTP for her, no way to verify no wrapped with a tool, etc.). If Flex said that she did not support unpacking literal document we would have saved ourselves a week or two.

  • Only movement of CF8 and Flex for CF

    You have experience changing your application of CF8 and Flash/Flex for only FC? If so, how to replace the Flash/Flex part? Experiences to share?

    You say little about how you use Flash or Flex. But, chances are, Coldfusion is at the end, and Flash/Flex interacts with it to produce a layer of presentation on the front-end server. So, you can replace Flex with a technology that can interact with Coldfusion to produce the front-end server. I would recommend feed Coldfusion with jQuery (and its AJAX features).

  • Flex 4.1 export of custom components in an Application or Module if used in the Module only?

    According to me, Miss me something here:

    "Because a module is loaded into a child domain, it has definitions of classes that are not in the area of the main application. For example, the first module to load the PopUpManager class becomes the owner of the PopUpManager class for the whole application because it records the Manager with the SingletonManager. If later another module tries to use the PopUpManager, Adobe® Flash® Player throws an exception.

    This technique also applies to components. The module that uses the first has the class of the component definition in its field. Therefore, if another module tries to use a component that has already been used by another module, its definition do not match the existing definition. To avoid a mismatch of definitions of element, create an instance of the component in the main application. The result is that the definition of the component is the property of the main application and can be used by modules in any field of the child. »

    I thought that if I use a component in one module then I won't be able to use it in application modules or a brother and I would be able to use it only in the Submodule of this module as the component definitions are in the scope of module which is a child of the scope of the application.

    So I just do a simple example: application with 2 moduleLoaders and 2 modules both using the same 3 components:

    (1) ButtonBar

    (2) DataGrid

    (3) CustomSkinnableComponent (empty, just extends SkinnableComponent) with custom skin (with a Rect 200 x 200 px, extends skin).

    I start the application--> two modules load without problem. Wasn't this supposed to cause error with the second loading module because the first module contains the definitions of components? Or does not result in an error because the component definitions match and match because my component is in the same project in flex, and in this case there is no problem. Problem will be if I have 2 or more RSL with the same definitions of package and class, but different features?

    I do not really understand how to cause incompatibility of definitions component so I can watch to avoid that it... can someone please explain?

    I'm confused and I thought I knew this kind of things. What Miss me?

    Also one last thing:

    I thought that if a module contains component definitions which means it is swf should grow in size-> due to the use of modules. If the application contains the definitions of components would not be what it means the application swf will grow in size and then-> why should I use a module? To save the memory of bodies and images/fonts embeded in the module?

    Bearing also in mind that the skin of a component is also a class definition and I incorporate some large images in there, and I use this skin in 2 modules, wouldn't that require skin to be implemented-> big size of swf application and no module swf as it should?

    Please someone shed some light in my foggy mind

    Post edited by: FM_Flame

    Pretty much:

    public var foo:Object;

    public function runTest (): void

    {

    If (Application.application.foo is nothing)

    Application.application.foo = new SomeClass();

    on the other

    trace (test (application.application.foo));

    }

    If you click the first button, then the second, you should see a type

    incompatibility.

  • Rendering problem - all the text in my Flex application is not visible, but only for a single user

    Hi all

    I have a very strange problem... we had a trouble report from a user who said that she could not see the text in a Flex application, we are working on.  It works for everyone but this one user - and still unknown, it works for me when I open as the user, on the same hardware that is using this user.

    The only difference is the remote desktop client that is used.  In my test case, I connect to the Terminal Services Server in Windows 2003 server from my workstation, and it works.  It connects on the same Services Terminal Server in Windows 2003 workstation server, using the same credentials, and it does not work.  If I don't see it with my own eyes, I'm not sure I would have believed it.

    To prove that I'm not crazy, I made a record.  Check it out:

    http://screencast.com/t/OWE0YWMzMz

    What's happening in the world!

    -Josh

    Wmode causes a lot of weird problems.  Avoid at all costs.

  • How do I debug only code Flex 3?

    I just received a large Flex 3 project and complex with no documentation.  In order to understand this, I'm trying to cross in debug mode.

    How can I pass only the Flex project code I give?

    The debug mode not frequently in any other code (for example, the Flex SDK kit) that I have no interest to go.  Sometimes I get the error "source not found" as well, but in both cases, I am not interested in walking through another thing that the application Flex 3 itself.

    Is there a way to do this?

    Thank you

    -Mike

    Follow examples on how to use the SWZ files, then add - debug = true to your

    options of mxmlc app.

  • Scroller component works only with the component TabbedViewNavigator (Flex Mobile)

    INSTALLATION PROGRAM:

    -L'application itself is a MobileApplication, not TabbedMobileApplication.

    -One of my pages/views (we'll call it "TabbedPage") includes the TabbedViewNavigator component, which asks the other two pages/views in my "views" folder We'll call it "TabbedPageOne" and "TabbedPageTwo"; other pages in the application are just regular pages with components on the stage, including a page which also includes the Scroller component, which works without a hitch.

    -TabbedPageOne integrates a Scroller component (follow-up of a VGroup component as required) who is forced to the entire screen (left, right, up and down all equal '0').

    -At the time of execution (on my desktop and device), when I navigate to the page of TabbedPage - of TabbedPageOne & TabbedPageTwo - Scroller component does not scroll.

    -Sidenote: I filled out the page of components such as the buttons and labels to fill the page to the point of activation of scrolling, and much that the buttons were still in operation (which means that they always respond to touch events), the wheel still did not work.

    Is there something I'm missing or doing wrong, or is - a problem in Flex?

    Your help would be greatly appreciated!

    Try to set the width = "100%" height = "100%" on the ViewNavigators:

  • Flex 3 charts don't load the data and labels to display only [object Object]

    I have a Flex 3 table that gets its data from .NET Web Service. The card works fine when I test Flex Builder 3 but the chart does not display columns or labels when you access it from the server, for example http://localhost:2459/FlexChart/main.html

    Labels may not appear correctly. It just display [object Object] instead of the actual label and there are no columns/bars in the chart. Also, I traced the same data source for the chart to a data grid to make sure it receives the data from the web service and found out that he received the data correctly.

    Any ideas / thoughts will be appreciated. Thank you!

    So, I thought about it. It was because of the issue of security, but also something to do with the stack of view is displayed in the same order from the server, as it would locally.

  • Flex Builder 3 generates only to HAVE 3.0?

    Hello
    By default, my version of Flex project exported swf flash player files is 9.0 and version of Actionscript 3.0 (I think).
    But I do need low version of flash player with AS 2.0?
    Is this possible?
    If so, please guide me how?
    Concerning

    If you AS 2, you must use Flex 1.5

Maybe you are looking for