You are not logged in.

Search results

Search results 1-5 of 5.

Monday, November 14th 2011, 9:33am

Author: GDR

Treeview - Node Add

Class Node Source code 1 2 3 4 5 6 7 8 9 10 11 'Add Dim myKey As String 'Add Public Property Get Key() As String Key = myKey End Property Public Property Let Key(sKey As String) myKey = sKey End Property Class Nodes Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 'Edit Public Function Add(Relative As Node, Relationship As TreeRelationshipConstants, Key As String, Text As String, Image As #IResource) As Node Dim myNode As New Node(myTree, Text) myNode.Text = Te...

Thursday, October 13th 2011, 8:08pm

Author: GDR

Resolved....

also resolved, thanks for the help

Thursday, October 13th 2011, 8:07pm

Author: GDR

Resolved...

Hi, I have extended the code in the framework to resolve this.... many useful pointers in here, however does require a bit of digging. Thanks for all the responses none the less....

Thursday, October 13th 2011, 7:46pm

Author: GDR

Build Jabaco.jar error

Hi, I have been experimenting with building the source and have a somewhat smaller than expected output jar file, although I am not getting any error messages in the log, any idea's.... regards

Wednesday, October 12th 2011, 8:09pm

Author: GDR

Treeview - Node Add

Hi all, Perhaps someone can point me in the right direction here as I seem to be missing it somehow or is this not implemented.... When adding a node in a treeview i.e. tvwViewX.Nodes.Add tvwViewX.Nodes.Item("root"), tvwChild, strKey, "strMachDescX", the parameter being entered in parameter 3 ("strKey") in my case is really useful database indices in string format, however the key is not accessible after creation of the node, yet again, I may be missing and if so where is it. In advance... Many ...

WoltLab Burning Board