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:
Notes:
May not look nice depending on the controls used.
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
Links
MBS Xojo tutorial videos