

rudy999
Members-
Content Count
60 -
Joined
-
Last visited
Community Reputation
2 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Delphi 13 and built in TCHART - Access violation when recreating new data for pens
rudy999 replied to rudy999's topic in General Help
chtData.Legend.Items.Clear; This prevents the exception but PERMANENTLY clears the legends and they do not re-appear with new data and new series... -
Delphi 13 and built in TCHART - Access violation when recreating new data for pens
rudy999 replied to rudy999's topic in General Help
I was able to go back to the original files and recreate the issue and the " chtData.Legend.Items.Clear;" also solved the issue. -
Delphi 13 and built in TCHART - Access violation when recreating new data for pens
rudy999 replied to rudy999's topic in General Help
I have the updated dcus from the private message which solve my initial problem but I have come up with an issue, probably due to the new files. (Another legacy application - not the original application that spurred this post) this has to do with fast reports but may me internal to the TCHART since the error message is related to two different VCLTee files. - Maybe I do not have the UPDATED VCLTee.ArrowCha.dcu that related to the VCLTee.Series.TPointSeries.dcu? [dcc32 Fatal Error] frxChart.pas(181): F2051 Unit VCLTee.ArrowCha was compiled with a different version of VCLTee.Series.TPointSeries. So now that application now does not compile.. I did not try the "chtData.Legend.Items.Clear;" since I had the patch files -
Delphi 13 and built in TCHART - Access violation when recreating new data for pens
rudy999 replied to rudy999's topic in General Help
With the compiled application I get the exception immediately steps: 1. click btnAddPens - this is ok 2. click btnDelPens - immediate error what is the code at: FileName="VCLTee.Chart.pas" LineNumber=7005 -
Delphi 13 and built in TCHART - Access violation when recreating new data for pens
rudy999 replied to rudy999's topic in General Help
chtData.FreeAllSeries; same issue... tks -
Delphi 13 and built in TCHART - Access violation when recreating new data for pens
rudy999 replied to rudy999's topic in General Help
Submitted: RSS-4217 to Quality Portal -
Delphi 13 and built in TCHART - Access violation when recreating new data for pens
rudy999 replied to rudy999's topic in General Help
I was ABLE to reproduce in a simple application. It does not have an issue in Delphi 12, but creates the exception in Delphi 13. Project attached for those interested TeeChartD13-Sept24-2025.zip -
Delphi 13 and built in TCHART - Access violation when recreating new data for pens
rudy999 posted a topic in General Help
I am just starting to investigate and will submit when I can re create the issue on a brand new application. But I was wondering if anyone else has already noticed this.. I have an application developed in Delphi 11 and Delphi 12. I still have Delphi 12 also and the application has had no issue with rendering the TCHART. After compiling in Delphi 13 the issue has been observed. The initial populating of series in the TCHART is ok. But if the series are deleted and added with new data, the exception occurs. I use a PageControl and the TCHart is in a TabSheet. Once this exception occurs and I change the page away and then back to the TChart tabsheet the exception occurs again -seems like a rendering issue. The application in question has a lot going on. I will create a simple application and investigate the results and contact Embarcadero. Error: ExceptionMessage="Access violation at address 00D6324B. Read of address 00000040" ExceptionName="EAccessViolation" ExceptionDisplayName="$C0000005" ExceptionAddress=00D6324B FileName="VCLTee.Chart.pas" LineNumber=7005 -
AI Rewrite and COBOL Port Announced for Immediate Development
rudy999 replied to dummzeuch's topic in GExperts
Also: GExperts latest AI update now reads your mind and digitally signs applications for you—no clicks needed! Disclaimer: AI may also apply for random jobs, mortgages, and a pet hamster on your behalf -
I have an app that calls PostMessage(Handle, WM_SYSCOMMAND, SC_MONITORPOWER, c_MONITOR_OFF); Then with a timer turned the Monitor back on. c_MONITOR_ON On my laptop - (DELL , Win 11) - this turns off the monitor, but also the power button turns off, and with a little trouble shooting 0 it appears as if the timer does not fire after the Postmessage for the turn off of the monitor. - keyboard click or mouse move restores power to monitor and then the timer event fires/ A) This did not happen on a Lenovo laptop with Windows 10. B) This does not seem to happen (more testing needed) on a Dell tower pc with Win 11. I looked at all the power - energy settings on the laptop and turned 'off' as much as possible. I thought it was Win 11 but it could be the laptop.. Any comments or advice or further places to look is appreciated.
-
Delphi 12.3 web install - I selected Android as well as Windows but did not install Android SDK NDK
rudy999 replied to rudy999's topic in Delphi IDE and APIs
Joker2350 You should report it to Codegear. I think it is https://supportforms.embarcadero.com/ Or if you can, do another install on another PC and see if you have the same issue, or not. If not you 'could' do as I do and the copy the folders to the Catalog Repository... HTH -
Delphi 12.3 web install - I selected Android as well as Windows but did not install Android SDK NDK
rudy999 replied to rudy999's topic in Delphi IDE and APIs
Ok, so something strange is going on my dev PC. Un installing and re installing the platforms - the folders and files in the catalog repository for Android do NOT appear, though there are no errors during 'install'. I have a test PC where I FIRST updated 12.2 to 12.3 and the Android folders and files were where they were supposed to be. I COPIED them from that PC to my Dev PC and finally got it all working. In 12.2 the FMX app for Android was looking for the Android SDK 25.2, now it is using Android SDK 35.02, as far as I can tell. That was probably part of the issue in regards to the ld.lld issue. Now I am afraid when 12.3+ comes out.... -
Delphi 12.3 web install - I selected Android as well as Windows but did not install Android SDK NDK
rudy999 replied to rudy999's topic in Delphi IDE and APIs
gkobler-you mean platform manager in the install setup routine? tks -
I just finished updating from 12.2 to 12.3. I selected Windows and Android (and IOS). The installation seemed to download what was selected, but I could not compile or build for Android. (win32 or win64 ok).. The files I was expecting in the Catalog Repository were not there.. I manually downloaded (maybe a mistake) the Android SDK and NDK (via Android Studio, which I downloaded and installed..) then tried to 'Edit SDK' in Rad Studio setting. No more exclamation marks, but clearly there is a mismatch somewhere.. I get this error message with a previously compiling app or a new project (Android 64) Is it now a PATH issue? - or should I 'reinstall' rad studio? [DCC Error] E2597 ld.lld: error: unable to find library -ldl ld.lld: error: unable to find library -lc ld.lld: error: unable to find library -lm ld.lld: error: unable to find library -landroid ld.lld: error: unable to find library -llog ld.lld: error: unable to find library -ljnigraphics ld.lld: error: unable to find library -lEGL ld.lld: error: unable to find library -lGLESv2 Back to square 1
-
Is there a keystroke that re invokes Delphi keymapping versus add on?
rudy999 replied to rudy999's topic in Delphi IDE and APIs
I have concluded I am going to live with this behaviour, as at least it is identified. In regards to the registry locations - there are references to the 'Enhancement' modules and they continue to appear there even when they do not appear in the key mappings list of the IDE. The problematic project will not always be edited... At one point I will recreate the project and move the files to the new project to see if the issue goes away or travels.