Package problem

Hi, I have a but. FLA with her class root, no prolem here, but my root class wants to import my other class located in the [$root] / MyClasses/MySocket/directory. The .AS file is named MyBaseSocket.as and the class that it is MyBaseSocket too.
When I try to compile my app, the compiler throw me an error: "" 1172: definition MyClasses.MySocket:MyBaseSocket could not be found. ' "
I have to do something special to compile my package?

root class:
Import MyClasses.MySocket.MyBaseSocket; error 1172

in MyBaseSocket.as:
package MyClasses.MySocket
{
[...]
public class MyBaseSocket
{
[...]

you have a typo. MyClasses isn't the same as MyClasses.

Tags: Adobe Animate

Similar Questions

  • PL/SQL package problem

    Hi all

    I have the following in my wrapper package problem, kindly help me to understand this issue.

    My package:

    type ebs_pricelistHeader_row is (record

    REQUEST_ID NUMBER,

    PRICE_LIST_NAME VARCHAR2 (240 BYTE),

    DESCRIPTION VARCHAR2 (2000 BYTE),

    Currency_code VARCHAR2 (30 BYTE),

    DIRECTORATE GENERAL OF THE VARCHAR2 (40 BYTE),

    DATE OF EFFECTIVE_FROM,

    DATE OF EFFECTIVE_TO,

    NUMBER OF PRICE_LIST_ID

    PROCESS_FLAG VARCHAR2 (1 BYTE)

    )

    Package of my body working end and also return the result I need

    Problem in the body of the Package of Wrapper:

    When I use my package in SOA Suite above a bunch of wrapper and his body is created, but the package wrapper body gives the following errors. It is very strange that I already have this kind of tasks which work very well and no problems with their packaging.

    Please see the error in my wrapper package body

    http://s24.postimg.org/tco1o0951/wrapper.jpg

    the errors are

    • Error (12.1): PL/SQL: statement ignored
    • Error (12,10): PLS-00302: component 'DESCRIPTION' must be declared
    • Error (13.1): PL/SQL: statement ignored
    • Error (13,10): PLS-00302: component 'CURRENCY_CODE' must be declared
    • Error (14.1): PL/SQL: statement ignored
    • Error (14,10): PLS-00302: component 'BRANCH' must be declared

    Please let me know if it's anything else.

    Kindly help me to solve this problem. Thank you very much

    Muhammad Nasir

    Finally solved the problem of Wrapper package. I haven't done any big changes in my procedure, just changed the name of my package and changed the order of output parameters that i'm passing my procedure and it works fine.

    Concerning

    Nasir

  • Function/class/package problem

    Get them started lessons in Flex Builder 2, one thing I'm learning (but failing) is how to use the TimerEvent class. The example uses the following code:

    package
    {
    import flash.display.Sprite;
    import flash.events.TimerEvent
    import flash.utils.Timer

    SerializableAttribute public class ShortTimer extends Sprite
    {
    public void ShortTimer()
    {
    creates a new timer 5 seconds
    var minuteTimer:Timer = new Timer(1000, 5);

    designates earphones for the period of integration and completion events
    minuteTimer.addEventListener (TimerEvent.TIMER, __ontick__);
    minuteTimer.addEventListener (TimerEvent.TIMER_COMPLETE, onTimerComplete);

    starts the timer ticking
    minuteTimer.start ();
    }

    public void onTick(evt:TimerEvent):void
    {
    shows the number of cycles until now
    The goal of this event is the Timer instance itself.
    trace ("tick" + evt.target.currentCount);
    }

    public void onTimerComplete(evt:TimerEvent):void
    {
    trace ("Time Up!");
    }
    }
    }

    I can't get this code to work anyway I try. If I put the code in an mxml application it gives back an error that a package cannot be nested. If I put the code in its own component file, I can not do anything (like a button) to call the ShortTimer function to start the timer.

    I tried the following code in an mxml application to call the function that is located in the component file and I named the package all that and put the component in a folder named just what the project.

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' layout = "absolute" >

    < mx:Script >
    <! [CDATA]
    Import Whatever.ShortTimer;
    []] >
    < / mx:Script >

    < mx:Panel height = "100 percent" width = "100%" >
    < mx:Button id = "PushMe" label = "Push Me!" click = "Whatever.ShortTimer; "/ >
    < / mx:Panel >

    < / mx:Application >

    If I click on the button in debug mode, nothing happens. I would have thought the eventlistener in the click event above would need to have open and close parens after him, but if I put them in there it comes back with an error of not having enough arguments (why the function ShortTimer should be an argument anyway?).

    Can someone help me please? I don't know I'm missing out on a simple syntax or installation of Flex Builder 2 I have yet to understand.

    Thank you

    Hey, I came across the same problems. This helped me.

  • Inks Canon PGI - 9 packaging problem? Cellophane has tears in it, would this cause of ink to dry?

    I just received a kit of inks PGI-9 my supplier (Amazon) and I noticed that 8 of the 10 packs ink have small notes in the cellophane to the outside. It's strange because the box pack value itself seems to have any damage to it. I have one of the packs have not yet opened.  The cartridges look ok and the legs orange all watch them to be properly attached, but I fear that cuts in cellophane can cause the ink to dry, especially since I don't know how long this kit sitting in a warehouse somewhere.  The inks would be ok as long as the orange tabs are always connected?

    Hello.

    If the orange tabs are still fixed tanks should function correctly.

    If you are having problems with tanks brand Canon authentic and need help, find more help contact us.

  • Creating a package problems

    Hello

    I need to create a package with a procedure that would create a new rocords of table and copy of the employees table.

    So first of all, I am creating a procedure:

    create or replace

    procedure create_table (employee_id IN employees.employee_id%TYPE) as

    Employe_id. employees number % TYPE;

    First name employees. FIRST_NAME % TYPE;

    Employees last_name. LAST_NAME % TYPE;

    E-MAIL eployees. EMAIL OF THE TYPE DESTINATAIRE%.

    PHONE_NUMBER eployees. PHONE_NUMBER % TYPE;

    HIRE_DATE eployees. HIRE_DATE % TYPE;

    Job_id eployees. JOB_ID % TYPE;

    Eployees SALARY. % SALARY TYPE.

    Eployees.COMMISSION_PCT%TYPE COMMISSION_PCT;

    Eployees MANAGER_ID. MANAGER_ID % TYPE;

    Department_id eployees. DEPARTMENT_ID % TYPE;

    Start

    run immediately "CREATE TABLE MY_TABLE

    (EMPLOYE_ID, NUMBER (6,0),)

    NAME VARCHAR2 (20 BYTE)

    VARCHAR2 (25 BYTE) LAST_NAME,

    E-MAIL VARCHAR2 (25 BYTE),

    PHONE_NUMBER VARCHAR2 (20 BYTE),

    HIRE_DATE DATE,

    JOB_ID VARCHAR2 (10 BYTE),

    NUMBER (8.2) OF SALARY.

    COMMISSION_PCT NUMBER (2.2).

    MANAGER_ID NUMBER (6.0).

    NUMBER (4,0)) DEPARTMENT_ID ';

    SOME employees. Employee_id IN number of employees;

    SOME employees. First name IN first name OF employees;

    SOME employees. Last_name IN LAST_NAME of employees;

    SELECT eployees. PHONE_NUMBER IN PHONE_NUMBER of employees;

    SELECT eployees. HIRE_DATE IN HIRE_DATE from employee;

    SELECT eployees. Job_id IN the JOB_ID OF THE employees;

    SELECT eployees. WAGES IN COMPENSATION OF employees;

    SELECT eployees.COMMISSION_PCT IN COMMISSION_PCT FROM employees;

    SELECT eployees. MANAGER_ID IN MANAGER_ID OF employees;

    SELECT eployees. Department_id IN department_id from employee;

    INSERT INTO my_table VALUES)

    employe_id,

    FIRST NAME,

    LAST_NAME,

    E-mail

    PHONE_NUMBER,

    HIRE_DATE,

    JOB_ID,

    SALARY,

    COMMISSION_PCT,

    MANAGER_ID,

    DEPARTMENT_ID);

    end CREATE_TABLE;

    And get errors:

    PL/SQL: Analysis of completed Compilation unit

    PLS-00410: fields in duplicate in the FOLDER list, TABLE or argument are not allowed

    P.S. First time creation of package and procedure.

    Seems a strange way of doing things when you can use a table to create as select, but it looks like a puzzle of coding or something.

    This will do what you want.  It checks to see if the table exists, if not, it creates and populates.

    create or replace procedure CREATE_TABLE is

    TableExists (pTableName varchar2) return boolean is

    vCnt whole;

    Start

    Select count (*)

    in vCnt

    tab

    where TNOM = pTableName;

    Return vCnt > 0;

    end;

    Start

    If TableExists ('MY_TABLE') then

    run immediately "CREATE TABLE MY_TABLE)

    EMPLOYE_ID NUMBER (6.0).

    NAME VARCHAR2 (20 BYTE)

    VARCHAR2 (25 BYTE) LAST_NAME,

    E-MAIL VARCHAR2 (25 BYTE),

    PHONE_NUMBER VARCHAR2 (20 BYTE),

    HIRE_DATE DATE,

    JOB_ID VARCHAR2 (10 BYTE),

    NUMBER (8.2) OF SALARY.

    COMMISSION_PCT NUMBER (2.2).

    MANAGER_ID NUMBER (6.0).

    DEPARTMENT_ID NUMBER (4.0)

    )';

    execute "insert into my_table (EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, JOB_ID, SALARY, COMMISSION_PCT, MANAGER_ID, department_id) immediately

    Select EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, JOB_ID, SALARY, COMMISSION_PCT, MANAGER_ID, department_id

    of WORKERS;

    end if;

    end CREATE_TABLE;

    or better yet, if your puzzle allows you to use a DEC:

    create or replace procedure CREATE_TABLE is

    TableExists (pTableName varchar2) return boolean is

    vCnt whole;

    Start

    Select count (*)

    in vCnt

    tab

    where TNOM = pTableName;

    Return vCnt > 0;

    end;

    Start

    If TableExists ('MY_TABLE') then

    run immediately "CREATE TABLE MY_TABLE as

    Select EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, JOB_ID, SALARY, COMMISSION_PCT, MANAGER_ID, department_id

    of WORKERS;

    end if;

    end CREATE_TABLE;

  • importers package problem

    Hello

    I need to import my own package in my project I build using Jdev11.1.1.0.1 under windows... I tried by file-> Import-> java classes-> package... is to show the package left under the application browser, but it didn't is not able to find the classes in the package... I also tried inserting the pkg in the libraries and Classpath option in the project properties... what should be the value of JDEV_USER_HOME... is it Please help

    Hello

    Have you tried adding the jar file contains your packages to libraries and Classpath of your project?

    Arun-

  • With all the services activation problems. Error 0xC004E003.

    Original title: activation with the service package problems

    OK here is my problem I have Windows Vista Home Basic, was if she had for a long time now on my computer then windows out of the Blues jumped to the top with it needs to install a service package, now, I got XP on another computer, I know that there are a set of services on your computer, so I went to install the package of Service 1.  The package installed properly (took all night) and when I connect it tells me that there is an error.  description 0xC004E003 The Software Licensing Service reported that license evaluation failed.  That means that I'm going to the Windows update it verified whenever I went there, I downloaded all some updates on the Microsoft site and was the one to get these downloads is to get your computer checked and mine happened all the time, but now this service package that makes me not being able to get on my computer , I got this computer as 3 years I think that I bought at wal-mart somewhere don't remember, I got the installation disc, but I don't want to restore my computer there's stuff on my computer I can NEVER get back if I do it and I can not help me please my email is Email removed for privacy and I can't put my product key the internet, you know what I mean everyone there LOL :)  The product key is on the bottom of my laptop.

    Uninstall Service Pack 1 and install Service Pack 2.

    After you uninstall Service Pack 1 choose a Restore Point dated before when you installed SP1 and use that restore point.

    Then install SP2 by uploading it on a folder: http://technet.microsoft.com/en-us/windows/dd262148.aspx

    And then double-click the .exe file to install SP2.

    JS
    http://www.PAGESTART.com

    Never be afraid to ask. This forum has some of the best people in the world to help.

  • Problem of Android Application repackaging

    Hi all

    I'm checking my android application compatibility using online tool for Android applications. I get a strange error I have searched this problem for 3 days, but found no clues...

    I enclose the screenshot for your reference.

    I get the same error if I use the BB Plugin for ADT.

    The path location type Resource Description
    [ERROR] [BarGenerator] Region of vacuum!
    m spectrum D:\Work\Android_Codes\myProject\bin\my.apk BlackBerry packaging problem

    Help, please.


    I solved the problem. These 3 lines to me made me realize the problem actually. His explaining that something wrong happened in the AndroidManifest analysis, which is

    at net.rim.tools.apk2bar.packager.AndroidManifestParser.extractApplicationMetadata(AndroidManifestParser.java:287)

    at net.rim.tools.apk2bar.packager.AndroidManifestParser.parseValues(AndroidManifestParser.java:92)
    at net.rim.tools.apk2bar.packager.AndroidManifestParser.parseManifest(AndroidManifestParser.java:76)

    And the problem is that something related to the Image.

    at javax.imageio.ImageReader.computeRegions (unknown Source)
    at com.sun.imageio.plugins.wbmp.WBMPImageReader.read (unknown Source)
    at javax.imageio.ImageIO.read (unknown Source)
    at javax.imageio.ImageIO.read (unknown Source)

    Thus, in the AndroidManifest there is one image that was application Icon. I have not gathered the right size of Image required for BB10. Mine was a small picture and when I replaced it with a larger image. the problem has been solved...

  • problems with my OCR in my x 2670 printer

    I installed a new printer X 2670, and he says I have an old version of the program to Abby, but I can not install a newer version of my drive, get on the old version error messages. Went to Lexmark and they said I need to contact Microsoft for a windows package problem install? Now what ~ thanks anyone who can help me!

    Hello ShellyBushman,

    Welcome to the community Microsoft and thanks for posting the question.

    According to the description, it looks that you are having problems with a Lexmark printer.

    1. What do you mean by OCR?

    2. What is a program Abby?

    Meet us if you encounter problems with the printer or any other problem of Windows, and I'd be happy to help you.

    Good day!

    Hope this information helps.

  • Moving Eclipse 3.4-&gt; 3.5, two strange issues - lack of generator for java, Midlet-name is missing

    I moved to Eclipse 3.5, installed the plugin version 1.1 BB and copied a Blackberry project from the workspce Eclipse 3.4 to 3.5 workspace.

    I've added a new project of Blackberry and pointed to the existing project. He seemed to find everything, from the jdp or .project file and installed. But he has been unable to build.  In the process of building I noticed several manufacturers reported as "missing". I created a TEST project and said that she had a 'Builder of Java' the real project does not have.  I add the following xml to the builders section of the .project file code:

    org. Eclipse.JDT.Core.javabuilder

    He then built.

    The packaging problem. Now I'm stuck on this packaging error:

    Error! 907: descriptor required attribute missing: MIDlet-name

    In the Application descriptor page, I chose 'Blackberry Application' so "main Midlet name" is not editable...

    Any ideas on why I can't move my project smoothly.

    Why the Application descriptor page would not create an appropriate description of MIDlet?

    Solutions!

    Problem 1, the missing Java constructor can either be handled by adding the text above in the file .projects, or having somehow incremental builders reference the ".externalToolBuilders" folder that I found them in.

    Problem 2 is unique.  To avoid applications with systems operating older running in compatibility mode (the small screen of blue border) on the storms, a file "compatibity.jad" was the project, containing the lines:

    RIM-TouchCompatibilityMode: false
    RIM-TouchCompatibilityMode-UserChangeable: false

    The jad file is added to the real Jad through Update.Jad.  However, during the project/file/new blackberry existing project using Eclipse 3.5 upgrade, program CAP locked on the compatibility.jad file and he was looking for the MIDlet-name. I renamed the file compatibility.kad and it solved problem.

    I think Rim should resolve the first issue, the question of Java Builder. The second question is kind of unique, but it can drive someone to another crazy one day...

    -If you upgrade and if you do not import heritage projects (which points to the.) BlackBerry folder BlackBerry.jdw) Note that the old NET_RIM_BLACKBERRY library is now named "JRE System Library [Blackberry JRE 4.7.0]" for example. So after the upgrade, you will need to remove the NET_RIM_BLACKBERRY and the "Add Library" the correct system library.

  • InDesign CS5 of the text is the text to the line

    I have several text boxes that overlap in different layers that I'm about to turn into a multi state object. Because I work on the same page I have problems with the text that is wrapped by the layers above. So my approach would be to start with the sex with the top over and I finished each convert text to describe and move the layer to the bottom of the stack on the assumption that would affect is no longer the text shown by the wrapping of the text from the layers above. However, I got the first is no problem and he pulled down to the bottom layer and the text - which is still under THAT BTW original text - is actually affected by the text wrapping from the objects in the layers above. It is rare that I ever convert text to outline in my normal workflow, but this behavior just doesn't seem right to me.  Or is there something I need to adjust or do this after I convert it to outline that would make all the text you entered free of all unwanted packaging problem?

    You're obviously select all of the text prior to Exhibitor, if you simply select the text block with the tool Selection and then expose you will get the behavior you're wanting.

    But describing the text just who seems a little too bad, there are two things I can think of which might help you to not do.  Click the menu in the layers panel, and choose layer Options, there is a checkbox it will remove skin when the layer is hidden, will this help?  You can also select text frame options and choose ignore dressing.  HTH.

  • 6.2.16: when you try to update Itunes, I get the following error message: "there is a problem with this package of can I install."  A program required for this install to complete could not be run.  Contact your support team / packages vendo

    6.2.16: when you try to update ITunes on my Windows laptop, I get the following error message: "there is a problem with this Windows Installer package.  A program required for this teaching to complete could not be run.  Contact your supplier of staff or the package of support ".  There is no associated error code.  I've never had a previous issue with ITunes updates.  Thank you, Debbie

    Repair Apple Software Update since the programs & features Panel configuration and then try again.

    For general advice, see troubleshooting problems with iTunes for Windows updates.

    The steps described in the second case are a guide to remove everything related to iTunes and then rebuild what is often a good starting point, unless the symptoms indicate a more specific approach.

    Review the other boxes and other support documents list to the bottom of the page, in case one of them applies.

    The more information box has direct links with the current and recent if you have problems to download, must revert to an older version or want to try the version of iTunes for Windows (64-bit - for older video cards) as a workaround for problems with installation or operation, or compatibility with third-party software.

    Backups of your library and device should be affected by these measures but there are links to backup and recovery advice there.

    TT2

  • When I try to install an update to iTunes on my Windows 7 computer I get the following message: "there is a problem with this Windows Installer package. A program required for this install to complete could not be run. "Help, please.

    When I try to install an update to iTunes on my Windows 7 computer I get the following message: "there is a problem with this Windows
    Installation package. A program required for this install to complete could not be run. "Help, please.

    Hello..

    Try this support article > If you see an error message "Windows package install" when you try to uninstall iTunes from your PC

  • There is a problem with this Windows Installer package. A program required for this install to complete could not be run Windows 10

    There is a problem with this Windows Installer package. A program required for this install to complete, could not be executed. This appears when trying to update

    Repair Apple Software Update of programs and features, Control Panel, and then try again.

    If not for general advice see troubleshooting problems with iTunes for Windows updates.

    The steps described in the second case are a guide to remove everything related to iTunes and then rebuild what is often a good starting point, unless the symptoms indicate a more specific approach. Review other cases and a list of documents to support further down the page, in which case one of them applies.

    More information area has direct links with the current and recent if you have problems to download, need to revert to a previous version or try the version iTunes for Windows (64-bit-for old video cards) as a workaround for the problems of performance or compatibility with third-party software.

    Your library must be affected by these measures, but it is also related to backup and recovery advice if necessary.

    TT2

  • I tried to update iTunes on Windows 10, now, I get the error "there is a problem with this Windows Installer Package".

    Hello

    I tried to update iTunes on Windows 10 and now I get the message error "there is a problem with this Windows Installer Package".
    I tried to fix it too, but it has not helped, so I uninstalled and tried to reinstall but there has not helped either. I tried almost everything I've seen in other posts.
    I use a laptop Asus series k55VJ with an original copy of Windows and has never had this problem before.

    Any of you have an idea what can do?
    Thank you!

    Try to repair the Apple Software Update of the programs and features Control Panel, then uninstall it and then reinstall iTunes.

    For general advice, see troubleshooting problems with iTunes for Windows updates.

    The steps described in the second case are a guide to remove everything related to iTunes and then rebuild what is often a good starting point, unless the symptoms indicate a more specific approach.

    Review the other boxes and other support documents list to the bottom of the page, in case one of them applies.

    More information area has direct links with the current and recent buildings if you have problems to download, must revert to an older version or want to try the version of iTunes for Windows (64-bit-for old video cards) as a workaround for problems with installation or operation, or compatibility with QuickTime software or a third party.

    Backups of your library and device should be affected by these measures but there are links to backup and recovery advice there.

    TT2

Maybe you are looking for

  • Incorrect storage space

    I pay for 50 GB of storage iCloud. When I log into my account it says I have only 5 GB of storage. Any ideas why this is?

  • format of port

    LabVIEW dear Experts, Can someone please explain the format of port for digital entries? I just got a new Omega OM-USB-1208FS and I am trying to use its digital i/o lines to control the LED sequences (there are 8 total led and I would do a VI that li

  • HP 15-r047er

    Hi, when trying to install Win 7 installation it asks me to install the driver from cd/dvd, but I don't have it. Please give me all the drivers, I need to have to install Win 7. Also, it gives me error 0x800703EE Need help, I thank in advance. Alex.

  • Download Windows Vista .iso

    I have a computer that has the Windows Vista Home Basic (key) sticker on this subject. The HD has been re-partitioned and reformatted. I don't have the CD of Windows Vista. Is it possible to get a .iso file so I can install a legal OS? States of owne

  • command prompt

    What type of controls that can be used WITHOUT having to raise the cmd cmd? t-4-2