Change Debugwindow Title

Just starting out? Need help? Post your questions and find answers here.
Dirk Geppert
Posts: 282
Joined: Fri Sep 22, 2017 7:02 am

Change Debugwindow Title

Post 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?
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Change Debugwindow Title

Post by Peter »

Code: Select all

! $(".spiderwindow-title:contains('SpiderBasic - Debug output')").text("New Window Title");
Greetings ... Peter
Dirk Geppert
Posts: 282
Joined: Fri Sep 22, 2017 7:02 am

Re: Change Debugwindow Title

Post by Dirk Geppert »

Thx :)
falsam
Posts: 280
Joined: Mon May 05, 2014 9:49 pm
Location: France
Contact:

Re: Change Debugwindow Title

Post by falsam »

Hello Dirk.
Just curious. Why change the debug window title?

➽ Windows 11 - JDK 1.8 - SB 2.40 - Android 13
http://falsam.com

Sorry for my poor english
Dirk Geppert
Posts: 282
Joined: Fri Sep 22, 2017 7:02 am

Re: Change Debugwindow Title

Post by Dirk Geppert »

.. its just for special debug outputs that should remain in focus
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Change Debugwindow Title

Post 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
Post Reply