Download
(1 Kb)
Download
Updated: 06/14/22 01:48 AM
Pictures
File Info
Compatibility:
High Isle (8.0.0)
Ascending Tide (7.3.5)
Deadlands (7.2.5)
Waking Flame (7.1.5)
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:06/14/22 01:48 AM
Created:09/20/19 01:58 PM
Monthly downloads:16
Total downloads:17,308
Favorites:10
MD5:
Toogle Error UI  Popular! (More than 5000 hits)
Version: 0.23
by: CastorMatze [More]
My first LUA. Type in chat window: /xxx -> toggle error display on/off. Type /yyy: ReloadGUI

new in version 0.07: The error message is disabled at startup.
new in version 0.08: Small text changes, unimportant errors fixed.
new in version 0.09: Small text changes, type /ccc and teleport to house Oberon ship.
new in version 0.10: type /hr and teleport to house Rèyne.
new in version 0.11: type /vvv and teleport to Lausebengel Gipfel.
new in version 0.12: type /se and teleport to Schubse Home. Update API.
new in version 0.13: nothing changed, version download problem solved.
new in version 0.14: nothing changed, version download problem hopefully solved.
new in version 0.15: API bump.
new in version 0.16: API bump.
new in version 0.17: API bump.
new in version 0.18: API bump.
new in version 0.19: API bump.
new in version 0.20: API bump.
new in version 0.21: API bump.
new in version 0.22: API bump.
new in version 0.23: API bump.

Very small preparation for group chat functions - type /ö, a test text appears in chat window.

------------------------------------------------------------------------------------------------

I saw Baertram and another guy did the same thing:

https://www.esoui.com/downloads/info952-ReloadUI-Updatedandnooptionspanel.html
https://www.esoui.com/downloads/info1486-SuppressErrorMessage.html

I did not find it, so I made some simple LUA code.

------------------------------------------------------------------------------------------------

Another great AddOn: BugCatcher by Werewolf Finds Dragon:

https://www.esoui.com/downloads/info1083-BugCatcher.html

(Updated Version availible)
new in version 0.07: The error message is disabled at startup.
new in version 0.10: Some minor changes.
new in version 0.12: Some minor changes. API update...
new in version 0.13: Some minor changes.
new in version 0.14: Zip file upload problem solved. I hope.
new in version 0.15: API bump
new in version 0.16: API bump
new in version 0.17: API bump.
new in version 0.18: API bump.
new in version 0.19: API bump.
new in version 0.20: API bump.
new in version 0.21: API bump.
new in version 0.22: API bump.
new in version 0.23: API bump.
Optional Files (0)


Archived Files (18)
File Name
Version
Size
Uploader
Date
0.22
2kB
CastorMatze
03/14/22 01:33 PM
0.21
2kB
CastorMatze
11/04/21 02:07 AM
0.20
2kB
CastorMatze
08/25/21 06:44 PM
0.19
2kB
CastorMatze
05/31/21 12:57 PM
0.18
2kB
CastorMatze
03/09/21 10:16 AM
0.17
2kB
CastorMatze
11/04/20 01:37 PM
0.16
2kB
CastorMatze
08/24/20 08:32 PM
0.15
2kB
CastorMatze
05/28/20 05:17 AM
0.14
2kB
CastorMatze
02/21/20 10:53 AM
0.13
2kB
CastorMatze
02/21/20 10:29 AM
0.12
2kB
CastorMatze
02/21/20 10:01 AM
0.11
2kB
CastorMatze
11/23/19 03:10 AM
0.10
2kB
CastorMatze
10/12/19 05:43 AM
0.09
2kB
CastorMatze
09/30/19 07:13 PM
0.08
1kB
CastorMatze
09/22/19 10:25 PM
0.07
1kB
CastorMatze
09/22/19 05:48 AM
0.06
1kB
CastorMatze
09/21/19 05:38 PM
0.05
1kB
09/20/19 01:58 PM


Post A Reply Comment Options
Unread 05/31/21, 11:19 PM  
Shadowshire

Forum posts: 1
File comments: 402
Uploads: 0
Post Re: Re: Doesn't stop all error messages ....

Originally Posted by Baertram
d() debug messages are added manually by addons and output to the system chat channel, where as error messages by lua are shown in a popup in the vanilla UI and got nothing to do with d() or any chat related messages at all.

Originally Posted by Shadowshire
Frankly, I do not know which error messages that this addon will prevent from being shown. However, it does not suppress an error message output to the Chat Window and on the HUD by the addon Advanced Filters.

"System" messages that are output to the Chat Window can be configured to appear in any channel chosen by the player, or not shown in any channel at all. But there are only 7 channels in the Chat UI. Regardless, all "system" messages are not error messages.
FIRST: I suggest that Toggle Error UI output a message to the Chat UI when a player toggles the Error UI "on" or "off", since the player has no way to discern the current status of the "Error UI". So, when I use a keybind to effect the toggle, the output tells me which change I made to its status.

Second, as you know, the Chat UI Options panel that the player uses to choose which messages are displayed in a channel includes a checkbox for "System". Whether it is checked does not affect any UI Error or other message displayed by the game client. Whether enabling or disabling "System" affects an add-on depends upon whether the developer chose to output a message(s) via the "System" option.

Be that as it may, in my experience, an add-on can output a message for display by the Chat UI which will be shown regardless of whether the player allows System messages to be shown in the channel which the player is currently viewing. (Daily Alchemy currently does that.) Of course, add-ons can display messages -- including dialogs with key-press and/or LMB choices for input -- directly on the HUD.

For example, Master Merchant displays a message on the HUD when a player chooses Log Out before data acquired by LibHistoire is "linked" to MM's accumulated record of Sales. The player can choose either (1) to proceed to actively effect that "linking" instead of logging-out, or (2) to proceed with logging-out, without "linking" the data.

FWIW, Advanced Filters displays a particular error message on the HUD as a sarcastistic response to allegations that it has errors. I have since learned that my play of the game is not particularly affected when I do not choose to load Advanced Filters.
Report comment to moderator  
Reply With Quote
Unread 02/21/20, 10:32 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4912
File comments: 5989
Uploads: 78
Re: Doesn't stop all error messages ....

d() debug messages are added manually by addons and output to the system chat channel, where as error messages by lua are shown in a popup in the vanilla UI and got nothing to do with d() or any chat related messages at all.

Originally Posted by Shadowshire
Frankly, I do not know which error messages that this addon will prevent from being shown. However, it does not suppress an error message output to the Chat Window and on the HUD by the addon Advanced Filters.

"System" messages that are output to the Chat Window can be configured to appear in any channel chosen by the player, or not shown in any channel at all. But there are only 7 channels in the Chat UI. Regardless, all "system" messages are not error messages.
Report comment to moderator  
Reply With Quote
Unread 12/04/19, 04:52 AM  
CastorMatze
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 39
Uploads: 1
Originally Posted by morriganofthewilds
I think you mean "toggle".

you're right
Report comment to moderator  
Reply With Quote
Unread 12/01/19, 12:10 PM  
morriganofthewilds
 
morriganofthewilds's Avatar

Forum posts: 2
File comments: 16
Uploads: 0
I think you mean "toggle".
Report comment to moderator  
Reply With Quote
Unread 09/23/19, 06:18 AM  
CastorMatze
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 39
Uploads: 1
Re: Doesn't stop all error messages ....

Hello, I have "assist rapid riding" and many other addons installed, and recently I get a negligible error message while riding. my addon turns off at least this error message, but should also disable all other messages.

When an addon programmer displays error message in its own addon
implemented (in the chat window or a separate window for error messages) that can not be prevented.
not from me, I'm beginner
Last edited by CastorMatze : 09/23/19 at 06:39 AM.
Report comment to moderator  
Reply With Quote
Unread 09/22/19, 09:29 PM  
Shadowshire

Forum posts: 1
File comments: 402
Uploads: 0
Arrow Doesn't stop all error messages ....

Frankly, I do not know which error messages that this addon will prevent from being shown. However, it does not suppress an error message output to the Chat Window and on the HUD by the addon Advanced Filters.

"System" messages that are output to the Chat Window can be configured to appear in any channel chosen by the player, or not shown in any channel at all. But there are only 7 channels in the Chat UI. Regardless, all "system" messages are not error messages.
Report comment to moderator  
Reply With Quote
Unread 09/20/19, 02:25 PM  
CastorMatze
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 39
Uploads: 1
it Works. Simple, but usefull, oder so.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: