FileListBox

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33176
    drbill
    Participant

    I am trying to figure out how to build a file list box (like the 3.1 version) but better yet, using AC controls.
    Since I am new to AC, I need a few hints or starting points.

    Many thanks

    Bill

    #40192
    Support
    Keymaster

    Standard FileListBox control is supported and will be skinned if added in the SkinManager.ThirdParty property.
    This control is predefined there in the “Standard VCL” list. Try it please and write again if you will have a problem still.

    #40203
    drbill
    Participant

    QUOTE (Support @ Aug 12 2009, 03:39 AM)
    Standard FileListBox control is supported and will be skinned if added in the SkinManager.ThirdParty property.
    This control is predefined there in the “Standard VCL” list. Try it please and write again if you will have a problem still.

    The FileListBox is skinned as you said. This was not the problem I had. The problem is a 'List index out of bounds (0)' exception
    that occurs when the dirctory is empty and does not contain files of the type defined by the TFileListBox->Mask statement.
    The standard TFileListBox does not throw an exception when it is not skinned by AC. It simply shows an empty TFileListBox.

    Thanks for your help,

    Bill

    #40218
    Support
    Keymaster

    I understand now and problem will be solved in the next release.

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