Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: BoarGules
Forum: AddOn Help/Support 08/22/23, 05:03 AM
Replies: 6
Views: 1,641
Posted By BoarGules
Where is this MM sticky post?

I'd like to report a bug and I am quite happy to provide whatever diagnostics you will find useful. But I don't know where to find this "MM sticky post". Posted where? There isn't even a link to...
Forum: General Authoring Discussion 09/28/20, 02:09 PM
Replies: 2
Views: 3,382
Posted By BoarGules
Some changes to addon's folder cause addon not to load, no error message

Up to now I've always had a symlink from live\AddOns\MyAddon to my actual development folder.
But that stopped working and I assumed that ESO had suddenly decided it did not like symlinks.

So...
Forum: AddOn Help/Support 10/20/19, 03:58 PM
Replies: 14
Views: 10,137
Posted By BoarGules
Which means I can only start testing after that....

Which means I can only start testing after that. I've been testing with what (with Baertram's help) I guess the patch will be. So I have half a morning to retest on the PTS with the real code, and...
Forum: AddOn Help/Support 10/19/19, 01:18 PM
Replies: 14
Views: 10,137
Posted By BoarGules
So what is a developer to do now? The library is...

So what is a developer to do now? The library is still at revision 29 (7 May) and all add-ons that use it will break in the worst possible way (crash on load) after maintenance on Monday 21 October,...
Forum: AddOn Help/Support 09/24/19, 06:43 AM
Replies: 14
Views: 10,137
Posted By BoarGules
@Baertram: A developer can hardly be blamed...

@Baertram:



A developer can hardly be blamed for doing this when it is in the library module's own documentation (at https://www.esoui.com/downloads/info7-LibAddonMenu.html). And is in very good...
Forum: AddOn Help/Support 09/18/19, 10:18 AM
Replies: 14
Views: 10,137
Posted By BoarGules
Updating to r29 does not help. It looks like...

Updating to r29 does not help.
It looks like there is a new version of ZO_Options_Keyboard.lua. The function names and line numbers in the traceback don't match the last version of this file in the...
Forum: AddOn Help/Support 02/25/19, 02:27 PM
Replies: 4
Views: 3,163
Posted By BoarGules
Library load-order dependency in DolgubonsLazyWritCreator

Today I upgraded DolgubonsLazyWritCreator to version 2.5.16.2.

After that, at login or /reloadui I would get these instructions:
[20:25] Libraries not found. Please do the following, especially if...
Forum: Tutorials & Other Helpful Info 08/26/18, 02:11 AM
Replies: 5
Views: 10,655
Posted By BoarGules
Can you please invite @BoarGules to the PTS...

Can you please invite @BoarGules to the PTS guild? I tried the Gitter channel but I couldn't work out how to post a messge there.
Forum: Translation Help 08/17/18, 02:05 PM
Replies: 7
Views: 10,328
Posted By BoarGules
SlippyCheeze: This is for the Guild Hall Button...

SlippyCheeze: This is for the Guild Hall Button add-on.

I know that .po files can be hand-edited but that strikes me as state-of-the-art 1998 and isn't something I'd ask a volunteer to do, because I...
Forum: Translation Help 08/15/18, 03:56 PM
Replies: 7
Views: 10,328
Posted By BoarGules
Guild Hall Button: translators wanted for tiny project

If you are prepared to take on a very small project (currently 26! messages) please reply.

This is a GetText (https://www.gnu.org/software/gettext/)-style translation project. You add translations...
Forum: Site help, bugs, suggestions/questions 05/27/18, 07:58 AM
Replies: 2
Views: 879
Posted By BoarGules
Where is this link?

The upload FAQ page (http://www.esoui.com/forums/faq.php?faq=managing#faq_upload) says

You can check the status of your interfaces and update them using the “List/Edit My interfaces” link in the...
Forum: General Authoring Discussion 05/26/18, 02:26 AM
Replies: 3
Views: 2,678
Posted By BoarGules
Thank you. I didn't know that the order of the...

Thank you. I didn't know that the order of the modules in the .txt file was significant. So it was a typo, of a sort.
Forum: General Authoring Discussion 05/25/18, 11:01 AM
Replies: 3
Views: 2,678
Posted By BoarGules
Need help with OptionalDependsOn

My addon specifies

## OptionalDependsOn: LibAddonMenu-2.0

and the code does this:

LAM = LibStub('LibAddonMenu-2.0')

With only my addon loaded, this line throws the mystifying exception function...
Forum: Wish List 05/20/18, 03:40 AM
Replies: 10
Views: 6,618
Posted By BoarGules
That's something that I think many of us would...

That's something that I think many of us would like. I have several files that need to contain the version number, not just the .txt file but also the .cmd that creates the zipfile for uploading,...
Forum: General Authoring Discussion 02/25/18, 07:17 PM
Replies: 5
Views: 2,882
Posted By BoarGules
Thank you both. I do remember wondering what I...

Thank you both.

I do remember wondering what I would ever use the namespace parameter of the NewAccountWide constructor for.
Forum: General Authoring Discussion 02/25/18, 08:16 AM
Replies: 5
Views: 2,882
Posted By BoarGules
Can an addon find out which server it is running on?

I have a user who switches between the EU and the NA servers and remarks that saved variables are being carried over from the one server to the other, which isn't really surprising, since they live...
Forum: AddOn Help/Support 10/23/17, 04:35 PM
Replies: 5
Views: 3,990
Posted By BoarGules
Point taken.

Point taken.
Forum: AddOn Help/Support 10/23/17, 03:33 PM
Replies: 5
Views: 3,990
Posted By BoarGules
If it's Master Merchant, why is there this line...

If it's Master Merchant, why is there this line in the stack trace?

user:/AddOns/AwesomeGuildStore/wrappers/SearchTabWrapper.lua:733: in function '(anonymous)'
(tail call): ?
Forum: AddOn Help/Support 10/23/17, 09:26 AM
Replies: 5
Views: 3,990
Posted By BoarGules
Awesome Guild Store untrapped exception after upgrade

I updated AGS to 0.38.3 today after the maintenance when it was reported out-of-date. It is not reported as out-of-date anymore. But...

(1) selecting Buy item from the context menu gives this Lua...
Forum: General Authoring Discussion 07/04/17, 06:59 AM
Replies: 7
Views: 3,447
Posted By BoarGules
Nailed it. The prehook function needs to...

Nailed it.

The prehook function needs to be:

function OnGuildIdChanged(self)
local guild_id = self.guildId
...etc...
end

For some reason the function GetGuildId() always returns 1 in...
Forum: General Authoring Discussion 07/03/17, 02:27 PM
Replies: 7
Views: 3,447
Posted By BoarGules
The ZO_PreHook() call works brilliantly ... ...

The ZO_PreHook() call works brilliantly ... except for one thing. That calls my function before the guild id changes, and I would like to know what the new value is. I already know the current...
Forum: General Authoring Discussion 07/02/17, 05:22 PM
Replies: 7
Views: 3,447
Posted By BoarGules
EVENT_GUILD_DATA_LOADED puzzle

I want to know when a player switches guilds, that is, goes to the guild home page and chooses another guild from the drop-down list.

In the source code at esoui\ingame\guild\guildhsharedinfo.lua I...
Forum: General Authoring Discussion 07/01/17, 07:01 AM
Replies: 2
Views: 3,009
Posted By BoarGules
Thanks, it turns out I was doing the right thing...

Thanks, it turns out I was doing the right thing but my error was elsewhere. Knowing that what I was doing really ought to work was the fixed point in the reasoning that I needed.
Forum: General Authoring Discussion 07/01/17, 02:44 AM
Replies: 2
Views: 3,009
Posted By BoarGules
How to get programmatic access to a control defined in XML

With the friendly help I've received on this forum I've succeeded in putting a scene fragment on the Guild Home screen:


<GuiXml>
<Controls>
<TopLevelControl name="MyFragment" hidden="true">
...
Forum: General Authoring Discussion 06/29/17, 07:03 AM
Replies: 2
Views: 2,140
Posted By BoarGules
Event for when Fast Travel is complete

I would like to get a notification when characters arrive at their destination after Fast Travel. I thought the event EVENT_FAST_TRAVEL_NETWORK_UPDATED looked promising, but it doesn't seem to fire...
Showing results 1 to 25 of 34