error en MsgWait y MsgRun

Post Reply
MOISES
Posts: 824
Joined: Wed Aug 22, 2007 10:09 am

error en MsgWait y MsgRun

Post 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,
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Moises,

En source\function\msgrun.prg hay que modificar estas líneas asi:

Code: Select all

     ACTIVATE DIALOG oDlg CENTER ;
          ON PAINT oDlg:Say( 11, 0, xPadC( oDlg:cMsg, nWidth ),,,, .T. )
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply