Thread Tools Display Modes
04/04/14, 07:47 PM   #1
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
Post ChatTabs Manager ...

Edit:

Renamed from Framework to Manager (sounds better / more correct)

This is no longer a Demo but can already be used in your Plugins!

ChatTabs Manager:

http://www.esoui.com/downloads/info1...bsManager.html

Example Plugin to help you getting started:

http://www.esoui.com/downloads/info130.html

Last edited by thelegendaryof : 04/06/14 at 04:03 PM. Reason: Out of Demo - Release + Example Plugin
 
04/05/14, 07:59 AM   #2
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
Added a new "intrusive" mode that hides all the default Chat-Elements,
even the EditBox (even when pressing enter it will not show up or register the inputs).



Edit: This is now the "default" mode.

Last edited by thelegendaryof : 04/06/14 at 04:08 PM.
 
04/05/14, 01:37 PM   #3
Lyeos
 
Lyeos's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 6
This looks nice. I'll test this later
 
04/06/14, 08:11 AM   #4
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
Yo I've edited my initial Topic - as it is no longer a Demo and can already be used in your Plugins!

And if anyone advanced could check my code I would really appreciated it . Lua is still a bit odd for me and I'm not sure if I'm doing stuff at the most straight and efficient way or if I'm running in circles instead. Poke me if you find any misstakes!

Many Thanks and Cheers!

Last edited by thelegendaryof : 04/06/14 at 04:07 PM.
 
04/06/14, 06:56 PM   #5
zeakfury
 
zeakfury's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 2
So couldn't get the control to show when clicking on the tab (with your new update 51). It looks like you are trying to use a table.variable in multiple functions, particularly the tab.control and tab.soft, but the "tab" table you are calling is not global. Thus these variables are nil.

In your previous one you linked everything to the object thus you could call the variables in all functions.

At least that is what I think, I'm new to Lua too so correct me if I am wrong.
 
04/06/14, 07:24 PM   #6
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
Well I did something stupid in the last update (0.5.1).

I actually initialized my stuff in the OnPlayerActivated Event that gets called after every Loadingscreen and didn't unregister it after the first usage. And in return bugged stuff out badly by fixing what wasn't broken. I'll revert what I did - then everything should be fine again!

Last edited by thelegendaryof : 04/06/14 at 07:44 PM.
 

ESOUI » AddOns » Alpha/Beta AddOns » [Demo] ChatTabs Framework ...


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off