Animate CC HTML5 Timer Error: ' Eception TypeError: cannot set property 'text' undefined '.

Guys, I'm stuck for the third day and wonder if anyone can give me an idea what I am doing wrong. I am creating a simple timer in mode CC animate HTML5 Canvas. I found a script javascript timer job and I'm trying to fit my needs.

I keep getting the error "Eception TypeError: cannot set the property 'text' undefined ' in the Console. For some reason I can't update dynamic text with variable of time. I've highlighted the offensive line in my code Action below.


Here's all the code of the Action that I have in my file:

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

var time = 0;

running of var = 0;

This.btn_startPause.addEventListener ("click", startPause.bind (this));

This.btn_reset.addEventListener ("click", reset.bind (this));

function startPause() {}

If (running == 0) {}

running = 1;

Increment();

this.startPause.text = "Pause";

} else {}

running = 0;

this.startPause.text = "resume";

}

}

function reset() {}

running = 0;

time = 0;

this.startPause.text = "Start";

this.timeDisplay.text = "00:00";

}

function increment() {}

If (running == 1) {}

setTimeout (function () {}

time ++;

var minutes = Math.floor (time/10/60);

var s = Math.floor (time/10% 60);

If (mn < 10) {}

min = "0" + min;

}

If {(dry < 10)

seconds = '0' + dry;

}

Console.log (min + ":" + seconds);

this.timeDisplay.text = minutes + ":" + seconds;

Increment();

(}, 100);

}

}

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

I downloaded all my files online, so you can see the error by yourself: HTML file; FLA file; and the original file working I am using.


Can someone point me in the right direction? (I know, it's somewhere in the area of RTFM (Read The friendly Manual))

Thank you!

As suggested above, the problem is caused by an incorrect reference to 'this' itself.

'This' store on the main timeline as a different variable and use this variable for other functions instead of 'this', or

Replace this.timeDisplay.text by exportRoot.timeDisplay.text

Tags: Adobe Animate

Similar Questions

  • Error: "Eception TypeError: cannot read property 'getNumFrames" undefined "-when I test Flash/HTML5 in the browser

    I work in Flash / HTML5. When I publish directly from Flash, my project works very well. However if I open the HTML file directly in a browser, (I tested in Chrome and Safari on a Mac) I get this error message: easeljs - 0.8.1.min.js:13 Eception TypeError: cannot read property 'getNumFrames"of undefined a.load @ preloadjs - 0.6.1.min.js:12

    A google search suggested that the code tries to run before the document was loaded - so "undefined". However, I can see that the body of the HTML file tag seems to deal with this (I think) < body onload = "init (); »  ... The init() being the function that includes the Chargers how to control the loading of the file is made etc...

    Also, I get the error:

    XMLHttpRequest cannot load file:///Users/MyLocalPathToMyProject.../images/MyProject_atlas_.json. Original cross applications are only supported for Protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resources.

    Who could be responsible for the "undefined".

    Everyone knows about this problem? Can we simply cannot test it locally? Does anyone have a solution?

    Sprite sheets do not work from the local file system. Go to the publication settings and uncheck the sprite sheets.

  • Problem with the context menu: eception typeError: cannot read property CONTEXT_IMAGE undefined

    Hi, I wanted to try the following context menu with the javaScript function:

    function addMyItem() {
            var myItem = { actionId: 'Delete', label: 'Delete', icon: 'delete.png' },
                contexts = [blackberry.ui.contextmenu.CONTEXT_IMAGE, blackberry.ui.contextmenu.CONTEXT_INPUT];
            blackberry.ui.contextmenu.addItem(contexts, myItem, function () { console.log('hi') });
        }
    

    I have this function of reference on the API [1]

    When I try to run this function, I get the error:

    Eception typeError: cannot read property CONTEXT_IMAGE undefined

     


    What's not here?

    EDIT: I have the function ID in my config

    
    

    [1] https://developer.blackberry.com/html5/apis/blackberry.ui.contextmenu.html

    I have a little differently, but have checked that it worked for me during a test.

    var share = {
      actionId: 'share',
      label: 'Share Image',
      icon: '../images/share.png'
    };
    
    var contexts = [blackberry.ui.contextmenu.CONTEXT_IMAGE];
    
    blackberry.ui.contextmenu.addItem(contexts, share, function(){
      alert('Sharing is caring!');
    });
    

    If this does not work, can you let us know what development kit software that you use, and we can test again if necessary?

  • JQuery: Eception TypeError: cannot read property 'setDefaults"undefined

    Hello

    My page was working fine, until I started to add more and more jquery library.

    Here is the error I get in the developer console:

    appointment_new_validation.js:3 Eception TypeError: cannot read property 'setDefaults"undefined

    The jquery validation plugin is not working now

    I tried to put the library links (in red) in all positions in the header and still get the error message.

    Here is the content of the page:

    <! doctype html >

    < html >

    < head >

    < meta charset = "utf-8" >

    < title > new appointment < /title >

    "< link rel ="icon"href ="... /... ' / images/favicon.ico "type =" image/x-icon"/ >

    " < script src =" https://code.jQuery.com/jQuery-2.1.1.min.js "type =" text/javascript"> < / script > "

    < script >

    function getDealership (val) {}

    $.ajax({)

    type: 'POST',

    URL: "appointment_new_check.php",

    data: 'dealershipgroup_id =' + val;

    success: {function (data)}

    $("#dealership_id").html (data);

    }

    });

    }

    {.changes (function ($(«#dealership_id»))

    Alert ('DOING GARAGE BOX VISIBLE');

    });

    < /script >

    " < script src =" http://AJAX.aspnetcdn.com/AJAX/jQuery/jQuery-2.1.3.min.js "> < / script > .

    " < script src =" http://AJAX.aspnetcdn.com/AJAX/jQuery.validate/1.13.0/jQuery.validate.min.js "> < / script > .

    " < script src =" http://AJAX.aspnetcdn.com/AJAX/jQuery.validate/1.13.0/additional-methods.min.js "> < / script > .

    < script src = "appointment_new_validation.js" > < / script >

    <! - delete notes jQuery - >

    < script type = "text/javascript" >

    $(document) .ready (function () {}

    $(".delete").click (function () {}

    $("#note_modal").show ();

    var note_id = $(this) .attr ('dir');

    $('.note_id').val (note_id);

    Alert (note_id);

    });

    $("#note_modal_button_no").click (function () {}

    $("#note_modal").hide ();

    });

    });

    {$(document) .ready (function ()}

    $(' #note_modal_button_yes') .css ('cursor', 'point') ravishing (function () {}

    var note_id = $('.note_id').val ();

    $.ajax({)

    type: 'POST',

    URL: "note_delete.php",

    data: {}

    note_id: note_id

    }

    {.done (function ())}

    Alert ('record has been deleted");

    Location.Reload ();

    });

    });

    });

    < /script >

    <!--> date picker

    "< link href="/scripts/jquery-ui-1.11.4.custom/jquery-ui.css "rel ="stylesheet"type =" text/css">

    "< script src="/scripts/jquery-ui-1.11.4.custom/external/jquery/jquery.js "> < / script >

    "< script src="/scripts/jquery-ui-1.11.4.custom/jquery-ui.js "> < / script >

    < script >

    {$(function()}

    $(«.datepicker»).datepicker({)

    numberOfMonths: 2.

    showButtonPanel: true,

    dateFormat: "dd-mm-yy".

    });

    });

    < /script >

    <! - time Picker - >

    "< link rel ="stylesheet"href="//cdnjs.cloudflare.com/ajax/libs/timepicker/1.3.5/jquery.timepicker.min.css ">

    < script type = "text/javascript" >

    $(document) .ready (function () {}

    $('.timepicker').timepicker ({}

    timeFormat: "HH: mm"

    interval: 15,.

    minTime: '10'.

    maxTime: '22',

    defaultTime: '7'.

    startTime: 7:00 ',

    Dynamics: false,

    drop-down list: true,

    ScrollBar: true,

    });

    });

    < /script >

    < / head >

    < body >

    < name of the form = "new_appointment" id = "new_appointment" method = "POST" action = "appointment_new_create.php" >

    < div class = "column_2" >

    < div class = "column_section" >

    < div class = "column_section_header" > basic Details </span > < / div >

    <! - Person ID - >

    < div class = "form_field_tag" > customer < / div >

    < div class = "form_field_wrapper" >

    < input name = "personid" type = "text" class = "form_field" readonly value = "[ID: <?]" PHP echo $person_row ["renid"];? >] <? PHP echo $person_row ["title"].' '. $person_row ["FirstName"].' '. $person_row ['name'];? > ">"

    < / div >

    <! - DATE - >

    < div class = "form_field_tag" > appointment Date < / div >

    < div class = "form_field_wrapper" >

    < input type = "text" class = "datepicker form_field" name = 'date' >

    < / div >

    <! - TIME - >

    < div class = "form_field_tag" > appointment time < / div >

    < div class = "form_field_wrapper" >

    < input type = "text" class = 'timepicker form_field' name 'time' = >

    < / div >

    < / div >

    < / div >

    < div class = "column_2" >

    < div class = "column_section" >

    < div class = "column_section_header" > appointment location < / div >

    <!--dealer group-->

    < div class = "form_field_tag" > dealer group < / div >

    < div class = "form_field_wrapper" >

    < select class = "form_field" name = "dealershipgroup" id = "dealershipgroup-list" onChange = "getDealership (this.value); ">

    < option value = "-1" > select dealer group < / option >

    < option value = "-1" > - < / option >

    <? PHP {? >}

    < option value = "<?" PHP echo $dealership_group_row ['id'];? > "> <?" PHP echo $dealership_group_row ['name'];? > < / option >

    <? PHP} while ($dealership_group_row = $dealership_group_query-> fetch_assoc());? >

    < / select >

    < / div >

    <! - dealer - >

    < div class = "form_field_tag" > dealer < / div >

    < div class = "form_field_wrapper" >

    < select class = "form_field" name = 'dealer' id = 'dealership_id' >

    < option value = "-1" > select dealer < / option >

    < / select >

    < / div >

    < / div >

    < / div >

    < div class = "column_1" >

    < div class = "column_section" >

    < div style = "" text-align: center; ">"

    < input type = "submit" name = "submit" class = "form_submit_button" value = "Create appointment" >

    < / div >

    < / div >

    < / div >

    < / make >

    < / div >

    "< script src="//cdnjs.cloudflare.com/ajax/libs/timepicker/1.3.5/jquery.timepicker.min.js "> < / script >

    < / body >

    < / html >

    Any help would be much appreciated!

    You should have 1 single jQuery core library by document.  At the top of your page you referenced jQ 2.1.1 and further down you have a reference 2nd in 2.1.3.  Delete a.

    Best practices: put all your scripts and functions at the bottom of the page.  Your page will load a little faster.

    Nancy O.

  • Deleting parent symbol after the removal of child symbol throws "Eception TypeError: cannot read property 'id', null"in 20141.

    If a symbol of the child is removed first, and then the parent, he throws the error «Eception TypeError: cannot read property 'id', null'.»» Its also strange that the registration of all symbols of the child on the stage he lists as the grandchildren. These codes worked perfectly with previous versions, but not with 20141.

    The code used to print all the symbols of the scene:

    var chldns = sym.getComposition () .getStage () .getChildSymbols ();

    for (i = 0; i < chldns.length; i ++) {}

    Console.log ("-->" + chldns [i] .name);

    }

    Can someone tell me if this is a bug or there at - it another way to do this?

    Thank you.

    There is a bug in 20141. We have fixed this problem and the fix will be available soon in the next update. I think the problem that is described in this post ( removal of nested symbols problem ) is similar.

  • Eception TypeError: Cannot read property 'edge_authoring_mode' null

    I get the following error message and I don't know how to correct:

    Eception TypeError: Cannot read property 'edge_authoring_mode' null

    I searched for 'edge_authoring_mode ', but have not been able to find anything.  Can someone point me in the right direction and I would like to know why this would be null?

    Hi, I just wanted to mention that this error has been be bound to use the Composition of municipalities of edge charger.  Apparently, my variable "thestage" (which was used in the scene that you noted above) was occasionally (based on load time) still reference the old stadium which had been replaced by using the charger of the Composition.  Thank you for taking the time to try to help him with this.

  • MuseJSAssert: Error calling the function switch: TypeError: cannot read property 'msie' undefined. Please help me in this.

    MuseJSAssert: Error calling the function switch: TypeError: cannot read property 'msie' undefined. Please help me in this.

    Hello

    Please check the following thread,

    Re: MuseJSAssert: error by calling the function of selection: [Object Error]

    Let me know if you have any question.

  • MuseJSAssert: Error calling the function switch: TypeError: cannot read property 'msie' undefined

    Hello I have this JS error on my portfolio website.

    yeaforideas.com

    I tried to export to html and uploading this file on my FTP host site, but it did not work. We hope to have it resolved soon. Please advice. Thank you!

    Hi Yes,

    Please see the following post: MuseJSAssert: error calling the function switch: TypeError: 'undefined' is not a function (assessment ' )

    Kind regards

    Akshay

  • Appeal of selection error: TypeError: cannot read property 'msie' of undefined so that the update of the publication of message FTP Muse 2015.2 [was: update problems after installation of Muse 2016.2 site]

    Hello

    After the Muse 2016.2 update, I made some changes in a Web site, I'm trying, updated through publication > FTP host and now the site is unavailable. I get the following error messages in Chrome:

    JavaScript exception: error calling selection: TypeError: cannot read property 'msie' undefined.

    The site is: duplycopy.com

    I've attached a screenshot of the Chrome Console tab.

    duplycopy_co.jpg

    Any help will be very appreciated!

    Daniel

    Post edited by: Catherine Rollet

    Hi Daniel,.

    Thank you for reaching out to us on this subject. I just responded to you via email as well with more details.

    We had to look more closely at the error that you get everywhere.

    It seems that the problem occurs because third party shopping widget on your page load a stripped down version of jQuery (the popular JavaScript library) that does not include a method of detecting browser (jquery.browser) which is needed for the sites of Muse:

    If you wish to continue using the third party widget, we recommend you reach out to the third party and inform them that if they want to load another version of jQuery that Muse loads by default it must load the entire library.

    Please let us know if you have any questions or need any clarification.

    Kind regards

    Marc

  • Error: The installer cannot set Windows XP required configuration information during the upgrade to Windows XP Home SP3 of Windows XP Pro.

    Original title: OEM Windows XP Home SP3 update XP Pro

    Here is a compilation of the messages from another forum regarding
    My problem:
    ---------------------------------------------------------------

    I'm trying to upgrade a Windows XP Home Sp3 OEM system to
    Windows XP Pro. (There are a few Pro features
    that are not available in the House I now need: (1) the files offline and
    (2) an add-on available for free to Onenote 2007, Top2onenote, requires a Pro).
    I don't want a clean install, but an upgrade. I bought a Windows XP Pro
    Upgrade CD on Ebay that was Windows XP Pro
    Gold (v2002). I'm sure that's true for the following reasons:

    It has been listed as an upgrade, but the CD is not labeled "Upgrade".
    It seems very authentic with all Microsoft holography.
    He came in the standard package of Windows XP (without box),
    and it was sealed.
    The name of volume for the CD is WXPFPP_EN. The Internet,.
    It is the retail of Windows XP Pro RTM (gold)!

    Here are things I tried initially.

    (1) I tried to upgrade to Pro from the purchased CD. It is immediately
    has refused to upgrade indicating the upgrade OS (Pro) is older than the
    installed OS (home)...

    (2) I read about "slipstreaming". "Slipstreaming" allows to integrate
    a service pack with an earlier version of the operating system. I created a
    upgrade XP Pro SP3 with Nlite slipstreamed CD image (and
    Autostreamer later, but it made no difference) from the purchased CD
    and a file containing SP3.

    After you burn the CD and start the upgrade
    (Windows installation), the upgrade process
    product through "information collection."
    "Dynamic update" and "Preparation of Installation" with
    no problems. My computer restarted and returned to
    "Installation preparation". A progress bar called 'Progress '.
    quickly filled to about 90% and the hanging system
    at that time there for about 15 minutes.
    Then, I got the following error message:

    Setup cannot set the required Windows XP configuration
    information. This indicates an internal Setup error.

    This is where I am stuck. I had to leave the installation at this point.
    My drive is starts raining and I had to restore a backup.

    (3) just for the heck of it, I formatted my hard drive and
    reinstalled my original OEM XP Home SP3 OS (no clean up, no user file).
    I immediately used my XP CD slipstreamed Pro to try one
    upgrade to XP Pro and IT WORKED! I need to find out why the
    properly clean XP Home OS upgraded to XP Pro but my pre-existing
    (with the files users, drivers, etc..) XP Home OS does not level
    successfully to XP Pro.
    -------------------------------------------------------------

    Another post:

    Yet once, today, I installed a new copy of OEM Windows XP Home Sp3.
    I continue with installation of all the essential and the add-on
    pilots (essentially all my original version). Then, I
    set up a network connection and firewall. With this configuration,.
    I ran the Pro XP slipstreamed SP3 CD. The upgrade to XP Pro
    success (even if the upgrade not configured my graphics
    card properly). I guess my current problem is either the registry,
    the WINDOWS, some user file or parameter file.
    ---------------------------------------------------------------

    Another post:

    I made a file and the backup of the folder C:\Windows folder
    on my system that is pre-existing (OEM XP Home Sp3). I also did a
    separate the backup the State of the 'system' on my pre-existing system.
    These are added my full image backup of her pre-existing
    system a month ago.

    I did a backup image of my system (minimum fees OEM XP Home
    SP3 with all the original installed drivers over a network configured
    connection and a firewall configured). This system will upgrade
    XP Pro with XP Pro SP3 slipstreamed CD successfully.

    Experiment 1:

    I've restored my minimum system. I then restored the C:/Windows folder
    and the State of the pre-existing system backup system. A startup
    has managed (with a minor irritant). I had to activate Windows.
    Then, I tried upgrading the slipstreamed XP Pro processor. He stopped
    at the same place during the upgrade and gave the same error as before:

    Setup cannot set the required configuration information Windows XP.
    This indicates an internal Setup error.

    Experiment 2:

    I've restored my minimum system. I then restored the system state only
    the backup of the pre-existing system. After startup I was asked to
    activate Windows, but answer Yes to the question would be to disconnect me
    the system. I couldn't get connected to try the XP Pro upgrade.

    Experience 3:

    I've restored my minimum system. I then restored only the C:/Windows
    the backup of the pre-existing system folder. Once again, as in experiment 1,
    the upgrade failed at the same place with the same error message.

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

    Before the experiment 3, I hoped that 3 experience would succeed so I
    could conclude that I had a registry problem. I'm not sure now.
    I don't know what to try next. Take the minimum system and reinstalling
    my files of the user is not an option that my hard drive has over 200 GB of
    programs! If I restore all files and folders of my pre-existing
    I would still have backup to restore a system state the reliable (read the registry).
    ---------------------------------------------------------------------

    Sorry for the length! If anyone has any ideas I would appreciate your responses.

    Thank you

    Hello

    This problem can occur if a piece of hardware that is installed on your computer is not compatible with Windows XP.

    For more information, see this link:

    Error message: Setup cannot set the required Windows XP Configuration information

    Hope the helps of information.

  • ADFC-10004: cannot set property managed bean "autoquery.

    Hello

    I'm trying to deploy and run an ADJ application that was built with JHeadstart. Initially, I came across the question which the application appears to hang in the browser when I first tried to see. The URL change the request parameter and a reload triggered JavaScript happens constantly - page content is empty. I could solve this problem by using the suggestion offered in this thread:

    Re: JDeveloper 11.1.1.2 group patch

    After the page is loaded (Yes!), but when I tried to load the next page making connections to database tables, I get this stacktrace and the page remains empty:

    Caused by: oracle.adf.controller.ControllerException: ADFC-10004: cannot set property managed bean "autoquery.
    at oracle.adfinternal.controller.util.Utils.createAndLogFacesException(Utils.java:184)
    at oracle.adfinternal.controller.beans.ManagedBeanFactory.setSimpleProperty(ManagedBeanFactory.java:316)
    at oracle.adfinternal.controller.beans.ManagedBeanFactory.setManagedProperties(ManagedBeanFactory.java:262)
    at oracle.adfinternal.controller.beans.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:203)
    at oracle.adfinternal.controller.beans.ManagedBeanFactory.instantiateBean(ManagedBeanFactory.java:860)
    at oracle.adfinternal.controller.state.ScopeMap.get(ScopeMap.java:82)
    at javax.el.MapELResolver.getValue(MapELResolver.java:164)
    at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
    at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:118)
    at com.sun.el.parser.AstNot.getValue(AstNot.java:46)
    [snip]
    Caused by: java.lang.NoSuchMethodException: unknown property 'autoquery.
    at org.apache.commons.beanutils.PropertyUtilsBean.setSimpleProperty(PropertyUtilsBean.java:1741)
    at org.apache.commons.beanutils.PropertyUtils.setSimpleProperty(PropertyUtils.java:577)
    at oracle.adfinternal.controller.beans.ManagedBeanFactory.setSimpleProperty(ManagedBeanFactory.java:308)
    ... more than 232

    I checked in JDeveloper properties JHeadstart ask "Change the JHeadstart Application definition". Looking at my details group values, I see that the "automatic query" is checked in all cases. I tried to remove the check mark and redeployed, but the same error happens again.

    At the moment I don't know how to debug this more. The last error is possibly caused by the fix that I applied (removal of the filter to ADF faces)? Any ideas how to proceed are welcome. :)

    Environment:
    JDeveloper Studio Edition Version 11.1.1.2.0
    JHeadstart 11.1.1.2.37
    WebLogic 10.3.2.0, running locally on my Windows XP machine

    To start, can you still run the application within JDeveloper?
    Second, switch to a later version of JHeadstart recently?

    In the past, the JhsSearchBean used to have an autoquery property. If your managed bean definition still contains this property, you get the error you mentioned.
    You must remove this property of any beans that are controlled using the JhsSearchBean class.

    Steven Davelaar,
    Jheadstart team.

  • What I can do about it: after upgrading to firefox 6, I get this error. TypeError: Components.classes['@ [cid] is undefined?

    What I can do about it:
    After the upgrade to firefox 6, I get this error.
    When I click to open Firefox, a box opens with the following error message:
    JAVASCRIPT application
    TypeError: Components.classes['@ [cid] is undefined?
    When I click close in the box, then Firefox start. I just want to really get fixed error so that when I open firefox, I can't see this box.

    You need to understand what add-on is causing that error and disable it until the developer of this add-on fixes it. There may be an error on this issue in the Console error, accessible through the developer menu item Web or {Ctrl + Maj + J}.

    See also this:

    http://support.Mozilla.com/en-us/KB/troubleshooting+extensions+and+themes

  • Could not complete your request because the program error when trying to set the text on a path

    I'm putting the text on a curve and when I click with the text tool on the way I get this error message "can not complete you request because of a program error."  Photoshop CC 2014 on Win 7 with 32 GB RAM machine.  Never had this problem before!

    Hi njquinn,

    'Could not initialize Photoshop because of a program error' is a generic error and means something unexpected.

    See the PSErrorLog.txt file in your folder of Photoshop CS5 preferences (C:\Users\> \AppData\Roaming\Adobe\Adobe Photoshop 2014\Adobe Photoshop CC 2014 Settings CC). Which could give us an idea what goes wrong. In case you are not able to understand it, please copy and paste here.

    Also, allows to optimize PS for optimal performance and then check out. http://helpx.adobe.com/photoshop/kb/optimize-performance-photoshop-cs4-cs5.html#main_Set_P erformance_preferences ; Photoshop CC and CC 2014 GPU FAQ

    See you soon!

    ~ David

  • Pool CP 7 Question javascript HTML5 version error

    I use CP7 and publish on HTML5. I have a number of gliding random quiz using a number of question pools.

    The project publishes very well, but when I try to display the project in the browser I get the following Javascript error.

    SyntaxError: ILLEGAL of unexpected token to eval (native) to b (.../publish/3-theory/3-theory-r1/assets/js/CPXHRLoader.js:36:374) to XMLHttpRequest. < anonymous > (.../publish/3-theory/3-theory-r1/assets/js/CPXHRLoader.js:37:45) CPXHRLoader.js:36

    1. Eception TypeError: Cannot read property "pqs" of undefined VM16920:971
      1. cp. PoolManager.loadPoolDataIntoModelVM16920:971
      2. cp. PoolManager.loadPoolsVM16920:970
      3. cp. CPPreInitVM16920:662
      4. cp. ContinueCPInitVM16920:1562
      5. cp. DoCPInitVM16920:1561
      6. cpInit (index): 17
      7. initializeCP (index): 25
      8. (index): 59
      9. (anonymous function) (index): 71
      10. b CPXHRLoader.js:37
      11. CPXHRLoader.js:37

        If I hide all the question slides project charge very well.

        I used a .gift format to load in questions and error, it seems that there could be some funny character or something, if I checked this and can not see anything unusual.

        Any idea?

        After a day of tinkering, recreate the whole project in a new file and other unnecessary effort I found the problem looking at the JavaScript code when running. Objects of the question pool did exist at all and that is why it failed.

        The problem... is because I named the pools of matter starting by a number rather than a letter.

        1_xxxx

        2_yyyy

        3_zzzz

        Unfortunately the warning message from Adobe on the naming conventions does not not for this.

        Re-appointed to help

        a_xxx

        b_yyy

        c_zzzz

        and everything works fine.

        In any case, hope this helps someone if they always fall into the same problem.

      12. Try to use getJSON with function onClick but get eception TypeError

        Eception TypeError: cannot read property ' $"undefined


        Hi, I am using the getJSON function when a button is clicked. However, I get the above error. However if I use the code under compositionReady, everything works fine.


        But I want my app to work so that, when I click the button, the function gets information about the json file and displays information dynamically. What is the right solution to implement this function. I think I can use this function inside the compositionReady function, just hide the information and display when the user clicks the button. But is there another way or approach I can take?


        $.getJSON ("content. JSON")

        (.the)

        {function (Data)}

        Console.log ("incoming data:", data);

        $(données, fonction (index, item) {} .each)

        var l = sym.createChildSymbol ('template', 'content');

        l. $("item") (item.item) .html.

        l. $("description") .html (item.description);

        l.Play (index *-500);

        });

        });

        Looking at your files.

        If you replace this line: var s = sym.createChildSymbol ('template', 'content');

        by this line: var s = sym.createChildSymbol ('template', sym.getParentSymbol (). $("content"));
        Your JSON file is returned but...

Maybe you are looking for

  • WiFi or data plan required

    I am looking for an i1, but I want to know if you can use an active Nextel sim card of an i680 has not given plan and continue to use the WiFi feature, or do I have to get a data plan. Sprint/Nextel says I'm going to fry the phone if I try, but I use

  • My Cliq close on its own

    My cliq turns off on its own, it was in my jacket pocket down with the set screen time-out, so maybe that it overheated? TMobile said this is not listed as a function and have no info on an automatic stop for heating.

  • Rock KING how to ignore the outside frame of the license plate

    Hello. I'm doing an OCR program to detect the license plate numbers. However, I am having this problem where I specify the return on investment for OCR recognize my characters. Otherwise the program cannot read the characters correctly due to the pre

  • How can I remove PC MightyMax

    PC MightyMax is causing many problems on my PC and I can't uninstall it

  • Feature Request: Banners duplicate in a Collection

    Often when we are designing a navigation page, we can use a banner similar to the use of a "spacer GIF" in HTML. However, how AEM Mobile working, we create a banner "spacer" individual for each instance, that we need.Example ofIn the current page to