"TypeError: undefined is not an object ' after the 2014.1.1

I see the error: "TypeError: undefined is not an object (evaluation of"cpoint.getSymbolElement") in a composition of _upgraded that arouses points and tooltips to not appear in the charged composition.»

Animate edge version 2014.1.1

Mac OS 10.10.1

Safari 8.0.2, 40.0.2214.94of Chrome, Firefox 35.0.1

This question has started to happen after 2014.1.1 updated

No changes have been made to my computer and I tested it on other computers with the same result

Here is the improved composition that does not work: http://inlightmedia.com/edge-interactive-svg-maps_upgraded/

Older composition which displays correctly the pins and ToolTips: http://inlightmedia.com/edge-interactive-svg-maps/

Two compositions zip files: Zip file

I strongly am a rookie Edge and JavaScript and have been amend this (which was created by someone else is no longer supports) according to my needs. Any help is at work in the new version of edge would be greatly appreciated.

Thank you
Jansen

Hello

It's compositionReady, the #34 line:

You've written: var = cpoint sym.createChildSymbol ("point", "stage");

and it was: var sym.createChildSymbol = cpoint ("point","STagus");

step must be capitalized: stage.

Tags: Edge Animate

Similar Questions

  • MuseJSAssert: Error calling the function switch: TypeError: undefined is not an object (evaluation of "a.rules")

    I have this error on my Web site every time that I go. It disappears when I refresh three times.

    "MuseJSAssert: error calling the function switch: TypeError: undefined is not an object (evaluation of"a.rules").

    I downloaded the site with Filezila.

    Please help, what's wrong here?

    Thank you

    Hi Barbara,

    The question began to happen after you downloaded using the latest version of Muse?

    If so, can you try to remove the old files of the web server and re-upload using Muse?

    Kind regards

    Akshay

  • JavaScript exception: error calling the function switch: TypeError: undefined is not an object (evaluation "jQuery.browser.msie") - HOW I ME get RID OF THIS

    Screen Shot 2015-12-12 at 16.54.47.pngScreen Shot 2015-12-12 at 17.01.45.png

    Hello

    I get these errors a lot lately on my sites of muse - it happens when I rename pages or change the navigation menu - I tried several times and this isn't to do with external plugins - this is a bug of muse - appears when my loading sites and also when you select a page in the navigation bar - in the past for a single page websites - I just copy the contents in memory - remove the rebonding and page - everything and it works again - of course, I don't want to do that with Web sites with multiple pages - in the past, anyone in the forum mentioned deleting a file of muse on the server to reset something - any who want to add to it or guide me to solve these problems, so I know what to do when they arrive

    Jay

    Don't know if it's the same thing, but share this discussion JavaScript exception: error calling the function of selection: [object error] after the last update of the software Adobe Muse.  I export the html files and load them on my server.  I replaced all the files.  Only happens in IE11 just in case it helps.

  • JavaScript exception: error calling the selection function: TypeError: undefined is not an object ('jQuery.browser.msie' assessment)

    Hi all

    my site www.theperthcollective.com is this error on the only secure site (https) on the Tickets Page Workshop tickets

    With ' some files on the server may be missing or incorrect. Clear the browser cache and try again, if the problem persists please contact the author of the Web site.

    Also the Mumblr widget does not work on the secure site.

    Can anyone help? IM at my wits end. I've tried everything I can think of and nothing worked. It is hosted with GoDaddy.

    Thank you

    Hayley

    Have you actually checked it in different browsers? with which browser you test? Since it specifically points to MSIE, this could be a fluke due to browser being obsolete...

    Mylenium

  • Of ERROR APPEARS WHEN I LAUNCH MUSE SITE IN BROWSER: MuseJSAssert: error calling the function switch: TypeError: undefined is not an object ('jQuery.browser.msie' assessment)

    Hello

    I am at a loss why I get this error - I thought it might be hyperlinks on the page so I stripped all the links page to other pages I've had more than a month to is rearranged pages - and even removed from the homepage and glued in place - but this issue has not changed - how bad can I turn this extra - the error is so vague and make no mention of what that either I can target - any advice would be welcome.


    Jay

    Please try to re - publish the site, download all the files manually using any FTP client and then check.

    If still the same issue, we provide the url of the site.

    Thank you

    Sanjit

  • BBUI.js action bar problem press button menu contextual assessment "undefined is not an object.

    I was updating my file bbui.js to the latest version and my screen splash action bar buttons are now broken when I deploy my Dev Alpha b with the updated OS 10.2. However, when I imitate the ripple app, there is no error message and everything works.

    When I open web-insector to see what the console bed after I pressed a button:

    "TypeError: 'undefined' is not an object (evaluation of"blackberry.ui.contextmenu.CONTEXT_ALL").

    I have a button in the context menu which worked very well forward on each of the pages.

    All my code is available for viewing at https://github.com/InnovateorDieOnline/BOTE

    Thank you in advance.

    Hi there, don't you update extension WebWorks (described in the components section required here.)
    https://github.com/BlackBerry/bbUI.js/wiki/context-menus

    The latest version of bbUI.js handles the Menu differently and you will need to make some changes, in addition to updating the script files.

  • 'undefined' is not an object ("new blackberry.pim.contacts" evaluation)

    Hi, I'm working on the PIM contact. I did the CPO. That works well, but when I put implement this code in my project, I am getting following error

    TypeError: 'undefined' is not an object ("new blackberry.pim.contacts" evaluation)

    He comes to
    findOptions = new blackberry.pim.contacts.ContactFindOptions ();

    I added also permission

    <>ermissions >

    <>Ermit > access_pimdomain_contactsermit >

    ermissions >

    Any help

    I have error. To add the function id in the config file.

    I forgot that part.

  • TypeError: Result of expression 'item' [undefined] is not an object.

    Hello

    I can userstand the good way to spend the ListItemData given to a page entry. In the example ListView generated here is what is generated.

    import bb.cascades 1.2
    NavigationPane {
        id: nav
        Page {
            Container {
                ListView {
                    dataModel: XmlDataModel {
                        source: "data.xml"
                    }
                    onTriggered: {
                        if (indexPath.length > 1) {
                            var chosenItem = dataModel.data(indexPath);
                            var contentpage = itemPageDefinition.createObject();
                            contentpage.itemPageTitle = chosenItem.name
                            nav.push(contentpage);
                        }
                    }
                    accessibility.name: "Listing"
                }
            }
        }
        attachedObjects: [
            ComponentDefinition {
                id: itemPageDefinition
                source: "ItemPage.qml"
            }
        ]
        onPopTransitionEnded: {
            page.destroy();
        }
    }
    
    import bb.cascades 1.2
    Page {
        property alias itemPageTitle: titlebar.title
        titleBar: TitleBar {
            id: titlebar
        }
        Container {
        }
    }
    

    If I wanted to copy the input data to the push page, then I can do that.

    import bb.cascades 1.2
    NavigationPane {
        id: nav
        Page {
            Container {
                ListView {
                    dataModel: XmlDataModel {
                        source: "data.xml"
                    }
                    onTriggered: {
                        if (indexPath.length > 1) {
                            var chosenItem = dataModel.data(indexPath);
                            var contentpage = itemPageDefinition.createObject();
                            contentpage.item = chosenItem
                            nav.push(contentpage);
                        }
                    }
                    accessibility.name: "Listing"
                }
            }
        }
        attachedObjects: [
            ComponentDefinition {
                id: itemPageDefinition
                source: "ItemPage.qml"
            }
        ]
        onPopTransitionEnded: {
            page.destroy();
        }
    }
    
    import bb.cascades 1.2
    Page {
        property variant item
        titleBar: TitleBar {
            id: titlebar
            title: item.name
        }
        Container {
        }
    }
    

    And this also works except that it generates a

    TypeError: Result of expression 'item' [undefined] is not an object.

    error. Thus, it is written in the ebook learn Blackberry App Development 10. Anyone know how to get this to work without him spit the error type?

    Thank you

    the problem is that the point is not defined when the page is created.
    a solution would be to use onItemChanged to set the title.
    or use something like element? Item.Name;
    There are many other possible solutions, but these two come to mind that the easier.

  • Error in management: TypeError: result of expression 'blackberry.media' [undefined] is not an object

    I'm taking pictures in my widget, but when I make the call

    blackberry.media.camera.takePicture (successCB, closedCB, errorCB);

    I got this error in the Simulator as well as in a real device: "error in management: TypeError: result of expression 'blackberry.media' [undefined] is not an object.

    Also, I included the function in the config.xml file:

    I don't know what else could be.

    Hello

    I have not a 9360 around me at the moment, but I just tried it on a 9900 7.0 running and the above code ran very well.

    On your device, could you please navigate:

    Options > device > application > search and highlight her is > press the menu key, then select change permissions > set all allow (or as high as possible) > save options and re-run your application under test.

    It is more of a longshot, but get a little creative.

    Also, you use the latest version of the SDK software (2.3.1) smartphone while packing?

    https://bdsc.webapps.BlackBerry.com/HTML5/download/SDK

    I'll try and think a little more ideas, but the above code should work on a device of 7.0. Maybe someone from the community can check on them?

    Erik Oros

    BlackBerry Development Advisor

  • MuseJSAssert: Error calling the function switch: TypeError: undefined is not a function (assessment '$element .on this.')

    As usual I never update muse immediately incase of any question, however, a few days after the update (have not installed the update) I go on my site, this message appear out of no where "MuseJSAssert: error calling the function switch: TypeError: undefined is not a function (assessment ' this.)" ($element.sur ') ".

    So I decided to install the update and see, but the message would have still done appear then I wiped my server and download all my files to perhaps solve the problem of Javascript, and yet the message is still displayed.

    Note that this came from nowhere even tho I don't update my muse or uploaded to my FTP in days.

    My site entire is now totally useless after months in manufacturing.

    Can anyone help?

    The error on the sites is caused by having custom include the code that loads several different versions of jQuery. A single Web page should only have one.

    The redirect URL that fails intermittently. We actively work to diagnose and fix that, but which will not only cause these errors. Each Muse site contains a snippet of JavaScript that silently and automatically returns to use the version of jQuery that muse will be mailed to your host if the CA version is not available for some reason any.

    The problem is a number of customer sites have wrong incorporated several different versions of jQuery. When the CDN version is available, it is used. Unfortunately, when it is not available, an incompatible version loaded by the custom code or third-party widget is used and which translates these errors.

    Long term loading multiple versions of jQuery should be removed from the code or the third-party widgets on your site. In the short term, we will have solved CDN failure and these errors will disappear, but they return in the future if multiple copies of jQuery in the code no Adobe added to the page are not deleted.

  • How to deal with the "undefined is not an object"?

    I'm easy to a solution, but stepped on a thumbtack:

    The following code snippet creates an error in the GetTplParams function

    var template = "DDD-BibFM-tpl.fm";  // located in script-dir var outFile  = "DDD-BibFM.fm";      // located in the source dir   oDoc = OpenTemplate (); alert ("Is template open now?"); function OpenTemplate () {   var tplDir, tplFile, openParams, openReturnParams, oFile;   tplFile = "E:\\_DDDprojects\\FM+EN-escript\\escript\\DDD-BibFM-tpl.fm" // SimpleOpen does not take the tplFile, but opens the dir of the active document //  oFile = SimpleOpen (tplFile, true);   openParams = GetTplParams ();    openReturnParams =  new PropVals();    oFile = Open (tplFile, openParams, openReturnParams);    return oFile; }   function GetTplParams() {  // =>>> "undefined is not an object" on line 22 var params, i;  // Change the params   i = GetPropIndex(params, Constants.FS_RefFileNotFound);    params[i].propVal.ival = Constants.FV_AllowAllRefFilesUnFindable;    i = GetPropIndex(params, Constants.FS_FileIsOldVersion);    params[i].propVal.ival = Constants.FV_DoOK;    i = GetPropIndex(params, Constants.FS_FontNotFoundInDoc);    params[i].propVal.ival = Constants.FV_DoOK;    i = GetPropIndex(params, Constants.FS_LockCantBeReset);    params[i].propVal.ival = Constants.FV_DoOK;    i = GetPropIndex(params, Constants.FS_FileIsInUse);    params[i].propVal.ival = Constants.FV_OpenViewOnly;    i = GetPropIndex(params,Constants.FS_AlertUserAboutFailure);    params[i].propVal.ival=Constants.FV_DoCancel;  /*   i = GetPropIndex(params,Constants.FS_MakeVisible );    params[i].propVal.ival=false;  */   return (params);  }
    

    (insertion of JS code really has its quirks in this editor).

    Hi Klaus,

    Something like this in the GetTplParams() service you:

    params = GetOpenDefaultParams();

  • MuseJSAssert: Error calling the function switch: TypeError: 'undefined' is not a function (assessment '$('.browser_width').toBrowserWidth ()')

    Hello!!

    I m having this alert in my exploring when I try to open my site:

    MuseJSAssert: Error calling the function switch: TypeError: 'undefined' is not a function (assessment '$('.browser_width').toBrowserWidth ()')

    the site is www.tmed-mexico.com

    and opening belongs to another site that I designed too.

    What can I do? The peak of the shipment.

    screenshot.png

    I think you should contact your FTP/Web hosting provider and get more clarity on how your installation sites (they are both with the same hosting provider). You have two sites hosted on the same server - probably in two different files - that could be cause of all this confusion.

    In addition to the FTP server, username and password, you must also have a folder location to load your site content.

    See you soon,.

    Vikas

  • MuseJSAssert: Error calling the function switch: TypeError: 'undefined' is not a function (assessment ')

    Help, how do I fix this bug?

    MuseJSAssert: Error calling the function switch: TypeError: 'undefined' is not a function (assessment ' $('#u69').registerPositionScrollEffect ({"enterSpeedY": 1, "exitSpeedY": "offset" 0,:-0.04999 999999999005})')

    and I also have this error:

    MuseJSAssert: Error calling the function switch: TypeError: 'undefined' is not a function (assessment '$('.browser_width').toBrowserWidth ()')

    Help please help

    The most common cause of JavaScript errors on a page of Muse is missing from server or .js files or other files on the server, not all human beings of the backup of files .js version of Muse. If you use an external FTP client, you must re - download all the files and folders every time that a site is implemented using an updated version of Muse (since the code generated by changes of the Muse of liberation to free to improve page load performance, support new features, new versions of browsers or devices (, etc. of the address, etc.).

    The second most often the cause of errors JavaScript on a page Muse is bug embed code and/or include code that is in conflict with the JavaScript code used by Muse. Plan to temporarily remove your embed code to see if the problem goes away and so isolate the cause.

    And, of course, it is possible, a JavaScript error is caused by a bug in Muse or a bug in an update of the newly introduced browser, but frankly, given the level of tests that are placed in a statement of those who tend to be very rare and when they do occur, they are usually very quickly addressed by an update of Muse.

  • Undefined is not an object

    Hello

    I'm having a problem with a panel of HTML5 for Premiere Pro.  I have the Panel installed on 15 computers and it works fine on 10 of them.

    On the other 5, launches the Panel, but when you press a button/script an alert box stands up and says "Undefined is not an object.

    Any ideas?

    Thank you

    Kelly

    In additional tests and subsequent updates of creative cloud, I could not the failure of the installation of your .zxp. Please send again if the problem reappears.

  • Error 21. Undefined, is not an object. Can't get management to work

    When I try to use picture frames, I get this message... Error 21. Undefined is not an object

    Harold, it seems that the bug has not been fixed, but I worked on a temporary fix for this issue. See my comment to you in the other post about it:

    error message 21 under filter/rendering/image

Maybe you are looking for

  • How can I create a link or an installer that will open the bookmarks somebody bar and add some bookmarks?

    The goal is to embed a link in a word which, when clicked, opens the bookmarks bar and adds some bookmarks in the document. Another option would be that the link create icons from desktop to Web sites. The main deal breaker is we do not want to chang

  • can I update windows ce5 on a 7000 a inkia

    I have an old Inkia UMPC-7000 has CE.v5 running.  I live in Turkey where ADSL is the connection.  Although I can connect to the internet it doesn't let me go to any search engine that it I was 5 or 6.  If I update the CE5 will then be able to use wit

  • Problems with Panel & new programs

    When you try to access the 90% of the programs in the Control Panel, I get the following text: 'Windows cannot access the specified device, path or file. May not permissions to access you the item. »I also get the same message when I try and access a

  • Inspiron Riparazione HDMI 7520

    Buongiorno, Abbiamo in ufficio 7520 UN Dell Inspiron 15R al quale SE ha begun a uscita malfunzionare HDMI. Qual'e the procedure by find, e come fa ad avere un preventivo if? Grazie. Altri Andrea

  • WSA error

    Hello world. We have the Ironport following in our network: UDI: S170 V03 FTX1632M0AAName: S170Description: Cisco IronPort S170Product: Cisco IronPort Web Security Appliance S170Model: S170Version: 7.5.2 - 303 The Director told me that he gets the fo