List of Contributions

John Teague

Precisely Software Inc.
Employee

Contact Details

Precisely Software Inc.
United States

My Content

1 to 20 of 27 total
Posted By John Teague 04-24-2019 12:34
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi John. MapInfo Pro 17.0.3 is currently scheduled for release in June, with MapBasic17.0.3 set to follow sometime shortly afterwards. The MapBasic release will contain a number of samples for creating and using Python in MIPro AddIns. Thanks! -john ------------------------------ John Teague ...
Posted By John Teague 02-15-2019 12:48
Found In Egroup: MapInfo Pro
\ view thread
Also, you can add an error handler which might help here. E.g., sub main onerror goto ErrorTrap ... Done: Exit Sub ErrorTrap: print "Main: " + Str$(err()) + ": " + Error$() Resume next End Sub ------------------------------ John Teague PITNEY BOWES SOFTWARE, INC Troy NY ------ ...
Posted By John Teague 02-15-2019 12:25
Found In Egroup: MapInfo Pro
\ view thread
Hi. What is the value of ProcessThese.FullPath? Any chance that ProcessThese is not assigned? If you print to the Message Window, instead of a file, do you see what you would expect to see? Does the output file get created? ------------------------------ John Teague PITNEY BOWES SOFTWARE, INC Troy ...
Posted By John Teague 02-11-2019 15:13
Found In Egroup: MapInfo Pro
\ view thread
Matt, I tried to recreate the open-table error using a Linked table, but I've not been able to do so. I created a native table, with Decimal(14,0) using MIPro 16.0.2 and saved that to Oracle 11gr2. I then created a linked Native table from this, also using 16.0.2...so at this point I should have a baseline ...
Posted By John Teague 02-06-2019 20:50
Found In Egroup: MapInfo Pro
\ view thread
Joshua, The logic follows a precedence hierarchy: - The registry key is the baseline; if no registry key is defined, the default is interpreted as Normal License Mode - The app config key will override the registry key; if no key is defined, the licensing defers to the registry key; key can be either ...
Posted By John Teague 02-06-2019 20:20
Found In Egroup: MapInfo Pro
\ view thread
Hi Joshua.  Yes, you can use MapinfoEasyLoader to create the MapCatalog on the DBMS, if one doesn't exist.  This occurs as part of initializing the MapCatalog display in MapInfoEasyLoader, so to create one, you just open the "Map Catalog" from the main panel. It does require a MAPINFO user (pwd: ...
Posted By John Teague 02-06-2019 15:19
Found In Egroup: MapInfo Pro
\ view thread
Hi Matt. We made some changes in MIPro 17.0.1 to support saving a copy of a TAB with LARGEINT data types to RDB tables (including Oracle). Prior to 17.0.1 we didn't handle LARGEINT and RDB tables. However, I need to better understand what you are seeing, because I'm not able to reproduce an error. ...
Posted By John Teague 02-06-2019 13:12
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Nuno. MapBasic statement execution in MapInfoPro isn't a thread safe operation so we don't really support invoking  the commands from a secondary thread. We actually have an item on our backlog to establish better best practices, and generate better errors in the event the AddIn attempts to execute ...
Posted By John Teague 12-20-2018 13:52
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
We are currently developing an extension to our existing MapInfo Pro Add-In model for MapInfo Pro 17.0.3 to include support for Add-Ins written in the Python language. Developers of Python Add-Ins will be able to incorporate use of their own Python environment modules directly into the MapInfo Pro application ...
Posted By John Teague 05-04-2018 12:39
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
@Patryk Janicki?  Contrary to my posting back in February, at this point, we are unable to reproduce the error and so cannot provide a resolution for you. Uploading our test table creates the points in the same position when we compare both v17 and v1503 EasyLoader with the native source table. If ...
Posted By John Teague 03-28-2018 09:32
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi. I believe you need to modify your 64b R/T application to migrate away from the use of set next document parent, which has been deprecated. If you refer to the Sample Applications delivered with v16 MapBasic, you can find examples of re-parenting windows using the IMapInfoPro.CreateUnattachedWindow() ...
Posted By John Teague 02-26-2018 13:31
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I didnt notice that you mentioned it only fails for you when uploading multiple tables. Can you confirm this? My test was only with a single table, and I was able to reproduce the error.
Posted By John Teague 02-26-2018 13:20
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Patryk. Im launching a bug against MapInfoEasyLoader for this. In my test case, the uploaded PostGIS 2.1 table points are 100 km north of the original table points. E.g., Point (m): PG21: x:419,065.680, y:208,042.532 Orig: x:419,065.680, y:108,042.532 Both the original NativeX and the ...
Posted By John Teague 12-18-2017 16:51
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Ive created a documentation work item to clean this up. Thanks for pointing it out.
Posted By John Teague 12-18-2017 10:43
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Alex. This is actually a backstage option. Check your MapBasic options settings (Pro \ Options \ Window \ MapBasic) Check [Enter Key Executes command] With this checked, [Enter] executes the line on which the cursor is positioned (same as run command on the context menu), while [Ctrl+Enter] ...
Posted By John Teague 11-27-2017 10:37
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
In addition to the command line overview provided by the ReadMe, refer to the MapInfoEasyLoader help for detailed help for all of the available command line parameters.
Posted By John Teague 11-22-2017 13:16
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Alex. Thanks for the information. Ill get back with you after I spend some time stepping through your examples in code. Interesting find with saving an updated record back to PG; I thought Id tried this, or similar, and it didnt work for me. We have increased the priority on the bug for v17 and well ...
Posted By John Teague 11-17-2017 10:19
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
OK, thanks for the additional detail. It sounds like you have made good progress with the Integrated Mapping app; thats great. I would again strongly suggest that you work within the MIPro desktop environment to familiarize yourself with its capabilities. 1) To understand better how to connect ...
Posted By John Teague 11-16-2017 12:05
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Also, to go back to one of your original questions, have you tried selecting all of the objects outside of the clip region and making this selection/query read-only? Set Table ReadOnly Example: Select * from US_HIWAY where NOT obj INTERSECTS any (select obj from States where STATE=NM) into ...
Posted By John Teague 11-16-2017 11:38
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Also, and I should have confirmed this at the beginning, but can you tell us: What version of Pro you are using What mechanism you are using to integrate Pro into your app? I was assuming IntegratedMapping, but maybe that was a bad assumption. Also, any code sample or screen shots you could send ...