Tagged Questions

0
votes
1answer
15 views

iPhone - calling a method in parent view controller

Hi, have hunted around for an answer to this one, but can't seem to find a definitive solution - hoping someone can help here! I'm building a multiview app for the iPhone. I've c …
-1
votes
2answers
38 views

How do I set a the attribute of a parent element to be the attribute of a child?

I think this should be a rather simple thing to do, but I'm completely hangin' here! I'm really not sure how much more descriptive I can be here, the title pretty much explains it …
0
votes
2answers
44 views

CSS Parent DIV Overflow

I have a problem with a website I'm putting together. I have a simple div layout. Which is as follows: <body> <div id="Container"> <div id="Logo"></div&gt …
0
votes
0answers
6 views

Maven - How to let a plugin see the build output of its parent?

Hi folks, I’m new to maven and my first task is writing a Mojo. We are running a integration test tool which loads some classes of the build output and runs some tests on them. I …
0
votes
3answers
63 views

NHibernate not inserting parent into the db

When I save a new Report, NHibernate inserts the Report, ignores the Publication and tries to insert the UserPublication. However SQL then complains about violation of FK constrain …
0
votes
2answers
24 views

Setting Windows Application parent container to a Java application

I was wondering if there is a way to embed a windows application like photoshop inside a java application? More specifically I would like to set the parent container of the window …
0
votes
1answer
29 views

wpf trigger to change parent property

i want to override element triggers so when clicking on a textbox to change property of the parent border. however i get that the parent targetname is not recognized. please help. …
1
vote
4answers
455 views

How may I reference the script tag that loaded the currently-executing script?

How can I reference the script element that loaded the javascript that is currently running? Here's the situation. I have a "master" script being loaded high in the page, first th …
1
vote
2answers
51 views

Xpath - How to select parent based on attribute of child?

How do you select a parent based on the attribute of a child? I want to select a div: //*[@id='outer']/div/div/div/div that has a child with the 'a href' attribute equal to 'ww …
-3
votes
1answer
46 views

how handle all the child window messages with parent window handlers

how handle all the child window messages with parent window handlers
0
votes
2answers
51 views

how to get the name of the parent element of the cursor positioned using javascript in html/jsp

I need to get the element name(i.e. text area name where the cursor positioned), and pass the name to the server then when it is back I need to pass thru the url for anchoring to t …
1
vote
8answers
101 views

Sql Get all children of a parent

Lets say I have an Areas Table ( id, parentId, name, path ). Given an Id, I'd like to get all childrens (children of children included, recursively) of the given area. I do store …
0
votes
4answers
124 views

CSS Parent-Child height

hi, I have some problem with these code snippets: CSS: #wrapper{ width: 600px; background: gray; } #left{ float: left; width: 150px; height: 80px; backg …
1
vote
2answers
118 views

Button component affecting the parent Panel in Delphi

I'm writing a program consisting of dynamically created panels that each have a few components in, including a delete and add panel buttons. Each panel displays 20 pixels times the …
1
vote
2answers
153 views

Why does appending a <script> to a dynamically created <iframe> seem to run the script in the parent page?

I'm attempting to create an <iframe> using JavaScript, then append a <script> element to that <iframe>, which I want to run in the context of the <iframe>d …

1 2 3 4 5 next
15 30 50 per page