Hi to all,
Sorry if this has already been asked but I didn't find the topic with the keyword <textFont>...
The question is simple; how can I load a dialog box which let the user select the textFont from the system he wants ?
I mean on a desktop application, no mobile.
I've seen the entry of <revFontLoad fontFile> from the dictionary, but no idea how I can get the <fontFile> path from the user system...
Thanks in advance, Jean-Paul.
How to load a textFont dialog box ? [Solved]
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
How to load a textFont dialog box ? [Solved]
Last edited by atout66 on Tue Apr 26, 2016 10:42 am, edited 1 time in total.
Discovering LiveCode Community 6.5.2.
Re: How to load a textFont dialog box ?
Bonjour Jean-Paul,
You also can create your own dialog box. A substack or a group
Best regards
Jean-Marc
You can use FontNames() function to get the list of available fontsbut no idea how I can get the <fontFile> path from the user system...
You also can create your own dialog box. A substack or a group
Best regards
Jean-Marc
https://alternatic.ch
Re: How to load a textFont dialog box ?
Ah OK Jean-Marc, thanks, I knew about FontNames() but I thought there was a build in function in LC which would do a part of the work for me 
So, if I understand your meaning, I've to build myself all the process dialog box, with a combo box I guess, right ?

So, if I understand your meaning, I've to build myself all the process dialog box, with a combo box I guess, right ?
Discovering LiveCode Community 6.5.2.
Re: How to load a textFont dialog box ?
Yes, I think that is the best wayif I understand your meaning, I've to build myself all the process dialog box,
Yes, or option menuwith a combo box I guess, right ?
Jean-Marc
https://alternatic.ch
Re: How to load a textFont dialog box ?
Merci Jean-Marc for these advice 

Discovering LiveCode Community 6.5.2.