Re: [MBS] DNS Lookup type mx

2019-05-08 Thread Christian Schmitz
> Am 08.05.2019 um 14:45 schrieb Marius Dieter Noetzel : > > Hi Christian, > > I saw that, but how to set the type with DNSLookupMBS? Oh, sorry, that part may be missing here. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/

Re: [MBS] DNS Lookup type mx

2019-05-08 Thread Marius Dieter Noetzel
Hi Christian, I saw that, but how to set the type with DNSLookupMBS? Thanks Marius > Am 08.05.2019 um 20:41 schrieb Christian Schmitz > : > > > >> Am 08.05.2019 um 14:03 schrieb Marius Dieter Noetzel : >> >> Hi, >> DNSUtilMBS is only available for osx. > > DNSLookupMBS class is for Linux

Re: [MBS] DNS Lookup type mx

2019-05-08 Thread Christian Schmitz
> Am 08.05.2019 um 14:03 schrieb Marius Dieter Noetzel : > > Hi, > DNSUtilMBS is only available for osx. DNSLookupMBS class is for Linux, too. There are also WindowsDNS classes for Windows. Sincerely Christian -- Please join our European Xojo conference. 24th and 25th October 2019 in Colo

Re: [MBS] DNS Lookup type mx

2019-05-08 Thread Christer Olsson
A shell running ”dig +short domain.tld mx” should do the trick. Best, Christer * Christer Olsson PO Box 9160Phone +46 40 25 85 85 Ljusa Idéer ABSE-200 39 MalmoFax +46 40 25 85 89 Kantyxegatan 3Sweden

[MBS] DNS Lookup type mx

2019-05-08 Thread Marius Dieter Noetzel
Hi, I used "DNSUtilMBS.Lookup(domain, DNSUtilMBS.ClassINTERNET, DNSUtilMBS.TypeMX)“ some time within my web app. It was switched from osx-server to Debian some time ago and I noticed the this results in Nil all the time. DNSUtilMBS is only available for osx. Is there another way to (easily) get

Re: [MBS] ChartDirector hot spots

2019-05-08 Thread Lee Badham
Hi, I'll answer my own question to help with future searches. Yes it's possible. I need to allow for retina scaling. The image is scaled 2X, but the X/Y coordinates are not. Mouse X and Mouse Y dim rs as double = self.retinascale() dim mTmp as integer = ImageMapHandler.getHotSpot(X*rs, Y*rs)

[MBS] ChartDirector hot spots

2019-05-08 Thread Lee Badham
Hi, Is it possible to get hotspot information from a 3D scattergraph? I get what seems to be a valid string dim ImageMapString as string = c.getHTMLImageMap("myurl") me.ImageMapHandler = New CDImageMapHandlerMBS(ImageMapString) However in the MouseUp event , dim mTmp as integer = ImageMapHand