A relationship between entities in which one acts in a major role and the other in a minor role.
0
votes
0answers
9 views
parent.window.opener stops execution
I have a code in vb , where I have the following lines
alert("1");
parent.window.opener=true;
alert("2");
parent.window.close();
This code executes fine in all browsers except Firefox. In Firefox ...
1
vote
2answers
21 views
javascript - manipulate parent div through by child values
Hello everybody i am trying to get along with javascript by manipulating the parent div with the height value of the child div.
How does it look like till now?
This is my javascript code that gives ...
0
votes
0answers
7 views
SSAS parent-child table in snowflake schema
Hi we are working with effective dated department hierarchies. And are trying to ensure that upon selection of time the proper hierarchy is then forced to be selected. Attached is an image of the ...
2
votes
2answers
24 views
Which child number of the parent element is a child - is this a property?
Three divs:
<div id='container'>
<div id='one'>One</div>
<div id='two'>Two</div>
<div id='three'>Three</div>
</div>
When clicked, they ...
0
votes
0answers
8 views
ToolbarLayout for a PolylineConnection's children?
Is there a way to specify a layout for children of a PolylineConnection?
I want to add several Labels to a PolylineConnection at ConnectionLocator.MIDDLE without the use of a container figure for the ...
1
vote
2answers
57 views
How to change parent style by child :hover action in LESS
I have this LESS setup:
.wrapper {
.parent {
height: 100px;
.children {
//some style;
&:hover {
.parent & {
height: ...
0
votes
1answer
12 views
wxPython childframes interaction
I've created a simple program that consists from one mainframe(Frame) and two childframes (ChildFrame1 and ChildFrame2). Mainframe has two buttons one will check if the ChildFrame1 is already created ...
2
votes
2answers
43 views
Share a object between Main and Child window as a means of passing data back and forth (C#)
This problem has three files:
Options.cs (A datastore for option values)
MainWindow.cs (The main window for the program, its appearnce is modified based on the options inside the Options datastore - ...
0
votes
1answer
17 views
ActionScript 3: Adding eventListener to a child with For loop
I get error code 1009 when I run this code...
for(var aObj:int = 1; aObj < 50; aObj++){
this["elementsSb.netDev"+aObj].addEventListener(MouseEvent.MOUSE_DOWN, dragObject);
...
0
votes
1answer
26 views
How to send data from child figure to its parent in matlab?
I have a "main" figure in my matlab project which opens a "settings" figure.
The user can change some fields in settings figure and press "Apply" button in settings figure.
I want to send the settings ...
0
votes
2answers
28 views
jQuery - I am not getting the right child
So I am trying to fake a .click() event on the first <a> within .glossNav within a specific .words when I click a .letter.
Here is what I have tried:
$(".letter").click(function(){
var ...
1
vote
1answer
17 views
Elasticsearch index aliases (w/ routing) and parent/child docs
I'm trying to set up an index with the following characteristics:
The index houses data for many projects. Most work is project-specific, so I set up aliases for each project, using project_id as ...
0
votes
0answers
12 views
Child process standard output redirection to parent standard output by Linux ash-shell
I have got one Linux application run by the command:
ash -c /usr/local/esw/utilities/mymonitor
which then create a child process running the mymonitor application, whose output is driven by ...
2
votes
2answers
24 views
Symfony2: How can I change the value of a variable of a parent render?
I hope someone can help me with this topic.
I have two controller in a Symfony 2 structure, the second one override the first.
Here the code of the parent controller:
<?php
namespace ...
3
votes
1answer
31 views
How do I create child views with elements inside?
I came across this video by google that demonstrated animated transitions with the creation of child views by using onClick to add or remove the child view. As part of the learning process: I took the ...
0
votes
5answers
38 views
Accessing a Parent form button from a Child form button
I have a program that has a parent form which then creates a child form. Upon clicking the updateButton within the child form, I want the searchButton within the parent form to fire.
However I get an ...
0
votes
1answer
9 views
Multiple child widgets in pyside
I want to have multiple children of one QWidget. However, when I just set a child multiple times, only the last one to be set shows up. The ultimate goal is to put this widget in a QScrollArea. Here ...
0
votes
0answers
14 views
Parent-child relationship, combo box
I created tables Action List (AL) and Key Priorities(KP) and Subcategory (Sub). I set Both KP and AL to inherit subcategory from Sub table. Key Priorities is parent and AL is the child. Their ...
0
votes
3answers
45 views
Enable control of form based on form it was loaded?
How to enable control of a form based in form it was loaded?
For example if Form3 was open from Form1 the button that will be enable in Form3 is button1 and if Form3 was open from Form2 the button ...
0
votes
1answer
101 views
Laravel 4 - Eloquent. Infinate children into usable array?
I've got a categories table. Each category can have an optional parent (Defaults to 0 if no parent).
What I want to do is build a simple html list tree with the levels of the categories.
Example ...
0
votes
1answer
25 views
Child window with maximize and close buttons
Still working on learning here ... I'm trying to make an application window (stage) into which I can call child windows. The parent naturally comes with minimize, maximize and close (x) buttons, but ...
0
votes
2answers
41 views
jQuery: Hide parent <td> if contains child <input> with specific class?
I'm working with the jQuery Tablesorter Filters plugin and I'm trying to hide certain <td>. This is what I'm looking to do:
-If <td> contains <input class="tablesorter-filter ...
1
vote
2answers
37 views
How to append child to parent with simiilar attribute? [closed]
I have two UL with list items,
they have the same attribute, as example data-id. But when page is loading, they are not append to the same UL.
So, I need some way to move it correct.
Probably it's ...
0
votes
3answers
33 views
How to delete all divs with at least one child using jquery?
I want to delete all the divs who has at least one child using jquery. So for this example I need to delete the divs containing paragraph with 'hello' and 'world'. Can any one please help ?
<div ...
1
vote
1answer
66 views
C - WHILE Loop with fork() / pipe() inside
I have a problem where I must implement a key logger into a shell we have made in class. I am having trouble getting the flow of the program within a while loop to continue looping after a child ...
1
vote
2answers
51 views
Cross domain communication from parent to child iFrame using Javascript
I need to pass data from a web page to an iFrame hosted in that web page. I used window.postMessage. however the iFrame does not receive the event.
Here is my code snippet.
Parent page:
<!DOCTYPE ...
0
votes
0answers
41 views
How to get all child pages of a parent page in wordpress?
Example:
About
--- Menu 1
--- Menu 2
--- Menu 3
--- Menu 4
if i'm in about page... i have the sub pages.
but, if enter to Menu 1 all the pages disappear
What i need is all the time see the parent ...
0
votes
1answer
30 views
Wrong ClientID for dynamically added child control
I am trying to rework asp.net usercontrol with .ascx markup to WebControl(only .cs).
In my_new_webcontrol.cs I have:
private readonly DropDownList _source = new DropDownList();
protected override ...
1
vote
1answer
25 views
Handling temporary files in Bash
I need to copy and execute a bash script from within a parent bash script, when the job is done (and if it fails) I need the parent script to remove the child script file that it copied.
Here's the ...
0
votes
2answers
22 views
Call parent constructor automatically after children PHP
I was tried with the name of parent class like constructor and works partially for me.
First calls to
"DarthVader method"
like constructor but never call to
"LukeSkywalker constructor".. ...
0
votes
1answer
26 views
Creating a hierarchy group from one table column contain both parent and child hierarchy info
I need help creating a hierarchy group 'using' the data in Event_Role column in my sample table to create a grouping structure like below.
The 6 parent hierarchies which are
'Speaker', ...
0
votes
0answers
47 views
Hibernate Best Practice for one to many relation for insert, update, delete and select operation
I have found lots of example for hibernate one to many insert operation but I am looking for best practice for update, delete and select for one to many (parent-child) relation.
I am looking for ...
0
votes
0answers
50 views
IE Browser- “Access is denied” error while accessing Parent window from child window in iframe using IE
I have an iframe where I am redirecting from one page to another but after requested page called I want to scroll iframe window's parent up. so I am using "window.parent.scroll(0,0)" but in IE browser ...
0
votes
1answer
46 views
Using pipe in linux using parent and child process
i am trying to implement this linux command using C.
ls -l | cut -b 1
the way i am trying to do it is
calling ls -l in parent process
putting output of ls -l in a file(writing to a file)
...
0
votes
3answers
33 views
jQuery to DETECT the PARENT at unknown level above?
How to detect the parent at unknown level above?
For example:
<div id="parent-a">
<....>
<....>
<div class="the-child" /> <!-- Comment 1 -->
...
0
votes
2answers
51 views
Need to access variables from child during SIGCHLD handler
I'm prefacing this by stating that it is a homework assignment and I'm stuck while writing the SIGCHLD handler. I need to access variables within the child process.
#include <stdlib.h>
#include ...
1
vote
1answer
61 views
Action Script. Remove all objects with Try Again button
I'm creating Flash "memory" game, Idea to discover 2 equal cards. And I need to make "Try again" button, which remove all cards and spawn new.
Here is main game function:
public function ...
0
votes
1answer
21 views
How do I reference two dynamic objects when checking for collision?
I can't figure out how to get information on which slot the letter is dropped above, so the letters only snaps to the last slot, because it's the only one referenced properly. Can anyone tell me a ...
0
votes
1answer
32 views
how to change the layout of a control inside a parent wpf form from a child winform?
i have two separate projects inside a solution, one is a wpf the other is windows form and i have referenced the winform to the wpf project.. Inside the wpf window is an image control, when clicked, a ...
0
votes
1answer
20 views
CSS selector: how to make 2 spans each fill 50% of their parent's width?
This doesn't works:
Given an HTML such:
<body>
<div class="list">
<span class=" level">hello</span>
<span class="logic-english">world!</span>
</div>
...
0
votes
2answers
59 views
Typo3 list the content of all child-pages as content of the parent page
As the title says, I need to list the content of all child-pages on the parent-page, after its own content. Or the thing I really need is, one page with content and and a menu which links to the ...
1
vote
1answer
19 views
C Parent/Child exit variable
I am working on a program and learning about parent/child processes.
Currently my childprocess does
exit(variable);
in my main() I have:
signal(SIGCHLD, chldHandler);
outside my main() I have:
...
0
votes
2answers
139 views
get user info from popup windows phone 8
I have a question How do I get user info from the PopUp control ?
I got this code from the msdn but I cant figer out how to get the user input like from text box and checkbox ...
I only Found for ...
3
votes
3answers
104 views
Style <select> element based on selected <option>
Is it possible to style a select element based on what option is selected with CSS only? I am aware of existing JavaScript solutions.
I tried to style the option element itself, but this will give ...
0
votes
2answers
31 views
passing var with quote from parent to child in javascript
I try differents ways of passing variables from parent to child with jquery and I ve got some issues with text containing quote:
In the child popup I create some html element embedding a javascript ...
0
votes
1answer
68 views
JQuery when using dynamically created child divs - float: left loses the child divs
Hi I've tried a number of different methods to try and work this problem but I'd like your help please.
I have a a css formatted but empty SECTION that I'm trying to dynamically create a layout ...
0
votes
1answer
56 views
Visual Studio Windows Form - pass data from seperate form (not parent) to Child MDI
Ive searched and searched but cannot find the answer to this question.
How do I pass data from a form that is not a parent to a child MDI in visual studio windows form.
Scenario:-
Parent has a menu ...
0
votes
0answers
33 views
Wordpress custom search: Search in posts content but display parent page in results
I'm using Wordpress 3.5.1 with a modified twentytwelve theme.
My main site structure is based on the Smooth Slider plugin (jQuery Cycle).
I have Pages that contain only a shortcode (for example, ...
0
votes
1answer
42 views
Can't Add IBAction Button in Container View
In my app, I have a view controller that contains container views embedded in a view. The container views are stacked on top of each other and hidden to start.
viewDidLoad
self.containerOne.hidden ...
0
votes
1answer
32 views
make absolute parent adjust height to children
I'm dynamically $.append()ing <div>s to a position:absolute parent.
I show the absolute parent on a hover of another <div> with $.animate({dimension: 'show').
The absolute parent doesn't ...








