trigger between two windows

Ned Konz ned at squeakland.org
Tue Jan 6 07:12:30 UTC 2004


On Monday 05 January 2004 10:50 pm, ye juan wrote:
> Hi,
>   Who knows this situation:
>   When a query window is executed, another window
> opens and the latter window displays the results the
> former query window generate. How the two windows can
> transmit the arguments? If any one has similar demo,
> please send to me. Thanks a lot!

You do this:

* In the first window, you collect the results.

* Then you create a new object, and pass it the results to display.

* You tell the newly created object to open a window.

* It then displays those results.



More information about the Squeak-dev mailing list