List of Contributions

Mr. Michel Li

Contact Details

My Content

1 to 20 of 40 total
Posted By Michel Li 07-14-2020 12:31
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Bob! You are right. Is it possible to have the ribbon tabs floating?  For example the ribbon tab researchapp floating? Michel ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------------------------ ------------------------------------------- Original ...
Posted By Michel Li 06-12-2020 14:00
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi! Is it possible to have the ribbon tab RESEARCHAPPS I created to be floating instead of docked? See image below. Thanks ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------------------------
Posted By Michel Li 06-09-2020 14:27
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Thanks Peter. I added your code and it did prevent the initial application from crashing. I am still trying to figure out why it crashed. I ran the same mbx file on Mapinfo 12.5 and it did not crash. ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------- ...
Posted By Michel Li 05-29-2020 10:36
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Peter, You are correct. The other mbx (LaunchAerialGrid) stays loaded in Mapinfo Pro. Once I clicked the button to run it, it runs the application. It stays which is what I want. I tried to add the error handling you mentioned in the LaunchAerialGrid sub and it is still crashing. I think I know why. ...
Posted By Michel Li 05-28-2020 09:28
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Peter, When I load the main mbx file to generate the ribbon tab, it will generate the mbx launchaerialgrid file also. Then when I clicked the button that allows to run the launchaerialgrid mbx, it works the first time. Then when I launched it again it is where it crashes and the main ribbon tab crashed ...
Posted By Michel Li 05-27-2020 11:43
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Bill, I did add the EndHandler as you suggested but it still does close the ribbon tab. I put more information to the reply above. Thank you for your help. ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------------------------
Posted By Michel Li 05-27-2020 11:41
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Peter and Bill, Thanks for replying to my questions. I did put a note before and after the run application statement. It said the mbx file is already executed. I think part of my design is not correct. How do I do to make sure it run each time I press the button to execute the mbx file? This is ...
Posted By Michel Li 05-27-2020 09:52
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Thanks Peter. ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------------------------
Posted By Michel Li 05-26-2020 14:48
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi! I created a button in which when clicking on the button, it will call the procedure to execute. In this procedure, I am calling "run application  mbx". When I first clicked, it is working fine and it does execute the mbx file. When I clicked it again to execute the same mbx file because I want to ...
Posted By Michel Li 05-15-2020 10:01
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi! I wonder if anyone can help me. Is it possible to Explorer default to show all Layers and minimize Tables, Windows, and Connections by writing a code in mapbasic? Thanks ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------------------------
Posted By Michel Li 02-18-2020 11:10
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I created a list of symbol properties in csv file. How do I get this list I created to display in mapinfo using mapbasic with the image symbol? An example will be  40 16711680 12 MapInfo Cartographic 1 0 POINT S2 I want to display as the image red diamond. thanks ------ ...
Posted By Michel Li 02-18-2020 11:09
Found In Library: MapInfo Pro Developers User Group
Posted By Michel Li 02-06-2020 11:12
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Thanks Peter. You are very helpful. It is hard to switch from 12.5 to version 2019. Without your help I will be lost. Thanks again for all your help. ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------------------------
Posted By Michel Li 02-06-2020 09:49
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Peter, Thanks it does help. In version 12.5, I called the workspace for the layout. Do I do the same call in version 2019? ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------------------------
Posted By Michel Li 02-04-2020 10:55
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Sub ReScaleMaps(ByVal tnNewWin As Integer, ByVal tnWinExist As Integer, toFrame As Object, tcMapUnit As String, tnScale As Float, ByVal x1 As Float, ByVal y1 As Float, ByVal x2 As Float, ByVal y2 As Float) OnError Goto DisplayError Set Window tnWinExist Width (3.0 * (x2 - x1) / 3.0) Height ...
Posted By Michel Li 02-03-2020 16:31
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
When I minimize MapInfo 2019 to half of my monitor screen (First Image), I am able to see the whole map but when I enlarge my whole monitor (Second Image), I can only see partial partial of my map? Does anyone know why?  ------------------------------ Michel Li Programmer GEOSEARCH LLP ...
Posted By Michel Li 01-24-2020 11:08
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Sam, I changed the options you told me and unfortunately it did not help. It takes the a long time to load the 61 images. Did I miss any steps? See screen below. ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------------------------ ...
Posted By Michel Li 01-22-2020 11:48
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I am trying to add 61 raster images in the map window and it is very fast in mapinfo 12.5 (18 seconds) but very slow in 2019 (1 minute 7 seconds). Does anyone know the reason? Here my codes. Sub Imagery_Render(ByVal tableName as String, ByVal zoomMin as Float, ByVal zoomMax as Float)        Dim windowId ...
Posted By Michel Li 01-20-2020 09:25
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Thanks Peter. ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------------------------
Posted By Michel Li 01-17-2020 13:00
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
When clicked on a custom button in a split button, is there a way to have the split button back to the original state instead of the button clicked state in MapBasic? Thanks ------------------------------ Michel Li Programmer GEOSEARCH LLP Austin TX ------------------------------