Skip to content
MSN

Status Bar

A TG007 community discussion started by Rudeboy.

Discussion 7 posts
Page 1 of 1
Open
Topic #1817 · 7 published posts · 733 views

ok first time asking something but guess theres a first time for everything.

 

Anyone know a way to hide the button for a window in the status bar? i have 4 default windows i always have open and dont need a button to get to them but this clogs up my status bar (as mine is on the bottom).

/window -h @windowname

My code does NOT have bugs. It just develops random features.

ok ozzy that worked ty but heres the next thing: Now that I've done that i the windows don't show themselves automatically. heres the code is there a way i dont have to manually go into the window tab to show them?

 

on *:START:{
 window -hk[0] @Gatekeepers
 window -hk[0] @Kicks
 window -hk[0] @Rudeboyâ„¢
 window -hk[0] @PUID's
}

offtopic.gif

Btw heres another stupid question.

How do i take a screenshot?

lol_sign.gif

ctrl + printscreen then paste it into paint... or the easy way here

hmm the link i posted isnt working for me.. so if it doesnt for u just go to freeware and look for gadwin printscreen

for screenshot you can use control + print screen or just print screen, i think it depends on your OS. but the majority of them can just take print screen alone. but they make absolutely no difference.

 

for the window. use the following.

 

on *:START:{
window -hk[0] @Gatekeepers
window -a @GateKeepers
window -hk[0] @Kicks
window -a @Kicks
window -hk[0] @Rudeboyâ„¢
window -a @Rudeboyâ„¢
window -hk[0] @PUID's
window -a @PUID's
}

 

i did try them in 1 line, they didn't work, but having a seperate line worked fine, so that should do the trick.