Howdy, Stranger!

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

In this Discussion

ElTreeInPlaceFloatSpinEdit Font property is Missing

In the latest version of LMD2021, the ElTreeInPlaceFloatSpinEdit control is missing he TFont property.  Clicking on the TFont browser, I get an error:
[5015876D]{rtl280.bpl  } System.Classes.TPersistent.AssignError (Line 5973, "System.Classes.pas" + 4) + $36
[501586F0]{rtl280.bpl  } System.Classes.TPersistent.Assign (Line 5963, "System.Classes.pas" + 0) + $C
[50CA0E44]{vcl280.bpl  } Vcl.Graphics.TFont.Assign (Line 2559, "Vcl.Graphics.pas" + 32) + $6
[50D72659]{vcl280.bpl  } Vcl.Dialogs.TFontDialog.SetFont (Line 3129, "Vcl.Dialogs.pas" + 0) + $5
[20F9754C]{designide280.bpl} VCLEditors.TFontProperty.Edit (Line 1618, "VCLEditors.pas" + 3) + $C
[20886B2B]{coreide280.bpl} PropInsp.TPropertyInspector.PropListEditDblClick (Line 1199, "PropInsp.pas" + 21) + $1
[2112E329]{vclide280.bpl} IDEInspListBox.TInspListBox.DoEditDblClick (Line 721, "IDEInspListBox.pas" + 2) + $A
[2113039F]{vclide280.bpl} IDEInspListBox.TInspListBox.ListButtonClick (Line 1454, "IDEInspListBox.pas" + 2) + $2
[50CC8223]{vcl280.bpl  } Vcl.Controls.TControl.Click (Line 7660, "Vcl.Controls.pas" + 9) + $8
[211241CA]{vclide280.bpl} IDEListBtns.TListButton.WMLButtonUp (Line 686, "IDEListBtns.pas" + 8) + $11
[50CC7CCA]{vcl280.bpl  } Vcl.Controls.TControl.WndProc (Line 7544, "Vcl.Controls.pas" + 91) + $6
[17C85045]{TwineCompilePluginCore110.dll} Unknown function at __dbk_fcall_wrapper + $53775
[2652BF54]{lmdrtelcore280.bpl} Elmenubar.HookProc + $84
[50DD7561]{vcl280.bpl  } Vcl.Themes.{System.Generics.Collections}TDictionary<System.TClass,System.Generics.Collections.TList<Vcl.Themes.TStyleHookClass>>.ContainsKey (Line 7459, "System.Generics.Collections.pas" + 1) + $F
[50EF12DA]{vcl280.bpl  } Vcl.Styles.TStyleEngine.HandleMessage (Line 3589, "Vcl.Styles.pas" + 8) + $9
[50CCC54F]{vcl280.bpl  } Vcl.Controls.TWinControl.IsControlMouseMsg (Line 10330, "Vcl.Controls.pas" + 1) + $9
[50DCE084]{vcl280.bpl  } Vcl.Themes.TStyleManager.HandleMessage (Line 5858, "Vcl.Themes.pas" + 11) + $11
[50CCCDBD]{vcl280.bpl  } Vcl.Controls.TWinControl.WndProc (Line 10579, "Vcl.Controls.pas" + 170) + $6
[50CCC338]{vcl280.bpl  } Vcl.Controls.TWinControl.MainWndProc (Line 10267, "Vcl.Controls.pas" + 3) + $6
[50174218]{rtl280.bpl  } System.Classes.StdWndProc (Line 18318, "System.Classes.pas" + 8) + $0
[2069D5E8]{coreide280.bpl} EditorStatusControls.TEditorStatusControlForm.RecordActionUpdate (Line 117, "EditorStatusControls.pas" + 6) + $37
[50E0D743]{vcl280.bpl  } Vcl.Forms.TApplication.ProcessMessage (Line 11320, "Vcl.Forms.pas" + 23) + $1
[50E0D786]{vcl280.bpl  } Vcl.Forms.TApplication.HandleMessage (Line 11350, "Vcl.Forms.pas" + 1) + $4
[50E0DAC5]{vcl280.bpl  } Vcl.Forms.TApplication.Run (Line 11489, "Vcl.Forms.pas" + 27) + $3
[004F6F82]{bds.exe     } bds.bds (Line 227, "" + 16) + $2

Also, an existing form containing the control produces the following errors when loaded.

Comments

Sign In or Register to comment.