FLTK logo

Re: [fltk.general] Can I get thumbnail previews with the file picker?

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Can I get thumbnail previews with the file picker? imm May 15, 2021  
 
On Sat, 15 May 2021, 13:56 Zeke Williams wrote:
One thing that irks me about GTK is that the file picker doesn't have thumbnail previews and I also find Qt to be too heavy for me. Can I have thumbnail previews with the FLTK file picker out of the box or would I have to modify FLTK to get that?


The key, as I'm sure you can imagine, is that robustly supporting thumbnail previews tends to be neither "fast" nor "light" so tends to be missing from lighter weight toolkits.
The fltk built-in chooser doesn't do thumbnails as a result (in common with gtk and so on) but it does provide an (optional) preview window for the selected file, which might help?

Failing that, the fltk built-in chooser is intended to be subclassed so you can extend it if you're feeling keen...

The FL_Native_File_Chooser, in contrast, basically attempts to load the system provided chooser and only falls back to the built-in chooser if that fails... But the chooser it loads from the system is usually gtk, so...

--
Ian
From my Fairphone FP3

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/CAGFM6daVWXBK-YkTkG8RJHJ0W03v%3DLAVaDZfyuOOkUhA%2Bs7M%2Bw%40mail.gmail.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.