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

Similar Messages

  • How to make use of SAP NetWeaver Visual Composer in business

    Dear Experts,
        Can anyone help me the use of SAP Netweaver Visual Composer benefits and how it can be used to get the integerated business reult. How it helps the organisation to get benefited and how it differs from other tools.
    Regards
    Veeraraghavan.S

    Hi,
    There is loads of stuff out there on visual composer.  Have a look at this link:
    http://wiki.sdn.sap.com/wiki/display/VC/VisualComposer7.0
    VC is supposed to allow employees with limited technical skills created web based applications which can then be used in the portal.  You do need some technical knowledge but it is more easier than developing code. 
    Nick

  • SAP NetWeaver Visual Composer Storyboard Error

    Hi all,
    currently i new in Business Intelligence area..
    when i try to create new model in Visual Composer. i just popup this error message
    "<b>Login Error
    com.sap.ds.core.project.Project.deleteResour(Ljava/lang/String;)V</b>"
    after that when i try to delete the previous created new model, and it popup this error message.
    "<b>Failed to delete MyModels/12.mdl. Model is locked by Administrator."</b>
    wonder anyone could help me out?

    Hi
    See this statement
    Failed to delete MyModels/12.mdl. Model is locked by Administrator
    When someone else opens this model, or accidentally you have opened this in any of  your window this could be locked.
    You can check with your administrator who is using this
    Regards
    N Ganesh

  • SAP NetWeaver Visual Composer Storyboard Error Problems

    Hi all,
    currently i new in Business Intelligence area..
    when i try to create new model in Visual Composer. i just popup this error message
    "Login Error
    com.sap.ds.core.project.Project.deleteResour(Ljava/lang/String;)V"
    after that when i try to delete the previous created new model, and it popup this error message.
    "Failed to delete MyModels/12.mdl. Model is locked by Administrator."
    wonder anyone got encounter this problem and can solve it

    Hi
    See this statement
    Failed to delete MyModels/12.mdl. Model is locked by Administrator
    When someone else opens this model, or accidentally you have opened this in any of  your window this could be locked.
    You can check with your administrator who is using this
    Regards
    N Ganesh

  • SAP NetWeaver Visual Composer

    Impact of the Visual composer in business requirements gathering

    HI,
    please check out the link below it might help you
    http://help.sap.com/saphelp_nw04/helpdata/en/fd/4a7e40417c6d1de10000000a1550b0/frameset.htm
    *******please reward points if the information is helpful to you************

  • Maintaining BI Master Data with SAP NetWeaver Visual Composer

    Hi guys,
    I found the above mentiond VC model in the resource center,
    can anyone help me on how to find & download it?
    It can be found at:
    https://www.sdn.sap.com/irj/sdn/bpx-analytics?rid=/webcontent/uuid/a0360551-0e01-0010-adae-c24adaa225b1 [original link is broken]
    Thanks

    Hi Milan,
    it "sounds" as it would be correct ... unfortunately I was not able to find this one in detail in the PAM ...
    Regards
    Volker Gueldenpfennig, consolut.gmbh
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

  • 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

  • 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.

  • 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.

  • 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

  • Unable to download SAP NetWeaver 7.01 using IDM - Plz help

    Hi All,
    I tried downloading SAP NetWeaver 7.01  - ABAP Trial using IDM but it failed after downloading 70% of it.
    I tried it 4 times but it failed showing the message  "server doesn't responded".
    Is there any other way downloading it or should i download it without using a download manager.
    Those who have downloaded it plz help.
    Thanks & Regards,
    Nitin kumar.

    Hi Prashant,
    U were right. I t was bcoz connection used to break while downloading. I need to download it where I can get a speed of 1 mbps.
    My connection provide a sped of 60 kbps so due to long downloading time connection broke.
    Thanks,
    Nitin Kumar

  • 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?

Maybe you are looking for

  • I have an iCloud email address on my iMac. How can I create an icloud email address for my wife on the same computer?

    I have an iCloud email address on my iMac. How can I create an icloud email address for my wife on the same computer?

  • Origin server recovery after failover not working

    version of oracle web cache - webcache9.0.2.0.0_WINDOWS_OWM.zip patch set applied - p2885472_9022_WINNT firstly architecture is as follows: - 1 x Standalone OWC - 2 x Origin Web Servers (Standalone OC4J) - OWC configured with single site mapped to tw

  • List Creation From Database Table

    I have a form that has two data blocks based on database tables: Block #1 = ORDER_LINE Block #2 = ORDER_CODE The ORDER_LINE block has an item in it that corresponds to an item in the ORDER_CODE block. I want to create a TLIST for this item in the ORD

  • Flag multiple recordings for deletion?

    I think I see what you're saying. Are you talking about a "multi-select" function to grab multiple shows for deletion?   Anon24542 wrote: @mycooler - thanks, but I'm not referring to a group (i.e. a folder) of recordings with the same name, but rathe

  • BO XI R2 - decimal numbers are truncated

    Hi all, When we create query in webitelligence the measure "item price" the decimal numbers are truncated/not shown. The right number is 23.123,55 but we get 23.123,00 ? Configuration: WIN 2003 server, BOE XI r2 => IIS, SAP int. kit XI r2 Thank you f