Flex UI devlopment

Hi,
Iam new to flex. Can anybody tell me how I go about creating
a UI using flex.
I need to upload the UI files to my already existing java
project. Waht all files need to be created and uploaded to get the
UI working ..
Thanks in advance....

there's several ways to build interfaces
if you are using flexbuilder you have a design mode if not,
you can use any text editor to do so.
try google it a bit and you'll find lots of information about
this

Similar Messages

  • Flex Studio for devlopment

    Hi All,
    I would like to do some custom development  for my client in xclesius(Add ons)
    For that where i will find out the software for developing the custom Components .
    Please any body provide me the Links and also what are prerequites for that.
    Thanks
    Santhosh V

    This link seems to have it, for Win and Mac:
    http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS#Installation

  • Flex in WebDynpro Abap

    Hi All,
                   I am planning to create the application which has the flex fetures. I have installed GUI 7.10.
    But i couldnot find the Flex components in MIME repository.and the Swap element menu is missing in GUI.
    I think its a version problem
    Please let me know which version i have to install for devlop application with flex.
    Regards,
    Kumar K

    >
    Kuppusamy Kumar wrote:
    > I got the path for download the 7.10 and EP1
    >
    > https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/20877bcc-bb51-2b10-aa8b-8308ed488199 [original link is broken]
    The link you posted is for NetWeaver CE 7.11.  This will give you the Flash Islands capabilities for Web Dynpro Java, but doesn't contain any ABAP functionality at all.
    Since you posted this question in the Web Dynpro ABAP forum, I assume that you want the ABAP Flavor.  For that you need to download the NetWeaver 7.01 ABAP Trial version:
    https://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/c0d7422b-4ee9-2b10-0baf-af588a2126f4

  • Looking for a Flex programmer

    Hi all,
    I am currently seeking a Flex programmer to develop a desktop application. I am based in Malaysia. Please contact me at [email protected] if you are interested. The program I intend to devlop involves streaming content from a LAN server. Contact me for further details! Thanks!
    Best Regards,
    Daniel

    I am available for contract work, and I have worked in Flex/AIR for about three years.
    Just email me at [email protected]
    Greg Lafrance
    www.ChikaraDev.com
    Flex Development and Support Services

  • Career in ABAP+Flex

    Hi Experts,
        I am an ABAP developer and have keen interest in Web Development and Designing. I recently came to know about SAP and Adobe Flex integration. I want to be known as an ABAP-Flex Developer in my future.
    I want to pursue my career in this domain. Kindly guide me regarding this, how should I approach or should I go for trainings. If trainings are an option, then please give their details.
    Thanks,
    Chandan

    Hi Chandan,
                  These days this is in demand.Not many people know about it.Even tcode is rare.You have to be quick and efficient to provide the solution to the customer's scenario.it uses PHP interface which helps us in object orientation programing.So it would be an added advantage.As s devloper you can understand the thing easily.
    Please do click once on the link to get more detail.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2flibrary%2ficc%2fabapAdd-onCertification+Guidelines.pdf
    Hope you might find it helpful.
    Have a nice day.

  • Searching the Flex General Discussion returns cf error

    Hi everyone,
    I'm hoping someone from Adobe can help me out here because if
    I enter a search into the Search field in the general discussion, I
    get a cold fusion error . If necessary I can send a screenshot of
    what I get, but I can't seem to search the 'Flex General
    Discussion' for anything without getting an error telling me to
    contact the website administrator, of which I have no idea who that
    is, or how to find them on the site.
    I'm a designer/devloper who works alone and I really depend
    on these resources to help me along when I need help, but not being
    able to search the forum is becoming a real problem.
    If this type of post should be done somewhere else, I
    apologize, but I have no idea how to contact the site administrator
    for the Flex Developer Center.
    Thanks in advance

    "jkpritchard" <[email protected]> wrote in
    message
    news:glsa8c$15g$[email protected]..
    > Hi everyone,
    >
    > I'm hoping someone from Adobe can help me out here
    because if I enter a
    > search
    > into the Search field in the general discussion, I get a
    cold fusion error
    > . If
    > necessary I can send a screenshot of what I get, but I
    can't seem to
    > search the
    > 'Flex General Discussion' for anything without getting
    an error telling me
    > to
    > contact the website administrator, of which I have no
    idea who that is, or
    > how
    > to find them on the site.
    >
    > I'm a designer/devloper who works alone and I really
    depend on these
    > resources
    > to help me along when I need help, but not being able to
    search the forum
    > is
    > becoming a real problem.
    >
    > If this type of post should be done somewhere else, I
    apologize, but I
    > have no
    > idea how to contact the site administrator for the Flex
    Developer Center.
    I always use the Advanced Search, which sort of works.

  • Flex  XML

    Hi
    i m devlopping an HMI with flex offers to users to create
    object, the user has to describe objects, (name , attribute...)
    and all informations must be exported in xml file .....
    so someone has a idea ????

    Of course you can, the only bottleneck for flex is that flex
    can´t write to local disks directly (cause of the sandbox), so
    you have to first create the xml file on server and than users can
    download this file.
    ( use php for creating the xml file)
    best regards
    kcell

  • Flex application running under AIR takes a long, long time to start.

    I have a flex application which runs on a desktop under AIR. The application has an assets folder with 3,500 mp3 soundclips totalling about 50MB. The problem is, the application takes around 90 seconds to load. I'm sure that AIR is scanning the application folder and doing something with the contents because if I delete the assets folder it loads in about 5 seconds. Does anyone know why AIR/Flex would do this, and why it doesn't exhibit the same problem if I run or debug in Flexbuilder on eclipse? It's making my killer app unusable!
    Thanks
    Paulo

    Well, I've spent a bit longer looking at this now, and the problem appears to lie with my encrypted local store. The first thing that happens is for the app to read the product key from the ELS. But, it fails (for some unknown reason). So, the app seems to hang there for 90 seconds until it eventually renders the welcome screen. If I remove the assets folder it still fails to read from the ELS, but only takes a couple of seconds to start the welcome screen. This is where the scanning of the application folder seems to come into play, because if I remove the code which reads from the ELS the app starts within 2 seconds whether the asset folder is there or not.
    I think the slow startup and the scanning of the assets folder are just symptoms of a different problem, i.e. a problem with the ELS. I don't have the same problem with my development environment though - it's only when I test deploy the application.
    Thanks for your help on this problem EgorKDie. I think I should be able to resolve it once I can sort out why the ELS is being awkward.

  • Previewing an image before uploading it using the FileReference class in flex 3

    Previewing an image before uploading it using the FileReference class in flex 3 ?

    hai,
              when this code is used in my application ,i got the name of image and new frame is added each time .But image is not displayed.....
    The code  starts like this
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
                xmlns:mx="library://ns.adobe.com/flex/mx" initialize="init()"   backgroundColor="white" width="100%" height="100%">
        <fx:Script>
    <![CDATA[ 
                    import mx.controls.Alert;
                    import mx.messaging.Channel;
                    import mx.messaging.ChannelSet;
                    import mx.messaging.channels.AMFChannel;
                    import mx.rpc.events.ResultEvent;
                    import mx.controls.Image;
                    import spark.events.IndexChangeEvent;
                    import mx.managers.DragManager;
      <mx:DataGridColumn headerText="Dimension Value"  width="10" dataField="dimensionValue"/>
                                                   <mx:DataGridColumn headerText="Unit Nmae"  width="10" dataField="dimensionUnitName"/>
                                                   </mx:columns>
                                           </mx:DataGrid>
                                           <mx:Spacer width="2%"/>
                                       </mx:HDividedBox>
                                       </mx:VBox>
                   <mx:Spacer height="0"/>
                <mx:VBox width="100%">
                    <s:HGroup height="90" top="0" left="0" right="0" verticalAlign="justify" gap="10" paddingLeft="5" paddingRight="5" paddingTop="5" paddingBottom="5">
                        <s:Button id="btn_loader" top="5" bottom="24" width="100" label="load" click="loadImages()"/>
                        <s:Group width="100%">
                            <s:Group name="cl" top="0" left="0" bottom="0" width="20" mouseOver="//scroll_on(event)" mouseOut="//scroll_off(event)">
                                <s:BitmapImage source="@Embed('../assets/left.jpg')" top="0" left="0" bottom="0" right="0" fillMode="scale"/>   
                            </s:Group>
                            <s:List id="imgList" skinClass="skins.ListSkin" top="-3" left="27" right="28" bottom="10"
                                    dataProvider="{ImageCollection}" itemRenderer="Image_Render">
                                <s:layout>
                                    <s:HorizontalLayout gap="0"/>
                                </s:layout>
                            </s:List>
                            <s:Group name="cr" top="0" right="0" bottom="0" width="20" mouseOver="//scroll_on(event)" mouseOut="//scroll_off(event)">
                                <s:BitmapImage source="@Embed('../assets/right.jpg')" top="-1" left="0" bottom="0" right="0" fillMode="scale"/>
                            </s:Group>
                        </s:Group>
                    </s:HGroup>
                    <s:SkinnableContainer id="dropCanvas" top="100" left="5" right="5" bottom="5" backgroundAlpha="1.0" alpha="1.0"
                                          dragEnter="dropCanvas_dragEnterHandler(event)"
                                          dragDrop="dropCanvas_dragDropHandler(event)" contentBackgroundColor="#914E4E" backgroundColor="#F7F7F7">
                    </s:SkinnableContainer>
                </mx:VBox>
                <mx:Spacer height="5"/>
                                      </mx:VDividedBox>
        </mx:Panel>
    </mx:Canvas>

  • Is there a way of working collaboratively on a flex project with a small project group?

    Is there a way of working collaboratively on a flex project with a small project group?
    I am part of a small group of developers who wish to work on a single flex project together. Is there a way to set up flex so that the project can be developed by multiple people at the same time. I have seen one thread out on the internet about working locally and then uploading to SVn but this is not an option in this case.
    Any ideas.
    Many thanks in advance
    Dave

    I would say that rushing into development without a source-control system will cost you more in the long-run. If your organisation is serious about developing software it then it needs to invest in the necesary infrastructure, so you should get that process kicked-off as soon as possible.
    In the interim you could set-up a source control server on one developer's machine or commandeer a spare machine to use as a temporary source control server. Just make sure you have it backed-up regularly. Or you could use one of the online source control services; many will support private repositories for a small fee.

  • How to get Current Location in a Android Emulator using Flex

    Hi
    In the following code I am able to plot the Location using Latitude and Longitude but the requirement is
    in an Android Emulator on launch of the application I need google map to display the users current location,
    How can this be achieved ??? I tried to get the Latitude and Longitude of the current position using
    geoLocation class by I am not able to get that working,
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark" title="Home">
        <s:layout>
            <s:VerticalLayout />
        </s:layout>
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import com.google.maps.LatLng;
                import com.google.maps.MapEvent;
                import com.google.maps.MapType;
                import com.google.maps.controls.PositionControl;
                import com.google.maps.controls.ZoomControl;
                import flash.sensors.Geolocation;
                private var myGeo:Geolocation;
                protected function showBtn_clickHandler(event:MouseEvent):void
                    if(Geolocation.isSupported == 'true')
                        myGeo = new Geolocation();
                        myGeo.setRequestedUpdateInterval(100);
                        myGeo.addEventListener(GeolocationEvent.UPDATE, onUpdate);
                    else
                        myTextArea.text = "Device Not Supported";
                private function onUpdate(event:GeolocationEvent):void
                    myTextArea.text += "Hi"+ "/n"+ event.latitude.toString() + "/n" +
                        event.longitude.toString();
                protected function myMap_mapevent_mapreadyHandler(event:MapEvent):void
                    myMap.setCenter(new LatLng(24,58),9,MapType.NORMAL_MAP_TYPE);
                    myMap.addControl(new ZoomControl);
                    myMap.addControl(new PositionControl);
            ]]>
        </fx:Script>
        <s:Button id="showBtn" label="Show" click="showBtn_clickHandler(event)"/>
        <s:TextArea id="myTextArea" width="100%" height="50%" />
        <maps:Map id="myMap" width="100%" height="50%"
                  xmlns:maps="com.google.maps.*"
                  sensor="true"
                  key="ABQIAAAA2Fwy6HLBheYSAWRBEZKwEhRLum8XdHegG17d4EymNgK0o7h2qRRWVBVQywiGHEiGtKahjfGW8xxc RA"
                  mapevent_mapready="myMap_mapevent_mapreadyHandler(event)"
                  url="http://www.xyz.com"/>
    </s:View>

    Geolocation isn't supported in the Emulator. You'll have to set up a test case that gives the geolocation without relying on the Emulator.

  • How to load a tif image in flex

    Hi All,
    Is it possible to load a tif image in flex. If it's possible
    anyone guide me or send me some code snippets regarding how to
    display a tif image in flex.
    Regards,
    Dharma

    "flexdharma" <[email protected]> wrote in
    message
    news:ga2d96$p8h$[email protected]..
    >
    Hi All,
    > Is it possible to load a tif image in flex. If it's
    possible anyone guide
    > me or send me some code snippets regarding how to
    display a tif image in
    > flex.
    Convert it to the much more web-friendly png format.

  • Error in executing a process for Flex compilation ....exceeds 32K...

    Hi,
    deployin my model i get the following error-message.
    "Error in executing a process for Flex compilation, Error: Branch between 64935 and 97770 around line 0 exceeds 32K span. If possible, please refactor this component.
    Error: Branch between 64935 and 97770 around line 0 exceeds 32K span."
    Do i delete a sort-element from my model it is deployed very well. So what does this message exactly mean and how can I locate where the error occurs and how can i fix that problem because i need this sort-element to be in my model.
    Thanks for your help!
    Tobias

    Hi Tobias,
    You are receiving this error due to a current limitation in the Flex server. How you can fix this is to split the iView you are currently working on into two iViews, and embed one within the other. This will decrease the size of the current iView you are receiving the error for and eliminate this problem.
    Hope this helps
    Cheers,
    Scott

  • Flex error while deploying a VC application

    Hi Experts,
    Though I have rarely worked on VC developments, I have to troubleshoot an issue wherein we are getting following error while deploying a VC Application.
    Error: Error in compiling flex application. Consult log file for details.
    I have got a log file and it has written out 100s of lines of log, however, following is the important part from the log file:
    #00145E9635CE0060000016940015E0C60004A07BE7C55172#1302353936732#/System/Server/VCServer
    #sap.com/VisualComposerServerEar04
    #com.sap.portal.vc.server#ganeshb#35216##n/a##b1528d4062a811e0aedc00145e9635ce
    #SAPEngine_Application_Thread[impl:3]_12##0#0#Debug#1#/System/Server/VCServer#Plain###
    Server Error:Failed to import model - attribute is missing in imported file bytes are <?xml version="1.0" encoding="UTF-8"?>
    Any help on how to resolve this?
    Thanks in advance,
    Ameya
    Edited by: Ameya Pimpalgaonkar on Nov 16, 2011 7:31 AM

    Hi Ameya,
         If its VC 7.0 then you must be using Flash Compiler.Try changing the compiler to Flash at this path
    Tools->Options->Compiler->Change 'Runtime filed to Flash'.I hope this should solve your problem.
    Naga

  • Flex launching error on Windows Vista (Windows No Disk - exception ....

    Hi guys, I downloaded the flex builder from adobe, I install the application but when I'am trying to lauch my application I get the error
    Windows - No Disk ... exception processing message 0xc0000013
    I reinstall adobe flash and my java runtime, I still get the same error, I can create an application but I can't execute it, that's sucks!
    I check on adobe in the faq for flex, they say that error occurs when you install the application from a DVD, that's not true, I downloaded from their site....
    thanks
    Alex

    Ok guys, I found it myself, very strange!
    I just change my default workspace to another one, I got the same problem then I just put back the default workspace and the problem was resolved!
    Alex

Maybe you are looking for

  • How to sun all calendars from iPad to iMac to iCloud?

    Ever since I upgraded to the Maveric operating system for my imac, I've having trouble syning all icals from iphones to ipads to imac.  A lot of times, events entered through the imac just won't syn up with my iphone nor ipad.  Is anyone elese experi

  • Can I delete a Playlist from an iPhone but keep it on the Mac?

    I have iTunes match on my Mac and activated on my iPhone.  I keep as little music as possible on the iPhone due to space limitations.  My thinking was that I would download what I want to listen to on the the way home from work, then delete it to dow

  • Is it possible to make the desktop smaller? cover less of the screen?

    the internet explorer was a troublesome browser at best but i liked the smaller desktop. i.e. it didnt take up so much of the screen. i like to run my browser and e-mail page at the same time so with the browser taking up the whole screen i cant see

  • How to FIT media on DVD--time vs, compresion ratio.

    I have a huge wedding video that is gonna end up being 2+ hours. my part1 rendered out a QT at 9g........no wonder it kept stopping from burning a DVD. So how to we choose what format [MPEG 4 - AVI - QT] etc. ???? i tried an MPEG4 just guessing and i

  • Adapter Monitor don't show my Sender Adapter

    Hi people I created an scenario to communicate XI 3.0 with a Sender SOAP Adapter. When I access to the Adapter Monitor of the Runtime Workbench, it shows me the SOAP Adapter inside the Adapter Engine,  but i am not able to see my created communicatio