How to create/generate automation libraries in Flex SDK 3.3?

I downloaded SDK 3.3 and extracted datavisualization_sdk3.3.zip into it, then
run command java -jar DMV-source.jar "C:\Users\All Users\Adobe\Flex"
The fbpro folder is created but automation libraries are not.
The output of DMV-source.jar execution reads:
[START OUTPUT]
C:\Program Files\Adobe\Flex Builder 3\sdks\3.3.0\lib>java -jar DMV-source.jar
"C:\Users\All Users\Adobe\Flex"
using license {flexbuilder3=<I-MASKED-LICENSE-STRING>,
flexbuilder3.displayedFirstLaunchMessage=true}, outputing to directory ..
license is valid, extracting datavisualisation and automation files to ..
[END OUTPUT]
I cannot find automation.swc, automation_agent.swc and automation_dmv.swc
anywhere in sdks\3.3.0 (I suppose they should be frameworks\lib as in earlier
SDKs, right?)
Do I have to do anything special to create automation swc's?

sorry...its Flex SDK 3.4 not 3.2  ...just a typing mistake

Similar Messages

  • How to create new themes in adobe flex projects

    How to create new themes in adobe flex projects 

    I too would like to understand this and find more information about this.
    I would like to produce my own theme. But how??

  • How to create file system datagrid in flex web application

    how to create file system datagrid in flex web application

    Hi,
    Check this out:
    http://shigeru-nakagaki.com/flex_samples/FileReference/FileUploadExample2/FileUploadExampl e2.html
    Johnny
    Please rate answer.

  • How To Creating A Object Libraries In Oracle Forms 6i

    hi
    All
    I Not No How To Creating a Object Libraries In Oracle Forms 6i
    How To Add Your Pl/sql Block In a Lib
    But What Is Use it is i Know , So I Want To Creating a Object Libraries.
    So Any One Have A Idea Plz Help Me.

    Hi,
    there is a good paper:
    http://www.quovera.com/whitepapers/downloads/102_doc.zip
    http://www.quovera.com/whitepapers/downloads/102_ppt.zip
    Best,
    Friedhold

  • How to create/generate probfitablitiy analysis,spec purpose ledger....?

    Andbody can tell me that How to create/generate probfitablitiy analysis,spec purpose ledger and controlling document once I created billing via vf01 and has it released to account document? Thanks.

    Hi,
    The documents are supposed to be created automatically. You do not have to generate them, if the relevant components were activated. Otherwise, use 1KE9 for PCA, OKBC for CO documents and GCU5 for S/L.
    Regards,
    Eli

  • How to create a SWC file in flex

    Can any one help me giving step by step information of how to create .swc file in flex..Iam a starter to this...Pls reply

    You need to create Flex Library project & after compilation you will find project_name.SWC in bin-debug folder.
    referr
    http://www.adobe.com/devnet/flex/articles/flex_swc.html
    http://www.daveoncode.com/2009/04/07/deploy-and-work-with-flex-swc-library/
    http://kennethsutherland.com/2009/06/12/simple-tip-3-utility-swc-library-project/
    *If this information is useful, then mark this post as such.

  • How to create 2 separate libraries on one computer ?

    I have two music folders (such as "kids" and "Adults") in the "My Music" folder and I want to create 2 separate libraries for managing the music for Kids versus adults.  I cannot figure out how to create a new iTunes library limited to a single folder tree ("kids" for example) . . .  because iTunes only gives the option to "Scan for Media" which is promiscuous and scans everything, regardless of where the library files are created.
    I know I can temporariry remove the "kids" folder then create a the "Adult" library.  Then temporariliy remove "Adults" folder and create a "Kids" library, but thats requires hours of file copying to and from an External USB drive.  Once the two libraries are created then they can live together on the same computer . . . but how to get the libraries initially created is the question ?    Maybe I will try NTFS file permissions to make folder 'A' invisible to iTunes while creating the library for folder 'B'.
    But there must be an iTunes option to do this . . right ?

    RESOLVED . . . Still looking for an iTunes method of creating 2 libraries on 1 computer.   But if it helps for others, you can use NTFS file permissions to deny access to one folder tree to keep iTunes focused on the other folder tree it can see when you select "Scan for Media".
    Then reverse the permissions to create the library for the other folder tree.   When done allow access two both trees and they will then co-exist on one computer. 
    The only remaining inconvenience . . . I have iTunes Match set up on library "Adults".  If I sign into the Apple store to buy a song or get artwork from library "Kids", iTunes is populated with the "Adult" songs from iTunes Match.  I just have to avoid staying signed into the Store from the "Kids" library, so someone doesn't start downloading "Adults" music into the "Kids" library.
    To inform the context of this question, we have 3 Apple portable devices that play from our iTunes Match "adult" library.  We also have "Adult" and "kid" devices that are not Apple, so we just copy the respective folder tree to non-Apple devices.
    So the use NTFS DENY permissions works for creating two libraries on a single computer, and it only take a few minutes to do,  BUT FOR THOSE WHO AREN'T SYSTEM ADMININSTRATORS, IS THERE AN "APPLE WAY" TO DO THIS ON A WINDOWS COMPUTER?

  • How does the ActionScript API, Eclipse IDE, Flex SDK, Cygwin & Flex Builder all communicate??

    Whats up Everyone! As you might've immediately recognized from the title of this thread I'm new to developing apps with Flex.....
    If I've succesfully set up my development environment (Flex SDK, Eclipse IDE, JAVA SDK, Apache Ant, Flash Player, etc.....) & checked out the source code using Subversion, can I start developing my app using the ActionScript 3 API using Eclipse? & how do those different SDK's & programs communicate? How should they be setup?

    If you're willing to buy into the FlexBuilder way of doing things, that's probably the way to go. In this case, you don't really need to worry about anything except FlexBuilder (at least for a while). I don't really have any experience in setting up a project with a server component (I always set 'server type' to 'None' and configure this manually), but other than that, the experience has been (fairly) smooth, and I'm someone who's pretty heavily biased towards the command line. FlexBuilder takes care of most of the Flex compiler options, tracking different SDK versions (I have three different ones installed), offers code completion and navigation tools, etc.
    To get some of the terms straight (I'm not sure how familiar you are with these, since you just threw them out there--pardon me if I'm being patronizing):
    * the ActionScript API: the function and class definitions built into Flash Player (fl.*) and the Flex standard library (mx.*)
    * Eclipse: a Java IDE, the core of FlexBuilder
    * Flex SDK: the Flex standard library, the mxml and compc flex compilers, some ant tasks for build automation, etc.
    * Cygwin: this does not really have anything to do with Flex specifically, as far as I'm aware--it's a *nix emulation layer for Windows
    * FlexBuilder: the Flex IDE from Adobe, built as a plug-in to Eclipse
    FlexBuilder is available in standalone (i.e., pre-bundled with Eclipse) and plug-in versions. Both versions include the SDK. If you're just starting out, I would suggest a FlexBuilder standalone trial, and follows some tutorials out there (or, really, just chose "new Flex project" and explore). In this case, you don't really have to worry about installing or configuring anything else to get started.
    Note also that for the upcoming Flex 4, FlexBuilder has been renamed Flash Builder (but I would stick with Flex 3.4 or 3.2 right now unless you really likethe bleeding edge).

  • How to Create AP Invoice from PO using SDK

    Hi,
    I want to create an A/P Invoice thru SDK for which already the Purchase Order has been entered thru the front-end. How to do it? Using SBO objects I am loading the particular PO. But after that how to transfer everything in the PO to AP Invoice.
    Thanx in advance.
    with regards,
    Ram.

    Hi Ram,
    Herewith an example:
            oInvoice = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseInvoices)
            oPOrder.GetByKey(sOrder)
            oInvoice.CardCode = oPOrder.CardCode
            oInvoice.CardName = oPOrder.CardName
            oInvoice.Address = oPOrder.Address
            oInvoice.Address2 = oPOrder.Address2
            oInvoice.AgentCode = oPOrder.AgentCode
            oInvoice.Comments = oPOrder.Comments
            oInvoice.ContactPersonCode = oPOrder.ContactPersonCode
            oInvoice.DocDate = oPOrder.DocDate
            oInvoice.DocDueDate = oPOrder.DocDate
            oInvoice.FederalTaxID = oPOrder.FederalTaxID
            oInvoice.JournalMemo = "Based on Sales Order " & sOrder
            oInvoice.NumAtCard = oPOrder.NumAtCard
            oInvoice.Project = oPOrder.Project
            oInvoice.Reference1 = oPOrder.Reference1
            oInvoice.Reference2 = oPOrder.Reference2
            oInvoice.SalesPersonCode = oPOrder.SalesPersonCode
            oInvoice.SummeryType = oPOrder.SummeryType
            For i = 0 To oPOrder.Lines.Count - 1
                oPOrder.Lines.SetCurrentLine(i)
                If i > 0 Then
                    oInvoice.Lines.Add()
                End If
                oInvoice.Lines.BaseEntry = oPOrder.DocEntry
                oInvoice.Lines.BaseLine = oPOrder.Lines.LineNum
                oInvoice.Lines.BaseType = 22
            Next
            If oInvoice.Add() <> 0 Then
                oApplication.MessageBox("Error: " & oCompany.GetLastErrorDescription)
            End If
            System.Runtime.InteropServices.Marshal.ReleaseComObject(oInvoice)
    Hope it helps,
    Adele

  • How to create an Add-on SAP B1 SDK

    Hello everyone,
    I am new to SDK in SAP B1.
    I have developed a VB.net simple form without using screen painter and without DB connectivity for example. Then I create an exe file. Then using AddonReg....exe i create the ARD file. I put the ARD file in SAP B1 through Add-on registration. As soon i say install with the package. The form opens and after closing the form then sap b1 hangs... 
    I'm not sure with thge procedure.....Can anyone suggest me the procedure, if have vb.net form what should i do then after. do i also need to create a depolyment and setup for vb.net project.
    And how can i see the  vb.net form in SAP B1 menu.
    Any help will be appreciated...
    Thanks
    Ravi

    Hi
    I'm not sure how you created your vb program.
    But you should do the following.
    1) Connect (can either connect to the database through DI API, connect to SAP Client called UI API, if you want both you can use single sign on method)
    2) Then have  System.Windows.Forms.Application.Run(), this is saying let my program run With the client.
    What you must remember is that when you working with the SAP GUI, you need your app to run and then receive "events" from SAP and then perform an action. An event is like when you click on a button and so on.
    So for the program you want to create you should be doing the following.
    -Connect
    -add menu to SAP menu.
    - Have System.Windows.Forms.Application.Run(),
    -Then you should have menu event code to say when menu item clicked on open a form.
    Hope this helps

  • How to create an automated script

    Hi friends!
    Back with my doubts!
    I am working with a web based and client server based program.
    I making some enhancements into the program to generate some new reports. What it has to do everyday is
    1 - create the tables/insert records needed for the report - the query is ready
    2 - the web presentation is ready, so when someone chose the report and click, it will access the most updated table. so, nothing much to worry on this part.
    3 - it has to generate an excel file for this report. - i have the program ready, but to use the program, i need to use around 10 lines of script to send the parameters
    4 - the it has to email it to certain addresses. - the coding is ready and i can use the script as well.
    5 - I am wondering, how can i consolidate them into one script ... is it just like call the excel program, next line you call the email program ....
    6 - and how to call it everyday automatically?
    please advice.
    NOTE: the scripts for excel and email, are fixed, even i might not have to do any changes to the paramaters being passed, like the file name and the email addresses.
    Thanks a bunch
    cheers
    alagu
    Edited by: user645399 on Jun 28, 2009 8:24 PM

    Hi,
    user645399 wrote:
    but its going to have fresh info eveyday
    you can refresh the materialized view whenever you want and with ever interval you want.
    When you make a complete refresh, all data of the materialized view will be refreshed and the materialized view is actual.
    but since we are not going to store the info, may be materialized view will do.
    which one uses the resources more efficiently?
    a normal table or a materialized table?There is normally no big difference between a materialized view and a table. The materialized view belongs to a normal
    table. A materialized view demands no additional programming effort for a refresh.
    When a materialized view is refreshed complete, the existing data will be deleted first. This behaviour creates undo information,
    which needs some resources.
    But when the refresh of the materialized view fails, then the data will be rolled back, so there is always data available.
    When you truncate or drop a table, this is normally faster, but the data is always lost.
    The best way depends on your special requirements.
    Tobias

  • How to create/generate JAXB type of jar?

    Hi,
    I have an XSD. I have to create a java object using this. Can anyone tell me how to do that.
    I am trying to create JAXB jar and trying to get an object. Is it correct approach?
    regards,
    Srinivas.

    Hi Srinivas,
    You have to compile this XSD with JAXB compiler and it will generate the XML Bean classes which you can use for Marshalling and Unmarshalling of objects. These classes are nothing but JAVA implementation of each node of your XSD. You can use getter and setter methods of these classes to get and set values in it.
    You can use ant script to compile your XSD with JAXB compiler. To know more about JAXB , please refer -
    http://java.sun.com/developer/technicalArticles/WebServices/jaxb/
    Regards,
    Anuj
    Edited by: Anuj Dwivedi, Infosys on Aug 10, 2009 1:14 PM

  • How to create tshirt design tool using flex

    hi all,
    i want to create a tshirt design tool using flex,user can customize using this tool to create his tshirts and designs,
    how to get the layouts and requiremnts in flex?
    if any useful suggesion please share guys,
    cheers,
    B.venkatesan.

    Shanila,
    I cannot open the document reference you provided. However, in my view, a workflow design document is no difefrent than any other technical design documen (TDD)t. It may have few different sections to enumerate the process and actual steps.
    I have always used a standard TDD, per my client templates, and then added the sections needed to list the workflow specific items.
    Prasanna Adavi,PMP,MCTS,MCITP,MCT TWitter: @prasannaadavi Blog: http://www.prasannaadavi.com

  • How to create a chat app in flex

    I don't really know how chat apps work... how can you connect
    two computers directly?
    Or is it that chat messages are stored and retrieved from
    database?

    Check out this link:
    http://coenraets.org/blog/2006/10/building-collaborative-applications-with-flex-data-servi ces-and-flash-media-server/
    Tracy

  • How to create a login session in flex?

    Hi there,
    I have a flex application with two states. One is a "login" state which is a screen with username and password. The other state is "loggedIn" state which is a screen with a small application. As soon as the user credentials are checked from the back end, based on it's success, I'm changing the state to "loggedIn", else there is a message to the user about login failure in "login" state itself.
    My problem is if I'm in "loggedIn" state and if I hit refresh button of the webpage(F5), it goes back to the login screen i.e., it just restarts the application..
    How can I control this? Is there something like login session which can do the trick?
    Appreciate your help...
    -Deepak

    Flex code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="getSession.send()">
        <mx:Script>
            <![CDATA[
                import mx.rpc.events.ResultEvent;
                public function getSessionStuff(evt:ResultEvent):void
                    saveInfo.text = evt.result.info;
            ]]>
        </mx:Script>
        <mx:HTTPService id="startSession" showBusyCursor="true" method="POST" url="http://localhost/startSession.php">
            <mx:request xmlns="">
                <stuffToSave>
                    {saveInfo.text}   
                </stuffToSave>
            </mx:request>
        </mx:HTTPService>
        <mx:HTTPService id="getSession" result="getSessionStuff(event)" showBusyCursor="true" method="POST" url="http://localhost/getSession.php"/>
        <mx:Button x="602" y="323" label="Start Session" enabled="{saveInfo.text != ''}" click="startSession.send()"/>
        <mx:TextInput id="saveInfo" x="563" y="293"/>
    </mx:Application>
    setSession.php code;
    <?php
        session_start();
        $_SESSION['loggedIn'] = $_POST["stuffToSave"];
    ?>
    getSession.php code;
    <?php
        session_start();
        if($_SESSION['loggedIn'])
            echo "<info>".$_SESSION['loggedIn']."</info>";
        else
            echo "<info>nothing has been saved</info>";
    ?>
    ta daa

Maybe you are looking for

  • Open documents/files from Application Server in forms 6i

    Hello All, Our requirement is to open files that are in Application server( We do not want to upload them into database). Is there a way to open this files from forms 6i. I am wondering how the "View Output" or View log button works on the concurrent

  • Unable to view FF reports in the front-end of FF 5.2 tool

    After installing the FF tool on Netweaver, I am unable to see the reports from the back-end (R/3) system. The R/3 system has the FF 5.2 RTA installed and a user Id defined to connect to front-end of FF 5.2. I configured the FF 5.2 connector, but stil

  • How would I create a screen with links after a person logs into their computer?

    I have been asked to create a custom welcome screen that would load after a person logs into their computer . This screen is to have links to a couple of items. but I need this to show after they log in and before they see their desktop. How do I do

  • Is 'Introduction to Oracle9i SQL (1Z0-007)'  valid after July 31, 2013?

    I have written the 'Introduction to Oracle9i SQL (1Z0-007)' two years back and I am planning to write 'Oracle Database 11g: Program with PL/SQL(1Z0-144)' next month. But I came to know that the certification 'Introduction to Oracle9i SQL (1Z0-007)' i

  • After rendering my film is zoomed in.

    When editing a short film I can see the whole screen frames of my videos. But after rendering the film it is zoomed in about 25% so that I cant see the whole thing. How do I fix this problem. I have rendered many films but this is the first time this