I create a ThingWorx Project,i use a message box,When a status message appears, it waits 7 seconds and then disappears, if during this time a new message come, status box shows new message and old message together.i want that,it always shows only the new message.
Asked
Active
Viewed 383 times
0
-
Impossible to answer without much more detail - provide the code you've written. [See how to ask a question on SO.](https://stackoverflow.com/help/how-to-ask) – samiles May 02 '17 at 12:59
-
When a status message appears, it waits 7 seconds and then disappears, if during this time a new message come, status box shows new message and old message together.i want that,it always shows only the new message. – Haleh May 02 '17 at 13:31
1 Answers
0
Before thingworx 8.3 you can use JQuery and somehow hide that message but you cannot use JQuery for new versions. You can refer to Create An Extension for Thingworx guide and try to edit extension.

Murat Can Berber
- 1
- 1