我已经装了TrayIcon,图标就显示在Samples下面,为什么打开一个有TrayIcon控件的页面时会提示
Error reading TrayIcon.Active:Property Active does not exist.Ignore the error and continue?NOTE:Ignoring the error may cause components to be deleted or property values to be lost.
我选择取消后,有提示:
Error creating form:Error reading TrayIcon.Active:Property Active does not exist.
如果我选取消,接着又提示一堆属性说没有.这到底怎么回事呢.因为我要修改别人的代码,重新编译,所以必须知道原因啊.
当我将这一系列属性缺失的提示都忽略后,页面打开了,我看到有我安装的那个TrayIcon图标啊.这到底怎么回事呢?

解决方案 »

  1.   

    我选择取消后,有提示:
    Error creating form:Error reading TrayIcon.Active:Property Active does not exist.
    如果我选取消.........................
    ???????????????????????
      

  2.   

    哈哈,说错了,应该是:
    我已经装了TrayIcon,图标就显示在Samples下面,为什么打开一个有TrayIcon控件的页面时会提示
    Error reading TrayIcon.Active:Property Active does not exist.Ignore the error and continue?NOTE:Ignoring the error may cause components to be deleted or property values to be lost.
    我选择取消后,有提示:
    Error creating form:Error reading TrayIcon.Active:Property Active does not exist.
    如果我选忽略,接着又提示一堆属性说没有.这到底怎么回事呢.因为我要修改别人的代码,重新编译,所以必须知道原因啊.
    当我将这一系列属性缺失的提示都忽略后,页面打开了,我看到有我安装的那个TrayIcon图标啊.这到底怎么回事呢?
      

  3.   

    我已经装了TrayIcon
    TrayIcon.Active:Property Active does not exist
    --------
    这个TrayIcon不是第三方控件,应该是Delphi2005以上版本自带的TrayIcon控件,它是有Active属性的。