Error Fwh24.02 con Xbrowse
Posted: 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
www.FiveTechSoft.com
https://forums.fivetechsupport.com/
Code: Select all | Expand
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