[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need information about changed filter selection in the FileChooser control
[Thread Prev] | [Thread Next]
- Subject: Re: Need information about changed filter selection in the FileChooser control
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Sat, 1 Nov 2025 17:11:45 +0000
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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
| Need information about changed filter selection in the FileChooser control | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |