Humberto A Sanchez II

Results 58 comments of Humberto A Sanchez II

Just checked it. I kind of expected it to fix my Ellipse reszing and dragging problems. Did not fix anything

I stand corrected the demo stuff does indeed work. My code has some custom event handlers to handle resize and movement. Those are still failing with the float errors. Attempting...

Here is one ``` Traceback (most recent call last): File "/Users/humberto.a.sanchez.ii/PycharmProjects/umlshapes-2779/src/umlshapes/frames/UmlFrame.py", line 95, in OnMouseEvent super().OnMouseEvent(mouseEvent) File "/Users/humberto.a.sanchez.ii/PycharmProjects/umlshapes-2779/src/umlshapes/frames/DiagramFrame.py", line 214, in OnMouseEvent super().OnMouseEvent(evt=mouseEvent) File "/Users/humberto.a.sanchez.ii/PycharmProjects/umlshapes-2779/pyenv-3.12.9/lib/python3.12/site-packages/wx/lib/ogl/canvas.py", line 173, in OnMouseEvent self._draggedShape.GetEventHandler().OnBeginDragLeft(x,...

You would think so. But that would depend on what Shape.GetX() Shape.GetY(), Shape.GetWidth() and Shape.GetHeight() are supposed to return. In this case they are returning floats. But the DC.SetClippingRegions() expects...

Really? So it is our expectation that when interacting with the `wx.lib.ogl` library and using its return values to interact with standard `wx.DC` API, we expect the developer to coerce...

Is that your final answer 😇 😇 😇 😇 😀 😀 😀 😀?

I observed this behavior also

This still seems to be broken as of py2app 0.28.8