TsFrameBar item TsTitleItem property ShowArrow

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37495
    J SANCHEZ
    Participant

    I am using DELPHI 2010 in Windows 10 Professional. Step by step:

    1) I execute Delphi

    2) I create a new empty Form.

    3) I insert a TsFrameBar object

    4) I open the Items Editor and insert a new TsTitleItem, with the default name sFrameBar1.Items[0]

    ShowArrow is FALSE by default. When I click on FALSE to change to TRUE, Delphi shows an error message with this full info:

    Access violation at address 11A8435E in module 'acnt2010_r.bpl'. Read of address 0000007C

    [11A8435E]{acnt2010_R.bpl} Sskinmanager.TsSkinManager.ScaleInt + $6

    [11A08B2C]{acnt2010_R.bpl} Sgraphutils.acDrawText + $4C

    [119CA35F]{acnt2010_R.bpl} Sthirdparty.acDrawGlyphEx + $337

    [11A6FB34]{acnt2010_R.bpl} Acntutils.MkSize + $20

    [11A1E0BB]{acnt2010_R.bpl} Sspeedbutton.TsSpeedButton.StdPaint + $8CF

    [11A1E0D6]{acnt2010_R.bpl} Sspeedbutton.TsSpeedButton.StdPaint + $8EA

    [11AC28C8]{acnt2010_R.bpl} Sframebar.TsTitleButton.StdPaint + $CC

    [11A913DA]{acnt2010_R.bpl} Scommondata.TsCommonData.Skinned + $1A

    [11A1BB4C]{acnt2010_R.bpl} Sspeedbutton.TsSpeedButton.Paint + $74

    [501CE436]{vcl140.bpl } Graphics.TCanvas.SetPenPos (Line 4050, “Graphics.pas” + 1) + $9

    [5029F685]{vcl140.bpl } Controls.TGraphicControl.WMPaint (Line 13141, “Controls.pas” + 7) + $5

    [50295DFC]{vcl140.bpl } Controls.TControl.WndProc (Line 7062, “Controls.pas” + 91) + $6

    (0005A45D){CnWizards_D2010.dll} [08DDB45D]

    (0005A4C4){CnWizards_D2010.dll} [08DDB4C4]

    (0005A577){CnWizards_D2010.dll} [08DDB577]

    (00057D05){CnWizards_D2010.dll} [08DD8D05]

    [11A913DA]{acnt2010_R.bpl} Scommondata.TsCommonData.Skinned + $1A

    [11A1CC01]{acnt2010_R.bpl} Sspeedbutton.TsSpeedButton.WndProc + $309

    [50295A20]{vcl140.bpl } Controls.TControl.Perform (Line 6840, “Controls.pas” + 10) + $8

    [5029AB5A]{vcl140.bpl } Controls.TWinControl.PaintControls (Line 9977, “Controls.pas” + 27) + $D

    [5029A955]{vcl140.bpl } Controls.TWinControl.PaintHandler (Line 9923, “Controls.pas” + 24) + $8

    [5029B058]{vcl140.bpl } Controls.TWinControl.WMPaint (Line 10104, “Controls.pas” + 6) + $5

    [50010AB0]{rtl140.bpl } System.@IntfClear (Line 21928, “System.pas” + 7) + $0

    [519EDC0A]{vcldesigner140.bpl} VCLSurface.TVclDesignSurface.IsDesignMsg (Line 3307, “VCLSurface.pas” + 186) + $28

    [50009F92]{rtl140.bpl } System.@IsClass (Line 9738, “System.pas” + 1) + $8

    [5000A187]{rtl140.bpl } System.TObject.Dispatch (Line 10010, “System.pas” + 8) + $0

    [50295DFC]{vcl140.bpl } Controls.TControl.WndProc (Line 7062, “Controls.pas” + 91) + $6

    [5029A7C0]{vcl140.bpl } Controls.TWinControl.DefaultHandler (Line 9860, “Controls.pas” + 30) + $17

    [20D7C74E]{designide140.bpl} DeskUtil.SetFocusHook (Line 454, “DeskUtil.pas” + 4) + $C

    [5029A6C0]{vcl140.bpl } Controls.TWinControl.WndProc (Line 9819, “Controls.pas” + 144) + $6

    [214BAF33]{vclactnband140.bpl} ActnMenus.CallWindowHook (Line 743, “ActnMenus.pas” + 20) + $F

    [11A913DA]{acnt2010_R.bpl} Scommondata.TsCommonData.Skinned + $1A

    [1196A0A2]{acnt2010_R.bpl} Sscrollbox.TsScrollBox.WndProc + $85A

    [11AC172C]{acnt2010_R.bpl} Sframebar.TsFrameBar.WndProc + $C

    [50299D60]{vcl140.bpl } Controls.TWinControl.MainWndProc (Line 9540, “Controls.pas” + 3) + $6

    [50076360]{rtl140.bpl } Classes.StdWndProc (Line 13014, “Classes.pas” + 8) + $0

    [5029D43D]{vcl140.bpl } Controls.TWinControl.Update (Line 11787, “Controls.pas” + 1) + $12

    [50294B8B]{vcl140.bpl } Controls.TControl.Update (Line 6305, “Controls.pas” + 0) + $B

    [50294C90]{vcl140.bpl } Controls.TControl.Repaint (Line 6332, “Controls.pas” + 16) + $5

    [11A1B75F]{acnt2010_R.bpl} Sspeedbutton.TsSpeedButton.GraphRepaint + $137

    [11AC1CA6]{acnt2010_R.bpl} Sframebar.TsTitleItem.SetShowArrow + $1A

    [5005164E]{rtl140.bpl } TypInfo.SetOrdProp (Line 1727, “TypInfo.pas” + 31) + $0

    [20D95FB6]{designide140.bpl} DesignEditors.TPropertyEditor.SetOrdValue (Line 841, “DesignEditors.pas” + 2) + $E

    [20DDB035]{designide140.bpl} VCLEditors.TBooleanProperty.MouseUp (Line 1838, “VCLEditors.pas” + 5) + $10

    [20EAFF1D]{vclide140.bpl} PropBox.TCustomPropListBox.ItemMouseUp (Line 1625, “propbox.pas” + 16) + $1B

    [20EB0113]{vclide140.bpl} PropBox.TCustomPropListBox.MouseUp (Line 1690, “propbox.pas” + 1) + $D

    [5029679C]{vcl140.bpl } Controls.TControl.DoMouseUp (Line 7306, “Controls.pas” + 2) + $28

    [50296818]{vcl140.bpl } Controls.TControl.WMLButtonUp (Line 7319, “Controls.pas” + 9) + $6

    [20EB5758]{vclide140.bpl} IDEInspListBox.TInspListBox.WMLButtonUp (Line 1615, “IDEInspListBox.pas” + 3) + $4

    [50295DFC]{vcl140.bpl } Controls.TControl.WndProc (Line 7062, “Controls.pas” + 91) + $6

    [50010E48]{rtl140.bpl } System.Utf8ToUnicode (Line 22264, “System.pas” + 5) + $E

    [50007231]{rtl140.bpl } System.@ReallocMem (Line 3097, “System.pas” + 8) + $0

    [5000D4B5]{rtl140.bpl } System.@UStrSetLength (Line 17365, “System.pas” + 37) + $0

    [50011543]{rtl140.bpl } System.UTF8ToUnicodeString (Line 22433, “System.pas” + 11) + $5

    [50011558]{rtl140.bpl } System.UTF8ToUnicodeString (Line 22434, “System.pas” + 12) + $10

    [50299F53]{vcl140.bpl } Controls.TWinControl.IsControlMouseMsg (Line 9596, “Controls.pas” + 1) + $9

    [50007210]{rtl140.bpl } System.@FreeMem (Line 3030, “System.pas” + 5) + $0

    [5000BA45]{rtl140.bpl } System.@LStrArrayClr (Line 13723, “System.pas” + 16) + $0

    [50009CDF]{rtl140.bpl } System.TObject.ClassNameIs (Line 9374, “System.pas” + 4) + $15

    [5029A6C0]{vcl140.bpl } Controls.TWinControl.WndProc (Line 9819, “Controls.pas” + 144) + $6(00081FE3){CnWizards_D2010.dll} [08E02FE3]

    [501F073C]{vcl140.bpl } StdCtrls.TCustomListBox.WndProc (Line 6130, “StdCtrls.pas” + 37) + $4(0005A577){CnWizards_D2010.dll} [08DDB577]

    [50299D60]{vcl140.bpl } Controls.TWinControl.MainWndProc (Line 9540, “Controls.pas” + 3) + $6

    [50076360]{rtl140.bpl } Classes.StdWndProc (Line 13014, “Classes.pas” + 8) + $0

    [502C8749]{vcl140.bpl } Forms.TApplication.ProcessMessage (Line 9784, “Forms.pas” + 30) + $1

    [502C878E]{vcl140.bpl } Forms.TApplication.HandleMessage (Line 9814, “Forms.pas” + 1) + $4

    [502C8AB9]{vcl140.bpl } Forms.TApplication.Run (Line 9951, “Forms.pas” + 26) + $3

    [0042D94A]{bds.exe } bds.bds (Line 200, “” + 8) + $FFFB

    No way to close the error message and go back to IDE. I have to “kill” Delphi from the Task Manager. Could you please help? Thank you in advance!

    #56761
    Support
    Keymaster

    Hello

    This error is fixed in the v12.11

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.