Re: Re: updated list of open /loaded guis
Dimitris Keletsekis <[email protected]> Wed, 24 Apr 2013 08:52:16 +0300
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <CAHiKg1WkJgsGqs06WB=p6v=6F=Jd2H0FAzMZ1RvT9GYhMfDyZg@mail.gmail.com> |
Hi Joseph, I tried and it works, however, do not use #this, use your gui's name instead. Dimitris On Tue, Apr 23, 2013 at 6:33 PM, jd_duch <[email protected]> wrote: > ** > > > > > --- In [email protected], Dimitris Keletsekis <gui4cli@...> wrote: > > > > Joseph, > > > > See the SET GLOAD and SET GFREE commands. > > > > Dimitris > > > Thanks Dimitris, > > I observe the following though: > My Spellcheck.gui reacts correctly when a gui is opened, but does not > detect that a gui is closed. > I have the following in my xONLOAD event: > > Set GLOAD #this/Updt_Loaded_Guis > Set GFREE #this/Updt_Loaded_Guis > GUIOPEN SPELLCHECK > > In the output window i get the line when closing some gui. > > "Error Gui not found, Gui #this, Event(null) " > > Any idea ? > > Joseph > > >