Jump to content

All Activity

This stream auto-updates

  1. Yesterday
  2. Hi, Probably because when you run this test against a production system modifying table rows may destroy your database unless you are using a test database.
  3. Hi, uniGUI tries to distributes sessions in a uniform way among servers. It is calculated based on MaxNodes property of each Server Node. In your tests with stress test toll you must use more sessions to make a realistic test. For example 100 sessions at least. BTW, try to test your app always with latest uniGUI build, as we may have improved or fixed bugs.
  4. It is not possible. Log file format is fixed at the moment.
  5. Hi, It is only the HyperServer DLL usage. For Node memory usage please check the HyperServer tab and check the Resources column.
  6. Hello, You can also try this approach for now:
  7. How did your html look, can you paste it here?
  8. Hello, The default image type is png. I will check...
  9. yes it works, that's enough for me
  10. My fault since this property has already been added.
  11. I understood you already, but could not find a solution at the moment.
  12. Please use JSCallGlobal(FMarkerJSName+'.setLatLng', [JSArray([Latitude,Longitude])]); I added SetLatLong procedure to UniMapMarker. With the new build, you will be able to use it as UniMap1.GetMarkerById(1).SetLatLong(Lat,Long)
  13. Also, when using Image.SaveToStream() within procedure TMainForm.UniChart1ChartImage(Sender: TUniCustomChart; Image: TGraphic); what is the default image type, or how does one set it?
  14. This code was working in version 1576, however it does not compile in version 1583, more specifically the code "@TUniStringGrid.ReconfigureColumns", I verified that the TUniStringGrid class was rewritten, would there be a solution to replace this code? Because I couldn't identify it, remembering that I'm using the Delphi 12.1 version. @Farshad Mohajeri @Homayoon @Hayri ASLAN @Sherzod @davidizadar
  15. Hi, I give you example how to do it with delphi, but you can find more examples and try to print directly without PrintDialog (because dialog shown on server side and can't be usefull) @Woutero, here is some kind of examples: https://forum.lazarus.freepascal.org/index.php?topic=47640.0 Printer.SetPrinter('Microsoft Print To PDF'); Printer.Copies:=1; // PrintDialog1.PrintToFile:=true; // Printer.FileName:=suggestFileName()+'.pdf'; doPrint(); "For me your code is working. Please see attached demo. It checks whether the "Microsoft print to PDF" printer is available, selects it and sets the filename by setting the FileName property. (When the printer is not found it opens the PrintDialog)." https://forum.lazarus.freepascal.org/index.php?PHPSESSID=lhgjmk83bcjm7trnihen5tbt77&action=dlattach;topic=47640.0;attach=34509
  16. How can i update marker postion on unimap in runtime by code? I can remove marker and add new one with new coordinates, but it working very slowly. i tried editing UniMap.pas with my function below but it giving me error : "JS Error: Cannot read properties of null (reading 'lat')" procedure TUniMapMarker.SetLatLng(Lat,Lng:double); begin with FOwner do JSCallGlobal(FMarkerJSName+'.setLatLng', [Lat,Lng]); end; I took it from the documentation : https://leafletjs.com/reference.html#Marker @Hayri ASLAN
  17. Sherzod When using Image.SaveToFile(FileName), how does one set the file type? For example, if I want to use a jpg, how do I set JPG, or does UniGUI automatically look at the extension of the FileName?
  18. Irigsoft So when one select, Print to PDF via the Delphi PrintDialog (see below), where is the PDF file saved? Or rather, how can I set the folder where the PDF is saved?
  19. 11 years have passed, I wish a feature that some people have needed for so many years had been added to the component.
  1. Load more activity
×
×
  • Create New...