FlavioMacedo Posted October 21, 2022 Posted October 21, 2022 162 / 5.000 Resultados de tradução star_border Good morning everyone. Would need the component for Alexandria (delphi 11) Does anyone have the package for delphi 11? If you can share it with me I would appreciate it. Quote
Pep Posted October 22, 2022 Author Posted October 22, 2022 Hi Flavio, I just uploaded the package *.dpk for Delphi 11.2 Alexandria https://github.com/JosepPages7/Delphi-GCharts/tree/main/package 2 Quote
MVakili Posted June 4, 2023 Posted June 4, 2023 On 10/22/2022 at 2:13 PM, Pep said: Hi Flavio, I just uploaded the package *.dpk for Delphi 11.2 Alexandria https://github.com/JosepPages7/Delphi-GCharts/tree/main/package one question Can these components be used offline or does it require an internet connection? Quote
Sherzod Posted June 5, 2023 Posted June 5, 2023 4 hours ago, MVakili said: Can these components be used offline No. https://developers.google.com/chart/interactive/faq 1 Quote
MVakili Posted June 5, 2023 Posted June 5, 2023 7 hours ago, Sherzod said: No. https://developers.google.com/chart/interactive/faq Yes, I have read this text that it is not possible to work offline due to Google rules But nowhere in the source, I found no reference to any site or CDN Quote
Sherzod Posted June 5, 2023 Posted June 5, 2023 1 hour ago, MVakili said: Yes, I have read this text that it is not possible to work offline due to Google rules But nowhere in the source, I found no reference to any site or CDN Well, yes, it's a service... Quote
Pep Posted June 5, 2023 Author Posted June 5, 2023 1 hour ago, MVakili said: But nowhere in the source, I found no reference to any site or CDN 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>'; 1 Quote
Sherzod Posted June 5, 2023 Posted June 5, 2023 1 hour ago, Pep said: const JS_RESOURCE_GCHARTS_LOADER : string = '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>'; This is prohibited by Google policy. Quote
Pep Posted June 6, 2023 Author Posted June 6, 2023 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. Quote
Fernando Silva Posted August 25, 2023 Posted August 25, 2023 Hi @Pep, congratulations on the component, it will be of great help. 1 Quote
Pep Posted August 26, 2023 Author Posted August 26, 2023 Thank you very much, Fernado I am glad to hear that you find this component for uniGUI useful. Quote
Stemon63 Posted September 13, 2023 Posted September 13, 2023 Hi Pep, Great work. Really Congratulations! Thank you 1 Quote
Pep Posted September 14, 2023 Author Posted September 14, 2023 20 hours ago, Stemon63 said: Hi Pep, Great work. Really Congratulations! Thank you Thank you for your kind words and congratulations—I really appreciate it! Quote
picyka Posted September 28, 2023 Posted September 28, 2023 Day of hunting for errors in the console, I came across this, does anyone have any tips? This occurs when opening the system. Quote
Sherzod Posted September 28, 2023 Posted September 28, 2023 3 hours ago, picyka said: I haven't used it. But the question is, are you storing some files locally by any chance? Quote
picyka Posted September 28, 2023 Posted September 28, 2023 Today I'm looking at everything in depth, I have a question, why aren't these files cached? every time the application opens it loads about 10mb of css/js Quote
picyka Posted September 28, 2023 Posted September 28, 2023 5 minutes ago, Sherzod said: I haven't used it. But the question is, are you storing some files locally by any chance? There is nothing on disk for graphics. Quote
Sherzod Posted September 28, 2023 Posted September 28, 2023 5 minutes ago, Sherzod said: But the question is, are you storing some files locally by any chance? ? Quote
picyka Posted September 28, 2023 Posted September 28, 2023 1 minuto atrás, Sherzod disse: ? I'm sorry I think I didn't understand you Quote
picyka Posted September 28, 2023 Posted September 28, 2023 const JS_RESOURCE_GCHARTS_LOADER : string = '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>'; JS_RESOURCE_JQUERY: string = '<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>'; It appears to be these const here. Quote
Sherzod Posted September 28, 2023 Posted September 28, 2023 1 minute ago, picyka said: I'm sorry I think I didn't understand you I don't know, maybe you store some files locally. And in this case, some Google service files could have been changed. On the other hand, also study the Google Documentation on this subject. Quote
Sherzod Posted September 28, 2023 Posted September 28, 2023 Also try Googling about these errors. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.