Dotted navigation using Adobe Flex 3 or 4

Hi,
I have a requirement of showing pie chart with different data using 'dotted navigation' Attached is the screenshot of which I need to implement similarly using Flex
If use clicks left or right arrows, I need to show pie chart with different data accordingly.
Do we have any component like this in Adobe Flex?
Anyone has any suggestion how can we implement it using Adobe Flex 3 or 4?
Many Thanks
Pavan

It figures, that as soon as i posed this i found the answer to my questions.
FWIW, here is the answer.
http://labs.adobe.com/technologies/flashbuilder4/?tabID=details#FAQ
Please feel free to corect me if i am wrong, but the way i read it and interpret it is that Flash Builder 4 will replace Flex Builder.

Similar Messages

  • I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?,

    I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?

    Thanks, Flex harUI, for the direction in regards to isolating build changes. That aside (still working on it), can you offer any direction in regards to my original question on SDK and AIR compatibility? I'm specifically looking for a version compatibility mapping or anything that definitively states, "Flex SDK x.y.z works with the following versions of AIR". This information is crucial for us in order to more specifically plan our own roadmap built upon these two frameworks as we consider both existing installations of our software and future distributions.

  • How to save the data to sap abap using Adobe Flex

    Hi Everybody......
    I am new to Adobe flex with sap abap.
          How to save the data in sap abap using Adobe Flex coding is Action Script and using RFC web service.
    Please give me any suggisions on that.
    Thank you
    Venkatesh V

    Hi Venkatesh,
    Try with folowing coding...
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
         initialize="initApp()">
         <mx:Label x="10" y="23" text="Airline" width="90" id="lblAirline"/>
         <mx:TextInput x="108" y="21" id="txtAirline"/>
         <mx:Button x="10" y="49" label="Get Data" id="btnGetData" enabled="false" click="getData()"/>
         <mx:DataGrid x="10" y="97" id="dgFlightData" dataProvider="">
         </mx:DataGrid>
           <mx:Script>
              <![CDATA[
                   import mx.collections.ArrayCollection;
                   import mx.rpc.AbstractOperation;
                   import mx.rpc.events.FaultEvent;
                   import mx.rpc.soap.LoadEvent;
                   import mx.rpc.events.ResultEvent;
                   import mx.rpc.soap.WebService;
                   [Bindable] public var flightData:ArrayCollection;
        private var flightWS:WebService;
         private function initApp():void{
              flightWS = new WebService();
              flightWS.wsdl = "http://uscib20.wdf.sap.corp:50021/sap/bc/soap/wsdl11?services=ZGTEST&sap-client=000";
            flightWS.addEventListener(FaultEvent.FAULT,onWSError);
              flightWS.addEventListener(LoadEvent.LOAD,onWSDLLoaded);
             flightWS.addEventListener(ResultEvent.RESULT,onFlightWSGotResult);
              flightWS.loadWSDL();
    private function getData():void{
              var operation:AbstractOperation = flightWS.getOperation("ZGTEST");
              var input:Object = new Object();
              input.Airline = txtAirline.text.toUpperCase();
              operation.arguments = input;
              operation.send();
         private function onWSError  (event:FaultEvent):void{
         private function onWSDLLoaded(event:LoadEvent):void{
              btnGetData.enabled = true;
         private function onFlightWSGotResult(event:ResultEvent):void{
              flightData = event.result.SFLIGHT;
              ]]>
         </mx:Script>
    </mx:Application>
    Regards,
    Vinoth

  • SAP Netweaver Visual Composer using Adobe Flex

    Hi,
    where to get Adobe Flex for SAP Netweaver Visual Composer.
    Instead of using Adobe SVG Viewer we need to use Adobe flex so where can i find
    that one please help me.
    regards,
    jasmine

    Hi Jasmine,
    You can use VC only if you have SVG viewer installed, that is one of the prerequisite. SVG Viewer is used for design. When you deploy your model you have an option to view it either in HTML (Web Dynpro) or Flex (Adobe Flex).
    Hope it helps.
    Regards,
    Dharmi

  • Need your suggestions for developing a Forum Site using Adobe Flex

    Hi ,
    I want to develop a small Forum Site where people can post questions and reply to questions .
    I want to develop the whole thing using Adobe Flex , Is there any plugin avialable for this .
    Means i mean to ask , if i go for normal J2EE there is a JForum avialable as far as i know .
    Please share your ideas .

    I meant "Don't use flex" unless you have some superb new design for a forum. I suspect that if you already had such a design, you wouldn't need to ask the question. Flex for Flex sake isn't good.
    There are already great html forum solutions out there.
    Basically, there's no point in duplicating in Flex what is already done in HTML, unless the Flex version offers a significant improvement to the user experience in some way.
    I am not aware of any Flex forum implementations and there is probably a good reason for that.
    Maybe someone else will know of one.

  • Pdf document browsing using adobe flex

    how can I have a panel that showing pdf doument using adobe flex 3

    Flash player do not have the necessary libraries to display PDF. But AIR runtime does ( http://livedocs.adobe.com/flex/3/html/help.html?content=PDF_1.html ).
    Not a good solution, but somehow you need to convert the PDF to an SWF to be able to load it into a Flex panel.
    Iframe trick ( http://code.google.com/p/flex-iframe/ ) can also be applied here.

  • Screen sharing using adobe flex builder 3

    i want to develop screen sharing application using adobe flex builder 3.
    please give me an idea to develop the application .
    please give site reference or steps to implement.
    pleaseeeeeeeeeeee friends.

    Nobody is giving an idea. Even though i achieved it

  • Purchase Order Dashboard using Adobe Flex and AIR

    Hi ,
      I have written a AIR apps for displaying the Purchase Order using OPen source Flex and AIR making Web Service calls to our SAP R3  6.20 Backend System . If anybody would be interested in taking a look at it and expanding the apps please free to post at those forum with the your email ID . I can send the AIR apps along with the source code .
    Thnks
    V

    I have uploaded the zip file containing my code . If anybody is interested can download from this link .
    http://www.mediafire.com/?8mfesdczsuv
    Vinod

  • Which event dispatched after text selection done on spark text area in Apple iPad using Adobe Flex 4

    I need to know which event triggered after text selection done in Apple iPad. This way i have done in desktop air app code (mouse events)
    protected function txtEditor_mouseUpHandler(event:MouseEvent):void
                if(txtEditor.selectionAnchorPosition != txtEditor.selectionActivePosition){
                    showNoteToolBar(event);
                    txtEditor.focusEnabled = true;
                    txtEditor.setFocus();
    But in Apple iPad how to achieve through "Touch Event" ? And also i need how to hide all context menu on Spaek TextArea?. Why Touch.End event is not fired after place cursor on text area ?
    Please help me !

    Ok, so I finally got it working but this is not ideal at all. Adobe really needs to give us some direction on how to properly deal with font embedding and TLF now that the release build breaks all functionality with loading runtime fonts and TLF.
    Problem:
    I am embedding collections of fonts (faces) into single family classes. Each individual face is registered with Font.registerFont(). I need to do this because I have to have mixed fonts within text flows - at least according to Alex H's recent blog post.
    Fonts do not display in TLF without doing the following:
    1. GlobalSettings.resolveFontLookupFunction = null;
    2. editor.textFlow.flowComposer.swfContext = ISWFContext(this.getFontContext("AnyFamilyNameFromAnyFontEmbedded", false, false, FontLookup.EMBEDDED_CFF));
    3. Instead of #2, use editor.textFlow.invalidateAllFormats();
    Either #2 or #3 need to be performed. If I have a spark richEditableText control in MXML with defined familes from the loaded fonts. I even tried placing the control into a separate state so it wasn't created until after the fonts were loaded... I still needed to invalidate the formats or set the context.
    The "AnyFamilyNameFromAnyFontEmbedded" does not need to be all of the embedded family names. It only needs to be one of them. Once one is used, all embedded fonts work. Also, I have to use the internal namespace to even get access to getFontContext, another oddity that, in my humble opinion, should never be necessary to create mixed style TLF content.
    My questions are then:
    1. Why am I required to use ISWFContext if I am using Font.registerFont()?
    2. Why is GlobalSettings.resolveFontLookupFunction = null; also required for this to work?
    3. What is the recommended workflow to embed fonts from multiple SWF files into the release build and have it work without having to jump through all these hoops?

  • Mobile development using Adobe Flex 4.5 SDK and Flash Builder 4.5 for Data Visualization

    Hi,
    I am currently looking at the feasibility of building Data Visualization chart/graph in Android mobile phones. I would like to enquire if the mentioned subject comes with the Data Visualization components as seen in the Tour De Flex.
    Cheers!

    If you're using components specific to the Flex 4.6 release, then it would be a natural assumption that design view will not work.  If you're having this issue while using components that are not unique to Flex 4.6, then I don't have an answer.  On a good note, design view is completely useless anyway.  It's much faster to type than to drag stuff around with your mouse needlessly.

  • What kind of licensing is required for using Adobe Flex Builder IDE for building Flex Applications?

    I am looking for an IDE to build Flex Applications. Can you suggest what IDE to be used for this and what are the licensing I should procure for the same? What kind of support will be available with that license?

    Thanks Empardopo.  Do you have any suggestions? What kind of problems do you see with this tool. Also does Flash Builder 4.7 supports Flex SDK 3.5?

  • Writing back to a database using adobe flex

    According to the demo on
    [http://www.businessobjects.com/global/flash/product/catalog/crystalreports/demo_operational_reporting/operationalreporting_viewlet_swf.html|http://www.businessobjects.com/global/flash/product/catalog/crystalreports/demo_operational_reporting/operationalreporting_viewlet_swf.html]
    it is possible to write back to a database.
    I have however some questions regarding this functionality:
    1. Can it write back to any given database and table?
    2. In the example there is a list of countries with figures. Is it possible to overwrite these figures for each country (visually on the report) and write that back to another table?
    3. If the values canu2019t be overwritten as in question 2, could there be a field inserted next to each row in the sample and can this be written to some table?
    4. If either question 2 or 3 is answered positively, are changes saved all at once or does the user need to hit a save button for every row?
    5. And if the user wishes to have a save button for every row would this be possible?
    Many thanks
    Jeroen

    Hi Beltamn
    I hope this post will help you. Try the resolution with xtreme sample database first.
    Here it is:
    I have used SQL Server database.
    Below is the code to create the table:
    Create table CountryWiseSum
    Country    varchar(20),
    Summary    number(20)       
    Below is the code to create the procedure:
    Create procedure InsertCountryWiseSum
    @Country    varchar(20),
    @Summary    number(20)
    as
    Begin
    insert into CountryWiseSum
    values(@Country,@Summary)
    Select 1
    End
    Now create a report grouped by countries based on the Extreme sample database.
    In this report create a formula as follows:
    numbervar x:=0;
    x := tonumber(x + sum({Customer.Last Year's Sales},{Customer.Country}));
    Name the formula as "GroupSummary" and place it in the group header section of the main report. The formula is used to calculate the Countrywise sum of the Last Year's Sales.
    Now create a SubReport in the group footer as follows:
    1. Use native or oledb connection to connect to SQL Server. Because this solution was tested with oledb connection.
    2. Locate the database name where you have created the table and procedure mentioned above.
    3. find the procedure name and add it to the "Selected tables" window.
    4. The Selected tables' list should have a entry like this:
    InsertCountryWiseSum;1
    5. Click OK. Now drag the "Expr1000" field from the field explorer to the details section.
    6. This action creates two parameters as @Country and @Summary.
    7. Go back to the main report and link this subreport's @Country parameter to the Country field in main report and the @Summary parameter to the "GroupSummary" formula field in the main report.
    8. Thats it! Refresh the report and the records would be inserted in the database. To ensure all records are inserted in the database, go to the last page of the report.
    9. To check with the database,if the records are inserted or not, try the following steps:
        a. Open the SQL Server's Query Analyser tool, log in and choose the database where we had created our 
            "CountryWiseSum" table.
        b. Use following statement to check the records:
            Select * from CountryWiseSum
    This shows all the 71 country names along with their Last Year's Sales'
    sum.
    I hope this would help.
    Regards
    Nikhil

  • Installing Plug In for Adobe Flex and Using it in developing Application

    Hi all,
    I'm using NWDS CE 7.1 EhP1. I want to develop application using Adobe Flex for Web Dynpro for Java.
    I have downloaded and installed plug named :- ActionScript WSDL Proxy Generator Plug-in 1.0.32
    But I am not able to see any change in my NWDS.
    I dont know whether what I did is correct or not ! Can anybody pls explain me how to start developing UI in Adobe Flex for WDJ?
    I saw one wonderful blog Step by Step Guide for creating Flash islands using Webdynpro Java by Ayyapparaj KV.
    Pls help.
    Thanks and regards,
    Amey Mogare

    Hi Fazal,
    Thank u for this valuable and timely response !
    This is the exact PDF I'm following to install plug-in:-
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20536f87-b5a1-2a10-06ad-c15369468e0e
    I am stuck at step 1.3 (page-4). I am able to see ActionScript proxy generator plug-in in my NWDS's plug-in list. But I am not able to get line :-
    locate the ActionScript WSDL Proxy
    Generator Plug-in there (plug-in id: com.sap.flex.ws.proxygen.ASProxyGeneratorPlugin).
    I am not able to generate anything there.. Also I went ahead with Step-2 and I am able to see project "Runtime" in my Resource perspective.. What is to be done next?
    Thanks and regards,
    Amey Mogare
    Edited by: Amey Mogare on Apr 20, 2009 6:40 AM

  • Is Adobe Flex suitable to build a Multimedia Presentation?

    I am looking for some advice on the suitability of using
    Adobe Flex for building a Multimedia presentation system. I have
    watched numerous videos about Flex and even tried some tutorials
    but before I make a decision on Technologies for a project I am
    working on, I wanted to consult the Flex community for some advice.
    I have to take Multimedia Presentation made using PowerPoint
    and build it into a custom made Multimedia Presentation that has
    similar functionality. Would Adobe Flex would be a suitable tool?
    The Presentation must be viewable on the Internet and be deployed
    to the Desktop so combining Flex with Adobe AIR would be needed to
    meet this requirement.
    I guess the general requirements are as follows:-
    The user must be able to navigate forward and backward
    through pages of the presentation.
    The Presentation must be able to display Flash video's. When
    video is played, the video must open in a new window infront of the
    main application. Images and animated GIF'S must have the same
    functionality.
    Based on these requirements, would Flex be suitable?
    Thanks in advance for you help and advice.

    I think Flex would be very suitable for building a multimedia
    presentation system. Once you create your Flex app and generate the
    SWF file, you can post it on the web, or view it on the desltop,
    even without AIR. You could use view states to transition between
    pages, though you would have other options as well. You could
    display Flash videos easily, and I believe you could have the video
    open in a new top window. Same with images and gifs. Flex would be
    a very good choice I believe.

  • Does Adobe Flex 4.6 SDK supports multithreading?

    Hi,
    As we are using Adobe Flex 4.6 sdk for our vmware vcenter plug-in development. we need to handle the situations like updating the data in multiple panels and portlets of a dashboard simultaneously.
    So we are thinking to implement this using multithreading concept.
    I am hearing flex doesn't support multi-threading, some workers constructors will give flavor of the multi-threading in flex.
    It will be helpful if you provide some information about
    1. Does Adobe Flex 4.6 SDK supports multithreading? If so how to implement?
    2. How to use Workers in flex and what are the limitations?
    Thanks and Regards,
    Sravan Kumar.

    https://forums.adobe.com/message/4562551

Maybe you are looking for

  • Temporary solution for DNG support under 10.5.5

    Those of you who use DNG files (ie. because you are using different brand of camera's like I do) certainly have noticed that DNG became unsupported after their upgrade to MacOSX 10.5.5. A temporary solution that worked for me can be found here: http:

  • Month End Closing Procedures in Rep Mfg for PP

    Hi..All wat are all the steps involved in month end closing procedure in Rep. Mfg for PP module....?? plz guide me in this regard. with regard, LN

  • Lumia 1020 black update

    I'm from Egypt but I got this mobile from Kuwait and till Now I can't received software update even I check in phone update

  • Idea Pad A1000, Max microSD card size?

    What is the max size the A1000 will recognize? I gave one to a Preteen as a gift and she is looking for space to store music etc.

  • Publisher v6.2

    Currently when you add a file to a content item it publishes to the target as <ContentItemName>_1.pdf. Does anyone know if there is a way to increment the number at the end of the file when it has been updated?