Page 1 of 1

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

Posted: Mon Aug 11, 2008 9:20 am
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:

Posted: Sat Aug 16, 2008 7:34 am
by Antonio Linares
Uwe,

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

Posted: Sat Aug 16, 2008 9:12 am
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.