Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Resike
Forum: AddOn Help/Support 01-04-21, 05:27 PM
Replies: 4
Views: 10,640
Posted By Resike
I'll try to fix these issues with the next...

I'll try to fix these issues with the next release.
Forum: Lua/XML Help 09-24-19, 05:41 PM
Replies: 9
Views: 4,503
Posted By Resike
Well i have no clue how does that looks like give...

Well i have no clue how does that looks like give me a picture.
Forum: Lua/XML Help 09-24-19, 05:22 PM
Replies: 9
Views: 4,503
Posted By Resike
Hmm i'm not sure then.

Hmm i'm not sure then.
Forum: Lua/XML Help 09-22-19, 06:22 PM
Replies: 9
Views: 4,503
Posted By Resike
I've fabricated a table for displayID to actualy...

I've fabricated a table for displayID to actualy filePath:
https://raw.githubusercontent.com/Resike/BlizzardInterfaceResources/master/Resources/Data/ModelDisplayPath.lua
Forum: Lua/XML Help 07-09-19, 03:09 AM
Replies: 24
Views: 9,329
Posted By Resike
You know that there are ppl here that might be...

You know that there are ppl here that might be able to see errors a lot faster without even logging into the game due they have more experience with the API and Lua in general right? For example...
Forum: Dev Tools 07-05-19, 03:33 PM
Replies: 59
Views: 39,654
Posted By Resike
The SublimeLinter got rewritten and there are no...

The SublimeLinter got rewritten and there are no GUI menu anymore, you can access their linter settings at Preferences -> Package Settings -> SublimeLinter -> Settings

Then you can enable/disable...
Forum: General Authoring Discussion 06-01-19, 07:33 AM
Replies: 8
Views: 5,817
Posted By Resike
The question is do you really want to scale it or...

The question is do you really want to scale it or just make it bigger?
Forum: PTR API and Graphics Changes 03-26-19, 07:45 AM
Replies: 6
Views: 8,524
Posted By Resike
Aaaaand ofc it's still not fixed.

Aaaaand ofc it's still not fixed.
Forum: Dev Tools 03-24-19, 04:05 AM
Replies: 59
Views: 39,654
Posted By Resike
Did a major update for 8.1.5, almost everything...

Did a major update for 8.1.5, almost everything is covered (Widget support is not full) using the proper Lua syntax based on this:
https://www.lua.org/manual/5.3/manual.html#9

The new system makes...
Forum: General Authoring Discussion 03-16-19, 04:12 PM
Replies: 15
Views: 6,078
Posted By Resike
You don't have to use table.insert in Execute...

You don't have to use table.insert in Execute snippets, you can just `button[i] = ...`.

I think you have a flaw in the inner for cycle:

for j = 1, 6 do
if not...
Forum: Dev Tools 03-05-19, 06:47 PM
Replies: 3
Views: 9,096
Posted By Resike
I want to implement this argument context based...

I want to implement this argument context based tooltips with their API description so badly for Sublime, but it's not that trivial there.
Forum: Lua/XML Help 02-16-19, 01:11 PM
Replies: 4
Views: 2,189
Posted By Resike
Have you tried using `SecureActionButtonTemplate`?

Have you tried using `SecureActionButtonTemplate`?
Forum: PTR API and Graphics Changes 01-25-19, 11:47 AM
Replies: 6
Views: 8,524
Posted By Resike
I think they'll probably find the cure for cancer...

I think they'll probably find the cure for cancer before they manage to fix the dropdown taint.
Forum: General Authoring Discussion 11-09-18, 09:40 PM
Replies: 17
Views: 5,135
Posted By Resike
wartoshika I would be intereseted sharing...

wartoshika

I would be intereseted sharing parametered global API methods with you. I have a lot of ready to go but also lots of missing ones.
Forum: General Authoring Discussion 11-09-18, 09:22 PM
Replies: 17
Views: 5,135
Posted By Resike
Sadly that's not possbile since i switched for a...

Sadly that's not possbile since i switched for a special stack based syntax highlight and scope definition language that only works with Sublime, it's also the only editor that can keep it's...
Forum: General Authoring Discussion 11-09-18, 12:48 PM
Replies: 17
Views: 5,135
Posted By Resike
https://github.com/Resike/WoWDevelopment https://...

https://github.com/Resike/WoWDevelopment

https://i.imgur.com/MSHnlkA.gif
Forum: PTR API and Graphics Changes 10-26-18, 12:22 PM
Replies: 6
Views: 8,524
Posted By Resike
I don't belive you.

I don't belive you.
Forum: Lua/XML Help 06-07-18, 02:03 PM
Replies: 7
Views: 22,345
Posted By Resike
GetSpellCooldown(61304) is the most accurate way,...

GetSpellCooldown(61304) is the most accurate way, however it only returns it's value while the GCD is already triggered.
Forum: Dev Tools 04-16-18, 11:34 AM
Replies: 59
Views: 39,654
Posted By Resike
You could just copy the luacheck.exe into one of...

You could just copy the luacheck.exe into one of your system PATH environment folders where you have write access, for example: "c:\windows\system32". Or if you can edit the system PATH variable...
Forum: Dev Tools 04-16-18, 04:09 AM
Replies: 59
Views: 39,654
Posted By Resike
You need to use the full path with driver letters...

You need to use the full path with driver letters and everything which points to your packages folder, i'm not exactly sure what would that be on a portable version, but you should see the packages...
Forum: Lua/XML Help 03-24-18, 01:32 PM
Replies: 6
Views: 3,268
Posted By Resike
Just because you can override their values that...

Just because you can override their values that doesn't mean that you should. As you can see you did nothing wrong here and the game still locks you down.

If you override SECOND_ONELETTER_ABBR,...
Forum: General Authoring Discussion 03-22-18, 09:50 AM
Replies: 5
Views: 2,894
Posted By Resike
:IsVisible() and :IsShown() is totally different,...

:IsVisible() and :IsShown() is totally different, :IsShown() also returns true if the frame is outside of the UIParent and shown, while :IsVisible() only returns true of the frame in inside of the...
Forum: Lua/XML Help 03-09-18, 06:31 AM
Replies: 11
Views: 4,711
Posted By Resike
I didn't mean to trash you project, i was just...

I didn't mean to trash you project, i was just stating facts. You still have 1 leaking global at General.lua:192:mouseover.
Forum: AddOn Help/Support 03-03-18, 11:00 AM
Replies: 14
Views: 11,449
Posted By Resike
Merged into my BlizzardInterfaceResources repo...

Merged into my BlizzardInterfaceResources repo for 7.3.5 (26124):

https://github.com/Resike/BlizzardInterfaceResources/blob/master/Resources/Data/CreatureDisplayPath.lua.txt
Forum: AddOn Help/Support 03-01-18, 05:28 PM
Replies: 14
Views: 11,449
Posted By Resike
Thanks, I'll create a new model table tomorrow.

Thanks, I'll create a new model table tomorrow.
Showing results 1 to 25 of 500