How to add a package to flex builder?

I download a package named com.adobe.serilaztion.json(may be
I spell worng), My question is that what should I do to make this
package be added into the flex ,just like flash.display.sprite, I
can import the package in.

What I do is have a folder called thirdparty, where I place
package structures like this.
Then in my app, I include that folder as a Build Path source
folder in the Project properties dialog.
This makes all of the package declarations in the code work
correctly, effectively parenting the package structure from my app
root.
Tracy

Similar Messages

  • How to add Column to Adobe flex mx:DataGrid in mxml and/or actionsctpt?

    I have simple mxml code
    <mx:DataGrid id="DGG"
                 editable="true">
        <mx:dataProvider>
            <mx:Object scheduledDate="4/1/2006"/>
        </mx:dataProvider>
    </mx:DataGrid>
    <mx:Button id="SetBut"
               label="Set Array as Data Provider"
               click="SetDP(); AddBut.visible = true;"
               x="100.5"
               y="164"
               width="211"/>
    <mx:Button id="AddBut"
               label="Add a column!"
               click="AddCol();"
               x="100.5"
               y="194"
               width="211"
               visible="false"/>
    <mx:Script>
        <![CDATA[
            import mx.controls.dataGridClasses.DataGridColumn;
            import mx.collections.ArrayCollection;
            [Bindable]
            public var MyAC:ArrayCollection=new ArrayCollection([{scheduledDate: "4/1/2006", homeTeam: "Chester Bucks"}]);
            public function SetDP():void
                DGG.dataProvider=MyAC
            public function AddCol():void
                MyAC.addItem({scheduledDate: "4/5/2007", homeTeam: "Long Valley Hitters", Umpire: "Amanda Hugenkis"});
                DGG.columns.push(new DataGridColumn("Umpire"));
        ]]>
    </mx:Script>
    I want to add rows to my table datagrid how to do such thing?
    How to add Column to Adobe flex mx:DataGrid in mxml and/or actionsctpt?
    (You can put this code in Flash or AIR app - it will compile with no errors, but will not add any columns=( )

    Change this:
                 public function SetDP():void
                    DGG.dataProvider=MyAC
                    MyAC.addItem({scheduledDate: "4/5/2007", homeTeam: "Long Valley Hitters", Umpire: "Amanda Hugenkis"});
                public function AddCol():void
                    var dgc:DataGridColumn = new DataGridColumn("Umpire");
                    var ca:Array = DGG.columns;
                    ca.push(dgc);
                    DGG.columns = ca;
    Dany

  • How to create a plugin for Flex Builder

    Does anyone know where the documentation is located for developing plug-ins for Flex Builder?  I know you can create plugins for Eclipse, but I haven't seen how you can import them into Flex builder without having it in the Eclilpse Marketplace.

    Hi,
    There are some plugin examples in osmf source code on sourceforge. You can start from an existing plugin to learn the basics - it will be a little easier than starting from scratch.
    What should your plugin do?

  • How to add new package in SAP transport layer?

    hello,
    as part of requirement, i have to add a new package to SAP transport layer.
    can anyone tell how it is done?
    as in STMs,add new package is not coming.
    Regards,
    Chaitanya

    Hi
    go thru the below links
    http://help.sap.com/saphelp_nw04/helpdata/en/57/38de0c4eb711d182bf0000e829fbfe/content.htm
    http://help.sap.com/saphelp_sm32/helpdata/en/57/38de194eb711d182bf0000e829fbfe/content.htm
    Regards
    S

  • How to use fla file in Flex Builder 3?

    Is there a way to do it?

    I got these files also. But how to use Flash's fl.transitions. package with Flex.
    Flash and Flex are doing transitions very differently.
    In Flex, for example,
    Define a transition effect: <mx:WipeLeft id="wl"/>
    Use it: <mx:Canvas id="home" ... showEffect="wl">
    Flash uses TransitionManager:
    import fl.transitions.*;
    import fl.transitions.easing.*;
    var myTM:TransitionManager = new TransitionManager(my_mc);
    myTM.startTransition({type:Wipe, direction:Transition.OUT, duration:3, easing:Strong.easeOut, startPoint:1});
    How to define the MovieClip - "my_mc"? Both Flex and Flash have flash.dispaly.MoiveClip. Are they the same?

  • How to get WTP on my Flex Builder 3 Standalone Version: 3.0.214193?

    Hello All,
    I have downloaded the Flex builder 3.0.2 from the adobe website, and am trying to install the WTP plugin for it.
    When i use this link http://download.eclipse.org/webtools/updates/ for getting the plugin it throws the error as :
    Java Persistence API Tools (2.1.1.v200902200210-7A79BjDZRDE7GUMQDJGD) requires feature "org.eclipse.platform (3.4.0)", or compatible.
    Any many more like this. I know my eclipse plugin version is 3.3 version.
    I am not sure how can i upgrade my eclipse which came with Flex builder standalone to the 3.4 version. And also is it possible to use standalone only as using the flex builder plugin in not an option for me right now.
    Or any other way if i can use Tomcat from Flex builder without using WTP ??
    Please help

    I've installed and it works fine but I've many plugins installed.
    Try to install WST (Web Standart Tools) throw FB and after that install WTP.
    For intalling WST follow this.
    In FB menu.
    Help - Software updates - Find and install...
    "Search new features and install" Next
    "Europa Discovery Site" Finish
    Choose any nearest mirror for your location.
    Find "Web and JEE Development" folder.
    There are "Eclipce XML Editors and Tools" and
    "Web Standard Tools (WST) Project" check them to install. This plugins requier some other plugins, so it's easer to click "Select required" button on left side  to check them all automaticaly.
    After that standart installing procedure: Licence agreement, downloading and so on.

  • How to add water mark in already build report

    hi experts............
    im fresher , i need to add water mark in already build report..please help me to do this.......
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    Edited by: Thomas Zloch on May 20, 2011 9:25 AM

    I'm not sure the is a solution in your version. Duncan Mills blogged about a solution here https://blogs.oracle.com/groundside/entry/placeholder_watermarks_with_adf_11 but it's for a later version.
    However it might help you getting started.
    Timo

  • Add SWC blows  up Flex Builder 2.01

    With Flex Builder 2.01 running as an Eclipse 3.2.2 plug-in
    I'm trying to load SWC a produced by "Make Flex Builder" in Flash
    CS3. The Eclipse error shows the trace below. I see essentially the
    same traceback in
    JIRA,
    implying that perhaps the SWC is bogus, but I don't see any errors
    when publishing in Flash CS3.
    Anybody have any thoughts on this?
    Is there any sort of stand alone SWC verifier/dumper around
    that I could use to investigate the SWC? I tried abcdump on it, but
    it says "unknown format 67324752".
    In the meantime I guess I'll give Flex Builder 3 a
    try...

    Well, I upgraded to Flex Builder 3 as an Eclipse 3.3.2
    plug-in, and the problem went away.

  • How to edit xml files in flex builder 3

    Hello Forum
    I'm new to flex, trying to learn my way around it.  I usually use Flash to write my actionscript, but the eclipse interface seems intruiging...
    First question:  I am setting up a config.xml file where the main variables are set for the application.  For some reason Flex Builder 3 doesn't really let me edit or even create xml files?  What is the reason for that?  Do I need to install something additional? What am I missing?
    This is a pure actionscript application by the way...
    Any advice is much appreciated.
    Thank you
    sk

    Hi Stephan,
    never the less the way to install plugin.
    Help - Software updates - Find and install...
    "Search new features and install" Next
    "Europa Discovery Site" Finish
    Choose any nearest mirror for your location.
    Find "Web and JEE Development" folder.
    There are "Eclipce XML Editors and Tools" and
    "Web Standard Tools (WST) Project" check them to install. This plugins requier some other plugins, so it's easer to click "Select required" button on left side  to check them all automaticaly.
    After that standart installing procedure: Licence agreement, downloading and so on.
    Hope this helpful.

  • How to buy license on Adobe Flex Builder

    Hello,
    I am having a problem to buy a license of Adobe Flex Builer.
    I actually use Adobe Flex Builder 3, I need to buy a license for this and I can't find it anywhere on the webpage or find a contact email so as to talk to a sales person.
    Can somebody help me on where can I buy a license for this?
    I really need this becuase I want to make a product with this plataform
    thank you very much.
    Agustina

    You may not be able to buy the old flex builder.
    It may be possible to use flash builder with the older SDK. Download the trial and give it a go.

  • How to add new packages to oel5

    i have installed oracle enterprise linux 5
    i have downloaded all 9 cd from oracle e delivery
    i need to add(install) other programs packages from cds
    how can i see available packages(programs) to installation on cds and of course how can i install them ?
    ( for example i need to install ruby support to my oel5 )

    On the first 4 CDs there is a "Server" directory where you'll find all RPMs. To install one, as root mount the CD, go to that directory, and execute :
    # rpm -Uvh <complete rpm file name>BTW, ruby rpms are on CD #2 or #3, depending on exactly what you need.

  • [solved] how to add aur packages

    I can't seem to figure out how to install packages from aur ive looked at the official page but clearly I am doing something wrong. I am trying to set up rutorrent.
    I added the yaourt but now i'm getting "yaourt" command not found.
    Any help would be great.
    Last edited by Arch-Hoochie (2014-10-07 14:51:04)

    I frequently voice a very negative bias against yaourt - so much so that I almost feel guilty about it now that I'm a moderator (almost).
    But all biases aside, if yaourt is a good tool for anyone, it is only for those who know how the aur works.  It seems you are not yet familiar with the basics, so a tool like yaourt will be a great hinderance preventing any future learning.
    Start out by just downloading the aur-tarballs and use makepkg to build (and even install if you'd like with makepkg -i or makepkg -si).  Once you get the idea of how all the moving parts work, then you can look into a helper tool - but there are *many* beside yaourt.
    The fact that many here have ranted about it over and over, yet the archlinux.fr page still advises new users to run the `pacman -Sy` command (which could very easily cause substantial problems) takes the 'almost' out of my first sentence: I am very comfortable publicly expressing my distaste for yaourt.

  • How to add extra packages for AIF installation?

    I am trying to build a custom Arch Linux LiveCD with archiso, based on wiki.
    Now, everything works fine. But when I tried the installation with /arch/setup, it only allows me to select "core-local" in the step 1.
    I checked also the mount, there is only /repo/core/any and /repo/core/i686.
    Is there anyway to add in more packages other than the core? This should be done on archiso or aif?

    avarionist wrote:thanks found a mirror
    one last question though
    in arch do i have to install dependecies one by one or are they automatically found.
    in any case what would be the command to check for the required dependecies ?
    If you have the network access,  they are automatically found for you. But if you don't, you should find out all the dependencies of a particular package and then download each one and then install them "in order", so that the package that you are actually trying to install, can be installed.
    The command would be (from any arch machine which has network access
    sudo pacman -Ss <package-name>
    It will list all the dependencies, as long as they are not installed on your machine already.
    Last edited by Inxsible (2010-06-17 05:00:26)

  • How to add solaris packages to installled system...

    Hello,
    I have a minimally installed Sun Solaris system. I need a lot more functionality on it, like developper tools.
    I know how to install a packege. The problem is finding out which packages to install. The installation CD contains a whol ot of SUNW* packages with cryptic names, and when you try to install one of them I usually run in to dependency problems.
    So is there a convenient way to do the following:
    - Given I need a particular tool (eg /usr/ccs/bin/as )
    - Find out what package that tool belongs too
    - Install that package and all its dependencies automatically?
    Under Linux (an Os where I do have somewhat more experience) this is a trivial exercise. But how do I do this under Solaris?

    I know I can just try to install a package using pkgadd and see where it breaks. But to do this I first have to know what package to install. That is the first problem. I need "foo", how do I find out what package contains "foo"?
    Searching for sollutions I came across a concept called "metacluster", which is aparently sun's way of packaging lots of related stuff together. I found out that the metacluster installed on my system was "SUNWCuser" and that I probably want it to be "SUNWCprog". But I have no idea how to get there.

  • How to add Headers/Images to flex app?

         Hi I have a flex application that I am currently trying to skin and wish to add a logo image into the application but the image doesnt show up when i load it

    hi,
    Just embed the logo its much easier, otherwise you need to have an event complete for the image to ensure its loaded before trying to display it.
    <mx:Image  source="@Embed(source='assets/mylogo.jpg')"/>
    David

Maybe you are looking for

  • X240 - Thinkpad Ultra dock Problem with external monitors

    I have tried to connect my two external monitors to the dock (the one connected to the vga port) but it was only able to detect one of them (though at a low resolution) and not the other. i have tried using a replicator to connect the screen to the d

  • How to update sony xperia u from Rooted GB to ICS

    Hello guyz I have sony xperia u rooted Ginger bread now i want to update it to ics but it gives an error of modified software plz help me out in this matter and also let me know that if ics root is avalable or not? Best Regards Faheem Solved! Go to S

  • Will apple fix your computer for free if you have guarantee

    I was walking with my macbook open when suddeny i fainted, my macbook fell off my hands and i was unconcious so i idid not see it fall or where it hit, when i noticed it fell i paniced the system worked perfectly so i was okay. Later that day i was c

  • My Facetime is not working with my iTouch and 4s

    I can't use my Facetime beforebits working then now its not working anymore. Both my iTouch and 4s

  • Problem with save file control

    hi , i have this vi to control a wavelength meter to measure & save reading to a file on my pc the problem is i need to make the write labview measurment file to be enabled by the Get Lambda swich and at the same time i need the AutoScan to be readin