List of Contributions

Mr. Jonas Nordlund

Contact Details

My Content

1 to 12 of 12 total
Posted By Jonas Nordlund 08-03-2022 10:15
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Thank you, I didn't look close enough because I disregarded RibbonInterface but I see there are many samples I missed there. I'll have a look! ------------------------------ Jonas Nordlund Software Developer Norconsult AB Sweden ------------------------------
Posted By Jonas Nordlund 08-02-2022 10:01
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi! I've been unable to find documentation on how to add a MapInfo Pro background task via the .NET API. The type IMapInfoApplication has a collection of BackgroundTasks. So, if MIApp is an instance that implements that interface, I can do: MIApp.BackgroundTasks.AddTask(task); However, how ...
Posted By Jonas Nordlund 09-21-2020 10:00
Found In Egroup: MapInfo Pro
\ view thread
Just a quick follow up for anyone coming across it: We fixed this by linking to our Access tables with Server Link Table rather than Register Table with Type Access. Maybe it could also be fixed with Register Table with Type ODBC and a Microsoft Access connection string. I never tried that, but ...
Posted By Jonas Nordlund 09-17-2020 07:48
Found In Egroup: MapInfo Pro
\ view thread
Hi! I'm unsure how this relates to MapInfo Access support working until Office is updated? You're saying that MapInfo needs to have been originally installed with administrator rights for it to survive Office updates? ------------------------------ Jonas Nordlund Software developer Norconsult ...
Posted By Jonas Nordlund 09-17-2020 07:12
Found In Egroup: MapInfo Pro
\ view thread
We have experienced the same problem here on installs involving the following Windows 10 editions so far (does not seem to be bound to Windows version): Microsoft Windows 10 Pro 10.0.17134 Microsoft Windows 10 Pro 10.0.19041 Microsoft Windows 10 Pro 10.0.18362 Microsoft Windows 10 Pro 10.0.16299 ...
Posted By Jonas Nordlund 01-29-2020 04:23
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
First, I had completely missed the SetDllDirectory call. Interesting -- I'll definitely look into that further! Thanks for the sample code. The missing map reparenting support in MapInfo Pro 64-bit COM rings a bell and that did cause it to not be an option for our flagship GIS application. However, ...
Posted By Jonas Nordlund 01-28-2020 08:02
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Yes, I noticed this recently too. I heard something about it could be due to OSM's change of server software which is more picky about the http headers that MapInfo is using? See also: https://help.openstreetmap.org/questions/72426/error-429-in-mapinfo-with-osm-tile-server ------------------------------ ...
Posted By Jonas Nordlund 01-28-2020 07:51
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Very interesting and exciting to see this! I think it's the correct approach to use existing IDE's to not have to reinvent the wheel, but rather use powerful extension systems like in VS Code! (great choice of editor) It basically "just" needs three things for me to think it being vastly more useful ...
Posted By Jonas Nordlund 01-28-2020 07:37
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi! The "official approach" here has always been a bit unclear to me, and now I remembered to ask! Background: We build multiple import & export routines to/from our GIS application that is using MapInfo as its map engine. E.g. importing details daily from customer or billing systems into MapInfo ...
Posted By Jonas Nordlund 09-11-2018 03:33
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Thanks for the reply. Upon trying to login there, I get System Error Sorry, an unexpected error condition has occurred. Please contact your system administrator for assistance and provide the following reference number to help locate additional information about this problem in the system log ...
Posted By Jonas Nordlund 09-05-2018 10:30
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
OK, so read only support and that from SHP files. I hope that TAB and/or server databases (as in supported by MAPINFO_MAPCATALOG) will get the opportunity to store elevation data in the future. Unfortunately separate point layers or other methods to get here are suboptimal as you get two different sources ...
Posted By Jonas Nordlund 08-30-2018 10:15
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hello! I understand that MapBasic supports e.g. ObjectNodeZ/M to read this per-node data along a polyline, and you can check for data source support with ObjectNodeHasM/Z. I have a few questions though: Which formats or databases that MapInfo Pro supports also supports this data, including with write ...