OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: velasquez on July 16, 2012, 01:52:28 PM

Title: Coordinates in dcl_PictureBox_DrawRect
Post by: velasquez on July 16, 2012, 01:52:28 PM
HI
I have a PictureBox and width = 125 height = 36.
See the difference dcl_PictureBox_DrawRect that appears in the latest version of OpenDCL.

Code (autolisp) Select

;;;Desenha a moldura do retangulo
  (dcl_PictureBox_DrawRect
    dc_MainMenu_cBarMax_ExFontes
;;; (list (list 0 0 124 35 0)) ;_ 6.0.2.5
    (list (list 0 0 123 34 0)) ;_ 7.0.0.5
  ) ;_ fim de dcl_PictureBox_DrawRect


Thanks
velasquez
Title: Re: Coordinates in dcl_PictureBox_DrawRect
Post by: owenwengerd on July 19, 2012, 08:57:14 PM
This should be fixed in Alpha 6.
Title: Re: Coordinates in dcl_PictureBox_DrawRect
Post by: velasquez on July 25, 2012, 06:17:26 AM
Quote from: owenwengerd on July 19, 2012, 08:57:14 PM
This should be fixed in Alpha 6.

This problem was fixed.
Thanks