Flash Islands organizational chart

Hi,
Is there any code available for the example given in the link
http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/a0c91fc0-932d-2c10-4ca7-f5774950c8e3&overridelayout=true
I'm searching for the flex codes for the creation of an organizational chart  as a text file....
Can anyone help me???
ARUN
Edited by: ARUN.NAREIN on Nov 11, 2010 7:09 AM

I have tried so many times to get hold of that example code!
All SAP has to do is invest a little more time in code like that and we can get rid of Nakisa!
JNet is nice - but no match for Flex for a really nice rich environment. Not to mention it is not the simplest component to code for. The amount of trial and error to get your applications looking as you want! I spent most of the time when I built a JNet team calendar just doing tiny tweeks and then retesting.
We created our own Org Chart Adobe Flex component. (well we actually contracted it out to some very smart people with more Flex/Adobe knowledge - I wasn't allowed to have the time to play myself   )  I looked around last year and there wasn't really any good free org charting Flex component out there that could be adopted into an SAP Flash Island.
IBM have some great Flex OrgChart components - but they are very expensive to licence.
Good luck.
Chris

Similar Messages

  • Flash Islands Tutorial I - Confusion with Flex/Flash Builder Versions

    Hi Guys,
    i am new to the Adobe Flex/Flash Islands technology and tried to implement Tutorial I by Thomas Jung. Unfortunately i am confused by the various different versions for flex and the corresponding IDE's.
    As far as i understood SAP at the moment only supports Flex versions up to version 3.3 for NetWeaver 7 EHP1. Furtheron the Adobe Charting Components (used in the Tutorial) seem to be part of the Flex Builder Professional Version only.
    So i went to the Adobe Website and looked into the products and download areas. All i found was Flash Builder 4.5 Premium and the various Adobe and Open Source Flex SDK versions. I am using Flash Builder 4.5 as a trial right now. Unfortunately the Charting Components are not included.
    So the question i have is whether the Charting Components (e.g. <mx:BarChart /> )are included in the non Trial version of Flash Builder 4.5 Premium or whether there is any possibility to get them as an Add-On. Or do i have to use Flex Builder 3 Professional (i found no information about this on the Adobe Website)?
    Additional Hint:
    I found out that when i compile the poject with Flex SDK vesion 3.6 or higher, the compiler knows the <mx:BarChart /> tag. Also in that case the view designer is working. However FlashIslands is only supported up to Flex SDK 3.3. But when i choose 3.3 the <mx:BarChart /> tag and some other related tags are unknown.
    This is a really anoying issue.
    Best Regards,
    Dirk
    Edited by: Dirk Jäckel on Jul 19, 2011 12:14 PM

    HI Dirk,
    wtith Web Dynpro, you can only use Flex SDK version 3.3 and downwards. You can download the SDK here [http://opensource.adobe.com/wiki/display/flexsdk/DownloadFlex3]
    Flash Builder ships with Flex SDK 4.5 which is not compatible with WDA flash islands.
    As for the charts library, which Adobe referes to as the Data Visualization Component, it is also available as a separate download which can be unzipped into the same directory as the Flex SDK -- the library is available here [http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk]
    I must say I am also confused, because as far I can tell data visualization component is not included in 3.3, but SAP makes no mention of this. Hopefully someone else can enlighten us on this issue?

  • Flash islands

    Hi All
    I want to start developing an adobe flash island component.
    I understand that I can only develop in Flex SDK version that is lower then 3.4.
    My problem is that I can only download adobe flash builder 4 (this is the only version purposed in adobe.com) .
    In this version the compiler can only run SDK 3.5 and higher.
    Can any of u tell me how do I get adobe flash builder 3, or any other idea how to solve the issue?
    Thanks
    Nitsan

    Hi
    Flex SDK 3.* doesn't have data visualization components included (Charts) so you'll have to custom implement them in the SDK.
    You can find the tutorial how to combine these [here|http://www.webappsolution.com/wordpress/2009/04/22/installing-flex-33-sdk-data-visualization-33-swc/] , if you're having any problems I can upload the SDK with data visualization already combined.
    Kind regards,
    Wouter

  • Adobe Flash Islands for Web Dynpro ABAP Data Binding problem

    I have downloaded the NetWeaver 7.1 Trial (includes Adobe Flash Islands for Web Dynpro ABAP). I try to create a very simple FlashIslands component running within the Web Dynpro Application, everything looks good. However, all binding to the Flex component is not working. Does anyone know why?
    Since it's trial version, I login as BCUSER into NSP system. When I load up the build-in sample, such as Chart Demo, the binding to Flex seems working. I suspect if it has anything to do with package? I could only create my Web Dynpro under the $TMP package, as all the build-in sample are defined in SWDP_DEMO.
    Please help.
    Alan

    hi,
    Check out this link. It will give you an idea how to integrate Aobe island comp with web dynpro.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/307b434f-ff32-2b10-e885-991247270480
    Thanx.

  • Error while running Adobe Flash Islands in ABAP Web dynpro

    Hi All,
    I am new to Adobe flash Islands. I am trying with simple examples. I have downloaded SDK and Flash Builder from Adobe.com
    I have build the flex project and imported as MIME in WD and integrated into it. If i see the design of the flex project in Flash Builder all seems ok. However, when i run my WD i am facing below error.
    TypeError: Error #1006: getCurrent is not a function.
         at sap::FlashIsland$cinit()
         at global$init()
         at Labelisland/initApp()
         at Labelisland/___Labelisland_Application1_initialize()
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.core::UIComponent/dispatchEvent()
         at mx.core::UIComponent/set processedDescriptors()
         at mx.core::Container/createComponentsFromDescriptors()
         at mx.core::Container/createChildren()
         at mx.core::UIComponent/initialize()
         at mx.core::Container/initialize()
         at mx.core::Application/initialize()
         at Labelisland/initialize()
         at mx.managers.systemClasses::ChildManager/childAdded()
         at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()
         at mx.managers::SystemManager/initializeTopLevelWindow()
         at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()
         at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.preloaders::Preloader/timerHandler()
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    I tried couple of examples, all ending with same error and flash component is not getting displayed at runtime.
    Hope some one helps me. Thanks in advance.

    Hello,
    See Note: https://service.sap.com/sap/support/notes/1312542
    Flex SDK 3.4 and higher is not supported as documented.
    You should use Flex SDK 3.3 to build Web dynpro FlashIslands.
    Hope this helps!
    Thanks,
    Srilatha

  • Using flash island in ABAP Webdynpro

    Hi,
    I am trying to use Adobe Flash Island.. but when i right click on root element container i dont get option as Swap root element..
    I also tried creating new element with Flash Island option...
    I also cant find library stored in the MIME repository under SAP/PUBLIC/BC/UR/nw7/FlashIslands..
    What configuatin are required to be done for using flash island in WebDynpro ABAP...
    Regards,
    Jigar OZa

    Maybe you use the wrong NW version.
    Check that you use component SAP_ABA with version 701 or 711.

  • About Flash Islands In Web Dynpro Java

    Hi All,
    We developed a sample Web Dynpro Java application with Flash Islands. It executed fine. We used the Flex 2.0.1 Hotfix 3 Compiler. But now we have a requirement to use Flex 3.2 complier. But if we use SWF files in Web Dynpro, comipled with Flex 3.0 complier, It is not rendering the UI components. How can I resolve this problem. In some thread, I saw this problem is resolved in latest patch of CE 7.1 EHP1. Is it?. If so what is that patch and from where I can download this patch?
    Thanks,
    Sampath G

    hi,
    Check out this link. It will give you an idea how to integrate Aobe island comp with web dynpro.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/307b434f-ff32-2b10-e885-991247270480
    Thanx.

  • Data connection between Java Webdynpro - Flex Flash Island

    Hi,
    I'm developing a Java Webdynpro with connection to a Flex Flash Island. I'm using Flex 3.2.
    I've already set up the connection from WDJ to Flex, by using Events and the FlashIsland.fireEvent method, this all works fine. Now I'm trying to update a value in WDJ, to be updated in Flex. This gives the following error:
    Error: Error #1023: Stack overflow occurred.
         at Function/http://adobe.com/AS3/2006/builtin::apply()
         at mx.binding::Watcher/wrapUpdate()
         at mx.binding::PropertyWatcher/eventHandler()
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.core::UIComponent/dispatchEvent()
         at UWLApplication/set opentask_updated()
         at MethodInfo-4234()
         at Function/http://adobe.com/AS3/2006/builtin::call()
         at sap.core.wd.context::WDContextListener/execute()
         at sap.core.wd.context::WDContext/notifyListeners()
         at sap.core.wd.context::WDContext/_set()
         at sap.core.wd.context::WDContext/set()
         at sap.wd.island::WDIsland/storeProperty()
         at sap.wd.island::WDIsland/onUpdateProperty()
         at mx.binding.utils::ChangeWatcher/wrapHandler()
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.core::UIComponent/dispatchEvent()
         at UWLApplication/set opentask_updated()
         at MethodInfo-4234()
    This is especially strange, cause before I had a refresh button in which I updated my entire item collection. Now, I have added this field and suddenly I get this error !
    Does anybody has any idea what this could mean? Any help would be much appreciated ...
    My field in Flex:
    \[Bindable\]
    public var opentask_updated:Number;
    <mx:Text id="opentask_updated_text" text="{opentask_updated.toString()}" />
    My adaptions in WDJ:
    public void getInbox( )  {
           wdContext.currentInboxElement().setOpentask_updated(0);
    public void wdDoInit()  {
           getInbox();

    Solved!
    It appeared to be a "long" parameter and I was trying to put it in a "Number" parameter in Flex (because there is no long in Flex)
    When I changed both to String, it worked!

  • Using "Save for Web & Devices" for a Organization Chart with Text

    I created a document in CS3 Illustrator that is an Organization Chart. It contains rectangles, lines, and text. It looks great in Illustrator.
    I have tried to save it using "Save for Web & Devices" to create a JPEG and a GIF so that I can pop it into a Dreamweaver document as an image and it keeps coming out blurry.
    I have tried changing its size and resolution. I have tried opening and exporting it into Photoshop to try to "clean" it up. Nothing seems to be working.
    I'm obviously unlettered in this modus operandi!
    meem

    Thanks for the response.
    The background is transparent and will end up on a white background eventually.
    I tried to make it clear in Dreamweaver by scaling it and it did seem to improve it somewhat. But it still doesn't look like the clear copy in Illustrator that I started with...
    I also need to be able to embed this in a Word document to print for a hardcopy manual.
    I had this same problem with Freehand a few years ago.

  • Flash Island WD ABAP Engine

    Hello everybody
    I've a question...
    Is it possible using only ABAP ENGINE to develop with Flash Island on WD ABAP ?
    Is it necessary having also the java engine?
    Thanks to all.

    Abap engine alone is enough to develop and embed flash applications in the flash islands.
    You need abap engine and also adobe flex builder.
    refer to this tutorial for step by step procedure to develop a demo application .
    it doesnot require a java engine.
    [http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10989ef6-968c-2b10-50a9-eb34a5267163|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10989ef6-968c-2b10-50a9-eb34a5267163]
    thanks
    sarbjeet singh

  • How to display a goal line in a Flash 2D Line Chart?

    Hello,
    I am using Apex 3.0.1 and have a Flash 2d Line Chart displaying a ratio that varies from 1.0 to 1.6 for every month for a year. I need to draw a goal line at 1.2 to show the goal for the ratio. Also, I have grid lines enabled for the y-axis.
    Any pointers/tips on how to accomplish displaying this goal line would be really useful.
    Thanks and Regards,
    Dev

    I'm having the same problem!
    APEX is relatively new to me. CUSTOM XML for tweaking charts is even more recent. I tried to get a goal line to work in a line chart as you described but I have had no success. I really require a target/goal/reference line in a vertical bar chart but getting it to work in a line chart would be a welcome first step.
    I have tried the following 2 samples of code without success:
    <objects>
    <line value='94' text='Target' text_position='right' color='0xFF3300' size='1' alpha='100'/>
    </objects>
    and
    <objects>
    <trend start_value='94' end_value='94' start_argument='' end_argument='' value='' color='0xFF3300' thickness='1' alpha='100'/>
    </objects>
    ==> in the following blocks of the CUSTOM XML:
    <chart .....</chart>
    <chart..<line_chart .....</line_chart>..</chart>
    <workspace> .. <chart_area .....</chart_area> ..</workspace>
    <workspace> .. <y_axis .....</y_axis> ..</workspace>
    <workspace> .. <grid> ..<values .....</values ..</grid> ..</workspace>
    <workspace> .. <grid> .....</grid> ..</workspace>
    Any idea where I am going wrong or what could be missing? Maybe I'm not putting the <objects> parameters in the correct place in the code?
    System Info:
    Product Build: 3.0.1.00.07
    NLS_CHARACTERSET: WE8MSWIN1252
    DAD CHARACTERSET: UTF-8
    JOB_QUEUE_PROCESSES: 10
    Database Version Information
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    Thanks for any help!
    Lawrence

  • Flash 2D Line chart

    I have a chart region - Flash 2D Line chart with two series based on different tables, both with dates along the X axis
    and a figure that represents hours up the Y axis. The idea is for two lines to be displayed on the same graph so they can be
    easily compared.
    series 1
    select null link, END_DATE label, PROJECTED_HOURS Projected_hours
    from "E_LOGBOOK"."TEST_PROJECTED"
    30/07/2009 700
    09/08/2009 800
    27/08/2009 9000
    series 2
    select null link, LIFING_DATE label, ACTUAL_HOURS Current_Hours
    from "E_LOGBOOK"."TEST_ACTUAL"
    30/07/2009 800
    09/08/2009 1000
    27/08/2009 12000
    When I run the chart with the data above it displays as I would expect, the dates label in chronological order along the bottom with the Correct value plotted for each series.
    However if I insert a row into the LIFING_DATE table (second series) so it contains additional data for the 14/08/2009
    30/07/2009 800
    09/08/2009 1000
    14/08/2009 1201
    27/08/2009 12000
    And then re run the chart this last date and value displays to the right of the existing dates so we have 30/07/2009 09/08/2009 27/08/2009 then 14/08/2009 along the X axis.
    I would have expected the new data to fit in the existing range so that 30/07/2009 09/08/2009 14/08/2009 27/08/2009 would display along the bottom.
    I am an oracle forms programmer new to APEX (and html, javascript,XML etc) trying to prepare a demo to my manager of what we can do with apex so any help appreciated.
    If possible is there a solution without using Third party apps or bi publisher.
    Thanks Pete

    Hi Andy,
    Thanks for your quick response. If I'm correct in understanding what your saying is that with 2D Line charts that have two series in order for them to display togethor then the label must appear in both series.
    I've had a bash using your sql for the 1st series and modifying the second series.
    Series 1
    SELECT NULL LINK,
    X.THE_DATE LABEL,
    Y.PROJECTED_HOURS VALUE
    FROM
    (SELECT END_DATE THE_DATE FROM TEST_PROJECTED
    UNION
    SELECT LIFING_DATE THE_DATE FROM TEST_ACTUAL
    ) X
    LEFT OUTER JOIN TEST_PROJECTED Y ON X.THE_DATE = Y.END_DATE
    ORDER BY X.THE_DATE
    07/30/2009 700
    08/09/2009 800
    08/14/2009
    08/27/2009 9000
    Series 2
    SELECT NULL LINK,
    X.THE_DATE LABEL,
    Y.ACTUAL_HOURS VALUE
    FROM
    (SELECT END_DATE THE_DATE FROM TEST_PROJECTED
    UNION
    SELECT LIFING_DATE THE_DATE FROM TEST_ACTUAL
    ) X
    LEFT OUTER JOIN TEST_ACTUAL Y ON X.THE_DATE = Y.LIFING_DATE
    ORDER BY X.THE_DATE
    07/30/2009 800
    08/09/2009 1000
    08/14/2009 1201
    08/27/2009 12000
    This is a great improvement the series 2 now displays fine and all the points for series 1 are plotted correctly but it seems like the null value prevents the joining of the coordinates in this series. All the points 700,800 and 9000 are displayed correctly but the graph line only joins 700 and 800.
    Any further ideas? Thanks Pete

  • Hyperlinks in "organizational chart" not converting

    I have tried using the MS office "organization chart" (insert-> picture-> organization chart)function in word, excel, and ppt to make a drawing tree with hyperlinks. All of the links are lost when I convert to PDF. I also tried using VISIO to create a tree structure with hyperlinks and I have the same problem.
    Does anybody know how I can get this to work?
    Thanks,
    Jarrod

    I have tried using both "file->print" and "adobe PDF-> convert to Adobe PDF"
    I have found that as long as the hyperlink is not in an "object", it will convert to pdf, but any link that is in a text box, or embedded body like a visio drawing tree or MS office org chart, it will not convert to PDF hyperlink.
    Also, I have found that a hyperlink in a table or copied cells from excel will convert, but It is too much work to make a org chart from scratch.
    Any ideas?
    Thanks,
    Jarrod

  • Flash Islands : convert bindable ArrayCollection

    Hi Experts,
    I'd like to use a Flex calendar component in a Flash Island in my WDA application.
    I've created a node (EVENTS) with 3 attributes (STARTTIME, ENDTIME, SUMMARY) and created a GACDataSource (calendarEvents) with 3 GACProperties (startTime, endTime, summary). Then I've created some bindable variables in my Flex application :
    [Bindable]
    public var calendarEvents:ArrayCollection;
    [Bindable]
    public var startTime:String;
    [Bindable]
    public var endTime:String;
    [Bindable]
    public var summary:String;
    If I put a DataGrid in my Flex application and use calendarEvents as dataProvider everything works fine and the data is displayed in the grid :
    <mx:DataGrid dataProvider="{calendarEvents}" id="grid">
         <mx:columns>
              <mx:DataGridColumn headerText="Start" dataField="{startTime}"/>
              <mx:DataGridColumn headerText="End" dataField="{endTime}"/>
              <mx:DataGridColumn headerText="Summary" dataField="{summary}"/>
         </mx:columns>
    </mx:DataGrid>
    However, if I use calendarEvents as dataProvider for the calendar component, the events are not displayed on the calendar. This component expects an ArrayCollection that looks like :
    [Bindable] public var eventsArray:ArrayCollection = new ArrayCollection([
    {startTime: "2011/03/10 00:00", endTime: "2011/03/11 00:00", summary: "Meeting"}]);
    The problem is the calendarEvents ArrayCollection contains WDContextNode objects. How do I convert this ArrayCollection to an ArrayCollection that can be understood by the calendar component?
    Regards,
    Pierre

    Problem solved by specifying calendar data with custom functions.
    Pierre

  • Best Organizational Chart Software for the Mac

    Any suggestions for the best org chart software for the Mac?

    I dunno, there aren't really any screen shots or concrete descriptions on the Evernote site, and I've never used it, but from looking at a video on their site, I'm not sure it would qualify for creating organizational charts. If Fred is looking for something that creates stuff like flow charts and the like, he may have better luck with OmniGraffle. Whether this is available on the Mac App Store, I don't know... but if not, don't bother with the Mac App Store and just download from the web site:
    http://www.omnigroup.com/products/omnigraffle/

Maybe you are looking for

  • Which Hardware shud i go? For this requirement.

    Hello all, As per requirement, In Oracle 9i, 1000 tps(transaction per sec) requirement ( 60% insert update and 40 % search operations). Dose oracle 9i ( standard ed.) with 2 CPU machine will handle this requirement ? What will be performance figure o

  • How do you recharge your wireless keyboard

    how do you recharge your wireless keyboard?

  • Generic JMS Adapter for SeeBeyond

    Hi Guys, I am trying to post a mesage on a SeeBeyond JMS queue and so, I have to access it using a JMS Adapter of Generic Type. (as SeeBeyond JMS service does not support a JNDI lookup) To do the same, we have already imported all the JAR files neede

  • User provisioning with Sun Directory Server

    I'm migrating from the internal user data store to external with Sun Directory Server as the LDAP backend and I'm unable to provision new users. I use unidssearch to list the unprovisioned accounts and it lists the user I'd like to provision. I then

  • Driver for IR-ADV C2220 on Yosemite (OS X 10.10)

    Hi everyone Just upgraded my MBP to 10.10 and found out there's no driver that supports it. Is there any alternate ways to make it work? Solved! Go to Solution.