Questions tagged [tree-left-right]

4 questions
3
votes
2 answers

GraphSharp Tree Layout LeftToRight

I try to create a Tree with GraphSharp from CodePlex. I looked at the Sample Application and try to "re engineer" the example. The problem is, if I try to set the LayoutAlgorithmType = "Tree" programmatically I get a TargetInvocationException...…
1
vote
1 answer

code random animation left android

TranslateAnimation animation = new TranslateAnimation(0.0f, 1552.0f,0.0f, 0.0f); // new TranslateAnimation(xFrom,xTo, yFrom,yTo) `animation.setDuration(2000);` // animation duration animation.setRepeatCount(100); // animation…
1
vote
2 answers

Can you improve performance with sqlserver views?

I have a sql function which looks up the parent of a certain node in a left right tree. This takes a lot of time. If I create a view that stores for each node its parent, will that speed up things? (I would then ask the view to get the parent node).
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244
0
votes
4 answers

Tree library for PHP using left & right ids

I'm looking for a library in PHP that can create a tree structure from a database (or array of values) with left and right ids. For the result when getting values I am only looking for an array so I can create any type of view. For adding and…
Darryl Hein
  • 142,451
  • 95
  • 218
  • 261