Björn Helgason wrote:
> from grid class
> 
> file:///c:/j601/system/extras/help/user/grid_class.htm
> 
> I take example1 and create a file example1.ijs
> I take example1 and create a file example2.ijs
> 
> Either one work fine
> 
> I run one, expand to fullscreen and back and close no problem
> 
> I run one example leave it open
> Run the other example while the other is still running
> Expand to fullscreen and get only a white screen
> take it back to normal size
> both examples are up but one is showing no numbers just white window
> 
> Try to close by pressing X and one of them closes and not necessarily the
> one i tried to close
> 
> The other remains open and can not be closed except by closing the ijx
> window

This is expected.

Running example1 defines "grid" to point to the first grid object.

Running example2 redefines "grid" to point to the second grid object.
After this, all bets are off.

The moral of the story is if you are running two forms, either put them
in separate locales, or be careful to avoid name conflicts.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to