Página 1 de 1
(no subject)
Publicado: Vie Sep 26, 2008 10:25 am
por Oleg
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
(no subject)
Publicado: Vie Sep 26, 2008 10:30 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
(no subject)
Publicado: Vie Sep 26, 2008 10:30 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