List of Contributions

Sergi Gamiz-Ribelles

Contact Details

My Content

1 to 16 of 16 total
Posted By Sergi Gamiz-Ribelles 04-13-2023 05:17
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Is it possible to get the mapbasic code of the old "Line Snap" tool, that came with MI 15? Thank you. ------------------------------ Sergi Gamiz-Ribelles Knowledge Community Shared Account ------------------------------
Posted By Sergi Gamiz-Ribelles 04-12-2023 12:46
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Steve, Please, whitch is the URL of that WMS you need? thank you. SGR ------------------------------ Sergi Gamiz-Ribelles Knowledge Community Shared Account ------------------------------
Posted By Sergi Gamiz-Ribelles 04-07-2023 11:07
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Of course. ------------------------------ Sergi Gamiz-Ribelles Knowledge Community Shared Account ------------------------------
Posted By Sergi Gamiz-Ribelles 04-05-2023 00:04
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
OK, I'll be glad to help you. good Easter! Sergi ------------------------------ Sergi Gamiz-Ribelles Knowledge Community Shared Account ------------------------------
Posted By Sergi Gamiz-Ribelles 04-03-2023 02:32
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Can somebody  provide me with an example of HTTP MI functions using an user key to authenticate? please. Thank you. SGR ------------------------------ Sergi Gamiz-Ribelles Knowledge Community Shared Account ------------------------------
Posted By Sergi Gamiz-Ribelles 03-26-2023 12:33
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I have built an application to request HTTPS info written in JavaScript+HTML, and runs OK. Now I am translating it to MapBasic using the HTTP libraries but I get a response. The kernel function in JavaScript is: function httpGet(url, key, callback) (    var xmlHttp = new XMLHttpRequest();    xmlHttp.open('GET', ...
Posted By Sergi Gamiz-Ribelles 03-26-2023 11:56
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Steve, few months ago I built a large application that reads data from WMS among many other capabilities; my application captures elevations, Z levels from a variety of sources. If you want  and you are not in a hurry I can prepare for you a short MB script just for your needs. I should need the ...
Posted By Sergi Gamiz-Ribelles 12-02-2022 06:05
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi group, I want to announce that I have developed a new application for MapInfo, called SLOPEz, which performs various operations with terrain elevations. You can download a trial version at www.slopezformapinfo.com in 32-bit and 64-bit version. The website is still under construction so I apologize ...
Posted By Sergi Gamiz-Ribelles 08-16-2022 10:37
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Bob, Thank you. I solved the problem modifying the declare statement, and now my MB code executes correctly the DLLs. But as you said, SendKeys doesn't work properly with MapInfo: Sendkeys certainly sends keys or text as spected but MapInfo is not able to react to those keys. SGR --------- ...
Posted By Sergi Gamiz-Ribelles 08-10-2022 04:29
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I wrote a very simple code in VB.NET to send just a key to active window, conpiled into DLL. Also wrote a MapBasic app that recalls that DLL but at runtime MapInfo fails. My VB.NET code: Imports Microsoft.VisualBasic.Devices Namespace MyApp1     Public Class SENDKEY2MAPINFO         Public ...
Posted By Sergi Gamiz-Ribelles 08-10-2022 04:20
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
SOLVED ------------------------------ Sergi Gamiz-Ribelles Knowledge Community Shared Account ------------------------------
Posted By Sergi Gamiz-Ribelles 07-30-2022 10:02
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Thank you very much Bill. This is perfect. Regards, Sergi ------------------------------ Sergi Gamiz-Ribelles Knowledge Community Shared Account ------------------------------
Posted By Sergi Gamiz-Ribelles 07-26-2022 14:20
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I am learning HTTP and XML functions from MapBasic Reference. There are some "For more information, refer to Microsoft MSDN library" sentences related to some topics, and other Uexplicit URL are no longer valid. I have tried to read those functions from Microsoft Docs but that is a labyrinth for me. ...
Posted By Sergi Gamiz-Ribelles 05-12-2022 05:49
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Has anybody tried to code the GetFeatureInfo operation to get info from WMS service, as ToolInfo does? Thank you. ------------------------------ Sergi Gamiz-Ribelles Precisely Software Pty Ltd ------------------------------
Posted By Sergi Gamiz-Ribelles 02-08-2022 03:50
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Solved. I'm sorry, it was my fault: there were other tools running. So "STOP" is forbidden. Delete my previous post, please. ------------------------------ Sergi Gamiz-Ribelles Knowledge Community Shared Account ------------------------------
Posted By Sergi Gamiz-Ribelles 01-16-2022 14:23
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hello, I am new in this forum and I wanted to join MapBasic programmers, not MIpro developers community. Could you please help me? I'm using MapBasic 15.0. Any STOP statement I write produces the message "Cannot breakpoint. This program is being run from another program.", followed by "...Unknown ...