on MacOSX 10.7, you can creat desktops(spaces) in mission control.
but how can we know the info of that?
I tried ExamineDesktops() with no success....
ExamineDesktops() does not work in lion?
-
- Enthusiast
- Posts: 536
- Joined: Mon Feb 16, 2009 10:42 am
- Location: sweden
- Contact:
Re: ExamineDesktops() does not work in lion?
This works just fine in Lion:
Code: Select all
ExamineDesktops()
Debug Str(DesktopHeight(0))
Debug Str(DesktopWidth(0))
Re: ExamineDesktops() does not work in lion?
thanks, i mean how to get the number of desktops(spaces) for current user?jesperbrannmark wrote:This works just fine in Lion:Code: Select all
ExamineDesktops() Debug Str(DesktopHeight(0)) Debug Str(DesktopWidth(0))
the manual says ExamineDesktops() will return the number of desktops.
but it seems that bp's ExamineDesktops() does not support the virtual desktop in macosx.