Re: [Gnoga-list] Obtaining the current Window

2015-12-14 Thread Jeremiah Breeden
Is there any concern that I could be taking the access of a Window_Type object that is local to another function (I assume the On_Connect)? I know it is a tagged type so it is passed by reference, but I don't know the lifetime of the item I am passing the reference from.If I am in my own

[Gnoga-list] Make install using TDM_GCC

2015-12-14 Thread Jeremiah Breeden
I just wanted to check and make sure I am not doing something silly before filing a ticket. 1. I downloaded todays copy of Gnoga, the gprbuild tools on the Gnoga site, and TDM_GCC. 2. I installed TDM_GCC (with GNAT) and made sure it was set in my PATH variable. 3. Unzipped the gprbuild tools

Re: [Gnoga-list] Obtaining the current Window

2015-12-14 Thread Rabbi David Botton
As long as the On_Connect has not returned the Window reference returned should be legal. You should get any new events once the Window reference is no longer legal either. It would be wise though to consider during an event that the window reference could go bad. If you want to be defensive and