quote:
Originally posted by williamhook
Awesome script. You should provide those quicktags in a readme though...I had to come and find them here.
I used this...
code:
CPU: (!CPUSUMMARY)
Memory: (!MEMSUMMARY)
HDD: (!HDDSUMMARY) (Total: (!HDDTOTAL))
GFX Summary: (!GFXSUMMARY)
Operating System: (!OS)
System Uptime: (!UPTIME)
Contacts Online: (!CONTACTSONLINE)
Contacts Blocked: (!CONTACTSBLOCKED)
I copied and pasted this and nothing appened... always appear the same as text... the tags aren't replaced by the info...
I searched in the debug windows and look what I found:
code:
Función llamada: OnEvent_ChatWndSendMessage
Error: 'undefined' es nulo o no es un objeto (código: -2146823281).
Fichero: Computer Details.js. Línea: 282.
La función OnEvent_ChatWndSendMessage devolvió un error. Código: -2147352567
Función llamada: OnGetScriptMenu
Función llamada: OnGetScriptMenu
Función llamada: OnGetScriptMenu
Función llamada: OnGetScriptMenu
I did a deap seaching and I found that this error comes when I put the tag (!CPUSUMMARY)... Tried to use other CPU tags and happened the same...