wxglade_hmi/README
author |
Andrey Skvortsov <andrej.skvortzov@gmail.com> |
|
Tue, 25 Sep 2018 18:29:10 +0300 |
changeset 2341 |
210cddfa16cf |
parent 728 |
e0424e96e3fd
|
permissions |
-rw-r--r-- |
Avoid division by zero in case width or height for page are not specified
traceback:
File "/home/developer/WorkData/PLC/beremiz/beremiz/editors/Viewer.py", line 3755, in OnPaint
self.DoDrawing(dc)
File "/home/developer/WorkData/PLC/beremiz/beremiz/editors/Viewer.py", line 3723, in DoDrawing
for y in xrange(self.PageSize[1] - (ystart * SCROLLBAR_UNIT) % self.PageSize[1], int(window_size[1] / self.ViewScale[1]), self.PageSize[1]):
<type 'exceptions.ZeroDivisionError'>: integer division or modulo by zero
367
a76ee5307bb7
Adding support for python plugin wxglade_hmi allowing creation of PLC HMI using wxglade
laurent
parents:
diff
changeset
|
1 |
WxGlade HMI |