Toolbar with system provided images /files

Hello,

i want to make a feature request for TMS mcL toolbar. Currently it's not possible to use system predefined images like for preferences panel, see:

https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/SystemProvided.html#//apple_ref/doc/uid/20000957-CH92-SW1

And it's only possible to set a TBitmap but not a filename like for icons coming from bundle resource.

I think it's easy to enhance,
Best regards
Dirk

Hi,

We have implemented this here, the next version will address this. Please note that you will be able to set an image using the BitmapName property. The following sample demonstrates this with the preferences icon:

TMSFMXNativeNSToolbar1.Items[0].BitmapName := 'NSImageNamePreferencesGeneral';

This feature was implemented.