Awesome! Thanks Arookh! The trick was just getting a python library to do all of the NSWIndow stuff. I found one with PyObjC I'll give it a shot this weekend and post back with the update. Really appreciate the code though, very nice of you =)
The QT one didn't work in OSX. and I need to do some research on to how to call OSX flags from Python. Windows has the win32api module that lets me get down to the window low level flags, but I haven't dug deep enough on Mac
Hi @lkruel, i have update your program but i can't open it. I have an message error "Failed to execute script run". I'm overwrite the old exe, maybe i have an fix with a setup file or something else. I'm see this error with onof my personal tools write with Python/PyQt, and it's an error make with my old init file.
Are you using C++ or PyQt / PySide? Qt has an obscure function QWidget::winId(), which returns a native handle to the widget window. In Python it's possible that this returned value is a "PyCObject" and you'll have to use AsVoidPtr to retrieve the handle: https://docs.python.org/2/c-api/cobject.html#c.PyCObject_AsVoidPtr…
Octo: Drag and Drop is something I'm looking into. Unfortunately the library I'm using doesn't recognize dropping on the icon, but I could do something that you can drop onto an already open image. Would that still be useful? JasonHeckmen: I'm working on it. The tool is written in python, so in theory it's super easy. I…
Hi Saf, I think it's something with py2app running the wrong instance of Python. It basically says that the bundled version of PySide is incompatible. But it works fine when I build it locally. I tried something else last night that I'm going to test today. Thanks on the feedback, the rotate is a bit finicky, so I'll take…
Hi Luiz, I've just downloaded Kuadro for mac and can't run it, maybe it's the fact that I have OS X 10.8.5, and not the last version of it. Here is console output for the error: 4/27/15 1:31:09.921 PM kuadro[279]: Traceback (most recent call last): 4/27/15 1:31:09.921 PM kuadro[279]: File…