Jump to content

Hayri ASLAN

Moderators
  • Posts

    1573
  • Joined

  • Last visited

  • Days Won

    133

Everything posted by Hayri ASLAN

  1. Hi, Can you please create a test case that we can work on it?
  2. Hi, You need to add TUniMapKeys to servermodule. Please check our unimap demo
  3. Hi, Can you upload your test case here so I can check what's wrong.
  4. UniWebcam and UniVideoPanel. UniVideoPanel is a web video player built from the ground up for an HTML5 world. It supports HTML5 video and modern streaming formats, as well as YouTube, Vimeo, and even Flash. UniWebCam : HTML5 Webcam Image Capture Library with Flash Fallback NOTE: YOU HAVE TO USE HTTPS TO WORK WITH CAMERAS. UniGUIOpenSource.zip
  5. Hayri ASLAN

    UniMap

    Hi, We are not using google map directly. We are using Leaflet.js. Leaflet is a map display library, not a data API, not an elevation raster query library. 1- To able to use route, we need to use a plugin. like leaflet-routing-machine 2- we may use L.GeoSearch plugin. 3- There is no "idle" event in Leaflet library, though the description seems resemblant of "moveend"
  6. are you registering the class of FFORMCADASTRO? because you are using "FindClass" initialization RegisterClass(TFFORMCADASTRO);
  7. Hi Can you please explain what are you trying to do? Can you please create a test case?
  8. Can you please adjust your email address?
  9. Hayri ASLAN

    TUniMap

    Hi, Yes with the new build we will get the demo. Please find attached demo. UniMap - Custom Marker.rar
  10. Hi, Can you please specify which edition and build of UniGUI are you using?
  11. Hi, Can you please specify which edition and build of UniGUI are you using?
  12. Hayri ASLAN

    TUniMap

    Hi, Let me check my commit again.
  13. Hi, What you're expecting from listview? Right now stringgrid almost equal of listview component. Maybe you can use it
  14. Hayri ASLAN

    TUniMap

    Hi, We created a specific demo for your request. Did you get the latest build? Please check "UniMap - Custom Marker" Demo
  15. Please simply add "@@" in front of your message. like MessageDlg('@@Do something?',mtConfirmation, [mbYes,mbNo], CallBackFunct);
  16. Hayri ASLAN

    ShowMask

    You don't need to send your project. Just create a testcase
  17. Hayri ASLAN

    ShowMask

    Use onbeforeshow to load your data. How are you calling-showing that form?
  18. Hayri ASLAN

    ShowMask

    Why you are not doing it onbeforeshow without showing a mask
  19. Hayri ASLAN

    ShowMask

    You can't use syncronize onAfterShow.
  20. Hayri ASLAN

    ShowMask

    So what's happening when you use this code? can you please create a simple test case?
  21. Hello. Please adjust your forum email address first:
  22. Hi, Can you please specify which edition and build of UniGUI are you using?
  23. Hayri ASLAN

    ShowMask

    Hi, are you getting any error?
  24. Please use servermodule.onexception. We also have a demo about it
  25. Please set servermodule.options.soControlNameAsId=True UniPanel.JsId will never change.
×
×
  • Create New...