Página 1 de 1

Error in StdControl.prg

Publicado: Vie Sep 26, 2008 10:27 am
por Oleg
Dear developers!
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

Error in StdControl.prg

Publicado: Vie Sep 26, 2008 10:31 am
por jfgimenez
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 )
Yes, you are right. Thanks for your input!
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Error in StdControl.prg

Publicado: Vie Sep 26, 2008 10:31 am
por jfgimenez
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 )
Yes, you are right. Thanks for your input!
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info