Showing results 1 to 25 of 44
Search took 0.00 seconds.
Search: Posts Made By: FranekW
Forum: Lua/XML Help 04-03-21, 03:57 AM
Replies: 5
Views: 2,828
Posted By FranekW
Thank you for the example codes and the idea of...

Thank you for the example codes and the idea of adding buttons as cells. I think I can follow from here and start trying something :) Thanks
Forum: Lua/XML Help 04-02-21, 08:11 AM
Replies: 5
Views: 2,828
Posted By FranekW
Thanks. I have also considered SimpleHTML. I even...

Thanks. I have also considered SimpleHTML. I even made a function converting the said table > HTML but somehow it doesn't render HTML but shows the full HTML code in it. Would you mind sharing your...
Forum: Lua/XML Help 04-02-21, 05:58 AM
Replies: 5
Views: 2,828
Posted By FranekW
How to build UI in order to present a table?

Hello,

It is possible I am asking about Mixins but I am a total beginner regarding UI and frames in WoW.

I have a small addon, which I use to gather some information about my runs in mythc+...
Forum: General Authoring Discussion 07-06-20, 04:12 PM
Replies: 7
Views: 7,389
Posted By FranekW
First, thanks for the clue on .pkgmeta. I have...

First, thanks for the clue on .pkgmeta. I have run `release.sh` and created a package plus a zip file, which collected external libraries.

Sorry but I don't really know what I am doing with GitHub...
Forum: General Authoring Discussion 07-05-20, 01:28 PM
Replies: 7
Views: 7,389
Posted By FranekW
In Windows 10 you can run Ubuntu Linux and I...

In Windows 10 you can run Ubuntu Linux and I think SUSE as well as if you were booted into that system. Have a look at this...
Forum: General Authoring Discussion 07-05-20, 09:58 AM
Replies: 7
Views: 7,389
Posted By FranekW
Thanks for the links. I am currently trying the...

Thanks for the links. I am currently trying the first one. It took me the whole morning to establish environment to run the release.sh file. I was going to ask about it but then I read windows 10...
Forum: General Authoring Discussion 07-04-20, 01:11 PM
Replies: 7
Views: 7,389
Posted By FranekW
Help with packaging addons

Can someone help with packaging addons? I have two questions regarding ZIP files generated from the Git Control Panel:
* Is it possible to collect external libraries without having them in a...
Forum: Lua/XML Help 03-12-20, 05:54 AM
Replies: 3
Views: 1,837
Posted By FranekW
First of all, thanks for the performance...

First of all, thanks for the performance tip.

Second, I should have mentioned that the function is a part of a lua code inside WeakAuras. I don't fully understand the bit with frame reference. I...
Forum: Lua/XML Help 03-11-20, 05:23 AM
Replies: 3
Views: 1,837
Posted By FranekW
Tracking debuffs on multiple units affected by AoE spells

Hello,

What would be the best way to track multiple targets affected by multiple AoE spells?

Each AoE spell applies the same debuff to all units within the area of effect e.g. Druid Feral's Thrash...
Forum: Lua/XML Help 07-04-19, 04:23 AM
Replies: 1
Views: 2,333
Posted By FranekW
It turns out I had to use...

It turns out I had to use GameTooltip:AddDoubleLine() instead to create two columns. Also, in TooltipTextureInfo I changed "region" to "RightLine" to make an icon appeared at the right column. Now...
Forum: Lua/XML Help 07-04-19, 03:45 AM
Replies: 1
Views: 2,333
Posted By FranekW
Textures in GameTooltip

Hi,

I am trying to add a texture to GameTooltip. At the moment, it is placed in its default position, which is LeftTop corner. I found out GameTooltip:AddTexture...
Forum: PTR API and Graphics Changes 06-22-19, 07:22 AM
Replies: 30
Views: 36,226
Posted By FranekW
I jumped in this thread because I was also...

I jumped in this thread because I was also interested in Altoholic issue with ItemButton--thanks for pointing out the erroneous parts.


Just having this opportunity, could someone describe the...
Forum: General Authoring Discussion 06-20-19, 07:42 AM
Replies: 0
Views: 1,770
Posted By FranekW
Getting info about objects for jewelcrafter

What would be the best approach to check inside LUA if a certain object or object class is on the map and is ready for players to interact with? I am thinking of Jewelcrafting and the Shrines where...
Forum: Lua/XML Help 06-17-19, 03:58 AM
Replies: 33
Views: 13,137
Posted By FranekW
I would recommend reading this if you are...

I would recommend reading this if you are interested in building your first addon:
https://www.wowace.com/projects/ace3/pages/getting-started

It explains a simple process which is based on Ace3. If...
Forum: Lua/XML Help 06-17-19, 03:46 AM
Replies: 11
Views: 4,009
Posted By FranekW
Is it really rude asking for help regarding...

Is it really rude asking for help regarding another tool? I would not expect there was THAT competition between Curse and your site :( I hope I did not offend anyone here!

As to Cairenn's answer, I...
Forum: Lua/XML Help 06-15-19, 07:28 AM
Replies: 11
Views: 4,009
Posted By FranekW
I was worried nobody would answer my question...

I was worried nobody would answer my question regarding Curse here :$



thanks for your comment. So as long as WI or Curse doesn’t remind me about taking too much resources, I should be ok to...
Forum: Lua/XML Help 06-14-19, 01:46 PM
Replies: 11
Views: 4,009
Posted By FranekW
Publishing and updating addons

Hi sorry for a long post.

How do you manage addon versions on Curse? Do you delete previous versions? At some points there must be a number of different files including alphas, betas, and release!...
Forum: Graphics Help 06-14-19, 01:05 PM
Replies: 0
Views: 8,310
Posted By FranekW
Creating icons / pins with layers

I have a number of icons and I was wondering if it's possible to mix them together. I can see that Blizzard merges different pins. For instance, some world quests are about killing more powerful...
Forum: Lua/XML Help 06-10-19, 03:05 PM
Replies: 5
Views: 3,159
Posted By FranekW
Thanks guys. I managed to identify that icon. Now...

Thanks guys. I managed to identify that icon. Now I just need to figure out the way to hide it.
Forum: Lua/XML Help 06-10-19, 04:34 AM
Replies: 5
Views: 3,159
Posted By FranekW
Thanks. I did not know Blizzard use Data...

Thanks. I did not know Blizzard use Data Providers. I checked the link you have provided and found the same list of files on Townlong-yak (https://www.townlong-yak.com/framexml/live). I found another...
Forum: Lua/XML Help 06-09-19, 04:02 AM
Replies: 5
Views: 3,159
Posted By FranekW
Change default pins on the World Map

I have just released an addon that shows some icons on the World Map for jewelcrafters. It's a module for HandyNotes. I realised that Blizzard also put pins at the same locations, which cover icons...
Forum: Dev Tools 05-29-19, 04:16 AM
Replies: 9
Views: 12,755
Posted By FranekW
LanceDH, thanks for the addon. As to GIT,...

LanceDH, thanks for the addon.

As to GIT, normally I would not be bothered to comments on things that have already been said. But GIT is a really very nice piece of work and will become easy to use...
Forum: Graphics Help 05-27-19, 05:20 AM
Replies: 2
Views: 6,639
Posted By FranekW
I checked the size of files and they seem to be...

I checked the size of files and they seem to be all right, 32 x 32, and I believe the problem must be somewhere else, like in the addon itself. I wonder if I should ask about it in a different...
Forum: Graphics Help 05-26-19, 02:00 PM
Replies: 2
Views: 6,639
Posted By FranekW
Invisible icons.

Hi,

I tried to extend HandyNotes so that it would add extra icons to World Map. I downloaded a couple of other already made modules for HandyNotes. I decided to just slightly change...
Forum: Lua/XML Help 01-26-19, 08:13 PM
Replies: 5
Views: 2,459
Posted By FranekW
Ok. Thanks for this. I’ll try to find how to work...

Ok. Thanks for this. I’ll try to find how to work with UNIT_AURA. I just don’t how to distinguish between start, end of aura. UNIT_AURA also is triggered when Debuffs / DoTs tick.
Showing results 1 to 25 of 44