console en findresults in IDE not working

Post

Posted
Rating:
#1 (In Topic #985)
Trainee
 Hello,

In the Gambas IDE the CONSOLE doesn't popup, also the FIND results.
Now I don't see my print output en find output. The buttons are visible but they don't work.
How do I get them back.

Bert Steenhagen
Online now: No Back to the top

Post

Posted
Rating:
#2
Guru
BruceSteers is in the usergroup ‘Guru’
Find something like the following text in $HOME/.config/gambas3/gambas3.conf

Code

[FMain]
Geometry=[12,59,1219,849,0,0]
panProject=[False,293,True,False]
panProperty=[False,265,True,False]
panDebug=[True,350,True,False]

Change the second True of panDebug  to false.

There is a bug, you must not select transparent handles and auto-hide together for debug panel.

Change panDebug Boolean settings manually to fix it.
Online now: No Back to the top

Post

Posted
Rating:
#3
Trainee
 Hello Bruce,

You dit it !!!

 I changed it and everything works again.

Thank you!!
Online now: No Back to the top
1 guest and 0 members have just viewed this.