Page 1 of 1

Change Debugwindow Title

Posted: Tue Mar 20, 2018 8:11 am
by Dirk Geppert
Inspired by Peter's ExtendDebugWindow(), I wanted to change also the title of the debug window and thought this would work:

Code: Select all

! $(".spiderwindow").find("spiderwindow-title").val("New Window Title");
Unfortunately does not work..
Someone can help?

Re: Change Debugwindow Title

Posted: Tue Mar 20, 2018 8:37 am
by Peter

Code: Select all

! $(".spiderwindow-title:contains('SpiderBasic - Debug output')").text("New Window Title");
Greetings ... Peter

Re: Change Debugwindow Title

Posted: Tue Mar 20, 2018 10:54 am
by Dirk Geppert
Thx :)

Re: Change Debugwindow Title

Posted: Tue Mar 20, 2018 11:08 am
by falsam
Hello Dirk.
Just curious. Why change the debug window title?

Re: Change Debugwindow Title

Posted: Tue Mar 20, 2018 1:09 pm
by Dirk Geppert
.. its just for special debug outputs that should remain in focus

Re: Change Debugwindow Title

Posted: Tue Mar 20, 2018 1:29 pm
by Peter
@falsam:

I don't know how it is in other countries, but in Germany the word "basic" gives the impression that something is limited (as opposed to "fully equipped", for example). That's why I like to change the title to something more neutral sometimes.

Greetings ... Peter