


You can set some properties for this Object. With the new class CKOperationConfigurationMBS you can describe how a CloudKit operation behaves. Also you need permissions to access camera and microphone via AVFoundation functionalities. You may need to set both properties true to allow WebRTC. If you want web page actions to be included in the console set logsPageMessagesToSystemConsoleEnabled true.Īlso we have two properties mediaDevicesEnabled and mediaStreamEnabled to allow the access to media devices and media streaming in JavaScript. In addition we can enable/disable fullscreen for the web browser and can disable the web security. It decides if the phone number detection in texts is enabled. It may allow JavaScript to access a website loaded in a frame.Īlso new is the telephoneNumberDetectionIsEnabled property. With the property crossOriginResourcePolicyEnabled we can disabling some cross policy checks. There are also a few new properties in the WebKit section in the WKPreferencesMBS class. So you can write for example several image files into a pastboard. With SetPasteboardItems we can put several items of various types in one Pastboard item. We can then continue to work with the memory block and use it, for example, as cryptographic keys, IVs or nonces.Īlso the class NSPastboard got a new method. As a return of the method we get only an integer which says something about the success of the creation of this byte block. The memory block in which our result should be stored afterwards is specified in the parameters of the method. With the new method RandomGenerateBytes from the class CCCryptorMBS we can generate a memory block with random bytes.
#XOJO PLUGINS FOR MAC#
The MBS Xojo Plugins in version 21.4 offers some more new features for Mac and iOS users New functionalities for Mac and iOS users So make sure that the text is uniformly formatted before you use this functionality. Optionally, you can decide whether all found passages should be replaced with the same text.Ī note to this method: A piece of text is recognized only if in the found fragment have no formatting breaks. You specify the search text as well as the new text that is replaced in the parameters of the method. With the method Substitute you can replace certain text pieces in the document. With the Contains method you can check if a defined string occurs in a Word document. We also have the new methods Contains and Substitute from the WordFileMBS class. If the field exists, we get true as return value. To do this, we specify the name of the field in the parameters. With the new method FieldExists from the SQLCommandMBS class you can check if a given field exists that we want to query. MsgBox "Found position: "+Str(pos1)+" and „+Str(pos2) In the following example the positions of the first two hits are determined.ĭim pos2 As Integer = m.

The method returns the first position in the memory block where there was a hit. Additionally we can specify from which position in the memory block to search. In the parameters we specify an array with the characters to be searched in UInt8. With this method we can search for given characters in a memory block. In this context, the new method FindByteMBS for memory blocks is also interesting. As return of the method we get a true if the file was read as a memory block. In the parameters we specify the memory block element in which the result should be stored. We have the new method ReadFileMBS for FolderItems to allow you the transfer of a file into a memory block.
#XOJO PLUGINS PDF#
It returns true if the currently opened PDF is a tagged PDF.

The AppendTraceFile method is practical because with this method it is possible to append debug information and not need to override it.Īnother new method from the DynaPDFMBS class is the GetInIsTaggedPDF method. The plugin writes debug messages to this file so you can check which methods you called. With the methods CreateTraceFile and AppendTraceFile you can create and append a file that log debugging information. In this article I want to introduce you the new functionalities from the MBS Xojo Plugins in version 21.4. News from the MBS Xojo Plugins Version 21.4
