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 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
Posted By Mayca González Pérez 06-04-2024 05:46
Found In Library: Mapinfo Pro
Posted By Mayca González Pérez 06-03-2024 13:13
Found In Egroup: MapInfo Pro
\ view thread
When linking I get the following error I have the library include declared Include "EIELMAP.DEF" Include "MAPBASIC.DEF" Include "IMAPINFOPRO.DEF" Include "MENU.DEF" Include "MENUTRANSF.DEF" Include "MENUACTION.DEF" Include "MENUQUERY.DEF" Include "MULTIMODIFICAR.DEF" Include "ICONS.DEF" Include ...
Posted By Mayca González Pérez 06-03-2024 09:26
Found In Egroup: MapInfo Pro
\ view thread
Hi How can I make the EIEL tab when opening the application be checked by default? ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 05-28-2024 01:09
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I'm sorry. What a stupid mistake ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------
Posted By Mayca González Pérez 05-23-2024 14:57
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi. When converting I get an error when compiling Unrecognized command: (. Dim i_obj_type As SmallInt, x1, y1, x2, y2, x3,y3 As Float, new_pnt As Object i_obj_type = ObjectInfo(objOBJECT, OBJ_INFO_TYPE) ' ... then the object is a polyline... x1 = ObjectNodeX(objOBJECT, 1, 1) ' read longitude ...
Posted By Mayca González Pérez 05-20-2024 12:33
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Okay. It has worked. Now my doubt arises to save it in the database. I have a database in ORACLE. In the MAPINFO_MAPCATALOG table in the SPATIAL field I have defined 13.3. When I hit save it gives me the following error.How can I define the table so that it allows me to save that geometry? -------- ...
Posted By Mayca González Pérez 05-16-2024 06:47
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Ok we have this function, but how can I make the points dynamic. That is, the user points them out 'Creates a new circle object. Dim NewObj as object NewObj = Exec("MapCAD.mbx","CircleFromPointsXY", 434204.02,5566829.13,434219.39 ,5566833.997,434218.18,5566852.19) Insert into [Table] (obj) values ...
Posted By Mayca González Pérez 05-14-2024 16:20
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Ok. Thanks ------------------------------ Mayca González Pérez COMUNIDAD. AUT. REG MURCIA ------------------------------