Questions tagged [reparenting]

26 questions
0
votes
1 answer

Remove parent in xml if child contains a particular string

I have quite a few XML docs that I want to delete particular children in. I've found some regular expressions similar to what I do, but it never quite worked for my specific case, deleting more things than needed. Maybe someone could help me out…
Radek
  • 7
  • 1
0
votes
1 answer

PyMel duplicate and reparent preserving hierarchy

Is there a way to preserve a parented hierarchy when duplicating and reparenting with PyMel? I have a nested hierarchy of nodes that I want to duplicate and parent under a new group node. My selection of the top node of the hierarchy has hi=True set…
scofra
  • 3
  • 1
0
votes
0 answers

Creating a totally new project in TFS using s Branch of another Project

My company wishes to create a whole separate product (software system) from code which has been branched from an existing product. Our source control is TFVC on Azure DevOps. I need to know how to create the new Project using the branched code. I am…
GeoffreyB
  • 11
  • 2
0
votes
1 answer

Is it possible to re-parent a wxTreeItem or wxTreeListItem?

This question regards wxWidgets (v3.1.3). Suppose you have an item in the tree, either made with InsertItem or AppendItem. Is it possible to move this item to another location in the tree (possibly even different parent node), without having to…
user2943111
  • 421
  • 1
  • 5
  • 15
0
votes
0 answers

Reparenting MacOS app into QT based app so that other window behaves as child of QT window

What I am trying to achieve is. I have a QT application which is cross-platform and I have a native mac app(obj c) & windows app(C#). First my QT app launches and then on some button click(action) the native app is started and displayed in…
Amit Hooda
  • 2,133
  • 3
  • 23
  • 37
0
votes
1 answer

Change revision parents to remove earlier revisions from history?

How does one quickly reparent a tree in mercurial such that if this is the original structure: A-B-C-D-E-F I want to change it to: D-E-F (or even A-D-E-F would do) I tried the suggestion in this answer with the splicemap but it fails with the error…
simplename
  • 717
  • 7
  • 15
0
votes
3 answers

Python Gtk: How to use the same widget on different pages of the same notebook?

I'm currently using gtk on Python to create some graphical interfaces. And I'm struggling with a little issue : I want to display a gtk.widget (HBox or Button for example) on several pages of a notebook but I can't succeed. The widget is only…
G. Esel
  • 31
  • 6
0
votes
2 answers

TFS reparent to be a grandchild

Been trying all I can think of for days to get this to work. Baseless merges, reparenting, branching and then reparenting. I would like to reparent a branch to be the child of one of it's children and break the relationship between that branch and…
0
votes
2 answers

dynamical reparentig in qml

I want to change dynamicaly type of qml Item without re-creation. In this example window transforms into popup window and question is how to transform it to qml Item. ApplicationWindow { title: qsTr("Hello World") width: 640 height: 480 Window { …
Kirill
  • 21
  • 1
0
votes
0 answers

Flash object stops when reparented

I have to seemlessly pull out the document from under a Flash object. Temporary removal of the object from the DOM stops it playing, which is appreciable, however, moving it around inside the tree, even via an “atomic” operation (calling…
Joó Ádám
  • 909
  • 1
  • 11
  • 22
0
votes
1 answer

Reparent and insert a X-Window into the Java component tree

I have to reparent a X-Window (from a C++ app) on a Java frame (from a java app). This X-Window has to be inserted inside the Java component tree so that the z-Order would be respect. To do that, I need to understand: First, the exact relationship…
paranoia25
  • 626
  • 1
  • 5
  • 23
1
2