jrp Posted September 10, 2022 Share Posted September 10, 2022 Wow! Thank you very much Pep. Quote Link to comment Share on other sites More sharing options...
FlavioMacedo Posted October 21, 2022 Share 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 Link to comment Share on other sites More sharing options...
Pep Posted October 22, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
MVakili Posted June 4 Share Posted June 4 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 Link to comment Share on other sites More sharing options...
Sherzod Posted June 5 Share Posted June 5 4 hours ago, MVakili said: Can these components be used offline No. https://developers.google.com/chart/interactive/faq 1 Quote Link to comment Share on other sites More sharing options...
MVakili Posted June 5 Share Posted June 5 How I can Change "View in full screen" Quote Link to comment Share on other sites More sharing options...
MVakili Posted June 5 Share Posted June 5 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 Link to comment Share on other sites More sharing options...
Sherzod Posted June 5 Share Posted June 5 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 Link to comment Share on other sites More sharing options...
Pep Posted June 5 Author Share Posted June 5 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 Link to comment Share on other sites More sharing options...
Sherzod Posted June 5 Share Posted June 5 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 Link to comment Share on other sites More sharing options...
Pep Posted June 6 Author Share Posted June 6 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 Link to comment Share on other sites More sharing options...
Sherzod Posted June 6 Share Posted June 6 Hello @Pep All right, thanks. Quote Link to comment Share on other sites More sharing options...
Fernando Silva Posted August 25 Share Posted August 25 Hi @Pep, congratulations on the component, it will be of great help. 1 Quote Link to comment Share on other sites More sharing options...
Pep Posted August 26 Author Share Posted August 26 Thank you very much, Fernado I am glad to hear that you find this component for uniGUI useful. Quote Link to comment Share on other sites More sharing options...
Stemon63 Posted September 13 Share Posted September 13 Hi Pep, Great work. Really Congratulations! Thank you 1 Quote Link to comment Share on other sites More sharing options...
Pep Posted September 14 Author Share Posted September 14 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 Link to comment Share on other sites More sharing options...
picyka Posted September 28 Share Posted September 28 Day of hunting for errors in the console, I came across this, does anyone have any tips? This occurs when opening the system. Quote Link to comment Share on other sites More sharing options...
Sherzod Posted September 28 Share Posted September 28 3 hours ago, picyka said: I haven't used it. But the question is, are you storing some files locally by any chance? Quote Link to comment Share on other sites More sharing options...
picyka Posted September 28 Share Posted September 28 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 Link to comment Share on other sites More sharing options...
picyka Posted September 28 Share Posted September 28 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 Link to comment Share on other sites More sharing options...
Sherzod Posted September 28 Share Posted September 28 5 minutes ago, Sherzod said: But the question is, are you storing some files locally by any chance? ? Quote Link to comment Share on other sites More sharing options...
picyka Posted September 28 Share Posted September 28 1 minuto atrás, Sherzod disse: ? I'm sorry I think I didn't understand you Quote Link to comment Share on other sites More sharing options...
picyka Posted September 28 Share Posted September 28 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 Link to comment Share on other sites More sharing options...
Sherzod Posted September 28 Share Posted September 28 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 Link to comment Share on other sites More sharing options...
Sherzod Posted September 28 Share Posted September 28 Also try Googling about these errors. Quote Link to comment Share on other sites More sharing options...
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.