Re: [Jprogramming] Implementing SlickGrid in JHS

2012-06-08 Thread Justin Tirrell
It has a lot of built-in functionality. From what I've read about SlickGrid, it also has the ability to handle very large datasets, like virtual grid in J6, which is the main reason I chose it. On Fri, Jun 8, 2012 at 11:11 AM, Devon McCormick wrote: > Out of curiosity, what are the advantages o

Re: [Jprogramming] Implementing SlickGrid in JHS

2012-06-08 Thread Devon McCormick
Out of curiosity, what are the advantages of something like SlickGrid over using the J-grid? I'm thinking of doing something grid-based. On Fri, Jun 8, 2012 at 10:56 AM, Justin Tirrell wrote: > Thanks for the tips. I have been looking over core.ijs, which helped, and > managed to implement Slick

Re: [Jprogramming] Implementing SlickGrid in JHS

2012-06-08 Thread Justin Tirrell
Thanks for the tips. I have been looking over core.ijs, which helped, and managed to implement SlickGrid in jhs. The next step is to import data from jdb. I am still having issues with the CSS but the basic code works and looks pretty nice. Once I get my code cleaned up and more functional I will

Re: [Jprogramming] Implementing SlickGrid in JHS

2012-06-08 Thread Devon McCormick
Looking over the demo code, most of it starts by requiring 'jhs' - this points to "~addons/ide/jhs/core.ijs" - so this looks like a good place to start perusing the basic code. There's an overview at the start of the file covering various general aspects of how the code is supposed to work and ind

Re: [Jprogramming] Implementing SlickGrid in JHS

2012-06-07 Thread Devon McCormick
You may want to look at "demo6", which uses the J grid object, and "demo9" which has multiple windows. On Thu, Jun 7, 2012 at 5:52 PM, Eric Iverson wrote: > You're biting off a lot there in one chunk. > > I'm not familiar with "Hello World in JHS" wiki page you refer to so can''t > comment on it

Re: [Jprogramming] Implementing SlickGrid in JHS

2012-06-07 Thread Eric Iverson
You're biting off a lot there in one chunk. I'm not familiar with "Hello World in JHS" wiki page you refer to so can''t comment on it as a starting point. My advice would be to work through all the demo scripts carefully. Then pick the one closest to where you want to get to, clone it to create

[Jprogramming] Implementing SlickGrid in JHS

2012-06-07 Thread Justin Tirrell
Hey all, I am trying to build an application in JHS with a grid (something reminiscent of JGTK Grid). I found a javascript project on github that I would like to use for this called SlickGrid. The sample html that I am trying to implement can be found here: http://mleibman.github.com/SlickGrid/exa