Jump to content

Frederick

uniGUI Subscriber
  • Posts

    779
  • Joined

  • Last visited

  • Days Won

    4

Frederick last won the day on March 20

Frederick had the most liked content!

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Frederick's Achievements

Advanced Member

Advanced Member (4/4)

30

Reputation

  1. I did not update the Rad Studio version to 10.3.3 because of the need to un-install Rad Studio and re-install all my components. The system is being used in production and I cannot afford downtime. Your component is the only one I have issue with the 64-bit compilation, after version 392.
  2. Hi Marlon, I am afraid I am still getting the error when compiling for 64 bit within Rad Studio. I don't think it is an issue with the Rad Studio version I am using since I have been using UniFalcon since November 2021 and I have not upgraded the version (10.3.2) since then. Your components have been installing fine for both 32 bit and 64 bit versions with this version until I mention the issues with TUniSFGoogleChart and your new installer (or sources or DPK files) is now no longer compiling correctly. Additionally, why is UniFalcon referencing UniGUI's UniGU26Core file? Does UniGUI have 64 bit compiled units?
  3. Hi Marlon, Using version 1.1.3.41 of the TUniFSGoogleChart control, here are the results with ChartFormat property active and DecimalSymbol set to ".", Language set to "en-gb" and Prefix set to a blank:- 1. The decimal symbol for the pie chart percentage is a dot (Fixed) 2. The prefix for the value when the mouse cursor is over a slice shows "R$" instead of a blank value (Not Fixed) 3. The value of a slice still has the decimal places shown (4.00 instead of 4) (Not Fixed) 4. The pie chart's width and height seems to be the normal size rather than an occasional size (Seems to be fixed) Another thing I wish to mention is that there seems to be an issue with the way the installation program works. When I choose the 32 bit install option, the DCU files are created in the UniFalcon\Lib\Delphi\LibD26 directory and the library path for Delphi in 32-bit mode has the entries of UniFalcon\Lib\Delphi\LibD26 and UniFalcon\Sources. When I choose the 64 bit install option, The DCU files are ALSO created in the UniFalcon\Lib\Delphi\LibD26 directory. Additionally, there is a directory of UniFalcon\Lib\Delphi\LibD26x64 created but there are no 64 bit DCU files within. Additionally, the library path for Delphi in 64-bit mode has NO entries for UniFalcon's library and sources directory. In 64-bit install mode, I expect the following to happen:- 1. 64 bit DCU files are created in UniFalcon\Lib\Delphi\LibD26x64 2. The library path for Delphi in 64 bit mode should have the the entries for UniFalcon\Lib\Delphi\LibD26x64 and UniFalcon\Sources Please check your installation program. BTW, how do I add values for a pie chart (or any chart from Google Charts) directly, without specifying a value for the ChartDataSet property?
  4. Hi Marlon, Thank you for your reply. I would also like you to look at the ChartFormat property of the control when it is enabled. 1. If I set the Prefix blank, the prefix automatically becomes "R$". It should remain blank. 2. An integer value of 4 becomes 4.00 when it should be 4. There is no sub-property in ChartFormat that specifies the number of decimal places and I don't why the control is setting the 2 decimal places for me. 3. The control does not respect the settings for DecimalSymbol and Language per my screenshot below. At times, the chart's height and width becomes smaller than the normal size. If I reload the application, the chart is drawn in the full size. It does not happen all the time but often enough to cause concern for me when the user sees it. What can the reason be for this to be happening?
  5. Hi, When there is no data for the TUniFSGoogleChart control, there is a text of "Nenhum dado" displayed in its place. According to Google Translate, it is Portuguese for "No Data" or "None". How do I display the English equivalent? P.S. Please tell me how to resolve the wrong decimal symbol shown in my message at
×
×
  • Create New...