Possible, to change the font-size for function MSGALERT ?

Post Reply
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Possible, to change the font-size for function MSGALERT ?

Post by ukoenig »

Hello,

the normal MSGALERT-font is a bit to small,
using hight screen-resolution.
Is it possible, to define a font for MSGALERT ?
I had a look at \sources\winapi.
There i found a c-function < msgbox.c > where msgalert is included.

If it isn't possible, i have to use the FW-function MSGLIST()

Best regards
Uwe :lol:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post by Antonio Linares »

Uwe,

The best solution is to create your own function MsgAlert() where you have full control on all elements
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Post by nageswaragunupudi »

OffTopic

>
If it isn't possible, i have to use the FW-function MSGLIST()
>

XBrowse( aAnyArray ) works better than MsgList( aArray )
MsgList requires all elements to be character values. Xbrowse converts if needed.
Regards

G. N. Rao.
Hyderabad, India
Post Reply