Unsubscribe > Le 24 mars 2018 à 12:00, mbsplugins-requ...@monkeybreadsoftware.info a écrit : > > > > Today's Topics: > > 1. Re: CGShadingCreateAxialMBS and 64b (Christian Schmitz) > 2. Re: CGShadingCreateAxialMBS and 64b (Frael) > 3. Re: CGShadingCreateAxialMBS and 64b (Christian Schmitz) > 4. Re: CGShadingCreateAxialMBS and 64b (Frael) > 5. Re: Replacing 'CertTools' that comes with MacOSLib with MBS > (Stanley Roche Busk) > 6. Re: Replacing 'CertTools' that comes with MacOSLib with MBS > (Christian Schmitz) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 23 Mar 2018 13:15:08 +0100 > From: Christian Schmitz <supp...@monkeybreadsoftware.de> > Subject: Re: [MBS] CGShadingCreateAxialMBS and 64b > To: MBS-Plugin-Liste Plugin List <mbsplugins@monkeybreadsoftware.info> > Message-ID: > <6a4f787b-b76a-4186-b72c-740e7a10a...@monkeybreadsoftware.de> > Content-Type: text/plain; charset=us-ascii > > >> Am 23.03.2018 um 11:38 schrieb Frael <fr...@marine-label.com>: >> >> Hi Christian, CGShadingCreateAxialMBS don't work in 64 bits ? > > What doesn't work exactly? > > > Sincerely > Christian > > -- > Read our blog about news on our plugins: > > http://www.mbsplugins.de/ > > > > > ------------------------------ > > Message: 2 > Date: Fri, 23 Mar 2018 14:19:11 +0100 > From: Frael <fr...@marine-label.com> > Subject: Re: [MBS] CGShadingCreateAxialMBS and 64b > To: MBS Real Studio Plugin List <mbsplugins@monkeybreadsoftware.info> > Message-ID: <9a2c03cc-dd36-43c7-931a-c9c658189...@marine-label.com> > Content-Type: text/plain; charset=utf-8 > > nothing is drawn... > with the same code than 32bits > >> Le 23 mars 2018 à 13:15, Christian Schmitz <supp...@monkeybreadsoftware.de> >> a écrit : >> >> >>> Am 23.03.2018 um 11:38 schrieb Frael <fr...@marine-label.com>: >>> >>> Hi Christian, CGShadingCreateAxialMBS don't work in 64 bits ? >> >> What doesn't work exactly? >> >> >> Sincerely >> Christian >> >> -- >> Read our blog about news on our plugins: >> >> http://www.mbsplugins.de/ >> >> >> _______________________________________________ >> Mbsplugins_monkeybreadsoftware.info mailing list >> mbsplugins@monkeybreadsoftware.info >> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info > > > > ------------------------------ > > Message: 3 > Date: Fri, 23 Mar 2018 15:24:42 +0100 > From: Christian Schmitz <supp...@monkeybreadsoftware.de> > Subject: Re: [MBS] CGShadingCreateAxialMBS and 64b > To: MBS-Plugin-Liste Plugin List <mbsplugins@monkeybreadsoftware.info> > Message-ID: > <1d2d4f2c-bd04-459b-b374-ab5948fc0...@monkeybreadsoftware.de> > Content-Type: text/plain; charset=us-ascii > > >> Am 23.03.2018 um 14:19 schrieb Frael <fr...@marine-label.com>: >> >> nothing is drawn... >> with the same code than 32bits > > Fixed. All the Singles need to be Doubles for 64-bit, so I updated the > example. > > Sincerely > Christian > > -- > Read our blog about news on our plugins: > > http://www.mbsplugins.de/ > > > > > ------------------------------ > > Message: 4 > Date: Fri, 23 Mar 2018 16:02:23 +0100 > From: Frael <fr...@marine-label.com> > Subject: Re: [MBS] CGShadingCreateAxialMBS and 64b > To: MBS Real Studio Plugin List <mbsplugins@monkeybreadsoftware.info> > Message-ID: <0c89d453-2c4b-4f3d-acc8-40d075e86...@marine-label.com> > Content-Type: text/plain; charset=utf-8 > > Many thanks ! > >> Le 23 mars 2018 à 15:24, Christian Schmitz <supp...@monkeybreadsoftware.de> >> a écrit : >> >> >>> Am 23.03.2018 um 14:19 schrieb Frael <fr...@marine-label.com>: >>> >>> nothing is drawn... >>> with the same code than 32bits >> >> Fixed. All the Singles need to be Doubles for 64-bit, so I updated the >> example. >> >> Sincerely >> Christian >> >> -- >> Read our blog about news on our plugins: >> >> http://www.mbsplugins.de/ >> >> >> _______________________________________________ >> Mbsplugins_monkeybreadsoftware.info mailing list >> mbsplugins@monkeybreadsoftware.info >> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info > > > > ------------------------------ > > Message: 5 > Date: Fri, 23 Mar 2018 16:47:18 +0100 > From: Stanley Roche Busk <maxp...@mac.com> > Subject: Re: [MBS] Replacing 'CertTools' that comes with MacOSLib with > MBS > To: MBS Real Studio Plugin List <mbsplugins@monkeybreadsoftware.info> > Message-ID: <227b4f1a-8d90-4ec9-a288-669e942c9...@mac.com> > Content-Type: text/plain; charset=utf-8 > > Hi, > > Cool... Only that? No need to pass the receipt path? the bundle name? > > — > Stan Busk - Software Engineer > at Max Programming, S.L.U. > https://www.maxprog.com > > >> On Mar 22, 2018, at 10:16 AM, Christian Schmitz >> <supp...@monkeybreadsoftware.de> wrote: >> >> >>> Am 21.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" >> else >> MsgBox "My receipt is invalid." >> end if >> >> If it fails, you can call AppReceiptVerificatorMBS.ExitApp and log >> AppReceiptVerificatorMBS.FailReason. >> >> Sincerely >> Christian >> >> -- >> Read our blog about news on our plugins: >> >> http://www.mbsplugins.de/ >> >> >> _______________________________________________ >> Mbsplugins_monkeybreadsoftware.info mailing list >> mbsplugins@monkeybreadsoftware.info >> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info > > > > ------------------------------ > > Message: 6 > Date: Fri, 23 Mar 2018 17:49:52 +0100 > From: Christian Schmitz <supp...@monkeybreadsoftware.de> > Subject: Re: [MBS] Replacing 'CertTools' that comes with MacOSLib with > MBS > To: MBS-Plugin-Liste Plugin List <mbsplugins@monkeybreadsoftware.info> > Message-ID: > <91edada7-7a3f-49fb-a2a2-4769eb464...@monkeybreadsoftware.de> > Content-Type: text/plain; charset=us-ascii > > >> Am 23.03.2018 um 16:47 schrieb Stanley Roche Busk <maxp...@mac.com>: >> >> Hi, >> >> Cool... Only that? No need to pass the receipt path? the bundle name? >> > > For this function, it knows which app it is running inside and where the > receipt is. > > > Sincerely > Christian > > -- > Read our blog about news on our plugins: > > http://www.mbsplugins.de/ > > > > > ------------------------------ > > Send MBS Plugins mailing list submissions to > mbsplugins@monkeybreadsoftware.info > > To subscribe or unsubscribe via the World Wide Web, visit > > https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info > > or, via email, send a message with subject or body 'help' to > mbsplugins-requ...@monkeybreadsoftware.info > > You can reach the person managing the list at > mbsplugins-ow...@monkeybreadsoftware.info > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Mbsplugins_monkeybreadsoftware.info digest..." > > _______________________________________________ > Mbsplugins_monkeybreadsoftware.info mailing list > mbsplugins_monkeybreadsoftware.i...@ml01.ispgateway.de > https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info > > End of Mbsplugins_monkeybreadsoftware.info Digest, Vol 675, Issue 5 > *******************************************************************
_______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info