Re: [ANN] JumpStart gets Tree From Database, With Zones example

2012-04-26 Thread Geoff Callender
On 26/04/2012, at 10:05 PM, Bob Harner wrote: > On Apr 26, 2012 7:14 AM, "Geoff Callender" < > geoff.callender.jumpst...@gmail.com> wrote: >> >> On 26/04/2012, at 8:54 PM, Lance Java wrote: >> >>> Great work Geoff!! Thanks for all your hard work. >>> >>> A couple of q's >>> 1. Is it necessary

Re: [ANN] JumpStart gets Tree From Database, With Zones example

2012-04-26 Thread Bob Harner
On Apr 26, 2012 7:14 AM, "Geoff Callender" < geoff.callender.jumpst...@gmail.com> wrote: > > On 26/04/2012, at 8:54 PM, Lance Java wrote: > > > Great work Geoff!! Thanks for all your hard work. > > > > A couple of q's > > 1. Is it necessary to update the "treeZone" in onLeafSelected()? > > Yes, it

Re: [ANN] JumpStart gets Tree From Database, With Zones example

2012-04-26 Thread Geoff Callender
On 26/04/2012, at 8:54 PM, Lance Java wrote: > Great work Geoff!! Thanks for all your hard work. > > A couple of q's > 1. Is it necessary to update the "treeZone" in onLeafSelected()? Yes, it refreshes which leaf is highlighted. > 2. Both BigInteger and Integer extend Number so you could avoid

Re: [ANN] JumpStart gets Tree From Database, With Zones example

2012-04-26 Thread Lance Java
Great work Geoff!! Thanks for all your hard work. A couple of q's 1. Is it necessary to update the "treeZone" in onLeafSelected()? 2. Both BigInteger and Integer extend Number so you could avoid the HSQLDB case by casting to Number. Cheers, Lance

[ANN] JumpStart gets Tree From Database, With Zones example

2012-04-26 Thread Geoff Callender
Hi all, JumpStart 5.7.4 is out. The big ticket items in it are: * Example of a Tree From Database, With Zones. The leaves of the tree are selectable and all interactions are handled through AJAX. * Example of Alerts. As always, your thoughts and suggestions are welcome. Also, do