(no subject)
Publicado: Vie Sep 26, 2008 10:25 am
Dear developer!
It seems that I have casually found an error in SourceStdControl.prg
(Xailer 1.9.7)
In method Set3D the line
SetWindowLong( ::Handle, GWL_EXSTYLE, ::nCtlStyle )
is incorrect,
must be
SetWindowLong( ::Handle, GWL_EXSTYLE, ::nExStyle )
Regards, Oleg
It seems that I have casually found an error in SourceStdControl.prg
(Xailer 1.9.7)
In method Set3D the line
SetWindowLong( ::Handle, GWL_EXSTYLE, ::nCtlStyle )
is incorrect,
must be
SetWindowLong( ::Handle, GWL_EXSTYLE, ::nExStyle )
Regards, Oleg