Tagged Questions

1
vote
1answer
78 views

How to get hot node coords of TVirtualStringTree?

Hi. I'm trying to paint VirtualStringTree's cell differently when mouse is over it. How can I detect the coords of hot node? I know there's a HotNode property but it returns only N …
1
vote
2answers
192 views

Delphi, VirtualStringTree - handling simple text styles (like bbcode)

Hi, what would be best way to handle simple text styles like bbcode allowing bold italic etc inside of the text? what I did is dividing the text into parts, each part has assign …
0
votes
1answer
133 views

Delphi, VirtualStringTree - rebuilding tree, restoring state (expanded nodes)

How can I restore state of nodes in VirtualStringTree (which ones were expanded) at tree rebuilding? my application uses VirtualStringTree (one of the best components EVER!). Now, …
1
vote
4answers
304 views

Devexpress ExpressQuantumTreeList vs. Virtual Treeview ?

From experience, what is the best general purpose tree list for Delphi: Virtual Treeview or Devexpress ExpressQuantumTreeList ? I'm currently using the Virtual Treeview, which is f …
1
vote
2answers
151 views

Delphi VirtualTreeview.OnAfterItemPaint issue when scrolling?

I'm getting issues drawing using OnAfterItemPaint event when horizontal scrolling is performed. Basically what I want to achieve is the merging of selected cells effect, say for e …
2
votes
4answers
553 views

Steps to build Virtual Treeview in Delphi 2010

Just bought Delphi 2010 (having skipped 2009) and I am trying to get my project to compile. However, I am running in to a bunch of problems compiling Virtual Treeview 4.8.5. Can so …
0
votes
1answer
125 views

dynamic icons with the virtual tree component for delphi

Hello, I need to know how to store and load two different icons for each node in the virtual tree component , also the two icons are different in size Thanks
2
votes
2answers
421 views

How can Virtual Treeview control be made to always scroll by lines?

The Virtual Treeview scrolls vertically by pixels, unlike the way the standard Delphi grids, TListView and TTreeView (or most of the other such controls that I am aware of) scroll …
0
votes
1answer
347 views

Delphi: TOleControl puts ActiveControl in wrong state?

In Mike Lischke's now defunct Virtual Treeview, there was workaround code added to fix a bug when using a TWebBrowser control on the same form. The problem was that if the user t …
0
votes
3answers
485 views

Is it possible to select multiple columns in Virtual Treeview?

I need to add functionality to a copy a rectangular selection of nodes and columns, but I can't find any way to actually select multiple columns in Virtual Treeview (beside toFullR …
0
votes
1answer
130 views

NTWaitforMultipleObjects error when freeing DLL in Delphi with TVirtualTreeView

TVirtualTreeview is pretty much awesome, but many times when I close an window referenced by a DLL in my project that has a TVirtualTreeview in it I get the NTWaitForMultipleObject …
0
votes
1answer
276 views

Is it possible to have multiple header rows in a virtual string tree?

I have a need for multiple fixed rows for the header of a virtual string view. Something that looks like the effect you get if you set a StringGrid's FixedRows property to a value …