This is a migrated thread and some comments may be shown as answers.

fiddler script - tooltip tray icon

2 Answers 77 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Newi
Top achievements
Rank 1
Newi asked on 05 Oct 2015, 10:22 PM

hi ... im am new in fiddler and jscript.net and for me 
this combination work fine.

Q: is it posible to show a tooltip at the tray icon on any event like TCounter > 100
to inform me and hide after 5 sec ?

maybe i bother you in the future with more stupid question ;-)

thx 4 help

Newi

2 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 06 Oct 2015, 01:18 PM
Hi, Newi--

Your FiddlerScript can trigger a balloon tip like so:

                FiddlerApplication.AlertUser("Message Title", "Message Text");

Currently, the message timeout is fixed at one second.

Note: This only works if the icon is shown in the system tray; use the checkbox Tools > Options > Appearance > Always Show Tray Icon to force the icon to remain visible at all times.

Regards,
Eric Lawrence
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Newi
Top achievements
Rank 1
answered on 06 Oct 2015, 02:09 PM

YOU SAVE MY DAY!

thank you for your quick support  ...

 

Tags
Fiddler Classic
Asked by
Newi
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Newi
Top achievements
Rank 1
Share this question
or