Flash Components in Xcelsius

Hi Friends,
I have a requirement; I have to develop custom components using Flex for my Xcelsius Dashboard. So far I never did custom component development in Xceslius. I was going through different topics in our forum topics, but I didn’t find the correct details. Please could you help me out how to develop custom component using Flex in Xcelsius.
If possible could you send step by step instructions?

Please could you replay back ASAP because i have to show develop one dashboard using the Flex Components. It is very urgent please

THANKS IN ADVANCE

Thanks
Bigboss


bigboss (BOB member since 2011-03-04)

uh…

First, download the Xcelsius 2008 SDK from SAP. There are a few very good tutorials inside the SDK installation package. You will also need to install Adobe Flex 3.

And READ the system requirements of the SDK carefully. They are important.

I know every post is on the internet is always urgent. But if you promised a client a custom component in a couple days…and you dont already have the above mentioned software somewhat mastered…

you are in trouble.

p.s. no one can help you with step by step instructions. It is not easy at first.


Cairmor :us: (BOB member since 2008-06-05)

Hi thanks for you reply and Suggations.

You are correct. But unfortunately we don’t have the much time because my end user came and he is asking us. Then my lead gave a promise to him and my lead told me take some extra hours every day but we have to finish this. Because of that I said it is very urgent for me.
One small confirmation please , you mean once if we download Xcelsius 2008 SDK software then we will get one PDF/Tutorial which has the detail information about the building the components, I am I correct?
If I am wrong please could you correct me?

Thanks
Bigboss


bigboss (BOB member since 2011-03-04)

In the documentation for the SDK, there are a couple full tutorials…yes.

there is a short video here:
check out this video (small tutorial describing the process.)

http://www.sdn.sap.com/irj/boc/xcelsius-sdk?rid=/webcontent/uuid/50dc3997-067b-2b10-199d-902ca23ffb5b

Trial installation files with 60day key:
http://www.sdn.sap.com/irj/boc/xcelsius-sdk

You also need to know a bit about Adobe Flex 3. Which is a different piece of software, requiring its own set of tutorials.

SAP:


Cairmor :us: (BOB member since 2008-06-05)

Hi
Thanks for your response. But the video (small tutorial describing the process.) which you sent is not opening up.


http://www.sdn.sap.com/irj/boc/xcelsius-sdk?rid=/webcontent/uuid/50dc3997-067b-2b10-199d-902ca23ffb5b

Please let me know if you have any other source and thanks in advance.

Thanks
Bigboss


bigboss (BOB member since 2011-03-04)

The above link is working fine for me.


Andreas :de: (BOB member since 2002-06-20)

sorry for the late response.
Even today also i am trying to open the URL but it is not openings up. I am using Internet Explorer.

Please could you suggest me if i am miss anything.

Thanks in advance.

Thanks
BIGBOSS


bigboss (BOB member since 2011-03-04)

Still works for me, the link that is. Must be a problem on your side. Try a different browser (Mozilla for example) and check your proxy and security settings of your browser. Or contact your IT helpdesk :wink:


Andreas :de: (BOB member since 2002-06-20)

for the record…im very good with software, and can program in a few languages. Even with that skillset I tried to develop a custom component for xcelsius. It took one week to get a simple pie chart to change the way I wanted it too. BigBoss, you are taking on a very difficult task, without knowledge of Actionscript or Adobe Flex.

Many companies hire Flex programmers to make custom components. It takes 3-4 weeks to get a 2-3 components finished, tested, and implemented in a professional manner.

Read the SDK documentation. If the video wont work for you, there are still a couple tutorials (and setup requirements) in the Requirements ReadMe files. I learned more from the written documentation anyway. You dont need the video to get started. Its just an overview of the process.

Summary of my experience about learning how to do custom components:

  1. It is not easy
  2. It is not user friendly
  3. You will be frustrated by lots of little programming elements that you cannot control…there are 100’s of lines of code to learn.
  4. It requires intermediate level mastery of Adobe Flex
  5. The Cost in terms of time is not usually worth the investment…especially when you finally produce the final component, and the end users want something different.
  6. Flex programmers are rare, and its not even a viable skill, given how fast BI technology changes.
  7. If your firm is charging $10k for the custom component…just hire a consultant. You might make some money.

Cairmor :us: (BOB member since 2008-06-05)

Hi,

I already download the SDK and created a simple Horizontal Slider example.

But now I want to implement an offline button.

When the user press the button I want to save the SWF File on the local filesystem without any data connection.

I already created an class OfflineButton in my adobe flash builder project - but when I want to implement the code on pressed button I don’t know what to implement.

  • how can I access to the connection?
  • how can I save the file to the local filesystem?

Thanks for your support.

BR,
Christoph


chrisi182 (BOB member since 2012-01-13)