1. Adjusting only the message_box() font
- Posted by sergelli Feb 08, 2014
- 1236 views
Good morning everyone
On some machines the text presented by message_box function () appears too small.
I would like to know how to increase the power of this function.
Thanks in advance.
2. Re: Adjusting only the message_box() font
- Posted by ArthurCrump Feb 08, 2014
- 1183 views
Good morning everyone
On some machines the text presented by message_box function () appears too small.
I would like to know how to increase the power of this function.
Thanks in advance.
I think there is the same problem with taskdialog which I submitted some time ago.
In both case it seems that C programmers have the same problem. I have not seen a solution.
Arthur
3. Re: Adjusting only the message_box() font
- Posted by sergelli Feb 08, 2014
- 1188 views
So, we should probably make a alternate function, when we can not use the function message_box (0)
It's just what I do? There are options?
4. Re: Adjusting only the message_box() font
- Posted by LarryMiller Feb 08, 2014
- 1207 views
The message_box function is just a wrapper for the MessageBox API function. MessageBox has limited options and was provided as a convenience for applications that have only basic needs. For applications that need more there are the general purpose dialog box functions.
There isn't much Euphoria can do about these limitations. Live with them or make your own.