Author |
Message |
Topic: Yellow arrow drop locations disappeared |
Harri
Replies: 5
Views: 18328
|
Forum: Virtual Tree Support Posted: Fri Sep 13, 2013 7:37 am Subject: Yellow arrow drop locations disappeared |
We've found the cause. We can demonstrate it using your sample CustomWidget_CS. Add the following method to the custumwidget.
In 3.15.1 the arrows do not disappear, 4.7 they do.
(In our app we use m ... |
Topic: Yellow arrow drop locations disappeared |
Harri
Replies: 5
Views: 18328
|
Forum: Virtual Tree Support Posted: Thu Sep 12, 2013 10:09 am Subject: Yellow arrow drop locations disappeared |
Hello,
We had already checked with the sample application and it shows green!? arrows. (Please make it yellow again because in all of our manuals it's yellow).
In our application however they do ... |
Topic: Yellow arrow drop locations disappeared |
Harri
Replies: 5
Views: 18328
|
Forum: Virtual Tree Support Posted: Tue Sep 10, 2013 3:05 pm Subject: Yellow arrow drop locations disappeared |
Hello,
In virtual tree 3, when dragging/dropping items, yellow arrows where shown by virtual tree indicating the exact drop location (above, below, ...).
Now we've moved to virtual tree 4 and the ... |
Topic: Showing tooltip throws an exception |
Harri
Replies: 1
Views: 7916
|
Forum: Virtual Tree Support Posted: Tue Mar 25, 2008 2:51 pm Subject: Showing tooltip throws an exception |
Hi all,
In the GetCelldata, we specifiy a tooltip that contains a string. This string looks like “Init {0}, {1} – command”. It is just a string, the {0}, {1} do not specify any arguments, the ... |
Topic: Expand tree to certain items |
Harri
Replies: 3
Views: 11912
|
Forum: Virtual Tree Support Posted: Tue Mar 28, 2006 9:18 am Subject: Expand tree to certain items |
Yep, the formatting is lost,
In your code, the method FindRow is used. However, when my tree is completly collapsed, all my items are not displayed and the FindRow returns null.
I'll try to repo ... |
Topic: Expand tree to certain items |
Harri
Replies: 3
Views: 11912
|
Forum: Virtual Tree Support Posted: Tue Mar 28, 2006 6:07 am Subject: Expand tree to certain items |
Can you help me with implementing the following requirement :
This is my data-structure, my data structure contains elements that are not to be shown in the tree (this is aranged by overridi ... |
Topic: Visual Studio 2003 Support |
Harri
Replies: 10
Views: 24732
|
Forum: Virtual Tree Support Posted: Wed Mar 22, 2006 5:57 am Subject: Visual Studio 2003 Support |
Must be the solution then; it also worked for me Thnx |
Topic: CellData.SelectedStyle is gone? |
Harri
Replies: 2
Views: 11810
|
Forum: Virtual Tree Support Posted: Thu Dec 01, 2005 6:22 am Subject: CellData.SelectedStyle is gone? |
Thnx for your reply,
Our disabled-style indicates an enabled-property of a 'command' respresented by this row. Our virtual-tree represents a list/sequence of commands that will be executed later on ... |
Topic: Influence the time of displaying of a tooltip |
Harri
Replies: 3
Views: 11626
|
Forum: Virtual Tree Support Posted: Thu Dec 01, 2005 6:13 am Subject: Influence the time of displaying of a tooltip |
That would be very kind |
Topic: Influence the time of displaying of a tooltip |
Harri
Replies: 3
Views: 11626
|
Forum: Virtual Tree Support Posted: Wed Nov 30, 2005 1:41 pm Subject: Influence the time of displaying of a tooltip |
Is there a way to influence the time that a tooltip is displayed/shown. At the moment it is too short for our large tooltips.
Thnx in advance
harri |
Topic: CellData.SelectedStyle is gone? |
Harri
Replies: 2
Views: 11810
|
Forum: Virtual Tree Support Posted: Wed Nov 30, 2005 7:54 am Subject: CellData.SelectedStyle is gone? |
Using the 'GetCellData' I manage to set the style for the celldata as described in the different forum-topics:
if (cellNeedsToHaveDisabledColor)
cellData.EvenStyle = _disabledColorEvenStyle;
... |
Topic: Respond to value-changes in the datasource |
Harri
Replies: 5
Views: 16092
|
Forum: Virtual Tree Support Posted: Wed Nov 23, 2005 6:48 am Subject: Respond to value-changes in the datasource |
Ok, thanks again for your quick reply.
I see now what you mean. I'm not familiar with IBindingList so thats why I didn't get your point the first time.
There's an event in IBindingList, i.e. ListCha ... |
Topic: Respond to value-changes in the datasource |
Harri
Replies: 5
Views: 16092
|
Forum: Virtual Tree Support Posted: Tue Nov 22, 2005 6:46 am Subject: Respond to value-changes in the datasource |
Thank you for your answer.
However I do not fully understand your reply.
Our data-object just has a property named 'Value', and has an event 'ValueChanged'which is fired when the actual vlaue of t ... |
|