<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2026-03-11 13:58:48]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>https://issuetracker.delphi-jedi.org/</docs><link>https://issuetracker.delphi-jedi.org/</link><description><![CDATA[JEDI Issue Tracker - Issues]]></description><title>JEDI Issue Tracker - Issues</title><image><title>JEDI Issue Tracker - Issues</title><url>https://issuetracker.delphi-jedi.org/images/mantis_logo_button.gif</url><link>https://issuetracker.delphi-jedi.org/</link><description><![CDATA[JEDI Issue Tracker - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0006781: TJvComboBox does not have TextHint property published</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6781</link><description><![CDATA[TJvComboBox and TJvDBComboBox  do not have TextHint property while TComboBox and TDBComboBox (runtime) have it. This property is very useful for modern UI. I see it with Delphi 12.2 but surely it is common in all Delphi versiones..]]></description><category>00 JVCL Components</category><pubDate>Sat, 07 Mar 2026 13:24:59 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6781</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6781#bugnotes</comments></item><item><title>0006780: EnvOptions.proj  Condition="" added to ProjectExtensions</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6780</link><description><![CDATA[This using using release from GIT JVCL 3.50&lt;br /&gt;
&lt;br /&gt;
MSBUILD errors with the following&lt;br /&gt;
&lt;br /&gt;
EnvOptions.proj(2,22): error MSB4066: The attribute &quot;Condition&quot; in element &lt;ProjectExtensions&gt; is unrecognized. &lt;br /&gt;
&lt;br /&gt;
&lt;ProjectExtensions Condition=&quot;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
but should be&lt;br /&gt;
&lt;br /&gt;
&lt;ProjectExtensions&gt;&lt;br /&gt;
    &lt;Borland.Personality&gt;Environment.Personality.12&lt;/Borland.Personality&gt;&lt;br /&gt;
    &lt;Borland.ProjectType/&gt;&lt;br /&gt;
    &lt;BorlandProject&gt;&lt;br /&gt;
      &lt;Environment.Personality/&gt;&lt;br /&gt;
    &lt;/BorlandProject&gt;&lt;br /&gt;
    &lt;ProjectFileVersion&gt;12&lt;/ProjectFileVersion&gt;&lt;br /&gt;
  &lt;/ProjectExtensions&gt;]]></description><category>02 Installation</category><pubDate>Wed, 16 Jul 2025 02:55:22 +0200</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6780</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6780#bugnotes</comments></item><item><title>0006779: Closing a form with jvDbGrid's Mouse click events raises EInvalidOperation</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6779</link><description><![CDATA[When you click or doublclick on a JvDBGrid component and you close the form in OnDblClick, onTitleclick, onTitleBtnclick, or other mouse events, the project raise an exception EInvalidOperation &quot;can't focus on desactivated or invisible window&quot; afetr closing the form.]]></description><category>00 JVCL Components</category><pubDate>Tue, 04 Feb 2025 09:27:11 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6779</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6779#bugnotes</comments></item><item><title>0006778: TJvWizard does not apply standard delphi themes</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6778</link><description><![CDATA[TJvWizard does not apply standard delphi themes and will result in the the colors remaining default system colors (eg clBtnFace) rather than the theme color]]></description><category>00 JVCL Components</category><pubDate>Mon, 30 Dec 2024 03:52:53 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6778</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6778#bugnotes</comments></item><item><title>0006777: TJvinspector is not scaled properly with High-Dpi</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6777</link><description><![CDATA[In a dpi-aware application (Per-Monitor v2), TJvinspector is not scaled when main screen is not set as 100% in Windows display properties]]></description><category>00 JVCL Components</category><pubDate>Tue, 05 Nov 2024 18:18:59 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6777</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6777#bugnotes</comments></item><item><title>0006776: JvHidControllerClass raises exception (RsEDeviceCannotBeIdentified) during creation.</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6776</link><description><![CDATA[As reported as &lt;a href=&quot;https://github.com/project-jedi/jvcl/pull/56&quot;&gt;https://github.com/project-jedi/jvcl/pull/56&lt;/a&gt; on device Surface Pro the problem still occurs.&lt;br /&gt;
I have update windows to Win11 but the problem isn't fixed.&lt;br /&gt;
I create a workaround, but I don't like using custom JVCL library file.&lt;br /&gt;
&lt;br /&gt;
   if not HidD_GetAttributes(HidFileHandle, FAttributes) then&lt;br /&gt;
     raise EControllerError.CreateRes(@RsEDeviceCannotBeIdentified);&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
   HidD_GetAttributes(HidFileHandle, FAttributes);]]></description><category>00 JVCL Components</category><pubDate>Tue, 17 Sep 2024 14:34:10 +0200</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6776</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6776#bugnotes</comments></item><item><title>0006775: TJvMainMenu not scaled properly</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6775</link><description><![CDATA[In a dpi-aware application (Per-Monitor v2), jvmainmenu font size not scaled properly when main screen is not set as 100% in Windows.&lt;br /&gt;
&lt;br /&gt;
TMainMenu is OK, it happens only with TJvMainMenu]]></description><category>00 JVCL Components</category><pubDate>Thu, 12 Sep 2024 17:55:36 +0200</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6775</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6775#bugnotes</comments></item><item><title>0006774: Infinite loop converting RTF with links to HMTL</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6774</link><description><![CDATA[When using JvRichEditToHtml.ConvertToHtmlStrings with a RTF including links, procedure enters in a infinite loop aborting with a EOutOfMemory error. Other style and font changes are processed properly but links are not.]]></description><category>00 JVCL Components</category><pubDate>Tue, 27 Aug 2024 13:25:25 +0200</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6774</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6774#bugnotes</comments></item><item><title>0006773: Some DFMs are stillin binary format</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6773</link><description><![CDATA[Some of the DFMs are still in binary format opposed to the nowadays normally used text format:&lt;br /&gt;
&lt;br /&gt;
donations\DSMixAdvanced\Demo\unitChannel.dfm&lt;br /&gt;
donations\DSMixAdvanced\Demo\unitDSMixerTest.dfm&lt;br /&gt;
donations\SIMDView\JvSIMDModifyForm.dfm&lt;br /&gt;
tests\archive\jvcl\examples\JvLinkLabel\Play.dfm&lt;br /&gt;
tests\archive\jvcl132\Archive\Installer\JvFormAgreement.dfm&lt;br /&gt;
tests\archive\jvcl132\Archive\Installer\JvFormInstall.dfm&lt;br /&gt;
tests\archive\jvcl132\Archive\Installer\JvFormInstallConfirm.dfm&lt;br /&gt;
tests\archive\jvcl132\Archive\Installer\JvFormWelcome.dfm&lt;br /&gt;
tests\archive\jvcl132\examples\ImageWindow\Unit3.dfm&lt;br /&gt;
tests\Globus\run\JvgAlignForm.dfm&lt;br /&gt;
tests\Globus\Source\JvgAlignForm.dfm]]></description><category>00 JVCL Components</category><pubDate>Mon, 12 Aug 2024 15:43:07 +0200</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6773</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6773#bugnotes</comments></item><item><title>0006772: JvBalloonHint not visible when using Remote Desktop</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6772</link><description><![CDATA[JvBalloonHint only shows the hint window shadow when using remote desktop.&lt;br /&gt;
&lt;br /&gt;
Hints are visible when application is run locally.]]></description><category>00 JVCL Components</category><pubDate>Thu, 20 Jun 2024 11:46:16 +0200</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6772</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6772#bugnotes</comments></item><item><title>0006771: JvCheckTreeView: various problems</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6771</link><description><![CDATA[Working with Delphi 12.0&lt;br /&gt;
&lt;br /&gt;
Adding a JvCheckTreeView component to a form and adding an item to it, at design time, causes the program to crash at runtime.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Working with Delphi 11.3&lt;br /&gt;
&lt;br /&gt;
I was trying to disable the ability to check or uncheck checkboxes in a JvCheckTreeView.&lt;br /&gt;
The ReadOnly property only disables item caption editing.&lt;br /&gt;
It seems to me that the OnToggled, OnToggling, OnCheckStateChanged and OnCheckStateChanging events never fire.&lt;br /&gt;
I also found that the onChanging event fires when a new item is selected, but setting AllowChange := False doesn't prevent the change.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just for the record I found a solution to my problem using the OnNodeCheckedChange event, by toggling the event before and after assigning the old state of the checkbox; not very easy...]]></description><category>00 JVCL Components</category><pubDate>Tue, 11 Jun 2024 10:31:40 +0200</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6771</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6771#bugnotes</comments></item><item><title>0006706: JvDBGrid.EditControls is not working properly.</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6706</link><description><![CDATA[I checked JvDBLookupComboEdit and JvDBDatePickerEdit.&lt;br /&gt;
The drop-down list does not expand after editing or clicking the mouse.&lt;br /&gt;
In component version 3.5 it was correct.]]></description><category>00 JVCL Components</category><pubDate>Fri, 31 May 2024 23:03:23 +0200</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6706</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6706#bugnotes</comments></item><item><title>0006770: function TJclUnicodeStrHashSetIterator.GetString returns wrong</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6770</link><description><![CDATA[function TJclUnicodeStrHashSetIterator.GetString returns an empty string, instead of the expected result]]></description><category>Miscellanous</category><pubDate>Fri, 31 May 2024 22:56:21 +0200</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6770</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6770#bugnotes</comments></item><item><title>0006732: Suporte Ide Delphi 11 JVCS 2.50?</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6732</link><description><![CDATA[Any preview of Delphi 11 Ide support&lt;br /&gt;
thanks]]></description><category>bs</category><pubDate>Fri, 19 Jan 2024 13:27:20 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6732</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6732#bugnotes</comments></item><item><title>0006767: in TJvMemoryData.Field[...].OnValidate sometimes the old field value comes in</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6767</link><description><![CDATA[in TJvMemoryData.Field[...].OnValidate sometimes the old field value comes in.]]></description><category>00 JVCL Components</category><pubDate>Thu, 11 Jan 2024 08:41:51 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6767</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6767#bugnotes</comments></item><item><title>0006718: Issue reported with JvTFAlarm not triggered</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6718</link><description><![CDATA[JvTFAlarm was reported to not trigger an Alarm event, based on an appointment being set. Discovered that in order for alarm to trigger, a Resources name/string (TStrings) must be entered (in the Resources field of the control) matching the resource name used in the appointment database/table where an appointment is saved. Alarm then triggers on-time as well as the snooze feature working. Tested with version 3.50 of JVCL build. Using Delphi 10 Professional (Seattle) version.]]></description><category>00 JVCL Components</category><pubDate>Tue, 02 Jan 2024 22:46:21 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6718</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6718#bugnotes</comments></item><item><title>0005957: IsMainAppWindow returns False for main windows in MDI application.</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=5957</link><description><![CDATA[IsMainAppWindow returns False for main windows in MDI application.]]></description><category>JclSysInfo</category><pubDate>Tue, 02 Jan 2024 22:37:26 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=5957</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=5957#bugnotes</comments></item><item><title>0005966: Add new GetProductId function to JclSysInfo</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=5966</link><description><![CDATA[Please add the following function to the JclSysInfo.pas&lt;br /&gt;
&lt;br /&gt;
function GetProductId: string;&lt;br /&gt;
begin&lt;br /&gt;
  { TODO : check for MSDN documentation }&lt;br /&gt;
  Result := RegReadStringDef(HKEY_LOCAL_MACHINE, REG_CURRENT_VERSION, 'ProductId', '');&lt;br /&gt;
end;]]></description><category>JclSysInfo</category><pubDate>Tue, 02 Jan 2024 21:54:36 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=5966</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=5966#bugnotes</comments></item><item><title>0005740: Access violation at address 5800C1B6 in module 'JclBaseExpert150.bpl'</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=5740</link><description><![CDATA[Added translation to project using built-in ITE. When i compile the ENG Project i got these report:&lt;br /&gt;
&lt;br /&gt;
Exception class name: EAccessViolation&lt;br /&gt;
Exception message: Access violation at address 5800C1B6 in module 'JclBaseExpert150.bpl'. Read of address 00000000&lt;br /&gt;
(00152380){Jcl150.bpl } [48153380] Jcldebug.TJclStackInfoList + $A8&lt;br /&gt;
(00151FE2){Jcl150.bpl } [48152FE2] Jcldebug.JclCreateStackList + $1A&lt;br /&gt;
(00005BAF){JclBaseExpert150.bpl} [58006BAF] Jclotaexceptionform.TJclExpertExceptionForm.ShowException + $13B&lt;br /&gt;
(0000AB6F){JclBaseExpert150.bpl} [5800BB6F] Jclotautils.JclExpertShowExceptionDialog + $33&lt;br /&gt;
(00007ECD){JclDebugExpert150.bpl} [10888ECD] Jcldebugideimpl.TIdeNotifier.AfterCompile + $3D&lt;br /&gt;
(0000B1AD){JclBaseExpert150.bpl} [5800C1AD] Jclotautils.GetProjectProperties + $95&lt;br /&gt;
(00006359){JclDebugExpert150.bpl} [10887359] Jcldebugideimpl.TJclDebugExtension.GetProjectActions + $65&lt;br /&gt;
(00004954){JclDebugExpert150.bpl} [10885954] Jcldebugideimpl.TJclDebugExtension.AfterCompile + $54&lt;br /&gt;
(00007EAD){JclDebugExpert150.bpl} [10888EAD] Jcldebugideimpl.TIdeNotifier.AfterCompile + $1D&lt;br /&gt;
(00327A6F){coreide150.bpl} [20A68A6F] IDEServices.AfterCompile (Line 4651, &quot;IDEServices.pas&quot; + 11) + $15&lt;br /&gt;
(000AA3B7){coreide150.bpl} [207EB3B7] ProjectGroupBuilder.TProjectGroupBuilder.NotifyAfterCompile (Line 300, &quot;ProjectGroupBuilder.pas&quot; + 8) + $B&lt;br /&gt;
(0007C48C){rtl150.bpl } [500AD48C] Classes.TThread.Synchronize (Line 11800, &quot;Classes.pas&quot; + 4) + $6&lt;br /&gt;
(0007C700){rtl150.bpl } [500AD700] Classes.TThread.Synchronize (Line 11868, &quot;Classes.pas&quot; + 9) + $A&lt;br /&gt;
(0009CE88){coreide150.bpl} [207DDE88] BuildHost.TBuildHost.Synchronize (Line 439, &quot;BuildHost.pas&quot; + 1) + $D&lt;br /&gt;
(000AA186){coreide150.bpl} [207EB186] ProjectGroupBuilder.TProjectGroupBuilder.MakeThingsHappen (Line 264, &quot;ProjectGroupBuilder.pas&quot; + 72) + $11&lt;br /&gt;
(001093F5){rtl150.bpl } [5013A3F5] Rtti.RawInvoke (Line 5538, &quot;Rtti.pas&quot; + 46) + $0&lt;br /&gt;
(0010975A){rtl150.bpl } [5013A75A] Rtti.Invoke (Line 5729, &quot;Rtti.pas&quot; + 38) + $6&lt;br /&gt;
(001025D9){rtl150.bpl } [501335D9] Rtti.TRttiInstanceMethodClassic.GetCallingConvention (Line 4103, &quot;Rtti.pas&quot; + 1) + $2&lt;br /&gt;
(00102F7F){rtl150.bpl } [50133F7F] Rtti.TRttiInstanceMethodEx.DispatchInvoke (Line 4408, &quot;Rtti.pas&quot; + 130) + $17&lt;br /&gt;
(00109BC0){rtl150.bpl } [5013ABC0] Rtti.TRttiMethod.Invoke (Line 5859, &quot;Rtti.pas&quot; + 1) + $11&lt;br /&gt;
(000A9D69){coreide150.bpl} [207EAD69] ProjectGroupBuilder.TProjectGroupBuilder.DoBuild (Line 179, &quot;ProjectGroupBuilder.pas&quot; + 2) + $28&lt;br /&gt;
(0009CA7D){coreide150.bpl} [207DDA7D] BuildHost.TBuildHost.Perform (Line 362, &quot;BuildHost.pas&quot; + 19) + $8&lt;br /&gt;
(00106AB2){coreide150.bpl} [20847AB2] ComPrgrs.TProgressForm.StartCompile (Line 188, &quot;ComPrgrs.pas&quot; + 8) + $C&lt;br /&gt;
(0010715A){coreide150.bpl} [2084815A] ComPrgrs.TProgressForm.HandleCompileMessage (Line 310, &quot;ComPrgrs.pas&quot; + 0) + $2&lt;br /&gt;
(0002CF6C){vcl150.bpl } [5027DF6C] Controls.TControl.WndProc (Line 7074, &quot;Controls.pas&quot; + 91) + $6&lt;br /&gt;
(00031830){vcl150.bpl } [50282830] Controls.TWinControl.WndProc (Line 9831, &quot;Controls.pas&quot; + 144) + $6&lt;br /&gt;
(000FEB28){vcl150.bpl } [5034FB28] Forms.TCustomForm.WndProc (Line 3961, &quot;Forms.pas&quot; + 191) + $5&lt;br /&gt;
(00030ED0){vcl150.bpl } [50281ED0] Controls.TWinControl.MainWndProc (Line 9552, &quot;Controls.pas&quot; + 3) + $6&lt;br /&gt;
(0007EA64){rtl150.bpl } [500AFA64] Classes.StdWndProc (Line 13491, &quot;Classes.pas&quot; + 8) + $0&lt;br /&gt;
(00027AA6){vcl150.bpl } [50278AA6] Controls.FindControl (Line 3378, &quot;Controls.pas&quot; + 6) + $9&lt;br /&gt;
(00107AF7){vcl150.bpl } [50358AF7] Forms.TApplication.ProcessMessage (Line 9760, &quot;Forms.pas&quot; + 23) + $1&lt;br /&gt;
(00107B3A){vcl150.bpl } [50358B3A] Forms.TApplication.HandleMessage (Line 9790, &quot;Forms.pas&quot; + 1) + $4&lt;br /&gt;
(00103499){vcl150.bpl } [50354499] Forms.TCustomForm.ShowModal (Line 6648, &quot;Forms.pas&quot; + 33) + $5&lt;br /&gt;
(0009C4D6){coreide150.bpl} [207DD4D6] BuildHost.TBuildHost.Build (Line 226, &quot;BuildHost.pas&quot; + 50) + $9&lt;br /&gt;
(0009C0C0){coreide150.bpl} [207DD0C0] BuildHost.Build (Line 136, &quot;BuildHost.pas&quot; + 4) + $A&lt;br /&gt;
(000A9B79){coreide150.bpl} [207EAB79] ProjectGroupBuilder.BuildProjects (Line 139, &quot;ProjectGroupBuilder.pas&quot; + 1) + $17&lt;br /&gt;
(000D9ABB){coreide150.bpl} [2081AABB] ProjectGroup.TProjectGroup.CompileProjects (Line 847, &quot;ProjectGroup.pas&quot; + 1) + $23&lt;br /&gt;
(000D991A){coreide150.bpl} [2081A91A] ProjectGroup.TProjectGroup.CompileAll (Line 731, &quot;ProjectGroup.pas&quot; + 21) + $12&lt;br /&gt;
(000E0379){coreide150.bpl} [20821379] ProjectGroup.TProjectGroupWrapper.CompileAll (Line 2799, &quot;ProjectGroup.pas&quot; + 2) + $9&lt;br /&gt;
(0002E531){bds.exe } [0041F531] Sanctuary.Util..TFileMutexImpl (Line 13, &quot;Sanctuary.Util.pas&quot; + 0) + $1115&lt;br /&gt;
(0002DC8B){bds.exe } [0041EC8B] Sanctuary.Util..ESlipException (Line 13, &quot;Sanctuary.Util.pas&quot; + 0) + $86F&lt;br /&gt;
(000053D7){JclDebugExpert150.bpl} [108863D7] Jcldebugideimpl.TJclDebugExtension.BuildAllProjects + $3B&lt;br /&gt;
(0007DD6F){rtl150.bpl } [500AED6F] Classes.TBasicAction.Execute (Line 12988, &quot;Classes.pas&quot; + 3) + $7&lt;br /&gt;
(00019A15){vcl150.bpl } [5026AA15] ActnList.TContainedAction.Execute (Line 448, &quot;ActnList.pas&quot; + 8) + $2C&lt;br /&gt;
(0001A7F0){vcl150.bpl } [5026B7F0] ActnList.TCustomAction.Execute (Line 1094, &quot;ActnList.pas&quot; + 7) + $8&lt;br /&gt;
(0007DC33){rtl150.bpl } [500AEC33] Classes.TBasicActionLink.Execute (Line 12917, &quot;Classes.pas&quot; + 2) + $7&lt;br /&gt;
(00022505){vclactnband150.bpl} [21773505] ActnMenus.TCustomActionMenuBar.ExecAction (Line 1071, &quot;ActnMenus.pas&quot; + 6) + $D&lt;br /&gt;
(00023D5C){vclactnband150.bpl} [21774D5C] ActnMenus.TCustomActionMenuBar.TrackMenu (Line 1837, &quot;ActnMenus.pas&quot; + 19) + $15&lt;br /&gt;
(00027386){vclactnband150.bpl} [21778386] ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3574, &quot;ActnMenus.pas&quot; + 5) + $3&lt;br /&gt;
(000220C9){vclactnband150.bpl} [217730C9] ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 950, &quot;ActnMenus.pas&quot; + 3) + $4&lt;br /&gt;
(0002CF6C){vcl150.bpl } [5027DF6C] Controls.TControl.WndProc (Line 7074, &quot;Controls.pas&quot; + 91) + $6&lt;br /&gt;
(00031830){vcl150.bpl } [50282830] Controls.TWinControl.WndProc (Line 9831, &quot;Controls.pas&quot; + 144) + $6&lt;br /&gt;
(00023E72){vclactnband150.bpl} [21774E72] ActnMenus.TCustomActionMenuBar.WndProc (Line 1876, &quot;ActnMenus.pas&quot; + 25) + $4&lt;br /&gt;
(00030ED0){vcl150.bpl } [50281ED0] Controls.TWinControl.MainWndProc (Line 9552, &quot;Controls.pas&quot; + 3) + $6&lt;br /&gt;
(0007EA64){rtl150.bpl } [500AFA64] Classes.StdWndProc (Line 13491, &quot;Classes.pas&quot; + 8) + $0&lt;br /&gt;
(00027AA6){vcl150.bpl } [50278AA6] Controls.FindControl (Line 3378, &quot;Controls.pas&quot; + 6) + $9&lt;br /&gt;
(00107AF7){vcl150.bpl } [50358AF7] Forms.TApplication.ProcessMessage (Line 9760, &quot;Forms.pas&quot; + 23) + $1&lt;br /&gt;
(00107B3A){vcl150.bpl } [50358B3A] Forms.TApplication.HandleMessage (Line 9790, &quot;Forms.pas&quot; + 1) + $4&lt;br /&gt;
(00107E65){vcl150.bpl } [50358E65] Forms.TApplication.Run (Line 9927, &quot;Forms.pas&quot; + 26) + $3]]></description><category>IDE Experts</category><pubDate>Tue, 02 Jan 2024 21:41:47 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=5740</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=5740#bugnotes</comments></item><item><title>0006044: Add a power operator</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6044</link><description><![CDATA[I'd like to see a power operator added to the expression evaluator. My personal choice would be to use ^. There would need to be an extra precedence level introduced. So the operator precedence list would look like this:&lt;br /&gt;
&lt;br /&gt;
// (highest) not bnot(bitwise) +(unary) -(unary)                      (level 4)&lt;br /&gt;
//           ^                                                        (level 3)&lt;br /&gt;
//           * / div mod and band(bitwise) shl shr                    (level 2)&lt;br /&gt;
//           +(binary) -(binary) or xor bor(bitwise) bxor(bitwise)    (level 1)&lt;br /&gt;
// (lowest)  &lt; &lt;= &gt; &gt;= cmp = &lt;&gt;                                       (level 0)]]></description><category>JclExprEval</category><pubDate>Tue, 02 Jan 2024 21:24:16 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6044</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6044#bugnotes</comments></item><item><title>0006250: SetDelimitedText fails if input contains one character</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6250</link><description><![CDATA[When using TJclAnsiString's CommaText using a single character input, the input is not added to the string list]]></description><category>JclAnsiStrings</category><pubDate>Tue, 02 Jan 2024 21:18:49 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6250</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6250#bugnotes</comments></item><item><title>0006346: TEvaluator doesn't work anymore with floating point values with Italian decimal separator</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6346</link><description><![CDATA[With previous version, till last JCL commit (30th septembar) ,all works fine.&lt;br /&gt;
&lt;br /&gt;
I'm working on an italian machine so my default DecimalSeparator is &quot;,&quot; and not &quot;.&quot;.&lt;br /&gt;
&lt;br /&gt;
I'm not able to evaluate expression because I don't know how to pass decimal separator in strings:&lt;br /&gt;
&lt;br /&gt;
if I use Evaluator.Evaluate('123,45*9') I get: &quot;Parse error: Unknown symbol: 123&quot;&lt;br /&gt;
if I use Evaluator.Evaluate('123.45*9') I get: &quot;123.45 in not a valid floating point value&quot;&lt;br /&gt;
&lt;br /&gt;
The workaround to make it work is this:&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
OldSep:=FormatSettings.DecimalSeparator;&lt;br /&gt;
try&lt;br /&gt;
  FormatSettings.DecimalSeparator:='.';&lt;br /&gt;
  VCalc:=Evaluator.Evaluate('123.45*9');&lt;br /&gt;
finally&lt;br /&gt;
  FormatSettings.DecimalSeparator:=OldSep;&lt;br /&gt;
end;]]></description><category>JclExprEval</category><pubDate>Tue, 02 Jan 2024 21:15:11 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6346</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6346#bugnotes</comments></item><item><title>0006471: Error instalation Delphi Seattle 10</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6471</link><description><![CDATA[RAD Studio 10 32 bit.log:&lt;br /&gt;
Error E2147 C:\Users\Public\Documents\Embarcadero\Studio\17.0\hpp\Win32\JclContainerIntf.hpp 2819: 'T' cannot start a parameter declaration&lt;br /&gt;
Error E2303 C:\Users\Public\Documents\Embarcadero\Studio\17.0\hpp\Win32\JclContainerIntf.hpp 2819: Type name expected&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
JclContainerIntf.hpp:&lt;br /&gt;
Line 2819: typedef int __fastcall (*_dt_Jclcontainerintf_13)(T Obj1, T Obj2);]]></description><category>02 Installation</category><pubDate>Tue, 02 Jan 2024 20:36:08 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6471</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6471#bugnotes</comments></item><item><title>0006561: THumbview1.Directory</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6561</link><description><![CDATA[THumbview1.Directory:=JvBrowseForFolderDialog1.Directory;&lt;br /&gt;
dose not show pictures on a special folder&lt;br /&gt;
like library/pictures]]></description><category>Miscellanous</category><pubDate>Tue, 02 Jan 2024 20:26:49 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6561</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6561#bugnotes</comments></item><item><title>0006735: Delphi 7 install crashes on jclSysInfo inline and deprecated issues</title><author></author><link>https://issuetracker.delphi-jedi.org/view.php?id=6735</link><description><![CDATA[Latest jclSysInfo.pas is missing  {$IFDEF SUPPORTS_DEPRECATED} ,  {$IFDEF SUPPORTS_DEPRECATED_DETAILS},  and {$IFDEF SUPPORTS_DEPRECATED} compiler directives on a number of functions.]]></description><category>02 Installation</category><pubDate>Tue, 02 Jan 2024 19:57:37 +0100</pubDate><guid>https://issuetracker.delphi-jedi.org/view.php?id=6735</guid><comments>https://issuetracker.delphi-jedi.org/view.php?id=6735#bugnotes</comments></item></channel></rss>
