Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Duugu
Forum: Lua/XML Help 03-12-15, 07:49 PM
Replies: 6
Views: 6,828
Posted By Duugu
I am pretty sure that this problem is not about...

I am pretty sure that this problem is not about string concatenation. What are the values of the variables?
What does print("Role: " .. roleReturnValueHere .. " SpecRole: " .. specReturnValueHere)...
Forum: Lua/XML Help 03-12-15, 06:48 PM
Replies: 6
Views: 6,828
Posted By Duugu
I would say it's text = "Role: " .....

I would say it's
text = "Role: " .. roleReturnValueHere .. " SpecRole: " .. specReturnValueHere,

I have no idea what your version was meant to do. :)

You know the .. operator concats strings,...
Forum: AddOn Search/Requests 03-09-15, 07:26 PM
Replies: 2
Views: 2,905
Posted By Duugu
The idea itself sounds good. Theoretically. In...

The idea itself sounds good. Theoretically. In the real world it will end up in users cheating (and there's absolutely nothing you could do to pervent this). From that point all the data to compare...
Forum: Lua/XML Help 03-07-15, 07:45 AM
Replies: 56
Views: 27,515
Posted By Duugu
Da bin ich überfragt. Um ehrliche zu sein ich...

Da bin ich überfragt. Um ehrliche zu sein ich weiß nicht mal genau was Dein Addon eigentlich macht. ;)
Forum: Lua/XML Help 03-06-15, 06:58 PM
Replies: 56
Views: 27,515
Posted By Duugu
Nicht das Lineal! NICHT DAS LINEAL!!! Lieber den...

Nicht das Lineal! NICHT DAS LINEAL!!! Lieber den Gürtel.

:D
Forum: Lua/XML Help 03-06-15, 09:42 AM
Replies: 56
Views: 27,515
Posted By Duugu
Man müsste den gesamten Code inkl. aller Tabellen...

Man müsste den gesamten Code inkl. aller Tabellen kennen um das beurteilen zu können. ;)

So geraten würde ich sagen Du musst die Anführungszeichen um die ItemIDs wegnehmen:

L[109124] = "Frostwurz"
Forum: Lua/XML Help 03-06-15, 06:47 AM
Replies: 56
Views: 27,515
Posted By Duugu
Sie ist immer noch bescheiden. ;) So geht's mir...

Sie ist immer noch bescheiden. ;)

So geht's mir auch immer. Eigentlich kurz gedacht, weil man beim nächsten Projekt ja Zeit spart wenn man sich einmal in Ace einarbeitet. Aber ich bin nun mal ein...
Forum: Lua/XML Help 03-06-15, 06:44 AM
Replies: 56
Views: 27,515
Posted By Duugu
Hab Dir das Javascript-Beispiel unten mal etwas...

Hab Dir das Javascript-Beispiel unten mal etwas erweitert:

<html>
<body>
<span id="demo">test</span>
<script>
var xmlhttp=false;
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome,...
Forum: Lua/XML Help 03-06-15, 05:44 AM
Replies: 56
Views: 27,515
Posted By Duugu
Ich meinte, wowhead stellt alle Datenbankinfos...

Ich meinte, wowhead stellt alle Datenbankinfos auch als XML bereit....
Forum: Lua/XML Help 03-05-15, 09:21 PM
Replies: 5
Views: 2,769
Posted By Duugu
Don't change anything on secure frames without...

Don't change anything on secure frames without checking if the player is in combat! :)
Forum: Lua/XML Help 03-05-15, 04:13 PM
Replies: 56
Views: 27,515
Posted By Duugu
Wenn Du sichergehen willst, das die Namen...

Wenn Du sichergehen willst, das die Namen definitiv angezeigt werden, dann musst Du die Namen lokalisiert in einer Tabelle ins Addon einfügen.

Diese Namen ändern sich ja eigentlich nie. Über...
Forum: Lua/XML Help 03-03-15, 03:05 PM
Replies: 9
Views: 4,945
Posted By Duugu
It's still the same problem. :) As Phanx already...

It's still the same problem. :) As Phanx already wrote:


Enclose all of your child widgets in a <Frames></Frames> tag (http://wow.gamepedia.com/XML/Frames), OR set the relativeTo="" attribute...
Forum: Lua/XML Help 02-27-15, 07:02 PM
Replies: 9
Views: 4,945
Posted By Duugu
A parent object?

A parent object?
Forum: Lua/XML Help 02-27-15, 04:22 PM
Replies: 4
Views: 2,267
Posted By Duugu
Should be ok too if the "master-frame" is a child...

Should be ok too if the "master-frame" is a child of/anchored to content and an object instead of a string.
Forum: Lua/XML Help 02-27-15, 04:13 PM
Replies: 56
Views: 27,515
Posted By Duugu
[edit] Mir fällt gerade auf, dass das was ich...

[edit]
Mir fällt gerade auf, dass das was ich zuerst mit variables_loaded geschrieben hatte Quatsch war. Hab ich daher wegeditiert.
Dann musst Du selbst rausfinden was schiefläuft. Wie gesagt, mit...
Forum: Lua/XML Help 02-27-15, 11:40 AM
Replies: 56
Views: 27,515
Posted By Duugu
Ich würde an Deiner stelle das Erstellen und...

Ich würde an Deiner stelle das Erstellen und Konfigurieren der Checkboxen nicht mit MillbuttonDB (also der Tabelle mit den gespeicherten Werten des Users), sondern mit MillButton_Herblist (also der...
Forum: AddOn Help/Support 02-27-15, 11:23 AM
Replies: 11
Views: 4,755
Posted By Duugu
Where are those information from? The 6.1 patch...

Where are those information from? The 6.1 patch notes don't even mention any changes at all. What exactly was fixed/changed with fontstrings?
Forum: Lua/XML Help 02-27-15, 11:10 AM
Replies: 4
Views: 2,267
Posted By Duugu
I would say it's about the...

I would say it's about the SetPoint:

newFrame:SetPoint("TOPLEFT", "ORC_FrameAdminLoot", "TOPLEFT", 20, ORCA_lastposition);

The second parameter should be the parent object - not a string. Plus it...
Forum: AddOn Help/Support 02-26-15, 04:25 AM
Replies: 8
Views: 4,715
Posted By Duugu
You should skip it. You won't get happy with...

You should skip it. You won't get happy with that. Use something that is still maintained.
Forum: AddOn Help/Support 02-25-15, 02:33 PM
Replies: 8
Views: 4,715
Posted By Duugu
If you just would like to get rid of the error...

If you just would like to get rid of the error then changing line 637 to
for index = 1, (string.len(itemSpellID[itemCatagory] or 0) / 6) do
probably could fix it. :)
Forum: Lua/XML Help 02-25-15, 02:19 PM
Replies: 56
Views: 27,515
Posted By Duugu
Ah, nach genauerem Durchgehen fällt mir auf, dass...

Ah, nach genauerem Durchgehen fällt mir auf, dass es gar nicht an self:GetParent().name liegt, sondern an self.itemID. :)

Rausfinden kannst Du das, wenn Du im OnClick-Handler ein paar test-prints...
Forum: Lua/XML Help 02-25-15, 12:20 PM
Replies: 56
Views: 27,515
Posted By Duugu
Gibt self:GetParent().name denn einen Namen und...

Gibt self:GetParent().name denn einen Namen und self.itemID eine Item-ID zurück?

Vermutlich muss es self:GetParent():GetParent().name heißen.




Genau. Wobei Dir die Anzahl ja egal sein kann. Es...
Forum: Lua/XML Help 02-25-15, 07:51 AM
Replies: 56
Views: 27,515
Posted By Duugu
Ja, habe ich mir ja schon gedacht. Du könntest...

Ja, habe ich mir ja schon gedacht. Du könntest einfach die Checkboxen in zwei Reihen anordnen. Das wäre wohl am einfachsten. Der vierte Parameter von SetPoint ist der x-Offset...
Forum: Lua/XML Help 02-24-15, 05:50 PM
Replies: 56
Views: 27,515
Posted By Duugu
Ich habe leider kein aktives Account und kann nix...

Ich habe leider kein aktives Account und kann nix ausprobieren. Daher kann ich nur vermuten.

Ich denke mal es liegt an
--passend anordnen
self.herbCheckboxes[itemID]:SetPoint("TOPLEFT", self.parent,...
Forum: Lua/XML Help 02-24-15, 01:33 PM
Replies: 56
Views: 27,515
Posted By Duugu
Ah. Ok. :) Also erstmal wäre die Frage wie Du...

Ah. Ok. :)

Also erstmal wäre die Frage wie Du die ganzen Kräuter anzeigen lassen willst. Am einfachsten wäre natürlich eine Checkbox für jedes Kraut zu machen. Allerdings sind das ja teilweise eine...
Showing results 1 to 25 of 500