[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to turn the console off in Gambas GUI ?


OK,

I found out that when you drag the console window down to minimize, It stops with a small thin area still open.

The cursor changes to a I Bar (Write), then you have to continue dragging it down further to finally close the console window.

I wasn't dragging it down far enough. !


That answers one question but I would still like to disable Queries from being echoed.

I have no debug statements in the application and have checked all the preference options and can't find anything (Obvious) to turn it off.

It's not a issue but it would be nice to be able to select what is displayed.


Thanks all,
I.



On 17/11/25 6:57 pm, BB wrote:


On 17/11/25 7:05 pm, Ian Roper wrote:

My problem is that I'm running a number of queries to a SQLite DB.

My 'over enthusiastic' console lists these and the console then takes up to 75% of the screen on exit.

I've tried:

 1. Undocking the console and exiting it.
 2. Minimizing the size to as minimal as I can get and it just
    resizes on the next run.

Is there a switch to tell it to ignore SQL commands OR to disable it ?


Screenshot attached.

gambas3.conf attached in case there is something wrong there or something I can tweak to disable as discussed.


regards,

Ian.

Have you got db.debug set somewhere? Either in code or in the debug options?
b

Follow-Ups:
Re: How to turn the console off in Gambas GUI ?Lee <t.lee.davidson@xxxxxxxxx>
References:
How to turn the console off in Gambas GUI ?Ian Roper <westozscribe@xxxxxxxxx>
Re: How to turn the console off in Gambas GUI ?BB <adamnt42@xxxxxxxxx>