[Gambas-user] strange 2nd minimized window

roberto.premoli at tiscali.it roberto.premoli at tiscali.it
Tue Oct 10 23:07:04 CEST 2023


Il 30.09.2023 19:10 T Lee Davidson ha scritto:

> On 9/30/23 11:34, roberto.premoli at tiscali.it [1]wrote:
>
>> hello. since 2 days ago, when i run with F5 my code it start and 
>> run,
>> but also a "little stick" appears on dsiplay. I try to interact with 
>> it
>> using mouse and it reveal to be a super minimized window, that i can
>> resize to enlarge and move. This window has nothin inside it (o 
>> btto,
>> nlabe, nothing), it has only the same tittle of the FMAin.form of my
>> project and no more. I caa close it without any problem and my code 
>> go
>> on to work. Because it appear only recently, i suppose it is some 
>> king
>> of "debug" window. I think I had click around onto men to activate 
>> it
>> and now, i ont know how to disable even if i navicate and see almost
>> all menu options of IDE. Btw, it pop up also whenn i compile the
>> projent into a .deb and istall it: beside the main wondow, also this
>> superminimized window appear. So, i ask how to remove this 
>> apparently
>> unusefulaand noising wndow.
>
> You didn't say for sure, but it sounds like this happens with only 
> one
> project. If so, perhaps check the project's '.settings'
> file and see if [DebugWindow] Count has a value greater than zero. 
> I've
> never seen or heard of this, so I'm just guessing as to
> what to do.
>
> Otherwise, if it is a small project without sensitive information, 
> please
> send it. Or strip it down so it can be sent to the list.
>
> -- Lee ----[ http://gambaswiki.org/wiki/doc/netiquette [2] ]----

Hello, just to update you.

I sliced down my code. at the end, the "culprit" was the follow line:

form.visible = true

It make to popup that the minimized window. It does not popup if i 
eliminate that line.
PROBLEM SOLVED



More information about the User mailing list