cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Xcelsius 2008 sp3 service pack chart slider into adobe flex

Former Member
0 Kudos

Hello All,

I tried to use the Xcelsius 2008 SP3 and created a Chart with a slider the new UI element which is introduced in the Service pack versions .. now i tried to implement the logic in Adobe flex builer 3 setting the compiler properties as hot fix 2.0 . Followed all the rules like creating an action script and creating MXML component.. Now when i try to embed the same swf whic is generated into webdynpro component it gives me error tht some classes or some events or some variables are missing..

According to my assumption i doubt wether the xcelsius 2008 sp3 will support the adobe flex 3 with this hot fix which i was initialy using .. So can anybody suggest me what can be doen to overcome this issue and make my new chart with slider run in my webdynpro abap :(...

Regards,

Sana.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sana,

You might be using Flex 3 sdk library files.

Just check in Properies of your Flex project -> Flex Build Path -> Library Path .

You might get the library files as Flex 3.*

If it is the case then change it to Flex 2.0.1 Hotfix 3.

now create a new project and compile your application and use the same swf.

Otherwise try to import any existing Flex 2 project folder with compiler flex 2 ver. then try the same swf in your xcelsius application.

Regards,

Vivek