Tagged Questions

2
votes
3answers
36 views

Get the last children from database

My situation: Table A ( ID Parent_Id TimeStamp ) The root has Parent_Id null and children has Id of its father. I simple want to get all LAST children of every Table A. Father …
0
votes
5answers
48 views

Win32 CreateWindow() call hangs in child thread?

I'm working on a portability layer for OpenGL (abstracts the glX and wgl stuff for Linux and Windows)... Anyhow, it has a method for creating a Window... If you don't pass in a par …
0
votes
2answers
26 views

Redirect window of command line tool to your app (Windows)

Hello, is there a way (on Windows XP+) to redirect the output of a window created by a process created with e.g. CreateProcess to a window of your own program? I'd like to make a …
0
votes
2answers
32 views

Debug, what’s wrong with “$(’#q li:last’).remove();”

I want to remove the last <li></li>, below is the code: <div id="q"> <ul><li> <table><tr><td>Question 1</td><td&gt …
1
vote
3answers
46 views

Inject XML into a node using a string

I am rebuilding a nodes children by saving them out to an array as strings, trashing them in the XML, inserting a new child node into the array as a string... now I want to loop t …
5
votes
6answers
139 views

What modern version of LOGO should I use to teach a child programming

I remember way back when that the programming language LOGO was widely used for teaching about computers in primary schools, back before PC's arrived on the scene and turned the co …
1
vote
2answers
50 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
45 views

how handle all the child window messages with parent window handlers

how handle all the child window messages with parent window handlers
1
vote
1answer
17 views

Clearcase UCM - Cross delivering vs. delivering upwards?

We have two Clearcase UCM streams in a hierarchy at the same level (i.e. same parent stream). If the two child streams are both rebased to the same parent baseline, does that mean …
1
vote
8answers
100 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
122 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
1answer
50 views

Retrieving one element and filter by another

Having tried and failed to modify the XSL from here: http://stackoverflow.com/questions/399204/xslt-distinct-elements-and-grouping I'm posting here to ask if anyone could please h …
0
votes
2answers
709 views

winform mdi catch child form focus c#

I would like to be able to catch a child window focus event, in an mdi form. If i loose focus to the entire mdi application, then click on a child, it works, but if I had two chil …
0
votes
0answers
16 views

resizing a child makes other child images to scale?

Hello I have this crazy situation when a child I modify height over the edge of it's parent, force another child of same parent display it's inside images scaled. If resized chil …
0
votes
1answer
25 views

linked report from a chart- SSRS

Hi, I am displaying a table in an SSRS report. What I want to do is, if I click on one of the columns in this chart, it opens another report by passing parameters from parent repo …

1 2 3 4 next
15 30 50 per page