[TIP] Show thumbnail page in Servoy

In this Servoy 3 example, you’re able to show
images as thumbnails in 3 horizontal columns.

Of course you can add as many columns as you like,
just browse trough the method and you’ll find out soon enough how. :wink:

The ‘media:///servoy_blobloader’ does the main job.
I guess this method can have some more fine tuning,
but I tried to keep it as easy as possible for everyone.

Click on the pictures and a dialog will appear. 8)
The solution needs the example_data connection.

Have fun with it!
Many thanks to Edward Callaghan for pictures and text!

fc_tumbs_example.servoy (257 KB)

Nice! Thank you for sharing this…

Paul Bakker made the solution even more slick by enhancing the method to a more flexible way of coding. Thanks Paul!

Additions:

  • set column amount
  • fontsize is set to points
  • tooltip in web client(!)

fc_tumbs_example.servoy (244 KB)

Note: The images do not display currently in the WC, but this will be fixed in 3.02.

Paul