List of Contributions

Nuno Seixas

Contact Details

My Content

1 to 11 of 11 total
Posted By Nuno Seixas 08-07-2020 07:31
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Bob, I checkout your code from github and first of all, thanks a lot for that. I had to make some changes in the .net MapBasicHelper code in order to work as I need, and it works very well. My problem now is with the syntax regex for the functions, I think that there's something wrong with ...
Posted By Nuno Seixas 01-06-2020 11:33
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi all, I'm using the OSM_Roads.TAB provided by Mapinfo in one of my workspaces and suddenly it stopped working returning a 429 Too Many Requests error. The most strange thing is that it only happens with Mapinfo 17.0.3 Runtime, when I open the workspace with Mapinfo 17.0.3 Pro it opens alright. ...
Posted By Nuno Seixas 04-09-2019 08:40
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
@Bob Fortin I managed to make it work copying the .mbp file to another folder and create another task to link everything. Other problem that I found out is when we have something like this in the code: a = "\" Everything after that get the same colour (like it everything is part of a string). ...
Posted By Nuno Seixas 04-08-2019 10:11
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Bob, I've tried that but something is not working. VScode is not compiling the mapbasic files. If I compile the mb's with mapbasic then I can link in vscode, but if I don't have the mbo's it doesn't compile them and the link fail because they don't exist. Do I have to do something else? ...
Posted By Nuno Seixas 04-08-2019 10:10
Found In Library: MapInfo Pro Developers User Group
Posted By Nuno Seixas 02-04-2019 04:41
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi all, I'm trying to call  a MapBasic function through .Net  to register a .txt file as a table. MapInfoProAddInBase.CallMBFunction("RegisterTXTFile", "file.txt,tableName,tableAlias," + true); My problem is, when I call this from a BackgroundWorker it does't work.  I can reach the function. ...
Posted By Nuno Seixas 01-31-2019 05:49
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Bob, Thanks for your reply. I'll be interested in that. Once again, thanks a lot. Nuno ------------------------------ Nuno Seixas Buchanan Computing Ltd Shelton CT ------------------------------
Posted By Nuno Seixas 01-28-2019 09:37
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi all, Anyone know if is possible to create and manipulate a Table in .Net without a MapInfo instance running? Thanks. ------------------------------ Nuno Seixas ------------------------------
Posted By Nuno Seixas 12-27-2018 09:40
Found In Egroup: MapInfo Pro
\ view thread
Good Afternoon, I would like to know if is possible to change the font size and add a icon to a BackStageTabItem. I created the BackStageTabItem and added content (xaml usercontrol) however I can't find a way to change the caption font size. Thanks. ------------------------------ Nuno Seixas ...
Posted By Nuno Seixas 09-28-2018 13:06
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
If I do the insert without the object it works. Ive done some objectinfo and everything seems to be OK.   I already tried to reinstall MapInfo but doesnt work. Dont understand. Any idea?