Jump to content

ElCherchu

uniGUI Subscriber
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ElCherchu's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Thank you Hayri. This works perfectly.
  2. Hi programers. I having the error as show below when I try to delete a Marker. I'm coding UniMap1.Markers.Delete(Trunc(UniNumberEdit4.Value)); And Argument out of rage error raise. Who can help me? Thank for your help.
  3. Hi programers I am working with UniMap and I realize that when I add a CustomIconText to the Marker it covers the entire Marker and I would like the CustomIconText to be as shown in the image, which is above the marker. How can you do that?, Thank you for your collaborations.
  4. Thank Hayri This realy work.
  5. Sorry Hayri in UniMap1MarkerCreated demo has procedure TMainForm.UniMap1MarkerCreated(Sender: TObject; var Marker: TUniMapMarker); begin with Marker do begin Popup.content:='A New Marker'; AddToMap; OpenPopup; end; end; I not see the way to access to the markers that I had created before. I try to explain again, I want to show, to see, to display all the markers that I had created into the map before. I don't know how to display the markers created before when I open the application. How can I do that? Thanks.
  6. Not, what is the most recommend way to do that?, How can I get the Lat and Lon in the map? thanks.
  7. Hi Hayri for your response. I explain.. I open my Unigui application, I add one or severals markers to a UniMap, I close my application and when I open the application again all the markers I had added before desapears from map. The question is, How to show the markers previosly added into the map. Thank again..
  8. Thank Hayri, I'll tryit as soom as I can. Trank again..
  9. Hello Changing the property collapsed to true o false we got For me is ok, but I'dont know how to add compass
  10. Hello developers I working a project with TUnimaps and after adding the markers on the map, when closing and open the application they aren't longer there. How can I show on the map the previously added markers? Tranks. I'm using delphi 10.2 Unigui 1.90.0.1555
  11. Hi zhyro, thank for response. I really want it is to set the maptype by code. Thanks.
  12. Hi, in my application I'm starting using UniMap, the case is that I don't want to show the MapLayers in map, instead of that I want to do it by code, but I don't Know how to do it, Anyone can help me?, in other case how can I show the compass in map and change the direction? Thanks.. I'm using: Delphi 10.2 Unigui: FMSoft_uniGUI_Complete_Professional_1.90.0.1555 TUniMap
×
×
  • Create New...