1. Adjusting only the message_box() font

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.

new topic     » topic index » view message » categorize

2. Re: Adjusting only the message_box() font

sergelli said...

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: Adjusting only the message_box() font

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?

new topic     » goto parent     » topic index » view message » categorize

4. Re: Adjusting only the message_box() font

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.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu