MSGWAIT

MSGWAIT

Postby Ollie » Mon Feb 12, 2007 6:59 pm

MSGWAIT does not 'obey' CRLF like MSGSTOP does.

#define CRLF Chr( 13 ) + Chr( 10 )
MsgWait( "Please, just wait a little!"+CRLF+"Working...","TITLE", 15 )
MsgStop( "Please, just wait a little!"+CRLF+"Working...","TITLE")

Any ideas?
Many thanks
Ollie.

Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie
 
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Postby Antonio Linares » Mon Feb 12, 2007 7:20 pm

Ollie,

Those functions are different. MsgStop() is a Windows API builtin function.

MsgWait() is defined in FWH in source\function\msgrun.prg and does not check for CRLF. You may easily change its source code
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41937
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot], nageswaragunupudi and 75 guests