Help visual project - “modernize” the software visually

Have you seen this post?
ButtonTiles Class - code / Snippets - ClarionHub

So most of the buttons tend to have images on them, sometimes gifs which react when the mouse hovers over the button.

There might be something in the clarionmag website
Clarion Content - Confluence (jira.com)

You can use an addon like this
Codejock – noyantis

There is XAML
Microsoft’s Xaml Islands used in a Clarion app. This allows “modern” UWP Windows controls to be used in a Win32 app - ide / Customization - ClarionHub

You might find something on Github
Search · language:clarion · GitHub

You can add image files onto the button and obviously resize the button to match the image size, and you can make them flat and do other things, so it should be possible to get the UI you want fwiw.

HTH

1 Like