Page 1 of 1

error en MsgWait y MsgRun

PostPosted: Fri Sep 07, 2007 11:14 am
by MOISES
Antonio:

MsgWait y MsgRun no se muestran correctamente bajo 32 bits, el cálculo de coordenadas no es correcto pues el texto de cuerpo se recorta:

Image


Muchas gracias. Salu2,

PostPosted: Sun Sep 16, 2007 9:21 am
by Antonio Linares
Moises,

En source\function\msgrun.prg hay que modificar estas líneas asi:
Code: Select all  Expand view
     ACTIVATE DIALOG oDlg CENTER ;
          ON PAINT oDlg:Say( 11, 0, xPadC( oDlg:cMsg, nWidth ),,,, .T. )