• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

The Definition of the base-class UIComponent was not found

New Here ,
Feb 29, 2008 Feb 29, 2008

Copy link to clipboard

Copied

Hello,

I try to run the Lisp Interpreter in AS3 form here http://www.solve-et-coagula.com/?p=8
I load the fla-source into a fresh CS3.

When I want to publish it I get:

1017: The Definition of the base-class UIComponent was not found


import fl.core.UIComponent;

public class Console extends UIComponent =>This line throws the error


The help-file say that the keyword 'extends' in only allowed for publishing with Actionscript 2 ?
But setting it to 2 throws a whole bunch of other errors.

So what do I wrong?

I contacted also the developer Nate Lokers, but he told me that he has no problems to compile it.
(And that I must leave it under AS3)

Hans-Peter
TOPICS
ActionScript

Views

2.4K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 29, 2008 Feb 29, 2008

Copy link to clipboard

Copied

> 1017: The Definition of the base-class UIComponent
> was not found

The UIComponent definiation is unavailable unless you have the ComponentShim
in your library. Drop any component onto the stage and delete it -- the shim
will be in your library.


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 29, 2008 Feb 29, 2008

Copy link to clipboard

Copied

Raymond,

Thank you very much.
That was easy.
You have to know the trick.
Now it compiles without any problems.

Hans-Peter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 20, 2008 Jun 20, 2008

Copy link to clipboard

Copied

LATEST
Now... what to do?

This new AS3 version is much organized but the documentation is too obscure in contrast.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines