list index out of bound(0)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #33593
    angel santana
    Participant

    hello,

    i making a application using Delphi 7, first i made it without skins and have been working great!

    then, i decide to add to it skins and i have been using alphacontrols to get it done.

    ok, the problem is when i run the application clicking the exe file directly, it works correctly, but when i click to start, program, program name and make click to the shortcut, the application try to start and raise a list index out of bound(0).

    repeating again, the application does not raise any error when using the other version without alpha control skins.

    any help???

    #41862
    Support
    Keymaster

    Hello
    Is it possible to show a callstack for this problem?
    You have defined the SkinManager.Active property in the runtime or designtime?

    #41864
    Sereby
    Participant

    i think this appears when he do not include a skin as internal skin and then forget to copy the used skin to the directory he defined

    #41873
    angel santana
    Participant

    i have the location of the last skin the user have chosen saved in the Database. When the app start look for that skin and assign it to the skin manager.

    what i make when the app start is:

    active :=false;
    assign the skin
    active :true;

    let me know…

    #41887
    Support
    Keymaster

    What about my question?
    Is it possible to show a callstack for this problem?

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