FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Possible, to change the font-size for function MSGALERT ?
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Possible, to change the font-size for function MSGALERT ?
Posted: Mon Aug 11, 2008 09:20 AM

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.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Possible, to change the font-size for function MSGALERT ?
Posted: Sat Aug 16, 2008 07:34 AM

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
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Possible, to change the font-size for function MSGALERT ?
Posted: Sat Aug 16, 2008 09:12 AM

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

Continue the discussion