Member A collide with  member B with PhysX

I need a simple help.
I have a w3d with some PhysX reaction.
I need to control a condition (If  member A collide with  member b).
I must say that actually unfortunately Director is poor of exemple ...
Can anybody give to me a hint.
Thanks.

Hi,
as u said that you have a public method which uses private member of the parent class... now when you inherit the parent class to a subclass then the private member will not be inherited due to which it will not be visible to the subclass.....
private members or private methods are never inherited...
you will have to make that private member as a protected member if you want it to be inherited to its subclass....
Hope I am able to answer your query...
Regards,
Siddarth

Similar Messages

  • Import collides with another import statement

    Suppose I have 2 packages, train and plane. Each package has a class called Engine. In addition, train.Engine and plane.Engine have nothing in common. In a 3rd class, I import both of these:
    import train.Engine;
    import plane.Engine;Doing so results in the following error:
    The import plane.Engine collides with another import statement
    How do I do this?

    One of these imports have to be commented. The imports are reside in the source code, not just in jar or other class path entries. If the imports are in different files then you'd browse the sources and find import with the same name but in different name spaces. This is happened if you you don't wanna add a big jar to the class path instead you created a class file with the same name because of huge references. And you just wanted route it out of the jar and possibly remove dependency.

  • Why does an object collide with itself?

    I'm getting an unusual condition where, after using WakeupOnCollisionEnter(Node node) calls back my program with the triggering path, I am getting objects that collide with themselves.
    Why is an object colliding with itself?

    I don't think that's it.
    The docs for WakeupOnCollisionEnter says:
    "Class specifying a wakeup when the specified object collides with any other object in the scene graph."
    They key words being "any other object", which would seem to preclude the node specified.
    The specified object is my player's avatar. I do no checking. I simply let the WakeupOnCollisionEnter class tell me what the avatar collided with, and it tells me

  • How to collide with tile in scolling game?

    Hi all!
    I have the following problem - I want my airplane to be able to collide with a tile.
    this are the methods I'm now using but they doesn't seem to work as I want them to...
    In the GameCanvas class:
    /*method to check for collission*/
    boolean containsImpassableArea(int x, int y, int widths, int heights) {
              int rowMin = y / tHeight;
              int rowMax = (y + heights - 1) / tHeight;
              int columnMin = x / tWidth;
              int columnMax = (x + widths - 1) / tWidth;
              for (int row = rowMin; row <= rowMax; ++row) {
                   for (int column = columnMin; column <= columnMax; ++column) {
                        int cell = tBakgrund.getCell(column, row);
                        if (cell == STOP_TILE) {
                             return true;
              return false;
    /*method to check for keystates and invokes containsImpassableArea */
    private void checkKeys() throws Exception {
    int keyStates = getKeyStates();
    if ((keyStates & LEFT_PRESSED) != 0) {
                   if (sprit.getX() > 0
                             && !containsImpassableArea(sprit.getX() - 4, sprit.getY(),
                                       sprit.getWidth(), sprit.getHeight())) {
                        sprit.move(-4, 0);
                        sprit.setFrame(8);
                   } else {
                        sprit.setFrame(9);
    /*the same on RIGHT_PRESSED, UP and DOWN*/
    /* if no key is pressed */
    if ((keyStates == 0)) {
                   sprit.setFrame(9);
                   if(containsImpassableArea(sprit.getX(), sprit.getY() - 4,
                   sprit.getWidth(), sprit.getHeight())) { scrolling = false; }
                   else{
                        scrolling = true;
    /* the method that handles the scolling */
    if (terrainScroll < 0 && scrolling == true ) {
                   terrainScroll += 2;
                   tBackground.setPosition(0,terrainScroll);
    }//end of method checkkeys...
    ok.... why doesn't it work ...is it some kind of layerproblem (sprite and tiles not in the same layers)?
    Perhaps someone has any code samples?
    Thanks in advance!
    /arnold

    please use the [ code ] formatting tags when posting code.
    I'm not sure exactly, but it looks like you are only testing the end location of the player. For accurate collision detection, you need to test for collisions between all points between the start and end location. For example, if you are flying at a wall at full speed, the next calculated frame may be behind the wall, not on it. The way you implemented itI guess this is only a worry if your max speed is faster then the width or height of the sprite, but it may be something to consider once you allow variable speeds.

  • The time sheet record collides with an attendance.

    Dear Expert,
    I got the following error message when I try to apply OT through CAT2.
    Message no. HRTIM00CATS208
    Diagnosis
    The time sheet record from 18:00 - 19:00 o'clock collides with an attendance or absence of less than one day recorded in HR Time Management. The record entered in HR Time Management is entered in the next line.
    My overtime is record in infotype 2002 and subtypes 1010 while the attendance is in infotype 2002 and subtype 1000. I just want the overtime to check against the absences (e.g. leave) but not the attendance. This attendance is just for display only.
    Any idea how to configure?
    Thanks
    Regards,
    Bryan

    Hi Aditya,
    My constraint class for infotype 2002 subtype 1000 (attandance) is 1 and infotype 2002 subtype 1010 (overtime) is 2.
    I already specify any class of infotype 2002 that crash with 2002 (any class) to N at V_554Y_B. But it is still giving me the same error message.
    Any idea?
    Thanks
    Regards,
    Bryan
    My constraint class for infotype 2002 subtype 1000 (attandance) is 1 and infotype 2002 subtype 1010 (overtime) is 2.
    I already specify infotype 2002 crash with 2002 (any class) to N at V_554Y_B. But it is still giving me the same error message.
    Any idea?
    Thanks
    Regards,
    Bryan

  • Does Oracle 10G XE collide with other installed Oracle products?

    I have IDS 9i (Forms and Reports 9i) installed on my laptop for use with our remote database. Does Oracle 10G XE do anything with my Oracle home settings?
    I have Windows XP SP1 on my laptop.
    Mike

    If you have Instant Client (or something that bundles the Instant Client, such as ZendCore for Oracle), in your path on Windows, then you will get problems, such as
    1) The install spinning
    2) SQLPlus crashing when launched
    The offending DLL is called oraociei10.dll
    Check to see if you have this in your environment. Search will do this for you. If you do, check to make sure that the corresponding directory is not in your path. if it is, then the fix is to remove the offending directory from your path.

  • Time Machine colliding with MobileMe sync after 10.5.6 update?

    Hi, all. I am having fairly regular time machine errors, such as the following:
    Mar 2 17:35:19 ENTOURAGE /System/Library/CoreServices/backupd[4831]: Error: (-43) SrcErr:NO Copying /Users/jkinner/Library/Preferences/sync.plist to /Volumes/Backup of ENTOURAGE/Backups.backupdb/ENTOURAGE/2009-02-26-165316.inProgress/BE549816-EABC -4157-9FFE-2579D2A66254/Entourage/Users/jkinner/Library/Preferences
    Mar 2 17:35:19 ENTOURAGE /System/Library/CoreServices/backupd[4831]: Copied 52238 files (92.2 MB) from volume Entourage.
    Mar 2 17:35:19 ENTOURAGE /System/Library/CoreServices/backupd[4831]: Copy stage failed with error:11
    Mar 2 17:35:27 ENTOURAGE /System/Library/CoreServices/backupd[4831]: Backup failed with error: 11
    Every failure is because of sync.plist, which makes me suspect that the "near-instant" updates from MobileMe sync are causing my backups to fail. Anyone else getting this? FYI, my Time Machine volume is a USB drive mounted on an AirPort, and it's been working great before the update.

    Sheepless wrote:
    Mar 2 17:35:19 ENTOURAGE /System/Library/CoreServices/backupd[4831]: Error: (-43) SrcErr:NO Copying /Users/jkinner/Library/Preferences/sync.plist
    This looks like a corrupted preferences file.
    For now, don't touch it. Instead, exclude it from TM and run another backup (there might be another problem).
    To exclude it, go to TM's Preferences and click Options.
    In the next panel, click the plus sign at the bottom.
    In the sidebar of the next panel, select your home folder, then navigate to the file listed.
    Select it, click Exclude, then Done.
    Then do a +Back Up Now+ from the TM icon in your Menubar.
    If TM runs ok, then you need to figure out what's wrong with that file, or just delete it and re-enter your sync preferences.

  • InDesign Middle Eastern: Hebrew vowels under resh and dalet. Accents collide with vowels

    I am using InDesign CS3 Middle Eastern. When importing Hebrew text from Microsoft Word formated with quality fonts such as SBL Hebrew, I have two problems:
    1. Vowels under the letters resh and dalet do not appear under the vertical stroke of the letter but centered in the middle of the letter width. In Microsoft Word they appear in the right position, just under the vertical stroke of the consonants. See the image.
    2. Accents (cantillation) appear in some cases on the vowels (mixed with the vowel); the OpenType features that make the vowel move to the right to allow enough space for the accent do not work. See the image.
    Please, could anybody tell me, whether these problems have been solved in later versions of InDesign Middle Eastern?

    If you are in fact using an OpenType font that supports advanced
    diacritic placement and substitution, you can enable that by going to
    the flyout menu of the control panel and finding the "diacritic
    positioning" palette.  There, in the dropdown, should be the option to
    choose OpenType positioning.
    I'm presuming this was available in CS3, but I can't actually remember
    for sure.
    HTH,
    Ariel

  • Quicklook colliding with Spring loaded folders

    I am sure that most people know that dragging an item over a folder in Finder opens the folder after a short delay. A shortcut to open the folder is pressing space. Which incidentally is also the shortcut for entering Quick-look.
    Sometimes these collide. It seems that Finder is suddenly catching focus on what is selected, and Quick-look opens when space is pressed, even as the spring-loaded folder opens. It is kind of annoying as Quick-look is the last thing you need when drilling through a file hierarchy.
    Anyone else have experienced this?

    I'm having this same problem. In fact, lately the space bar shortcut for spring-loaded folders doesn't do anything at all. I just have to hold and wait til the set delay. Guess I'll have to lower the delay. Please fix this, Apple!

  • Window 8 collide with the most update itune  11.1.4.62

    Got i-tune updated last night.  However, my lab top could not detect my i-pad and i-phone 5S after the updated..
    I was told it might be happened by the collision between window 8 & the latest i-tune version...
    Now I could not proceed the synchronization between the lab top and the apple's devices.
    Really upset and do not know when the problem can be solved...

    I resolved the issue by doing the following:
    1. Uninstall iTunes and every Apple application (device support and such).
    2. Uninstall bonjour.
    3. Reboot.
    4. Go to Apple and install iTunes.
    It worked.  When I opened iTunes (after reinstalling) it recognized all my devices, music and video.

  • The import collides with another import statement

    What is this? Why this happens? I've just imported a class name to the JSP that has much more level imports. This JSP isn't even validated. I don't wanna rename my class has the same name as in one of the jar files on the class path.

    nromanc wrote:
    Skipping imports is not possible."skipping" as in not having any. Not possible? Why?
    More naturally fully qualified names could be used in the rarely used practices.
    much more typing and increase in the file size happens.The size of your source file might increase, yes.
    Wild-cards also lead to not optimized imports hence bad performance.Imports are a compile-time only construct. Any performance impact import wildcards might have are limited to compile-time.
    I didn't find correct answer in an old thread.
    I've posted correct answer but a moderator is blocked it.The reason for blocking it is given as "your post as it doesn't make much sense, and detracts from the good advice already given and well received."
    I do not know what you wrote. I cannot see blocked posts. I have no reason to doubt the reason given.

  • 3rd gen ipod collides with magnet

    My 9 year old recently stuck a magent to my 20GB dock connector ipod. All of the files appear corrupted. Do I just need to reset it and plug it into itunes?

    You will probably need to Restore it.
    Plug it into iTunes, select the iPod, then Restore.

  • Volume slider collides with mute button

    _root.createEmptyMovieClip("vsound",_root.getNextHighestDepth())
    vSound.attachAudio(ns);
    var so:Sound = new Sound(vSound);
    mainBar.volSlider.drag.onEnterFrame = function ()
        so.setVolume(-50 - this._x);
        vol = _root.volSlider.drag._x + 50;
        volAt = Math.round (vol);
    mainBar.volSlider.drag.onRelease = function()
        stopDrag();
    mainBar.volSlider.drag.onReleaseOutside = function()
        stopDrag();
    mainBar.volSlider.drag.onPress = function()
        startDrag(this, false, -50, this._y, 49, this._y);
    mainBar.muteBut.onRollOver = function()
        if(so.getVolume() <= 100)
            this.gotoAndStop("onOver");
        else
            this.gotoAndStop("muteOver");
    mainBar.muteBut.onRollOut = function()
        if(so.getVolume() <= 100)
            this.gotoAndStop("on");
        else
            this.gotoAndStop("mute");
    mainBar.muteBut.onRelease = function()
        if(so.getVolume() <= 100)
            so.setVolume(0);
            this.gotoAndStop("muteOver");
        else
            so.setVolume(100);
            this.gotoAndStop("onOver");
    Before i had the volume slider, the mute button was fine. but now, it doesn't work anymore.
    anyone?

    What is the following code doing:
    mainBar.volSlider.drag.onEnterFrame = function ()
        so.setVolume(-50 - this._x);
        vol = _root.volSlider.drag._x + 50;
        volAt = Math.round (vol);
    I ask because onEnterFrame code will continuously execute, and it may be the case that it is resetting any mute action taken as fast as it happens.  It may also be inhibiting your volume control from being a volume control.

  • Error while running forge post Endeca integration with ATG

    Hi All,
    We have integrated Endeca application with ATG and then tried running the Endeca baseline update script. However the script failed with the below error message
    Parsing XML dimensions data with validation turned on
    Parsing project file "C:\apps\ATGSample\data\forge_output\ATGSample.xml" (project="ATGSample")
    XMLParser: Reading dimensions, dvals, and synonyms from file "C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml"
    ERROR 06/07/13 05:15:57.022 UTC (1370582157018) DGIDX {dgidx,baseline} Internal error while decompressing input stream: null
    FATAL 06/07/13 05:15:57.022 UTC (1370582157018) DGIDX {dgidx,baseline} Fatal error at file , line 0, char 0; Message: An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml
    WARN 06/07/13 05:15:57.022 UTC (1370582157019) DGIDX {dgidx,baseline} Lexer/OLT log: level=-1: 2013/06/07 10:45:57 | INFO | Disabling log callback
    We checked the physical location of forge output and found that there is no file called 'ATGSample.dimensions.xml '
    However, when we manually placed this file in the forge output folder and ran dgidx alone, the baseline update failed with the below error
    Parsing XML dimensions data with validation turned on
    Parsing project file "C:\apps\ATGSample\data\forge_output\ATGSample.xml" (project="ATGSample")
    XMLParser: Reading dimensions, dvals, and synonyms from file "C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml"
    ERROR 06/07/13 05:15:57.022 UTC (1370582157018) DGIDX {dgidx,baseline} Internal error while decompressing input stream: null
    FATAL 06/07/13 05:15:57.022 UTC (1370582157018) DGIDX {dgidx,baseline} Fatal error at file , line 0, char 0; Message: An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml
    WARN 06/07/13 05:15:57.022 UTC (1370582157019) DGIDX {dgidx,baseline} Lexer/OLT log: level=-1: 2013/06/07 10:45:57 | INFO | Disabling log callback
    ============================================================================
    === DGIDX: Version = "6.4.0.692722"
    === Start Time : Fri Jun 07 11:04:15 2013
    === Arguments : "C:\Endeca\MDEX\6.4.0\bin\dgidx.exe -v --compoundDimSearch --lang en --out C:\apps\ATGSample\logs\dgidxs\Dgidx\Dgidx.log --dtddir C:\Endeca\MDEX\6.4.0\conf\dtd --tmpdir C:\apps\ATGSample\data\temp C:\apps\ATGSample\data\forge_output\ATGSample C:\apps\ATGSample\data\dgidx_output\ATGSample"
    === Current Directory : C:\apps\ATGSample
    === Exec Path : C:\Endeca\MDEX\6.4.0\bin\dgidx.exe
    ============================================================================
    Language/collation in use is English (collation=endeca)
    WARN 06/07/13 05:34:15.054 UTC (1370583255046) DGIDX {dgidx,baseline} Lexer/OLT log: level=-1: 2013/06/07 11:04:15 | INFO | Enabling log callback
    No application configuration specified. Using "C:\apps\ATGSample\data\forge_output\ATGSample" as the application configuration prefix.
    ============================================================================
    === DGIDX: Starting phase "Read raw dimensions, properties, and records"
    === Current Time : Fri Jun 07 11:04:15 2013
    === Total Elapsed : 0.1131 seconds
    === User CPU Time : 0.0625 seconds
    === System CPU Time : 0.1250 seconds
    === Memory Usage : 18.44 MB
    ============================================================================
    Parsing XML dimensions data with validation turned on
    Parsing project file "C:\apps\ATGSample\data\forge_output\ATGSample.xml" (project="ATGSample")
    XMLParser: Reading dimensions, dvals, and synonyms from file "C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml"
    In Dval [id=10001] named "clothing-sku.color", the name is non-searchable.
    In Dval [id=10002] named "clothing-sku.size", the name is non-searchable.
    In Dval [id=10003] named "furniture-sku.woodFinish", the name is non-searchable.
    In Dval [id=10093] named "product.brand", the name is non-searchable.
    In Dval [id=10094] named "product.catalogId", the name is non-searchable.
    In Dval [id=10006] named "product.disallowAsRecommendation", the name is non-searchable.
    In Dval [id=10007] named "product.features.displayName", the name is non-searchable.
    In Dval [id=10095] named "product.language", the name is non-searchable.
    In Dval [id=10008] named "product.nonreturnable", the name is non-searchable.
    In Dval [id=10096] named "product.priceListPair", the name is non-searchable.
    In Dval [id=10009] named "product.siteId", the name is non-searchable.
    In Dval [id=10010] named "sku.siteId", the name is non-searchable.
    In Dval [id=10011] named "product.category", the name is non-searchable.
    In Dval [id=10079] named "item.type", the name is non-searchable.
    XMLParser: Done reading dimensions, dvals, and synonyms from "C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml"
    XMLParser: Reading auto propmap file "C:\apps\ATGSample\data\forge_output\\ATGSample.auto_propmap.xml"
    XMLParser: Done reading auto propmap file "C:\apps\ATGSample\data\forge_output\\ATGSample.auto_propmap.xml"
    XMLParser: Reading properties from file "C:\apps\ATGSample\data\forge_output\ATGSample.prop_refs.xml"
    XMLParser: Done reading properties from file "C:\apps\ATGSample\data\forge_output\ATGSample.prop_refs.xml"
    XMLParser: Reading rollup properties and dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.rollups.xml"
    XMLParser: Done reading rollup properties and dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.rollups.xml"
    XMLParser: Reading record spec property from file "C:\apps\ATGSample\data\forge_output\ATGSample.record_spec.xml"
    XMLParser: Property "common.id" is a record spec property.
    XMLParser: Done reading record specs from "C:\apps\ATGSample\data\forge_output\ATGSample.record_spec.xml"
    XMLParser: Reading record filter properties from file "C:\apps\ATGSample\data\forge_output\ATGSample.record_filter.xml"
    XMLParser: Done reading record filter properties from file "C:\apps\ATGSample\data\forge_output\ATGSample.record_filter.xml"
    XMLParser: Creating dimensions from dvals.
    XMLParser: Reading rollup properties and dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.rollups.xml"
    XMLParser: Done reading rollup properties and dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.rollups.xml"
    XMLParser: Reading dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimension_refs.xml"
    XMLParser: Done reading dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimension_refs.xml"
    XMLParser: Reading dimension groups from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimension_groups.xml"
    XMLParser: Done reading dimension groups from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimension_groups.xml"
    XMLParser: Reading precedence rules from file "C:\apps\ATGSample\data\forge_output\ATGSample.precedence_rules.xml"
    XMLParser: Done reading precedence rules from file "C:\apps\ATGSample\data\forge_output\ATGSample.precedence_rules.xml"
    XMLParser: Reading dval refs from file "C:\apps\ATGSample\data\forge_output\ATGSample.dval_refs.xml"
    XMLParser: Done reading dval refs from file "C:\apps\ATGSample\data\forge_output\ATGSample.dval_refs.xml"
    XMLParser: Reading dval ranks from file "C:\apps\ATGSample\data\forge_output\ATGSample.dval_ranks.xml"
    XMLParser: Done reading dval ranks from file "C:\apps\ATGSample\data\forge_output\ATGSample.dval_ranks.xml"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10079] "item.type"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10094] "product.catalogId"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10095] "product.language"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10009] "product.siteId"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10001] "clothing-sku.color"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10007] "product.features.displayName"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10006] "product.disallowAsRecommendation"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10002] "clothing-sku.size"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10003] "furniture-sku.woodFinish"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10008] "product.nonreturnable"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10093] "product.brand"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10096] "product.priceListPair"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10010] "sku.siteId"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10011] "product.category"
    XMLParser: Reading refinement config from file "C:\apps\ATGSample\data\forge_output\ATGSample.refinement_config.xml"
    XMLParser: Done reading refinement config from file "C:\apps\ATGSample\data\forge_output\ATGSample.refinement_config.xml"
    XMLParser: Reading dimension search index configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimsearch_index.xml"
    XMLParser: Done reading dimension search index configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimsearch_index.xml"
    XMLParser: Reading record search index configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.recsearch_indexes.xml"
    XMLParser: Done reading record search index configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.recsearch_indexes.xml"
    XMLParser: Reading record search interface configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.recsearch_config.xml"
    XMLParser: Done reading record search interface configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.recsearch_config.xml"
    WARN 06/07/13 05:34:15.288 UTC (1370583255283) DGIDX {dgidx,baseline} Errors while parsing record search interface configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.recsearch_config.xml": RETURN_RELRANK_SCORE no longer supported. Search interface member "allAncestors.displayName" in interface "All" is not a property or dimension Search interface member "product.displayName" in interface "All" is not a property or dimension Search interface member "sku.displayName" in interface "All" is not a property or dimension Cannot put search interface member "product.features.displayName" into the search interface "All" because it has not been enabled for full-text search Cannot put search interface member "product.brand" into the search interface "All" because it has not been enabled for full-text search Search interface member "product.repositoryId" in interface "All" is not a property or dimension Search interface member "sku.repositoryId" in interface "All" is not a property or dimension Search interface member "product.briefDescription" in interface "All" is not a property or dimension Search interface member "product.description" in interface "All" is not a property or dimension Search interface member "product.longDescription" in interface "All" is not a property or dimension Search interface member "product.keywords" in interface "All" is not a property or dimension Cannot put search interface member "clothing-sku.color" into the search interface "All" because it has not been enabled for full-text search Cannot put search interface member "clothing-sku.size" into the search interface "All" because it has not been enabled for full-text search Cannot put search interface member "furniture-sku.woodFinish" into the search interface "All" because it has not been enabled for full-text search Search interface member "sku.manufacturer_part_number" in interface "All" is not a property or dimension
    XMLParser: Reading search chars from file "C:\apps\ATGSample\data\forge_output\ATGSample.search_chars.xml"
    XMLParser: Done reading search chars from file "C:\apps\ATGSample\data\forge_output\ATGSample.search_chars.xml"
    XMLParser: Reading language stemming settings from file "C:\apps\ATGSample\data\forge_output\ATGSample.stemming.xml"
    XMLParser: Done reading per-language stemming settings from file "C:\apps\ATGSample\data\forge_output\ATGSample.stemming.xml"
    Default language English manually configured to use static word forms.
    XMLParser: Reading word forms from file "C:\Endeca\MDEX\6.4.0\conf\stemming\en_word_forms_collection.xml"
    XMLParser: Done reading word forms from file "C:\Endeca\MDEX\6.4.0\conf\stemming\en_word_forms_collection.xml". There are 50374 word forms.
    XMLParser: Reading language config from file "C:\apps\ATGSample\data\forge_output\ATGSample.languages.xml"
    XMLParser: Done reading language config from file "C:\apps\ATGSample\data\forge_output\ATGSample.languages.xml"
    XMLParser: Reading stop words from file "C:\apps\ATGSample\data\forge_output\ATGSample.stop_words.xml"
    XMLParser: Done reading stop words from file "C:\apps\ATGSample\data\forge_output\ATGSample.stop_words.xml", finished in 0.0039 seconds.
    FATAL 06/07/13 05:34:17.616 UTC (1370583257616) DGIDX {dgidx,baseline} ENE Indexer: Error processing records file.
    WARN 06/07/13 05:34:17.616 UTC (1370583257616) DGIDX {dgidx,baseline} Lexer/OLT log: level=-1: 2013/06/07 11:04:17 | INFO | Disabling log callback

    I've seen this type of error before when Forge is configured to read multiple files with spec *.xml.  Is that how you've configured your record adapter?  This configuration then collides with Forge XML config files merged into the same data/processing directory.
    From memory there's a couple of solutions for this - one might be to give the files a common name prefix if that's feasible, e.g. _data*.xml.  You could use a sub-directory to separate the files, but you'd need to modify your copy scripts.

  • Can anyone help me with a bit of script modifying?

    Hey guys, can anyone help me?
    Here is some script that makes my character obviously move
    and detects walls. I would like to modify the script so that when
    my character hits the right keydown, the sprite changes to cast
    member "right". I have tried and so far all i have done is succeed
    in making the cast member change but this then deactivates the
    walls. Any ideas??
    on exitFrame me
    if keyPressed(123) then
    move(me,-5,0)
    end if
    if keyPressed(124) then
    move(me,5,0)
    end if
    if keyPressed(125) then
    move(me,0,5)
    end if
    if keyPressed(126) then
    move(me,0,-5)
    end if
    end
    on move me, dx, dy
    oldRect = sprite(me.spritenum).rect
    newRect = oldRect + rect(dx,dy,dx,dy)
    hitWall = FALSE
    repeat with i = 2 to 30
    if sendSprite(i,#hitWall,newRect) then
    hitWall = TRUE
    exit repeat
    end if
    end repeat
    if not hitWall then
    sprite(me.spriteNum).loc = sprite(me.spriteNum).loc +
    point(dx,dy)
    end if
    end
    Many thanks.

    Hi Hayz,
    I actually recognise that script.
    Try the following:
    on exitFrame me
    if keyPressed(123) then --left
    move(me,-5,0,1)
    end if
    if keyPressed(124) then -- right
    move(me,5,0, 2)
    end if
    if keyPressed(125) then -- down
    move(me,0,5, 3)
    end if
    if keyPressed(126) then -- up
    move(me,0,-5, 4)
    end if
    end
    on move me, dx, dy, directionMove
    -- get rect and add change to it
    oldRect = sprite(me.spriteNum).rect
    newRect = oldRect + rect(dx,dy,dx,dy)
    case directionMove of
    1: (sprite(me.spritenum)).member = member("character_left")
    2: (sprite(me.spritenum)).member = member("character_right")
    3: (sprite(me.spritenum)).member = member("character_down")
    4: (sprite(me.spritenum)).member = member("character_up")
    end case
    -- loop through possible wall sprites and detect collisions
    hitWall = FALSE
    repeat with i = 2 to 30
    if sendSprite(i,#hitWall,newRect) then
    hitWall = TRUE
    -- insert collision instructions here
    exit repeat
    end if
    end repeat
    -- if no collision, then move sprite
    if not hitWall then
    sprite(me.spriteNum).loc = sprite(me.spriteNum).loc +
    point(dx,dy)
    end if
    end
    And remember, the sprites that you're colliding with need
    their own behavior with:
    on hitWall me, objRect
    if intersect(sprite(me.spriteNum).rect,objRect) <>
    rect(0,0,0,0) then
    return TRUE
    else
    return FALSE
    end if
    end
    regards
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.fbe.unsw.edu.au/learning/director
    http://www.multimediacreative.com.au
    email: [email protected]

Maybe you are looking for

  • How to deploy app level JMS resource using DeployerRuntime?

    I have an app level (described in the app, not global) JMS module. And inside this module I have several different resources.           Here is my question: when using weblogic.management.deploy.DeployerRuntime (or WLST) what syntax should I use in c

  • Need Infospoke retracting into a single file

    Hi sdn,            I'm doing infospoke to retract the data from cube and put it into a flatfile. But i'm getting 2-flatfiles one with header and one with data-The requirement is we need the data & header file to be into one file once we do retaction

  • CREATE TARGET TABLE

    Hi All, Can we create a target table in ODI as like we create target definition in Informatica. If yes, please let me know as i'm new to ODI. Also can you please give me a simple example on how variable works. Thanks, VBV

  • Keychain basic questions

    I haven't thought about my keychain for a while and I need a little help on basics. I am about to change my user (admin) password and need to know if the keychain uses a separate password. (I recall in earlier versions there was an item in the System

  • Using Sections To Tie Two Rows Together

    I use the section capability to join two rows together.  I have a button that will duplicate the section.  Which on the screen shows perfectly.  However, when you save the file, and open it back up it does not maintain those sections.  It combines th