Set/GetDesktopTitle() and Set/GetDesktopBackgroundColor

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
User avatar
skywalk
Posts: 47
Joined: Tue Feb 25, 2014 2:13 am
Location: Boston, MA

Re: Set/GetDesktopTitle() and Set/GetDesktopBackgroundColor

Post by skywalk »

Ahh, that was confusing me?

Code: Select all

If OpenWindow(0,0,0,0,0,"Title Ignored",#PB_Window_Background)  ; Title = SpiderApp if #PB_Window_Background
When working toward the solution of a problem, it always helps if you know the answer. ~ ?
An expert is one who knows more and more about less and less until he knows absolutely everything about nothing. ~ Weber
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Set/GetDesktopTitle() and Set/GetDesktopBackgroundColor

Post by Peter »

skywalk wrote:Ahh, that was confusing me?

Code: Select all

If OpenWindow(0,0,0,0,0,"Title Ignored",#PB_Window_Background)  ; Title = SpiderApp if #PB_Window_Background
yes, you're right. This seems to be a bug.

Greetings ... Peter
Post Reply