Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: odjur84
Forum: Lua/XML Help 04-19-15, 07:35 AM
Replies: 12
Views: 4,209
Posted By odjur84
Hi! I already gave you a hint how to print in...

Hi!

I already gave you a hint how to print in one line. :-)

DEFAULT_CHAT_FRAME:AddMessage("Charactername: " .. NpcData.characterName .. " " .. "Characterrealm: " .. NpcData.characterRealm)This...
Forum: Lua/XML Help 04-19-15, 02:37 AM
Replies: 3
Views: 2,570
Posted By odjur84
You're welcome!

You're welcome!
Forum: Lua/XML Help 04-19-15, 02:03 AM
Replies: 2
Views: 1,966
Posted By odjur84
Thank you, Lombra! Since my guild quitted...

Thank you, Lombra!

Since my guild quitted raiding right after I've posted this, this case is closed.

Cheers

Odjur
Forum: Lua/XML Help 04-19-15, 01:57 AM
Replies: 12
Views: 4,209
Posted By odjur84
Hi Etul. Further information about the issue you...

Hi Etul.

Further information about the issue you encounter (e.g. which error message you get or, more general, what makes you think that the addon doesn't work) would be nice.

Since I'm just a...
Forum: Lua/XML Help 04-18-15, 06:07 AM
Replies: 3
Views: 2,570
Posted By odjur84
Hi! The function you're searching for is the API...

Hi!

The function you're searching for is the API GetItemStats (http://wowprogramming.com/docs/api/GetItemStats), which returns the stats of an item, given the itemlink or even the name. From the...
Forum: Lua/XML Help 04-15-15, 03:37 AM
Replies: 2
Views: 1,966
Posted By odjur84
Problem: 3-dimensional hash table-entries

Hi!

I'm experiencing an issue while coding my LootCouncil-addon.

The basic situation is: There is a number of members of the loot council (maybe 3 or 4 in the case of my guild) and there is a...
Forum: Lua/XML Help 04-02-15, 02:58 AM
Replies: 8
Views: 3,777
Posted By odjur84
Hi! It seems that you haven't anchored the...

Hi!

It seems that you haven't anchored the FontString-object to anything. Try something like

f:SetPoint("CENTER",nil,"CENTER",0,0)

Cheers,

Odjur
Forum: Lua/XML Help 02-28-15, 06:19 AM
Replies: 4
Views: 2,282
Posted By odjur84
Thanks again, Duugu. I've tested it and you're...

Thanks again, Duugu. I've tested it and you're right!
Forum: Lua/XML Help 02-27-15, 04:17 PM
Replies: 4
Views: 2,282
Posted By odjur84
Thank you very much, Duugu! I thought, a...

Thank you very much, Duugu!

I thought, a "relative to"-frame could also be the underlying master-frame. But obviously not. ;)

Cheers!
Forum: Lua/XML Help 02-27-15, 08:59 AM
Replies: 4
Views: 2,282
Posted By odjur84
Problem: ScrollBar

Hi!

After I finally managed to get a standard-scrollbar working on my frame (based on this this snippet (http://wowprogramming.com/snippets/Simple_Scroll_Frame_35)), I've encountered a (in my...
Forum: Lua/XML Help 02-24-15, 08:22 AM
Replies: 6
Views: 3,823
Posted By odjur84
Hi! I don't know if I get, where your question...

Hi!

I don't know if I get, where your question aims to, but I would add something like

local classname, classFileName = UnitClassBase("player");
local b = false;
for i = 1, GetNumGlyphSockets() do
...
Forum: Lua/XML Help 02-10-15, 04:13 AM
Replies: 8
Views: 3,876
Posted By odjur84
Alright... I was able to solve it by myself. :-)

Alright... I was able to solve it by myself. :-)
Forum: Lua/XML Help 02-09-15, 09:48 AM
Replies: 8
Views: 3,876
Posted By odjur84
Hi! I have two other problems with my...

Hi!

I have two other problems with my DressupModel, respectively the model itself and a button i want to place on it. I'm really sorry for my nooby questions, but I simply have a lot more to learn....
Forum: Lua/XML Help 02-08-15, 02:59 PM
Replies: 8
Views: 3,876
Posted By odjur84
Thank you, that did the trick! So simple...

Thank you, that did the trick! So simple...
Forum: Lua/XML Help 02-08-15, 02:38 PM
Replies: 8
Views: 3,876
Posted By odjur84
Hi! Thank you, semlar. I've handled that, but...

Hi!

Thank you, semlar. I've handled that, but unfortunately that didn't solve the problem. I really don't know how :Show() can't work with a correctly created frame. Is there any property of a...
Forum: Lua/XML Help 02-08-15, 01:31 PM
Replies: 8
Views: 3,876
Posted By odjur84
Hi! Thank you very much for your help, I really...

Hi!

Thank you very much for your help, I really appreciate it. I've installed BugGrabber and got the following error message in the starting process of the addon (before any user action is...
Forum: Lua/XML Help 02-08-15, 11:12 AM
Replies: 8
Views: 3,876
Posted By odjur84
Problem: DressUpModel:Show()

Hi!

I want to present to you another problem, that I've encountered with my LootCouncil-Addon. Short version: I create a "DessUpModel" to allow users (who are allowed to vote for transmog-need in...
Forum: Lua/XML Help 02-04-15, 11:01 AM
Replies: 15
Views: 4,960
Posted By odjur84
Thanks to you two and especially to Duugu for the...

Thanks to you two and especially to Duugu for the enlightenment!
Forum: Lua/XML Help 02-04-15, 10:22 AM
Replies: 15
Views: 4,960
Posted By odjur84
Well, as i understood Phanx, that it not...

Well, as i understood Phanx, that it not equivalent to setting no name at all.
Forum: Lua/XML Help 02-04-15, 08:57 AM
Replies: 15
Views: 4,960
Posted By odjur84
Hi! Can you tell me how to omit the name if I...

Hi!

Can you tell me how to omit the name if I want to have access to further arguments? Because

newButton = CreateFrame("Button", , ORC_UserFrame);throws an error message.
Forum: Lua/XML Help 01-30-15, 04:47 PM
Replies: 15
Views: 4,960
Posted By odjur84
@Banknorris Thanks for the links! I'll look it...

@Banknorris

Thanks for the links! I'll look it up soon!

@Phanx

Thanks to you also. I think, I will transform my XML-file into lua-only-code like you suggest in the final stage of my project. But...
Forum: Lua/XML Help 01-29-15, 02:18 PM
Replies: 15
Views: 4,960
Posted By odjur84
Do you mean creating the XML-elements of the...

Do you mean creating the XML-elements of the interface by using lua-code instead of using a separate XML-file? Or how do you create an interface without using XML at all?
Forum: Lua/XML Help 01-29-15, 11:23 AM
Replies: 15
Views: 4,960
Posted By odjur84
Arg, I'm feeling so stupid. Thank you very much!...

Arg, I'm feeling so stupid.

Thank you very much! That did the trick. And I tought "no need to check the TOC-file.. what can go wrong with 3 lines?" :D
Forum: Lua/XML Help 01-29-15, 11:13 AM
Replies: 15
Views: 4,960
Posted By odjur84
XML problem: Twice function call

Hi!

I'm new to addon programming and currently coding a LootCouncil-Addon for my guild. But as I said, I'm new to Lua and XML (not to programming in general) and since I've desperately tried to...
Showing results 1 to 24 of 24