[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: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Sat, 1 Nov 2025 19:10:36 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 01/11/2025 à 17:18, Claus Dietrich a écrit :
I started to draft an own file saving dialog for documents/bitmaps, where the compression for JPG files (also inside PDFs) shall be adjustable by a slider within the same dialog. However, the slidershall only be visible when the jpg or pdf format has been selected. So I need at least an information when the selection of the FileChooser filter has changed.
You mean you need the 'FileChooser' control to raise an event when the filter is changed? It's possible to add one.
The documentation of the FileChooser control lists mouse events butI can't catch any of them - at least not when I change the filter selection. Where is the mistake?
You are talking about native control events: they don't actually mean anything when you use complex compound controls like 'FileChooser'. They may be raised or not, being eaten by inner controls, and so are not relevant.
Regards, -- Benoît Minisini.
| Re: Need information about changed filter selection in the FileChooser control | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
| Need information about changed filter selection in the FileChooser control | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |