Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Benio
Forum: Lua/XML Help 02-10-17, 07:30 AM
Replies: 3
Views: 2,319
Posted By Benio
Thank you very much. So it turns out that: ...

Thank you very much. So it turns out that:

RegisterStateDriver registers SecureStateDriver, but if it's called again with same stateid, it updates its conditional instead.
That's misleading name...
Forum: Lua/XML Help 02-08-17, 06:48 AM
Replies: 3
Views: 2,319
Posted By Benio
Update SecureStateDriver

How can I update SecureStateDriver?


I had registered SecureStateDriver:
RegisterStateDriver(frame, stateid, conditional);
frame:SetAttribute("_onstate-" ..stateid, [=[
-- code
]=];
and I want to...
Forum: Tutorials & Other Helpful Info. 08-31-16, 06:57 PM
Replies: 5
Views: 9,085
Posted By Benio
Oh ok then… move it to proper place then please....

Oh ok then… move it to proper place then please. Even if it's a trash. Sorry for inconvenience. Just wanted to help.
Forum: Tutorials & Other Helpful Info. 08-31-16, 09:09 AM
Replies: 5
Views: 9,085
Posted By Benio
I though that my note about tainted global is...

I though that my note about tainted global is clear enough.
It's just for clarity:



If you wish implementing this util in your addon, then sure, you should follow all those tainting rules.



It's...
Forum: Tutorials & Other Helpful Info. 08-31-16, 08:07 AM
Replies: 5
Views: 9,085
Posted By Benio
Pandemic mechanic util

Here I present util how to handle with Pandemic mechanic, since I was unable to find any solution.
With a help of #WoWUIDev, this is the Pandemic util I made for my indev Warlock addon (note that the...
Forum: General Authoring Discussion 08-09-16, 06:26 AM
Replies: 8
Views: 27,291
Posted By Benio
I can confirm that those IDs differs from ingame...

I can confirm that those IDs differs from ingame IDs using listed functions.
dev.battle.net API returns empty result for /wow/zone/6941. Master list also does not lists 6941:
{
"status": "nok",
...
Forum: General Authoring Discussion 07-29-16, 07:47 PM
Replies: 3
Views: 1,915
Posted By Benio
Thanks for a reply! Actually, ResetDB with...

Thanks for a reply! Actually, ResetDB with CopyTable makes change permanent.
Unfortunatelly, it looks like I still need to reload UI in order to make GUI active again (clicking checkbox changes it's...
Forum: General Authoring Discussion 07-29-16, 06:07 PM
Replies: 3
Views: 1,915
Posted By Benio
Defaults "These Settings" handle

Hey, I made an addon that uses Ace3:

AceAddon-3.0 (http://www.wowace.com/addons/ace3/pages/api/ace-addon-3-0/)
AceConfig-3.0 (http://www.wowace.com/addons/ace3/pages/api/ace-config-3-0/)
...
Showing results 1 to 8 of 8