
console widget
Moderator: Moderators
console widget
Is there good stand alone console widget that removes frigin "cant reach" message and is perhpas scrollable? Cant reach filter is a must 

Re: console widget
IceUI. If you don't want the whole thing, separate it out like TheFatController did.ginekolog wrote:Is there good stand alone console widget that removes frigin "cant reach" message and is perhpas scrollable? Cant reach filter is a must
Re: console widget
I cant find splited version.. console.lua from iceUI would work, is there a stand alone version?
- Tribulexrenamed
- Posts: 775
- Joined: 22 Apr 2008, 19:06
Re: console widget
just do it yourself. put all the libraries from the iceui dir in.
Re: console widget
I use this one. It isn't as pretty or complete as IceUI but it does seperate chat from system messages and let you resize each. To put in a filter edit the line
MESSAGE_FILTERS = {"Can't reach destination", "Build pos blocked", "Delayed response", "Sync error"}
or the function
function widget:AddConsoleLine(line)
-- control + \: enable/disable commands not marked by **
-- control + s: switch message-box rendering mode
-- control + p: switch text overflow handling mode
-- control + g: enable/disable message-box dragging
-- control + e: enable/disable message-box resizing
-- control + f: enable/disable message filtering
-- control + o: enable/disable message outlining
-- control + y: enable/disable font outlining
-- control + m: enable/disable scrollable message history
-- control + ,: scroll up message history **
-- control + .: scroll down message history **
-- control + [: decrease message font-size **
-- control + ]: increase message font-size **
MESSAGE_FILTERS = {"Can't reach destination", "Build pos blocked", "Delayed response", "Sync error"}
or the function
function widget:AddConsoleLine(line)
-- control + \: enable/disable commands not marked by **
-- control + s: switch message-box rendering mode
-- control + p: switch text overflow handling mode
-- control + g: enable/disable message-box dragging
-- control + e: enable/disable message-box resizing
-- control + f: enable/disable message filtering
-- control + o: enable/disable message outlining
-- control + y: enable/disable font outlining
-- control + m: enable/disable scrollable message history
-- control + ,: scroll up message history **
-- control + .: scroll down message history **
-- control + [: decrease message font-size **
-- control + ]: increase message font-size **
- Attachments
-
- gui_message_separator.lua
- Message Seperator (console)
- (36.27 KiB) Downloaded 22 times
Re: console widget
this seems like perfect, ty, will try and report back. If its good and fast it might get included in ba.
Re: console widget
this widget seperator is not good, it crashes itself.
I use iceui now, runs fine on e8400. It ran really slow in old amd 3000.
ty all, topic closed, iceui solve this one
I use iceui now, runs fine on e8400. It ran really slow in old amd 3000.
ty all, topic closed, iceui solve this one
Re: console widget
Just for the record: You don't have to move libraries around.. You can just disable whatever you don't like about IceUI in the F11 menu (and reenable the default GUI elements)..
The only exceptions are the minimap (since you can't reenable the default one atm without changing gui_IceUI.lua) and the widget selector itself..
The only exceptions are the minimap (since you can't reenable the default one atm without changing gui_IceUI.lua) and the widget selector itself..
Re: console widget
Did you fix the unit collections widget or just forget you can't disable it?
Re: console widget
I forgot
.. That was for some nasty reason..

Re: console widget
yeh that one is poping on every game so i deleted it , now its fine.ZellSF wrote:Did you fix the unit collections widget or just forget you can't disable it?