by JensRichnow >> Thu, 21 Nov 2002 23:02:26 GMT
Is there any way to customise the default display on the Jade User Interrupt window. It lists all running applications by its application name and has a running counter in brackets, such as
SMSApplication (3)
ServerTools (2)
Jade (1)
Now, if there are many applications of the same type running there is no way to distinguish between them, such as in:
SMSApplication (8)
SMSApplication (7)
SMSApplication (6)
SMSApplication (5)
SMSApplication (4)
SMSApplication (3)
ServerTools (2)
Jade (1)
Could you use the Process.userInfo or any other process specific information top customise the display? It could look like:
SMSApplication --> chat (8)
SMSApplication --> TV (7)
SMSApplication --> froggy (6)
SMSApplication --> A (5)
SMSApplication --> B (4)
SMSApplication --> Competition (3)
ServerTools (2)
Jade (1)
Has anybody done it before?