Brian Schott wrote:
        I have noticed that when "redisplay" is requested,
the grid appears dead after that whether a change was made
or not. For a specific example, select "Directory List" from
the Gallery and view the code and click the "redisplay"
button. After doing so, there is no reaction to clicks in
the grid. There was in J601 Mac.

There appear to be two sets of grid bugs - paint problems, and event handler problems (such as this redisplay issue). The latter are all script related, and should be fixed in the forthcoming m beta.

What happened is that in 601, all isigraph events were signaled in the parent form. 602 introduces the setlocale instruction that permits events to be signaled in another locale, such as the grid locale. This makes the code a lot cleaner.

Having made this change in grid, I realized that there may be occasions when the programmer really wants the events signaled in the parent locale, and recent problems stem from trying to make this work.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to