System font dialog?

Mac OSX specific forum
mark5009
User
User
Posts: 22
Joined: Sun Oct 19, 2014 10:47 pm

System font dialog?

Post by mark5009 »

Hi.

I'm just starting to get back into doing PB stuff and I find myself missing something obvious: user font selection. So I have a editor gadget and I want to allow the user to set the font using the system font dialog, just like in the form designer.

Anyone care to help me out with the obvious?

TIA .. mark.
User avatar
mk-soft
Always Here
Always Here
Posts: 5338
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: System font dialog?

Post by mk-soft »

You mean

Code: Select all

FontRequester("", 11, #PB_FontRequester_Effects)
:?:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
mark5009
User
User
Posts: 22
Joined: Sun Oct 19, 2014 10:47 pm

Re: System font dialog?

Post by mark5009 »

mk-soft wrote:You mean

Code: Select all

FontRequester("", 11, #PB_FontRequester_Effects)
:?:
Doh! That'd be the one...

Many thanks .. m.
Post Reply