Re: [MBS] NSProcessInfoMBS constants

2015-10-08 Thread Christian Schmitz
> Am 08.10.2015 um 16:57 schrieb Michael Diehr : > > I'm seeing some issues with the constants for NSprocessInfoMBS: > > 1. constant is wrong type? > > dim nspi as new NSProcessInfoMBS > dim options as uint64 = Bitwise.BitOr( > NSProcessInfoMBS.NSActivitySuddenTerminationDisabled, > NSProces

Re: [MBS] bitmapImageRepForCachingDisplayInRect

2015-10-08 Thread Michael Diehr
On Oct 7, 2015, at 3:31 PM, Christian Schmitz wrote: > >> My question: is there a way in MBSPlugins to do this and quickly convert >> back to a Xojo Picture object? I've some sample code which gets the >> bitmapImageRep and then converts it to a BMP and then use >> Picture.FromData(), but

[MBS] NSProcessInfoMBS constants

2015-10-08 Thread Michael Diehr
I'm seeing some issues with the constants for NSprocessInfoMBS: 1. constant is wrong type? dim nspi as new NSProcessInfoMBS dim options as uint64 = Bitwise.BitOr( NSProcessInfoMBS.NSActivitySuddenTerminationDisabled, NSProcessInfoMBS.NSActivityLatencyCritical) Gives a "parameters are not comp