Jump to content

lema

uniGUI Subscriber
  • Posts

    405
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by lema

  1. Hello, does it work when you zoom in/out the map?
  2. Hi, please, can you make a test case for this ?
  3. Hello, it should work. Make sure that the event handler is assigned to the component.
  4. Hello ! The function you mention just goes (pans) to the location you gave. It does not place any marker.
  5. Hello, great site, thank you. Please, check the following code ( config.maxValue instead of config.increment) https://www.uniguiwiki.com/knowledgebase/unidatetimepicker-limit-time-range-and-use-different-time-interval/
  6. Hello, my first impression of linux apache module was great! The FishFacts demo run excellent and very fast. I also ported a small application with calendar, calendarpanel and DB (something like scheduler). There were some small incompatibilities with images and icons which solved with the using of UniNativeImageList. The only that I couldn’t sorted out, was the SSL usage. reCaptcha died with “Could not load SSL library.” Does anyone have any experience on linux OpenSSL? uniGUI 1.90.0.1537 Delphi 10.3.3 Apache on Debian 10
  7. Hello again. In case that it can't be set "readonly", is there any other workaround? eg. How can I drop a transparent mask or panel in front of the calendarpanel?
  8. Hello, Is there any way to limit the showing items in time portion of the uniDateTimePicker (eg. 09:00' - 15:00')? Also, can we change the step ? (eg. 30 min instead of 15 min) ? UniGUI v.1.90.0.1537 (Delphi 10.2) TIA, Lefteris
  9. Hello ! Although, I can suspend the events via : UniSession.AddJS(UniCalendarPanel1.JSName + '.events.eventmove.suspend()'); I would like to set whole component into ReadOnly mode. My will is not to leave user to interact with CalendarPanel. Is that possible? Running on latest uniGUI v.1.90.0.1537 (Delphi 10.2).
  10. Thank you ! Actually, I can't figure out where to put this code.... UniCalendarPanel1 -> ClientEvents -> ExtEvents ... function eventmove(sender, rec, eOpts) { return false }
  11. Hello dear Sherzod. The upgrade to the latest build, of course, is into my next future goals. I am one of the oldest UniGui users and now, I am just try to enter again into Delphi web development. The CalendarPanel is a proof of concept for a potential project.
  12. Hello, to all. Is any way to set a CalendarPanel "readOnly" ? I want to develop an application that only shows the events to the web user. I don't want the user to interact with CalendarPanel (like resize, move, or other actions). I am using Delphi 10.2 and uniGUI 1.50.0.1481. Thank you and stay safe ! PS. The following, doesn't seem to work.
  13. Hello uniGUIers! I updated the online demo link http://144.91.94.212/lema/uniGMapDemo.dll
  14. Hello, as fast workaround, I suggest to set your map language by appending language=xx to the API url. This can be found in the constructor of the component e.g. url := 'http://maps.googleapis.com/maps/api/js?key=' + MyGoogleAPIKey + '&libraries=geometry,places,visualization&sensor=false&language=ar'; The supported map languages with their language codes can be found at: https://developers.google.com/maps/faq#languagesupport
  15. Hello. Please make sure that you have a uniGmap component on your MainForm or LoginForm if you use it. (It doesn't need to be visible.)
  16. When the component is being created, it adds the necessary paths in ServerModule.CustomFiles.So, there must be an instance of uniGmap on your FIRST form. I always suggest to place an invisible uniGmap on your MainForm or LoginForm.
  17. Hello. Please make sure that you have a uniGmap component on your MainForm or LoginForm if you use it. (It doesn't need to be visible.)
  18. I wish I was 32 again ! But I am $32 = dec 50 = bin 110010
  19. I am $32 years old. I started my journey in programming with BP somewhere around 1987... And almost 27 years from my 1st project on Windows 3.0 with Turbo Pascal for Windows...
  20. I've been absent from the forum for a long time! Glad to see that you sorted out the problem.
  21. Confirmed. I will check it out when I have time.
  22. Hello, the MarkersEx is a dynamic array of TMarkerEx. So, you have to allocate storage. e.g. You can use something like the following
×
×
  • Create New...