Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
394 views

Why does removeChild need a parent node?

After answering this question I am left wondering why removeChild needs a parent element. After all, we could simply do node.parentNode.removeChild(node); As the parent node should be always ...
3
votes
4answers
165 views

JavaScript removeChild help

I am writing a simple little piece of code to draw pixels wherever the mouse is in a box. I also want to have a clear button. Drawing works fine, but I can't seem to get the clear button to work. Here ...
2
votes
1answer
50 views

[AS3]Using arrays to delete a specific child

I am creating a game in which bubbles with simple math equations are falling from the top of the screen, and you have to enter in the answer to make the specific bubble disappear. The only problem is ...
2
votes
1answer
32 views

Reusing of components in Java not properly trimming un-reused ones

I have a javax.swing.JPanel called calcResPanel (using a java.awt.GridLayout with 1 column and indefinite (0) rows) which is to receive and display a set of BHSelectableLabels (which extend ...
2
votes
4answers
289 views

can't remove all images of a sprite-container

I've got a stack of images. Those images are all added to a sprite container: var container:Sprite = new Sprite(); container.addChild(img);//added in a loop addChild(container); Later, when I ...
2
votes
1answer
160 views

JavaScript: How to remove tags from node?

In a previous question someone put me on to "rangy" http://code.google.com/p/rangy/. It's interesting even if I don't fully understand it. I am not a JavaScript person. However, I have managed to do ...
2
votes
0answers
166 views

Remove() From Collection Does Not Mark Object As Deleted - EF4

I'm using POCO generated classes - any way that I can tweek the template so that when I remove from a child collection, the item removed is also deleted from the db ? Or maybe in the partial class I ...
2
votes
3answers
877 views

Removing Parent in AS3: Does this free the memory used by all the children?

I'm making a rather large flash project and so I'm concerned about memory usage. At the end of each section of the application I remove the overarching parent element that holds the content. Although ...
2
votes
5answers
833 views

Getting error when using the removeChild method

Happy Pre-Halloween everyone :) My issue today is a DisplayObject error I'm getting when remove a child object. I have code that will launch(addChild) a video container and video controls as well as ...
2
votes
2answers
190 views

How do you undo “surroundContents” in javascript?

I'm writing a script that needs to move a wrapping node element around on the page. I find that when I do this, I remove the previously wrapped children. How do I unnest the children of a node, so ...
1
vote
1answer
32 views

Delete Xml data using php

How can I delete specific elements on xml using php my.xml <usr> <uid trk= "1234"> <deleteThis> <mychild>here</mychild> ...
1
vote
1answer
54 views

How to trigger onunload event when removing iframe ?

How can the iframe's unload event be triggered when removing it? Using the code below, when removeChild(iframe) is called, the onunload event is not triggered. <!-- parent.html --> ...
1
vote
1answer
81 views

Actionscript3.0 addChild removeChild XML

I dont know if for my problem addChild and removeChild method is what i exactly need but as i read around the web that's the technique i need to work with. This is my Xml file: <projects> ...
1
vote
2answers
89 views

Count how many UL Elements there are in a Div with Javascript?

I am dynamically adding UL elements to a DIV element. I would like to be able to count how many UL elements there are inside the DIV so that once all the ULs are removed dynamically I can delete the ...
1
vote
2answers
72 views

Remove an element from the DOM from reference to element only

This is either very simple or impossible. I know I can do this: var element = document.getElementById('some_element'); element.parentNode.removeChild(element); ...but it feels messy. Is there a ...
1
vote
1answer
64 views

Difference between SetProperty and RemoveChild in Flex

I am new to Flex. Recently, I am learning about 'state' concept in Flex. When state is changed, we can define the new properties for the new state overidding the properties of the base state. ...
1
vote
2answers
645 views

Android: How do I remove an item from a gridview, having the remaing items shuffle into place

BACKGROUND: I have a grid of 36 buttons, lets say a 6 rows & 6 columns numbered 1 to 36, displayed 2 rows at a time via a GridView and custom Adapter The grid displays fine, and all of the ...
1
vote
4answers
496 views

Does removeChild really delete the element?

Does removeChild function really deletes the child node completely? Or it just removes the element being child of the specified parant node? If it doesn't really deletes the element, is there a way to ...
1
vote
1answer
182 views

Cocos2D removeChildByTag, tag belongs to whom?

When I tell a CCNode: [node addChild:child z:0 tag:5]; Assuming 5 is a unique tag number, calling: [node removeChildByTag:5 cleanup:YES]; removes child .. but what if I wanted to change the tag ...
1
vote
3answers
2k views

How to delete a node from an Ext TreePanel if the node hasn't been rendered

I've found that I can't delete nodes that haven't been rendered yet. The following code shows what I mean. I ran it from the Chrome's (and Firebug's) command line while on ...
1
vote
2answers
76 views

removing child from a child

I am having trouble removing the child of a child of an object created using JS. Basically once I create a comment object I appendChild(replyBox) to it. Inside the replyBox there is a cancel button ...
1
vote
1answer
335 views

Correctly deleting child elements in PHP using DOMDocument and DOMXPath

This was previous another question, but we won't talk about that. I am isolating a number of sections in a third party HTML document. When matching some, I need to remove certain tags from the result. ...
1
vote
2answers
250 views

Flex 3 Error #2025 when using removeChild

I'm getting a Flex ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller. This is what I've got: a) I set the variable lastButtonClicked to the last button that was ...
1
vote
2answers
145 views

removeChild <script> before JavaScript executes

I have a local file that I am displaying in an iframe. I cannot alter the file (or any files included- css, script, etc). I need to remove all of the tags from the file. This is easy enough, but I ...
1
vote
2answers
538 views

Error using removeChild (AS3)

I am creating a pacman-style game. I am trying to remove an instance of a MovieClip using removeChild(). When the MovieClip instance "box" hits the MovieClip instance "circle" --circle will be removed ...
1
vote
3answers
200 views

Delete one node/element from a set of similar nodes

Here's what I need to do: sample XML (not sure if it displays right here) <Tags> <Tag ID="0" UserTotal="1" AllowMultipleSelect="1"> <Name>BaseSamples</Name> <Sample ...
1
vote
1answer
337 views

Actionscript strange coords after removeChild is called

Can anyone help me make sense of the following? I create a few squared sprites and then remove the first one and display the coords. The result is: (x=0, y=0, w=208, h=40) 0 208 (x=42, y=0, ...
1
vote
0answers
208 views

IE removeChild stops document.click event?

cycle: element onclick someobject.removeChild(objParent) - this is a parent container div of element in step 1 document.click event is never fired. In Firefox it does still fire the event. ...
1
vote
3answers
722 views

Remove dom element without knowing its parent?

Is it possible to remove a dom element that has no parent other than the body tag? I know this would be easy with a framework like jquery, but I'm trying to stick to straight javascript. Here's the ...
1
vote
3answers
1k views

as3 removeChild issue

I'm loading some swf files at 0 on my stage. They are the pages of my site. To change from page to page I use removeChildAt(0) and then I addChildAt("page_title", 0). The problem is that ...
0
votes
2answers
24 views

Is there an AS 3.0 play and die function?

Is there any function in AS 3.0 that plays a MovieClip and then does removeChild() after it has been played? I don“t want to stop() it i just want to remove the child from stage.
0
votes
2answers
37 views

Flash AS3: ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.

I'm trying to create a slideshow style presentation, where each slide/page is a movieclip and they transition via a sliding animation. The problem I have is that I don't want all the movieclips on ...
0
votes
2answers
29 views

DOM removing selected child nodes

I have a dom element with html inside chat contains some html elements I'd like to remove, while still keeping some tags that are ok. I try to iterate through child elements all child elements and ...
0
votes
2answers
46 views

AS3 Removechild Addchild issue/error

I have been looking for an answer for hours: My program: Step I) When I click on a button, it displays a bitmap through addchild; Step II) When I click on another button, it should remove the bitmap ...
0
votes
1answer
77 views

AS3 RemoveChild. Bullet and Enemy?

I having some problem with bullet and enemy. I don't think i need to explain so much, just take a look at the code. Im not very good at AS3, im new and learning so I need help :P Ok, this is on the ...
0
votes
1answer
47 views

AS3 - Removing a button and re adding it

Sounds like a strange question I know. removeChild(); addChild(); the problem occurs when I remove the button, the button has been exported for actionscript, when I remove the button to change the ...
0
votes
0answers
35 views

Unloading SWF file AS3

I need to load a SWF file to my main movie and unload it on frame 2. I was able to add the SWF file but I am having trouble removing it on frame 2. Ill appreciate if anyone could help me out on this ...
0
votes
0answers
29 views

closing all child window on close of parent window

I have first frame in which i add second frame/panel, third frame/panel and fourth frame/panel. I open first frame then second frame,third frame and fourth frame. when I close first frame other ...
0
votes
2answers
68 views

python libXML2 remove Item

I am using libxml2 under python. Unfortunatly the python version of this library is really badly documented and i founded just few example on the web from there i could understand some of the method. ...
0
votes
2answers
37 views

Dynamically removing movieclips

First time poster, long time reader. I've been having a problem with figuring this out. I've been stuck in my game for 4 hours now, googling and trying to figure out how to do it. I have a game where ...
0
votes
4answers
40 views

removeChild so I can load new FLV_Player

I am making a flv player with playlist that has and English and Spanish section. The English is the default section and that works very well but when I click "Spanish" button I am trying to remove all ...
0
votes
1answer
24 views

removeChild used incorrectly?

I'm just trying to remove a movie clip from the stage upon double clicking package { import flash.display.MovieClip; import flash.events.MouseEvent; import fl.motion.MotionEvent; ...
0
votes
3answers
63 views

removeChild in javascript/ DOM is not working correctly when more than one is present in the function

UPDATE: Here's the JsFiddle link: http://jsfiddle.net/zAVFv/ It seems to be not working in JsFiddle, but guess it serves to show the whole code - html, css and Js. I am facing a very weird situation ...
0
votes
1answer
94 views

removeChild with PHP DOM doesn't work

I have the following code: $doc = new DOMDocument(); $doc->loadHTML($quiz['value']); $imageElement = $doc->getElementsByTagName('img')->item(0); } if(is_object($imageElement)){ $image = ...
0
votes
3answers
77 views

How do you remove and hide HTML elements in plain Javascript?

I have this HTML: <body> <div id="content-container" style="display:none"> <div>John</div> </div> <div id="verifying"> <div ...
0
votes
2answers
107 views

why does removeChild in Javascript always removes the last child and not the one it got the id from?

i have four divs with the eventlistener onclick, calling a js function which just does the following : this.parentNode.removeChild(this); i expect it to remove the div i clicked on, but it does ...
0
votes
0answers
22 views

Trouble deleting a record/node from and XML file in PHP

I'm trying to programmatically remove some records off an XML file. But it doesn't seem to work. Here is the code: foreach ($x->childNodes as $item) { if ($item->nodeName == "XMLProduct") { ...
0
votes
4answers
340 views

AS3 stage.addChild / stage.removeChild << Must be child of caller

If im usin function to add a mc to the stage like so: var myChild:MC= new MC(); function somefunc() { stage.addChild(myMC) } but when I try to remove the mc by: stage.removeChild(myMC) I get ...
0
votes
2answers
125 views

Flash removeChild after few seconds

I'm new on Flash, i don't know if it possible, but i'm adding a random movieclip to the stage, using addChild, and i need to remove them after 10 seconds...how can i do this using removeChild? ...
0
votes
4answers
88 views

Remove children by class not working in Internet Explorer

I have a script (helped out by @briguy37 Remove multiple elements with same name using removeChild?) that removes all the elements with a certain class name by using a for loop and using removeChild. ...

1 2