Yes, it worked on J6.02. I am running Windows XP. I have a grid set up like this:

form:

DISSECT=: 0 : 0
pc dissect;
xywh 3 43 457 414;cc parsegrid isigraph rightscale bottomscale;
...
)

grid control:

parsegrid=: '' conew 'jzgrid'


setup:

wd DISSECT
wd^:(-.IFJ6) 'pshow;pshow sw_hide'
setnames__parsegrid ('GRIDID';'parsegrid')
setnames__parsegrid ('GRIDHWNDC',&<wd 'qhwndc parsegrid')
setnames__parsegrid ('GRIDPID',&<'dissect')
...

show__parsegrid _2 ]\ ('CELLDATA',&<celldata),('CELLEDIT',&<celledit)...
wd^:(-.IFJ6) 'pshow'
evtloop^:(-.IFJ6)''

handler:

parsegrid_gridhandler =: 3 : 0
smoutput 'grid event!'
...
)


I never see the grid event message.

to get it to display I had to add GRIDHWNDC and GRIDPID to the data sent to the grid.


On 12/30/2012 11:16 AM, bill lam wrote:
Can you give more details? Did it work on J602?

Вс., 30 дек. 2012, Henry Rich писал(а):
Right now I'm trying to work with J7/GTK.  Does grid honor clicks
there?  If I could just see a working grid example, I could figure
out what I need to do.

Henry Rich

On 12/30/2012 10:43 AM, Björn Helgason wrote:
Have you  looked at demo6 in JHS?

There are many possibilities in ajax and j combinations.
On Dec 30, 2012 2:35 PM, "Henry Rich" <[email protected]> wrote:

I have recently ported a grid app from J6 to J7, and mouse-clicks are not
being sent to my gridhandler.  The grid displays properly, but typeout at
the start of gridhandler shows that gridhandler is never being called.
  Does anyone know what I have to do to enable clicking?

Henry Rich
------------------------------**------------------------------**----------
For information about J forums see 
http://www.jsoftware.com/**forums.htm<http://www.jsoftware.com/forums.htm>

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to