exception thrown for skin manager+skin provider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44780
    drbill
    Participant

    I removed the “SkinProvider” component and the exception does not occur. Does this help you

    isolate the reason for the 'out of bounds' exception?

    Many thanks again,

    Bill

    #44816
    Support
    Keymaster

    This error occurs when control is drawn in cache for animation effect (SkinManager.AnimEffects.FormShow.Active is True).

    Standard FileListBox haven't checking of available items in DrawItem procedure : TextOut(Rect.Left + offset, Rect.Top, Items[Index]) < Index is 0 here, but Items not exists. I can suggest two solutions : – add a skinning support for this control (SkinManager.ThirdParty property) – change SkinManager.AnimEffects.FormShow.Active property to False

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