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

Re: Need information about changed filter selection in the FileChooser control


On Sat, 1 Nov 2025 at 16:18, Claus Dietrich <claus.dietrich@xxxxxxxxxx>
wrote:

> The documentation of the FileChooser control lists mouse events
> but I can't catch any of them - at least not when I change the filter
> selection. Where is the mistake?
>
> Best regards
>
> Claus
>

the FileChooser object is a compound control consisting of a DirView and a
FileView that are accessible and other objects that are private (like the
filter combobox)
Most of the mouse events will be eaten by the DirView or fileView controls.

But there is always a way (see my previous reply)
Respects
BruceS

References:
Need information about changed filter selection in the FileChooser controlClaus Dietrich <claus.dietrich@xxxxxxxxxx>