[MBS] Is RTFDataMBS Cocoa only?

2015-10-23 Thread Stanley Roche Busk
Hi, The page https://www.monkeybreadsoftware.net/string-styledtext-method.shtml says: Plugin version: 13.5, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback. However the line: ’mystr = TextArea.RTFDataMBS’ gives a ‘Error 0 - Cocoa Only’ error. Should I use the Xojo

[MBS] How do you set NSTextFieldMBS font type and size?

2018-02-02 Thread Stanley Roche Busk
Hi, I have the following code (see below), I wonder how I can set the font type and size for tv1 and tv2. Or set tv1 to use 'System' and tv2 'SmallSystem'? Any idea? dim tv1 as new NSTextFieldMBS( 0, 19, 100, 20 ) tv1.StringValue = "System" tv1.Editable = false tv1.textColor =

[MBS] Replacing 'CertTools' that comes with MacOSLib with MBS

2018-03-21 Thread Stanley Roche Busk
Hi, So far I have used the code below for checking the App Store receipt. It uses 'CertTools' that comes with MacOSLib. It is very easy BUT it now crashes. This is the code: Dim f as FolderItem = App.ExecutableFile.Parent.Parent.Child( "_MASReceipt" ).Child( "receipt" )

Re: [MBS] Replacing 'CertTools' that comes with MacOSLib with MBS

2018-03-23 Thread Stanley Roche Busk
03.2018 um 19:27 schrieb Stanley Roche Busk <maxp...@mac.com>: >> >> Hi, >> >> Is there something equivalent in MBS? > > dim a as new AppReceiptVerificatorMBS > > if a.verifyAppReceipt then >MsgBox "My receipt is valid" >

Re: [MBS] Chartdirector with Chinese, Japanese and Korean

2018-12-24 Thread Stanley Roche Busk
Hi, Yes, it looks like it works fine that way. Thanks. — Stan Busk - Software Engineer at Max Programming, S.L.U. https://www.maxprog.com > On Dec 12, 2018, at 1:47 PM, Christian Schmitz > wrote: > > > >> Am 12.12.2018 um 13:45 schrieb Stanley Roche Busk : >&g

[MBS] Chartdirector with Chinese, Japanese and Korean

2018-12-12 Thread Stanley Roche Busk
Hi, This line works fine except for Chinese, Japanese, Korean... Call aChart.addTitle( myTitle, "System", 22, Int32( Ink.Color_White ), aColor, aColor ) For those languages all I get are boxes... Not an encoding problem but a font problem. Right now I have tried on macOS only. The question

[MBS] Staggering several file icons for a drag icon

2018-11-28 Thread Stanley Roche Busk
Hi, I am trying to create a drag image of 3 staggered file icons. I have a problem with the mask, painting the masks one staggered over the other I get borders that later generate transparency. Is there a function to combine those 3 masks so I don't get that effect... or maybe I am doing that

Re: [MBS] Sending keyboard shortcut to control

2019-04-10 Thread Stanley Roche Busk
Hi, Ok, thanks, I will try. — Stan Busk - Software Engineer at Max Programming, S.L.U. https://www.maxprog.com > On Apr 9, 2019, at 11:20 AM, Christian Schmitz > wrote: > > > >> Am 09.04.2019 um 02:05 schrieb Stanley Roche Busk : >> >> Hi, >>

[MBS] Sending keyboard shortcut to control

2019-04-09 Thread Stanley Roche Busk
Hi, Is there something in MBS to send a keyboard shortcut to a Xojo control? I need to send a Command-F to an HTMLPreview control on macOS and the equivalent in Windows. RemoteControl? — Stan Busk - Software Engineer at Max Programming, S.L.U. https://www.maxprog.com

[MBS] SKStoreReviewController support

2019-11-19 Thread Stanley Roche Busk
Hi, Does MBS supports SKStoreReviewController? https://developer.apple.com/documentation/storekit/skstorereviewcontroller/ I want to display the review dialog in my macOS MAS applications and it looks like it is supported. https://developer.apple.com/app-store/ratings-and-reviews/ Does MBS

[MBS] MX DNS Lookup

2019-10-07 Thread Stanley Roche Busk
Hi, How to do perform a MX DNS Lookup? Is there some example? Thanks! — Stan Busk - Software Engineer at Max Programming, S.L.U. https://www.maxprog.com ___ mbsplugins@monkeybreadsoftware.info mailing list %(list_address)s