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

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


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 slider
shall 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 but
I 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.


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