使用CnAAScrollText一个菜鸟问题!(150分)

  • 主题发起人 主题发起人 wenqy
  • 开始时间 开始时间
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)];
我将设置和代码逐一比较,未发现问题,请高人指点!!
 
IndexOf(xxx)得出来的数值应该有一个是0,或者负数!
没有试过...参考看下
 
后退
顶部