> Am 19.11.2015 um 10:41 schrieb Marnaud <[email protected]>: > > Hello, > > Remote controlling is a vast subject and I'm occasionally encountering some > problems; I'm grouping my questions to disturb as less as I can. > > First, I don't understand the difference between the QuerySuspend and > QueryStandby events of the WindowsPowerState class. How is suspending > different with standing by?
Well, QueryStandby is older event (Windows XP maybe). QuerySuspend is newer event, I think. > I'm also wondering whether it's possible to get the Win32 and Linux mouse > cursor shape (the Mac one is already doable with the NSCursor class). see here for Windows: https://msdn.microsoft.com/en-us/library/windows/desktop/ms648388(v=vs.85).aspx and https://msdn.microsoft.com/en-us/library/windows/desktop/ms648389(v=vs.85).aspx Maybe those help? > Any news about a function to directly return a screenshot of any monitor > directly as a string? Sorry, no. > Translating the keyboard across operating systems is a nightmare. Linux uses > a layout different than Mac and Win32 (each key being indexed simply from > left to right instead of using physical key codes); perhaps we miss some > methods for that? Sorry, no idea. > Grabbing the command key on Mac (e.g. to transmit a Windows key to a Win32 > computer) is also complex (how do we simulate Windows+R, for instance?). Sorry. The plugin can do a lot, but not everything. > Is it possible to turn a Mac screen to sleep? The declares I found are hard > to translate in Xojo code. Maybe easiest is to run an applescript for this. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
