Jump to content

Pep

uniGUI Subscriber
  • Posts

    142
  • Joined

  • Last visited

  • Days Won

    11

Pep last won the day on June 4 2023

Pep had the most liked content!

1 Follower

Recent Profile Visitors

2012 profile views

Pep's Achievements

Active Member

Active Member (3/4)

97

Reputation

  1. Thank you for your kind words and congratulations—I really appreciate it!
  2. Thank you very much, Fernado I am glad to hear that you find this component for uniGUI useful.
  3. Hola abraham, Si te refieres a leer una clave del regedit del servidor, lo puedes hascer de la misma manera que lo harias en una aplicación de escritorio de Delphi: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Using_TRegistry
  4. Hello Sherzod, According to the guidelines stated in the FAQ section of the Google Charts documentation (https://developers.google.com/chart/interactive/faq#using-the-api), it is required that your users' computers have access to the "https://www.gstatic.com/charts/loader.js" file in order to utilize the interactive features of Google Charts. const JS_RESOURCE_GCHARTS_LOADER : string = '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>'; The reason I provided that specific answer was to ensure compliance with Google's terms of service. It is important to note that the source code of the components directly references "https://www.gstatic.com/charts/loader.js" in order to adhere to these terms.
  5. cfs.GCharts.uniGUI.pas (Line 115): const JS_RESOURCE_GCHARTS_LOADER : string = '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>';
  6. You can check this topic: http://forums.unigui.com/index.php?/topic/8298-screen-examples-of-youre-application-designs/
  7. Hi Flavio, I just uploaded the package *.dpk for Delphi 11.2 Alexandria https://github.com/JosepPages7/Delphi-GCharts/tree/main/package
  8. Hi jrp I just uploaded a new version that allows print the frame with the graph or graphs. See demos. procedure TMainForm.btnPrintChartClick(Sender: TObject); begin uniGChartsFrame1.DocumentPrint; end;
  9. Hello Picyka, It is not possible to publish the ClientEvents property because Google Charts is not a component of "Sencha Ext. JS" and therefore does not support its events. On the other hand, I have looked if it is possible to capture the right mouse button from Google Charts and in the official documentation it does not mention that this is possible. Searching the internet I have seen this post https://groups.google.com/g/google-visualization-api/c/NgXzGOzVcHY according to which "Google cancels the propagation of right-click events in almost all visualizations, ..." I'm sorry but haven't a solution to this.
  10. Hello Alberto, I have an uniGUI application running with Hyperserver (via ISAPI) that connects to a REST server without any problem. Try with the Hyperserver configuration. To install Hyperserver with ISAPI I followed all the instructions in the uniGUI manual and everything worked correctly. The manual for ISAPI: http://www.unigui.com/doc/online_help/index.html?isapi_module.htm And the manual for Hyeprserver and ISAPI: http://www.unigui.com/doc/online_help/index.html?installing-and-configuring-hyp.htm The are a lots of advantages with Hyperserver : The updates of the executable are very easy and you can do it without stopping the service. Scalibility ...
  11. Hello Harry, It's possible to read in LocalStorage in TUniMainModule on event "UniGUIMainModuleBeforeLogin"? I use this event to read a session cookie to validate "remember me" option in login forrm. In this sample, shows how to read data after form is ready, but that it's not the case in that situation. It would be nice to have demo of "LoginForm using LocalStorate" like the sample "LoginForm Cookies" that comes in demos folder of uniGUI. Thanks.
  12. Wilton, Thank you so much for sharing your experience and good luck with the "url redirect". Many of us are following your multi server tests with great interest.
  13. Hello Wilton, I think that you refers to this link https://en.wikipedia.org/wiki/Single-page_application, isn't it? 😉
  14. Hello, I recomend to see this session "Maximise Your Delphi Productivity, all video is very instresting but particulary I learned to use "Multipaste" feature, you can see it in Video in minute 46:45. Very useful to copy/paste SQL strings in code window.
×
×
  • Create New...