Error Fwh24.02 con Xbrowse

Error Fwh24.02 con Xbrowse

Postby CARLOS ATUNCAR » Wed Apr 10, 2024 4:04 pm

Estoy probando actualizar fwh2307 a fwh2402 y tengo este problema con Xbrowse se va sobre la barra de botones


Image
CARLOS ATUNCAR
 
Posts: 118
Joined: Thu Sep 17, 2015 11:40 pm

Re: Error Fwh24.02 con Xbrowse

Postby Antonio Linares » Wed Apr 10, 2024 5:05 pm

Es un bug que se coló en la versión 24.02 y se soluciona con este cambio en la clase TWindow:

En breve publicamos FWH 24.04 que lo soluciona

En el método Activate() Clase TWindow al final del método:
Code: Select all  Expand view
  if ::bInit != nil
      Eval( ::bInit, Self )
   endif

   ::Resize( 0, ::nWidth, ::nHeight )  // restaurar esta línea de esta manera!

   if lCentered
      ::Center()
   endif

   if ::oWnd == nil
      if ! lWRunning()
         WinRun( Self:hWnd )
      endif
   endif

return nil
regards, saludos

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

Re: Error Fwh24.02 con Xbrowse

Postby CARLOS ATUNCAR » Wed Apr 10, 2024 9:02 pm

podemos crear la lib nosotros aca con estos cambios ??, que se necesita
CARLOS ATUNCAR
 
Posts: 118
Joined: Thu Sep 17, 2015 11:40 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Otto and 12 guests