Showing results 1 to 25 of 36
Search took 0.00 seconds.
Search: Posts Made By: Sideshow
Forum: AddOn Search/Requests 01/13/16, 05:36 AM
Replies: 5
Views: 8,053
Posted By Sideshow
Why not just disable everything except for the...

Why not just disable everything except for the alerts you need?
Forum: AddOn Search/Requests 04/16/15, 11:57 AM
Replies: 3
Views: 5,262
Posted By Sideshow
That's a valid statement, but still .. let's...

That's a valid statement, but still .. let's think extreme, and I'd need 5 different mods to do what I want; it just does not seem like a good idea to me to use 5 different mods with different code...
Forum: AddOn Search/Requests 04/16/15, 02:41 AM
Replies: 21
Views: 15,912
Posted By Sideshow
If the problem is persistent, you can do a...

If the problem is persistent, you can do a 'binary search'

First, disable the upper half of the addons
If the problem still occurs, you know it's probably not a problem with the upper half of the...
Forum: AddOn Search/Requests 04/16/15, 01:50 AM
Replies: 3
Views: 5,262
Posted By Sideshow
Resource bars

Hello

I'm looking for an addon with the following specific properties:

- movable resource bars
- show numbers/percentage/... on the bar
- always show all bars when in combat
- always show all bars...
Forum: General Authoring Discussion 06/14/14, 03:59 PM
Replies: 1
Views: 2,378
Posted By Sideshow
Update process

Hi

I was just wondering; what does it take for the website to show an updated addon? Is it a manual action of a mod?
And if so, does the mod have to check each and every updated file for malicious...
Forum: General Authoring Discussion 05/07/14, 01:21 PM
Replies: 9
Views: 8,145
Posted By Sideshow
Thanks a lot, with ZO_OptionsWindow_......

Thanks a lot, with ZO_OptionsWindow_... everything seems to be OK !
Forum: Site help, bugs, suggestions/questions 05/07/14, 01:17 AM
Replies: 6
Views: 1,978
Posted By Sideshow
I created my account by using the same from...

I created my account by using the same from wowinterface ....
It did not ask me to enable PM's ...

However, when I did enable it, and tried to message someone else, it said the other user does not...
Forum: Site help, bugs, suggestions/questions 05/06/14, 07:21 AM
Replies: 6
Views: 1,978
Posted By Sideshow
Private messages

Hello

I wonder why the PM options is turned off per default?
I can't communicate to anyone ... even if I turn the option on for myself ...
Forum: General Authoring Discussion 05/05/14, 01:00 AM
Replies: 9
Views: 8,145
Posted By Sideshow
That's what I did? When clicking the button, I...

That's what I did? When clicking the button, I create all the controls.
LAM adds an OnShow handler which will init the control, well, on show....
Problem is, when creating the controls, the OnShow...
Forum: Gameplay 05/04/14, 03:01 PM
Replies: 13
Views: 20,943
Posted By Sideshow
This and chat bubbles...

This and chat bubbles...
Forum: General Authoring Discussion 05/04/14, 09:07 AM
Replies: 9
Views: 8,145
Posted By Sideshow
When making the LAM calls, I added all controls...

When making the LAM calls, I added all controls to a local table.
Afterwards doing something like
for _, v in ipairs(controls) do
local onShowFunc = v:GetHandler('OnShow')
if (onShowFunc ~=...
Forum: General Authoring Discussion 05/04/14, 07:25 AM
Replies: 9
Views: 8,145
Posted By Sideshow
Actually, I'm investigating the second option by...

Actually, I'm investigating the second option by reading LAM itself.
It will work, but I will have to update all my controls manually.

Pictures to explain:

- first it will be like this:...
Forum: General Authoring Discussion 05/04/14, 05:59 AM
Replies: 9
Views: 8,145
Posted By Sideshow
Options, big ! (LAM)

Hello

The options panel of "combat cloud" is pretty much the size of a mammoth now, and growing.

Reading about the problems with LAM (although I don't think LAM is the cause), what are MY...
Forum: AddOn Help/Support 05/01/14, 04:05 AM
Replies: 19
Views: 22,794
Posted By Sideshow
That's what I use. But maybe someone can say what...

That's what I use.
But maybe someone can say what they actually mean?
Forum: AddOn Help/Support 04/30/14, 07:00 AM
Replies: 85
Views: 98,698
Posted By Sideshow
Sorry, I haven't read the entire thread.. Is this...

Sorry, I haven't read the entire thread..
Is this a time issue? Creating too many controls with too many anchors in a too short time?
Would it help if the settings were created in batches?
Forum: General Authoring Discussion 04/30/14, 06:51 AM
Replies: 7
Views: 6,272
Posted By Sideshow
Thank you all. Very helpful

Thank you all. Very helpful
Forum: General Authoring Discussion 04/30/14, 06:51 AM
Replies: 3
Views: 3,633
Posted By Sideshow
Great !!!!!

Great !!!!!
Forum: General Authoring Discussion 04/30/14, 05:43 AM
Replies: 3
Views: 3,633
Posted By Sideshow
In game lua scratchpad

Hello

Does something like this exist? If not, does someone volunteer to make it? :D
Forum: General Authoring Discussion 04/29/14, 10:47 AM
Replies: 7
Views: 6,272
Posted By Sideshow
Thanks for the goodwill, but I did not mean that....

Thanks for the goodwill, but I did not mean that. :(
As I said, I'm a professional programmer, so I do know what "nil" means and what the difference between a class and an object is.
I was asking...
Forum: General Authoring Discussion 04/29/14, 08:07 AM
Replies: 7
Views: 6,272
Posted By Sideshow
Lua files and objects

Hello

I'm a programmer with a couple of years C# and JavaScript experience and I'm wondering how to perceive the lua environment in an object oriented context, in ESO.
I'm talking about classes,...
Forum: Tutorials & Other Helpful Info 04/29/14, 07:30 AM
Replies: 10
Views: 18,651
Posted By Sideshow
Thanks for the help!

Thanks for the help!
Forum: General Authoring Discussion 04/28/14, 02:37 PM
Replies: 9
Views: 6,158
Posted By Sideshow
This is the thread where I learned...

This is the thread where I learned :)
http://www.esoui.com/forums/showthread.php?t=143
Forum: Tutorials & Other Helpful Info 04/28/14, 01:08 PM
Replies: 10
Views: 18,651
Posted By Sideshow
Great information! Thanks a lot. I was wondering,...

Great information! Thanks a lot.
I was wondering, if there is any possibility to alter a timeline animation.
More in detail, I would like to do a translate animation, but the starting coords are not...
Forum: Lua/XML Help 04/28/14, 12:26 PM
Replies: 9
Views: 6,281
Posted By Sideshow
Could you also give me a handy lua decompiler?...

Could you also give me a handy lua decompiler? I'd like to peek around in the eso lua base :)
Forum: General Authoring Discussion 04/28/14, 11:59 AM
Replies: 0
Views: 2,590
Posted By Sideshow
Reset to defaults

Hello

In the options panel, there is the X button. It is disabled in my addon (I guess it needs some sort of implementation) but when I press X, it still asks to reset.
I guess it overwrites my...
Showing results 1 to 25 of 36