Re: [Gnoga-list] Obtaining the current Window

2015-12-13 Thread Rabbi David Botton
Since you can have multiple connections you need to store an access to the Windows object in the On_Connect. It would not be possible to have that in a global object. So that is not kludgy, but the best way to do it. David Botton On Sun, Dec 13, 2015 at 1:41 PM Jeremiah Breeden wrote: > Is the

[Gnoga-list] Obtaining the current Window

2015-12-13 Thread Jeremiah Breeden
Is there a good way to get control of the window object for a connection? One work around I am experimenting with is adding a window access parameter to my app_data type, but this feels a bit kludgy and I am not sure how safe that is long term. I don't always have global or local access to the Win