W
wenqy
Unregistered / Unconfirmed
GUEST, unregistred user!
以前用过CnAAScrollText,这次下载使用,就在CnAAFontDemo一步一步照着做,“随机显示”出现错误提示:
Project Priject1.exe raised exception class ElistError with message 'List index out of bounds(-1)'.Process stopped. Use Step or Run to continue.
在代码的这部分过不去:
Items[IndexOf(csTitleYygw)].Font.Name := Fonts[Random(Fonts.Count)];
Items[IndexOf(csTextYygw)].Font.Name := Fonts[Random(Fonts.Count)];
Items[IndexOf(csTextVer)].Font.Name := Fonts[Random(Fonts.Count)];
Items[IndexOf(csText2)].Font.Name := Fonts[Random(Fonts.Count)];
我将设置和代码逐一比较,未发现问题,请高人指点!!
Project Priject1.exe raised exception class ElistError with message 'List index out of bounds(-1)'.Process stopped. Use Step or Run to continue.
在代码的这部分过不去:
Items[IndexOf(csTitleYygw)].Font.Name := Fonts[Random(Fonts.Count)];
Items[IndexOf(csTextYygw)].Font.Name := Fonts[Random(Fonts.Count)];
Items[IndexOf(csTextVer)].Font.Name := Fonts[Random(Fonts.Count)];
Items[IndexOf(csText2)].Font.Name := Fonts[Random(Fonts.Count)];
我将设置和代码逐一比较,未发现问题,请高人指点!!