[Gambas-user] [BUG] No Scrollbar on Properties Panel in IDE

Bruce Steers bsteers4 at gmail.com
Tue Jul 25 20:20:03 CEST 2023


On Tue, 25 Jul 2023 at 19:16, Bruce Steers <bsteers4 at gmail.com> wrote:

>
>
> On Tue, 25 Jul 2023 at 18:57, Demosthenes Koptsis <demosthenesk at gmail.com>
> wrote:
>
>> Hello,
>>
>> i have compiled and installed Gambas 3.18.3 in Debian 13.
>>
>> i cannot scroll down the properties grid on ide, see screenshot
>>
>
> Try the following...
> Change your main desktop theme. (some are buggy and gambas uses the
> desktop themes to render controls)
> Or increase your main font size a bit.
>
> (a very small font size with some themes can make controls be too small to
> render properly in gambas)
>
> In the IDE menus select the "? / System information" option and copy that
> information and paste it here. that can help us detect the issue.
>
> It's most likely a toolkit/theme (or font) problem as mentioned.
>
> also if you are using X try the ide with both gtk and QT by typing the
> following in a terminal..
>
> env GB_GUI=gb.gtk gambas3
>
> env GB_GUI=gb.qt5 gambas3
>
> that will load gambas IDE with different toolkits, you will probably find
> one is okay.
>
> BruceS
>

PS. did you have the repository gambas installed before and it worked okay
or have you only tried the compiled version?
PPS. before running make install with compilation did you remove all
gambas3 apt installed parts to avoid conflicts?
sudo apt remove gambas3*

BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230725/91e2294f/attachment.htm>


More information about the User mailing list