You are not logged in.

Search results

Search results 1-6 of 6.

Wednesday, December 8th 2010, 9:55pm

Author: spodhajecki

SQLITE 3 support

Sven, I looked at your code and all is fine if you add a database control and a grid control to your form. Regards, Stephen

Wednesday, December 8th 2010, 7:38am

Author: spodhajecki

Tree Node Key

Quoted from "A1880" You can find out by renaming the *.jar to *.zip. Then you can use Windows Explorer or any archiving tool to inspect the file contents. For those interested, IZarc will open the jar files without having to change the extension.

Wednesday, December 8th 2010, 7:33am

Author: spodhajecki

Tree Node Key

I downloaded the source form svn and modified Nodes.jsrc and Node.jsrc adding a property get for Key. I also added a Tag property of type Variant. So now, one can get the Key value with but there is not a property Let because the Key value is used with a "Collection" as part of the original code in Nodes.jsrc. Jabaco Source 1 2 Dim theKey as String theKey = Node.Key The node Tag property can use both Let or Get and works similar to VB6 where the tag property has to be explicitly set. Jabaco Sour...

Tuesday, December 7th 2010, 12:28am

Author: spodhajecki

Tree Node Key

Thanks for your attention, it is much appreciated. Until such time as the framework can be updated, I used java#util#hashmap to store the node and key. I noticed that the framework jars of late on the framework page are significantly smaller than previous versions. Are they complete?

Friday, December 3rd 2010, 9:31pm

Author: spodhajecki

Tree Node Key

Yes, I was hoping to avoid caching nodes and keys in a table. I was hoping to click on a node (which is displaying a Name), retrieve the Key value, retrieve a record set from an SQLite DB based on the Key value. The Key value that is set for each node is a unique ID from the database.

Friday, December 3rd 2010, 8:11pm

Author: spodhajecki

Tree Node Key

How does one get the "Key" value from a tree node? Although Key, a String value, is passed in when adding the node, Key does not appear in the node property list.

WoltLab Burning Board