[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #3185: unable to close windows
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #3185: unable to close windows
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Wed, 10 Jun 2026 16:21:01 GMT
- To: bsteers@xxxxxxxxx,gbWilly@xxxxxxxxxxxxxx,simonlebon54@xxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
http://gambaswiki.org/bugtracker/edit?object=BUG.3185&from=L21haW4- Comment #3 by Willy RAETS: Application.MainWindow = Me is not the issue here as it is not the whole application that needs to be closed here. What is happening is that a form (AuxDisplay) is opened from another form (host form). When the host form is closed, the code to close AuxDisplay (AuxDisplay.Close) does nothing. If using AuxDisplay.Hide at the same place is does hide. At least that is my understanding so far. This was asked on gambas one forum, but none has a clue what is going on as at first glance the code that was posted seems ok, so I advised to report it as a bug. I have to agree with Bruce that a simplified project would make things a lot easier. Steve can you maybe make a small dummy project demonstrating your issue, so just a host form that opens a form, but when host form closes the code to close the other form does nothing, where hiding it does? That would make troubleshooting an figuring out if it is a code issue or a bug a lot easier. ----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----
| [Gambas-bugtracker] Bug #3185: unable to close windows | <bugtracker@xxxxxxxxxxxxxx> |