Jump to content

Recommended Posts

Posted

For the next version of MBS FileMaker Plugin in 15.3 we add the Window.SetRoundCorners function to provide round corners.

At the recent Vienna Calling conference a developer asked if we can get the edges of the card in FileMaker to be round. And yes, that is indeed possible. Once the card is shown, the MBS Plugin can find the card window and apply round corners to it. 

CardMac.png

This even works on Windows:

CardWin.jpg

This seems to work fine in FileMaker Pro on macOS and Windows. It does of course not work for WebDirect or FileMaker Go.

To add the round corners, you simply call our plugin function Window.SetRoundCorners just after showing the card. The plugin finds the front window and applies them. Here is an example:

Show card with round rectangle:

New Window [ Style: Card ; Name: "Card" ; Using layout: “Tabelle” ; Height: 400 ; Width: 600 ]
Set Variable [ $r ; Value: MBS("Window.SetRoundCorners"; 0; 12) ]

Please try with 15.3 plugin and let us know how well it works for you.

  • Like 1
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.