is it possible to toggle the statusbar on and off?

You can create and destroy the statusbar, which might be good enough. This is one of the tips I had put into the wiki when that was around. It worked for text statusbars, but icons would get dumped into some other frame.

function toggle_statusbar()
   local sbar=ioncore.region_list'WStatusBar'[1]
   if sbar then
        sbar:rqclose()
   elseif mod_statusbar then
        dopath'cfg_statusbar'
   else
        dopath'mod_statusbar'
   end
end

_________________________________________________________________
Search for grocery stores. Find gratitude. Turn a simple search into something more. http://click4thecause.live.com/search/charity/default.aspx?source=hmemtagline_gratitude&FORM=WLMTAG

Reply via email to