rrubio
14 years agoContributor
setting priorities to pictures logging into Test Log
Hi all,
I need to log pictures in TestLog with different priorities. However, even if I change (or that is what I assume) the message priority, all are posted as Normal messages. Could anyone help me?
Examples of what I am trying (VB):
Call Log.Picture (Sys.Desktop.ActiveWindow(), "Active window", "Extended text", 500, null, -1)
Log.Picture Sys.Desktop.ActiveWindow(), "Active window", "Extended text", Eval(pmHigher)
Log.Picture Sys.Desktop.ActiveWindow(), "Active window", "Extended text", pmHigher
in all cases, messages are posted with Normal priority.
Thanks,
Raul
I need to log pictures in TestLog with different priorities. However, even if I change (or that is what I assume) the message priority, all are posted as Normal messages. Could anyone help me?
Examples of what I am trying (VB):
Call Log.Picture (Sys.Desktop.ActiveWindow(), "Active window", "Extended text", 500, null, -1)
Log.Picture Sys.Desktop.ActiveWindow(), "Active window", "Extended text", Eval(pmHigher)
Log.Picture Sys.Desktop.ActiveWindow(), "Active window", "Extended text", pmHigher
in all cases, messages are posted with Normal priority.
Thanks,
Raul