Showing results 1 to 25 of 36
Search took 0.00 seconds.
Search: Posts Made By: magges
Forum: News 07-21-10, 08:51 AM
Replies: 1,230
Views: 594,528
Posted By magges
How do you get on that point? :D But i think 251...

How do you get on that point? :D

But i think 251 are enough.
Forum: News 07-20-10, 07:10 PM
Replies: 1,230
Views: 594,528
Posted By magges
It's 3 am in my country, on blizz maybe 7pm. and...

It's 3 am in my country, on blizz maybe 7pm. and I'm coming from a "party".

There are no keys but I still love gnomes!
Forum: News 07-20-10, 10:55 AM
Replies: 1,230
Views: 594,528
Posted By magges
You mean gnomes killing all other races? Theres...

You mean gnomes killing all other races? Theres nothing to talk about, it's true!
Forum: News 07-20-10, 02:13 AM
Replies: 1,230
Views: 594,528
Posted By magges
Gnomes are great enough without ketchup.

Gnomes are great enough without ketchup.
Forum: Lua/XML Help 07-19-10, 08:54 AM
Replies: 5
Views: 4,176
Posted By magges
Okay thank you :) Now since this works finde ive...

Okay thank you :)

Now since this works finde ive another question :P

Is it possible to say "wait 1 sec then do stuff end"?

Cause I use this MouseDown function:
if menu:IsShown()...
Forum: Lua/XML Help 07-19-10, 04:14 AM
Replies: 5
Views: 4,176
Posted By magges
Thanks buut can you explain it a bit? Im not rly...

Thanks buut can you explain it a bit? Im not rly close to this functions id just copy this part out of another addons.

at the top:
local AddOn = CreateFrame("Frame")
local OnEvent = function(self,...
Forum: Lua/XML Help 07-19-10, 03:57 AM
Replies: 5
Views: 4,176
Posted By magges
mMenu bug - Buttons appear twice and overlap after loading screen

Hey there

ive got a problem with my Addon: http://www.wowinterface.com/downloads/fileinfo.php?id=17374#info
and i dont know how to solve it :/

Everytime i join Arena or Instance etc die buttons...
Forum: Lua/XML Help 07-18-10, 03:51 AM
Replies: 5
Views: 7,257
Posted By magges
Thanks :) Works great

Thanks :) Works great
Forum: Lua/XML Help 07-17-10, 07:18 PM
Replies: 5
Views: 7,257
Posted By magges
Ive another Question. If i wanna toggle e.g....

Ive another Question.

If i wanna toggle e.g. Tetris (http://www.wowinterface.com/downloads/info17211-Tetris.html) but he didnt set a name for the Frames

local mainWnd = CreateFrame("frame", nil,...
Forum: Lua/XML Help 07-17-10, 01:52 PM
Replies: 5
Views: 7,257
Posted By magges
Omg >.< Thanks .. now i can delete my 200+ Lines...

Omg >.<
Thanks .. now i can delete my 200+ Lines of a menu ..cause this works fine ^^
thanks :)
Forum: Lua/XML Help 07-17-10, 01:20 PM
Replies: 5
Views: 7,257
Posted By magges
Create Toggle function

Hey there is it possible to create a Toggle function but NOT like this:

if blabla:IsShown() then
blabla Hide()


I wanna toggle between
WIM.HideAllWindows()
WIM.ShowAllWindows()
Forum: Lua/XML Help 07-17-10, 10:36 AM
Replies: 1
Views: 3,415
Posted By magges
Got it :) Just set the Parent to the menu

Got it :)
Just set the Parent to the menu
Forum: Lua/XML Help 07-17-10, 08:45 AM
Replies: 1
Views: 3,415
Posted By magges
(mMenu) after Loading screen function doesnt work anymore

Hey there
today i published my first Addon mMenu:

http://www.wowinterface.com/downloads/info17374-mMenuAddonToggleMenu.html

Unfortunately there's a bug: When i open the menu .. and get a loading...
Forum: Released AddOns 07-17-10, 02:50 AM
Replies: 0
Views: 3,986
Posted By magges
mMenu (Addon Toggle Menu)

Hey there,

wanna introduce my first Addon:

http://www.wowinterface.com/downloads/info17374-mMenuAddonToggleMenu.html

Hope you guys will give me critism and/or suggestions for more addons to...
Forum: Graphics Help 07-16-10, 05:44 PM
Replies: 23
Views: 20,532
Posted By magges
disabled =...

disabled = true

open:
Skada:SetActive(disabled)

close:
Skada:SetActive(enable)

i dont know why but it works ..unfortunately on the first click it appears and then it disappears automatically. But...
Forum: Graphics Help 07-16-10, 02:56 PM
Replies: 23
Views: 20,532
Posted By magges
Yeah hm but i dont want to toggle it .. I want...

Yeah hm but i dont want to toggle it .. I want one button to show it and one to hide u know? How can i manage that?

atm im using SkadaBarWindowSkada:Hide() but this just hide this one Frame, not all
Forum: Graphics Help 07-16-10, 02:45 PM
Replies: 23
Views: 20,532
Posted By magges
function Skada:ToggleWindow() for i, win in...

function Skada:ToggleWindow()
for i, win in ipairs(windows) do
if win:IsShown() then
win.db.hidden = true
win:Hide()
else
win.db.hidden = false
win:Show()
end
end
Forum: Graphics Help 07-16-10, 02:40 PM
Replies: 23
Views: 20,532
Posted By magges
Okay nice, found it: Skada:ToggleWindow() But...

Okay nice, found it:

Skada:ToggleWindow()

But how can i .. not toggle it?:> lets say Skada:ToggleWindow(true) e.g.
with Omen:Toggle() it works :/
Forum: Graphics Help 07-16-10, 12:28 PM
Replies: 23
Views: 20,532
Posted By magges
Thanks. But for omen SetScript("OnMouseDown",...

Thanks. But for omen
SetScript("OnMouseDown", function() ToggleFrame(OmenAnchor) end)works fine too ..
but not for Skada grml
Forum: Graphics Help 07-16-10, 11:37 AM
Replies: 23
Views: 20,532
Posted By magges
Will test that later, thanks. But ..youre not...

Will test that later, thanks.
But ..youre not sure, right? Skada:Toggle() think that doesnt work cause Skada is no frame a
Forum: Graphics Help 07-16-10, 09:42 AM
Replies: 23
Views: 20,532
Posted By magges
id try to just add a ChatMessage (dunno the...

id try to just add a ChatMessage (dunno the command) /omen toggle without space but my character just says "/omen toggle" >.<
Forum: Graphics Help 07-16-10, 04:32 AM
Replies: 23
Views: 20,532
Posted By magges
I know. The title of the omen is named: OmenTitle...

I know. The title of the omen is named: OmenTitle .. but it wont work and i dont get where i can figure it out in the omen.lua
Forum: Graphics Help 07-16-10, 04:22 AM
Replies: 23
Views: 20,532
Posted By magges
yeah i did :/ ..this problem is already...

yeah i did :/ ..this problem is already solved.

But ive another problem:



+ this:
if not AtlasLootDefaultFrame:IsShown() then
text:SetText(textcolor.."AtlasLoot|r")
else
Forum: Graphics Help 07-16-10, 02:16 AM
Replies: 23
Views: 20,532
Posted By magges
Doesnt work for me but as i said: already did it...

Doesnt work for me but as i said: already did it with GIMP.

The other Question is important too:P!

Oh and how can I toggle the Omen Window? Im working on my first addon .. so im not that good at...
Forum: Graphics Help 07-16-10, 01:53 AM
Replies: 23
Views: 20,532
Posted By magges
Thanks But now i did is like this: - save as...

Thanks
But now i did is like this:
- save as .png
- download gimp (...cause i own photoshop!)
- save in gimp as .tga
- works fine

aaargh.

Anyways ive a second question:
Showing results 1 to 25 of 36