Jump to content

Sherzod

Moderators
  • Posts

    19642
  • Joined

  • Last visited

  • Days Won

    634

Everything posted by Sherzod

  1. Merhaba, This post may help you:
  2. Hello, Can you please explain in more detail?
  3. Hello, What component is this?
  4. Once again, please clarify your case step by step. Perhaps we will find another optimal solution.
  5. You can try sending an ajaxRequest to the server inside this event, and execute the server side code.
  6. Sherzod

    Timeline bar

    Are there libraries in js that allow this? We would analyze these solutions?
  7. Sherzod

    Timeline bar

    Don't know, maybe it would be better to use graphs for this?
  8. If I understand you correctly, you can use these client events I think:
  9. @eduardosuruagy Which build are you using? How can we reproduce your issue?
  10. @Woutero procedure TMainForm.UniButton1Click(Sender: TObject); begin UniChart1.SaveImage; end; procedure TMainForm.UniChart1ChartImage(Sender: TUniCustomChart; Image: TGraphic); var fName : string; begin fName := UniServerModule.LocalCachePath + 'Chart.png'; Image.SaveToFile(fName); UniSession.SendFile(fName); end;
  11. Sherzod

    play video

    If possible, make a simple testcase.
  12. Well, you gave us a task for attentiveness... You forgot that your files have leading zeros! Here is the correct format for your current case: FDMemTable1audio.Value := Format('<audio controls><source src="files/Alarm%.*d.wav" type="audio/wav"></audio>', [2, I]);
  13. Yes, this is normal behavior, but if you "remove" it, horizontal scrolling will appear.
  14. Hello, Can you briefly say what the problem is?
  15. Sherzod

    Timeline bar

    Hello, Sorry, I didn’t quite understand what you want.
  16. Hello, How can we reproduce this?
  17. Hello, Can you please explain in more detail? What issue are you having at the moment?
×
×
  • Create New...