Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How do I make a metal window if RB does not allow me this?

Answer: The following declare turns any window on Mac OS X 10.2 or newer into a metal one.
Example
declare sub ChangeWindowAttributes lib "Carbon" (win as windowptr, a as Integer, b as Integer)

ChangeWindowAttributes window1,256,0

May not look nice depending on the controls used.


The biggest plugin in space...