Chaos DesktopExt module - Issue on OSX?

Archives Forums/MacOS X Discussion/Chaos DesktopExt module - Issue on OSX?

Murilo(Posted 2011) [#1]
I'm using Chaos's library to grab a pixmap of the current desktop. DesktopPixmap is always returning null for me on OSX though. I'm using Lion, but I don't know if this has any relevance.

All I'm doing is:

Local d:TPixmap = DesktopPixmap()

Any ideas?


d-bug(Posted 2011) [#2]
Hi,

the DesktopPixmap command is just for Windows. This has nothing to do with OSX-Lion.


Murilo(Posted 2011) [#3]
Oh. From reading the docs, it just looked like the parameters were not applicable to OSX. Thanks for the clarification.

Does anyone know how else I can achieve this in OSX?