图中的小“6”是什么意思?在某些 Domino 代理上?
古老的 Lotus Notes 应用程序中的某些代理在启用代理的行为方面存在差异,我无法解释:
这是在 R7.0.3 中读取的代理列表:
在 R7 中启用代理,注意小“6” http://www.freeimagehosting.net/uploads/a167158e29.png
这是同一数据库中的代理,请阅读对于 R8.5:
R8 中启用的代理,似乎已禁用。 http://www.freeimagehosting.net/uploads/cc042913f1.png
我已经检查了以下内容,但没有发现代理之间有任何区别:
- 继承:它们继承自同一模板,没有设置禁止标志。
- 用户激活:它们都允许用户激活
- 语言:它们都是LotusScript代理。
$flags
在所有三个文档中都是相同的。
触发有所不同:自动解锁代理在文档修改时触发,其他则按计划触发。
还有一个区别是带有“6”的似乎已经暴露于 CIAO - 但即使 Notes 客户端了解 CIAO,仍然需要解释 R7 和 R8 之间的差异。
那么,为什么 R7 上的代理复选标记中有一个 6 呢?
Some agents in an ancient Lotus Notes application has a difference in agent-enabled behaviour that I cannot explain:
This is the agent list read in R7.0.3:
Enabled agents in R7, notice the small "6" http://www.freeimagehosting.net/uploads/a167158e29.png
Here is the agents in the same database, read with R8.5:
Enabled agents in R8, seems disabled. http://www.freeimagehosting.net/uploads/cc042913f1.png
I've checked the following but haven't found any difference between the agents:
- Inheritance: They inherit from the same template, no prohibit flag set.
- User activation: They all allow user activation
- Language: They are all LotusScript agents.
$flags
are the same on all three documents.
There is a difference in trigger: The Auto-unlock agent is triggered on document modification, the others on schedule.
There is also a difference in that the ones with a "6" seems to have been exposed to CIAO - but even if the Notes client CIAO-aware that still leaves the difference between R7 and R8 to explanation.
So, why is there a 6 in the agent checkmark on R7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Lotus Notes Designer 版本 8 联机帮助中:
当您在“工作”窗格中查看代理列表时,计划代理的名称旁边可能会出现一个图标。这些图标是:
所以我认为,在从 Notes 7 到 8 的过渡中(这是一个大过渡,因为它基本上是在 Eclipse 之上重写 Notes),引入了 Notes 7 的额外标志显示为 R508+ 图标,但实际上它是 Notes 8 中的“禁用”标志。
这类似于他们对 R507 无法识别 R508+ 标志并认为其已启用的描述。
如果您确实想知道,请此处询问实际的开发人员经常闲逛(他们可能会密切关注 StackOverflow,但我知道 IBM 软件开发人员必须根据个人经验监控 IBM 运营的论坛)。
From the Lotus Notes Designer version 8 online help:
When you view a list of agents in the Work pane, an icon may appear next to the name of a scheduled agent. The icons are:
So I'm thinking that, in the transition from Notes 7 to 8 (and that was a big one since it was basically a rewrite of Notes on top of Eclipse), extra flags were introduced that Notes 7 picks up as the R508+ icon but which is, in reality, a "disabled" flag in Notes 8.
This would be similar to their description of R507 not recognising the R508+ flag and considering it enabled.
If you really want to know, ask here where the actual developers hang out (they may well keep an eye on StackOverflow but I know that IBM software developers have to monitor the IBM-run forums from personal experience).