Expand my Community achievements bar.

call to rtc:SimpleChat throws error in FB4

Avatar

Level 1

trying to build an app with LCCS (AFCS) using FlashBuilder4... everything is fine as long as I call Roster and WebCamera... the second I try to call SimpleChat, however, I get the following error:

VerifyError: Error #1053: Illegal override of NullSwatchPanel in com.adobe.coreUI.controls.nullColorPickerClasses.NullSwatchPanel.

I've tried doing the Flex 3 backward compatibility, but then all of the Spark stuff dies...

Any ideas?

thanks in advance...

bw

--------------

btw, the code looks like this...

<?xml version="1.0" encoding="utf-8"?>

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

   xmlns:s="library://ns.adobe.com/flex/spark"

   xmlns:mx="library://ns.adobe.com/flex/mx"

   minWidth="955" minHeight="600"

   xmlns:rtc="AfcsNameSpace"

>

<rtc:ConnectSessionContainer id="cSession"

width="100%" height="100%"

roomURL="https://connectnow.acrobat.com/xxxx">

<rtc:authenticator>

<rtc:AdobeHSAuthenticator

userName="xxxx"

password="xxxx"

protocol="rtmfp" />

</rtc:authenticator>

<s:Panel width="100%" height="100%"

title="The Bill / Shkespeare Project -- Video Conference Room">

<mx:HDividedBox width="100%" height="100%">

<rtc:Roster id="myRoster" width="20%" height="100%" />

<rtc:WebCamera id="myWebCamArea" width="60%" height="100%" />

<rtc:SimpleChat id="myChat" width="20%" height="100%" />

</mx:HDividedBox>

</s:Panel>

</rtc:ConnectSessionContainer>

</s:Application>

5 Replies

Avatar

Former Community Member

Hi ,

There is a fix to NullSwatchPanel going out in the release with coming 2-3 weeks. But that’s a different error.

This error was fixed I believe. Do you have the latest SDK ? Can you verify it getting it from Developer Portal.

Otherwise also, wait for some days.

Thanks

Regards

Hironmay Basu

Avatar

Level 1

Nope... I have the latest SDK (1.02)... downloaded it again today to make sure, but still getting the error...

Guess I'll have to wait...

Avatar

Former Community Member

Hi,

You should get this error just by adding Chat only if you are using a older Flex SDK. Which Flex SDK you are using ? Are you using 3.4.0 or 4.0.0 ?

At present you should get an error only by clicking on colorpicker and not by just adding chat. We are verifying on our end. You also let us know your SDK.

Thanks

Hironmay Basu

Avatar

Employee

Hi,

I just ran player10 swc using Flex 3.2 & 4.0, and it seemed to work fine on both.

As Basu mentioned, the RTE was observed when I clicked on the Chat pods color picker on Flex 4 SDK.

Thanks

Arun

Avatar

Level 1

in my project properties, under Flex compiler, it says "Use default SDK (Currently, "Flex 4.0")... am I missing somethng?

thanks