[Gambas-user] ScrollView shadow gets in the way now.

Bruce Steers bsteers4 at gmail.com
Mon Jan 29 02:42:21 CET 2024


On Sat, 27 Jan 2024 at 01:26, Bruce Steers <bsteers4 at gmail.com> wrote:

> This seems like a new thing that's a bit of a pain.
>
> The issue is with ScrollView shadow
>
> When there is a shadow if you click the actual shadow the scroll area
> beneath it is not clicked.
>
> Things like the property list in the Designer you can see the lowest item
> but cannot click it anymore unless you move the mouse to just above the
> shadow. (a very small area)
>
> Same happening now with TextEditor in the IDE
>
> Can't say i've ever noticed it before so something new must be causing it.
>
> Is it possible that clicking the shadow can activate the obscured item
> below it?
>

I found changing the ScrollArea $iFadeSize works well

  $iFadeSize = Desktop.Scale

It is currently Desktop.Scale * 2

Making it just Desktop.Scale it is still visible but pretty small so not so
much in the way now.

In the attached picture i can click the lowest visible property item as you
can see the shadow is only small.
With the previous Desktop.Scale * 2 setting i could not as the shadow was
just too large so got the click instead of the item under it.

Respects

BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20240129/f3cd3440/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Untitled.jpg
Type: image/jpeg
Size: 48455 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20240129/f3cd3440/attachment-0001.jpg>


More information about the User mailing list