Skip to content
MSN

bottom bar

A TG007 community discussion started by skribblez.

Discussion 3 posts
Page 1 of 1
Open
Topic #282 · 3 published posts · 485 views

You know how when you make a sidebar and then you have to get rid of the bar with the window stuff on it...

 

Does anyone know how i can make a bar on the bottom.

 

Like the ones from Kenobi Script, Hybrid Omega and SerCenCer

Status bar started by me. Docking help from Ozzy (Amazing_Git) cool.gif
alias mdx1 { .return dll/mdx.dll }
alias icons { .return Pics/ $+ $1- $+ .ico }
alias views { .return dll/views.mdx }
alias ReBar1 { .return dll/ReBar.dll }
alias status { /dialog -m status status }

on *:start: { stat23 }

dialog stat23 {
 title "status"
 size 70 37 500 20
 option pixels
}
alias stat23 {
 //dialog -m stat23 stat23
 //dll $ReBar1 Dock $dialog(stat23).hwnd > bottom
}

on *:dialog:xcf:init:*:{  
 dll $mdx1 SetMircVersion $version
 dll $mdx1 MarkDialog $dname
 dll $mdx1 SetMircVersion $version
 dll $mdx1 MarkDialog $dname
 dll $mdx1 SetFont $dname
 dll $mdx1 SetFont $dname 1 14 50 Verdana
 dll $mdx1 SetColor $dname
 dll $mdx1 SetColor $dname 1 text $rgb(25,25,25)
}

thankz MucH.... since ur the only that helps me out can i PM u instead of starting a new topic ?