Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Delphi 12 exception message : Control 'TElInpMemo($0000022264C5FC80)' has no parent window.

Hi

Have a reproduceable bug for the treeinplace Memo edits, have sent this to the mail@LMD email with a demo exe on dropbox for D12

If someone could review and provide a fix as soon as possible that would be great.

date/time          : 2024-09-24, 21:31:56, 886ms
computer name      : XXXX
user name          : XXXX
registered owner   : XXXX
operating system   : Windows 11 x64 build 22000
system language    : English
system up time     : 11 days 12 hours
program up time    : 16 minutes 38 seconds
processors         : 20x 12th Gen Intel(R) Core(TM) i7-12700KF
physical memory    : 9719/32610 MB (free/total)
free disk space    : (C:) 66.40 GB (E:) 83.65 GB
display mode       : 5120x1440, 32 bit
process id         : $aff4
allocated memory   : 106.62 MB
largest free block : 128839.80 GB
executable         : Project3.exe
exec. date/time    : 2024-09-24 21:06
version            : 1.0.0.0
compiled with      : Delphi 12
madExcept version  : 5.1.4
callstack crc      : $70ad138b, $3a10b966, $3a10b966
exception number   : 3
exception class    : EInvalidOperation
exception message  : Control 'TElInpMemo($0000022264C5FC80)' has no parent window. Path: Form3 .ElTreeInplaceMemo .TElInpMemo($0000022264C5FC80).

main thread ($19a8):
01208695 +0b5 Project3.exe Vcl.Controls       3731   +1 InvalidControlOperation
01216058 +098 Project3.exe Vcl.Controls      10330  +14 TWinControl.CreateWnd
0123d2d1 +021 Project3.exe Vcl.StdCtrls       3432   +3 TCustomEdit.CreateWnd
0123e96b +00b Project3.exe Vcl.StdCtrls       3889   +1 TCustomMemo.CreateWnd
0121696e +01e Project3.exe Vcl.Controls      10527   +3 TWinControl.CreateHandle
0121cf09 +029 Project3.exe Vcl.Controls      13331   +4 TWinControl.HandleNeeded
0121cfeb +00b Project3.exe Vcl.Controls      13344   +1 TWinControl.GetHandle
0121a14b +00b Project3.exe Vcl.Controls      11878   +1 TWinControl.ResetIme
01219e15 +015 Project3.exe Vcl.Controls      11728   +2 TWinControl.WMKillFocus
00f6edf1 +041 Project3.exe System            19225  +10 TObject.Dispatch
012106f7 +357 Project3.exe Vcl.Controls       7920  +91 TControl.WndProc
0121827b +9cb Project3.exe Vcl.Controls      11151 +178 TWinControl.WndProc
0139c4f2 +052 Project3.exe LMDWindowProcHook   303   +5 TLMDHookContext.CallPrev
014ed6df +17f Project3.exe ElTreeStdEditors    496  +46 TElTreeInplaceMemo.EditorWndProc
0139c529 +089 Project3.exe LMDWindowProcHook   308  +10 TLMDHookContext.CallPrev
0139c24e +04e Project3.exe LMDWindowProcHook   228   +5 TLMDWindowProc.TItem.WndProc
0121734a +02a Project3.exe Vcl.Controls      10820   +3 TWinControl.MainWndProc
0113cbb3 +023 Project3.exe System.Classes    19074   +8 StdWndProc
7ffdb01c +01f ntdll.dll                                 KiUserCallbackDispatcher
01301190 +060 Project3.exe Vcl.Forms          8177  +10 TCustomForm.SetWindowFocus
01300a8f +0ef Project3.exe Vcl.Forms          8024  +10 TCustomForm.SetActiveControl
01300c08 +068 Project3.exe Vcl.Forms          8064   +8 TCustomForm.FocusControl
0121ce7d +01d Project3.exe Vcl.Controls      13313   +3 TWinControl.SetFocus
0153d53c +02c Project3.exe ElXTree           10101   +3 TElXTreeView.SetFocus
015344d6 +0d6 Project3.exe ElXTree            7551  +16 TElXTreeView.IntLButtonDown
015373b7 +037 Project3.exe ElXTree            8393   +1 TElXTreeView.WMLButtonDown
00f6edf1 +041 Project3.exe System            19225  +10 TObject.Dispatch
012106f7 +357 Project3.exe Vcl.Controls       7920  +91 TControl.WndProc
0121827b +9cb Project3.exe Vcl.Controls      11151 +178 TWinControl.WndProc
0152608b +1cb Project3.exe ElXTree            3958  +27 TElXTreeView.WndProc
0139c4f2 +052 Project3.exe LMDWindowProcHook   303   +5 TLMDHookContext.CallPrev
013a7231 +091 Project3.exe LMDHookComponent    199  +14 TCtlHook.HookProc
0139c529 +089 Project3.exe LMDWindowProcHook   308  +10 TLMDHookContext.CallPrev
0139c24e +04e Project3.exe LMDWindowProcHook   228   +5 TLMDWindowProc.TItem.WndProc
0121734a +02a Project3.exe Vcl.Controls      10820   +3 TWinControl.MainWndProc
0113cbb3 +023 Project3.exe System.Classes    19074   +8 StdWndProc
7ffdaebf +2b1 USER32.dll                                DispatchMessageW
0130ceab +12b Project3.exe Vcl.Forms         13277  +23 TApplication.ProcessMessage
0130cf23 +013 Project3.exe Vcl.Forms         13307   +1 TApplication.HandleMessage
0130d37a +0ea Project3.exe Vcl.Forms         13446  +27 TApplication.Run
015cc70c +05c Project3.exe Project3             22   +4 initialization
7ffdaf9b +00b KERNEL32.DLL                              BaseThreadInitThunk
7ffdb012 +025 ntdll.dll                                 RtlUserThreadStart

thread $23f8:
7ffdaf9b +0b KERNEL32.DLL  BaseThreadInitThunk
7ffdb012 +25 ntdll.dll     RtlUserThreadStart

Comments

Sign In or Register to comment.