List of Contributions

Mayca González Pérez

Contact Details

My Content

1 to 20 of 50+ total
Posted By Mayca González Pérez 01-28-2026 05:53
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
There is no active selection. I'm not trying to zoom to a layer. I only need the layout (map frame) to refresh/redraw when the map window zoom changes. ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 01-28-2026 04:51
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I get the following error when running the script: ERROR: (tematicos.mb:80) Invalid view layer. ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 01-27-2026 12:06
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Dim nMapID, nMapIDInLayout, nLayoutID, nLegendID, i As Integer '**Let's find a map window to insert For i = 1 To NumWindows() If WindowInfo(WindowID(i), WIN_INFO_TYPE) = WIN_MAPPER Then nMapID = WindowID(i) Exit For End If Next Print "Map: " & WindowInfo(nMapID, WIN_INFO_NAME) 'Create Layout window ...
Posted By Mayca González Pérez 01-27-2026 07:37
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
When running a MapBasic script that inserts a Map into a Layout using Layout Designer, I receive the following error: ERROR: (tematicos.mb:80) Error: expecting a Map window. The error occurs when executing a Set Map Window command after creating a map frame inside the Layout. It seems that the active ...
Posted By Mayca González Pérez 01-26-2026 15:48
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hello, I am generating a Layout from a Map window using MapBasic. In MapInfo Pro 15, the Layout frame correctly inherits the current Map window zoom (for example after Set Map Window Zoom Entire Layer). In newer versions, the Layout always shows the full extent instead. Has the behavior of Layout ...
Posted By Mayca González Pérez 03-12-2025 02:31
Found In Egroup: MapInfo Pro
\ view thread
The path to the custom symbols folder-can I define a different path? Why is it the same path now? ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 03-11-2025 02:57
Found In Egroup: MapInfo Pro
\ view thread
How can I put an icon that I have in a folder so that it appears in the theme? I have tried and it is not visible Sub TEMATICO_RECOGIDA_BASURA_RB OnError GoTo errorTematicoRecogidaBasura_rb '##### ASIGNANDO NOMBRE DEL MUNICIPIO ENCUESTADO Y RUTA DE ARCHIVOS ############### str_tit_principal = Wi ...
Posted By Mayca González Pérez 02-11-2025 13:36
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Not working ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 02-06-2025 02:44
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Ok. Thanks ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 02-06-2025 02:44
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I have this rule button, how do I do the split with the commands you tell me? Dim reglaBtn as This reglaBtn = MICtrlCollAddStrStrInt(EielControlExplorar, "Arastrar", "Regla", ControlType_ToolButton) 'ControlTypes are defined in Enums.def Call SetRbnToolBtnCtrlCmdId(reglaBtn, M_TOOLS_RULER) Call ...
Posted By Mayca González Pérez 02-04-2025 03:03
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
The thing is that we want to unify the dimension tools within a custom tab, along with other functions. ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 02-03-2025 09:35
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 02-03-2025 05:54
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I can't find those functions. ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 02-03-2025 02:26
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Can you give me an example of implementation MapInfo.Types.IRibbonQuickAccessToolbar? ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 01-31-2025 10:25
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Customize interface. How can I bold the text of the DROPMENU? And in the top bar can I deactivate the button to customize the bar? ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 01-31-2025 05:41
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Ok. Gracias. ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 01-22-2025 13:42
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi I have a button that draws a polygon, by default it does not overlap with the rest of the objects, how can I make a button that activates or deactivates the overlap? Thank you Dim btnRegionM as This btnRegionM = MICtrlCollAddStrStrInt(EielControlColManzana, "Poligono", "Polígono", ControlType_ToolButton) ...
Posted By Mayca González Pérez 06-06-2024 07:28
Found In Egroup: MapInfo Pro
\ view thread
Thanks, now yes ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 06-06-2024 06:20
Found In Egroup: MapInfo Pro
\ view thread
I don't get errors anymore. The only thing that is not placed as default. It stays on the map. I have put the function after all the maps are loaded EielRTab = RbnTabCollAddStrStr (RibbonTabColl, "EIELTab", "EIEL") EielGroupColl = GetRbnTabGrps(EielRTab) Call RBNSelectTab(EielRTab) ...
Posted By Mayca González Pérez 06-04-2024 05:46
Found In Egroup: MapInfo Pro
\ view thread
Te paso fichero donde tengo la implementación y el del menu, la función esta en la linea 1172 ------------------------------ Peter Horsbøll Møller Principal Presales Consultant | Distinguished Engineer Precisely | Trust in Data