Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 ThingWorx 项目,我使用了一个消息框,当出现状态消息时,它会等待 7 秒然后消失,如果在此期间有新消息出现,状态框会同时显示新消息和旧消息。我想要那个,它总是只显示新消息。
在 thingworx 8.3 之前,您可以使用 JQuery 并以某种方式隐藏该消息,但您不能将 JQuery 用于新版本。您可以参考 Create An Extension for Thingworx 指南并尝试编辑扩展。