Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: nehegeb
Forum: General Authoring Discussion 02-02-10, 12:58 PM
Replies: 4
Views: 3,551
Posted By nehegeb
hehe, i got the problem with that while...

hehe, i got the problem with that while statement:
there is missing a ' do '!


while (string.sub(msg, index, index) ~= " ") do
index = index - 1
end


There it is! And now it works perfect! :)
Forum: General Authoring Discussion 02-02-10, 10:45 AM
Replies: 4
Views: 3,551
Posted By nehegeb
Very nice! That's almost perfect! I just added a...

Very nice! That's almost perfect!

I just added a ' myStringTbl = {nil} ' for clearing the table afterwards.

Just one thing:
The while statement doesn't work at all and till now I couldn't figure...
Forum: General Authoring Discussion 02-01-10, 12:51 PM
Replies: 4
Views: 3,551
Posted By nehegeb
Breaking strings in pieces...

I want to post my table input to the chat frame ingame. But as you know, there is a limit of 255 characters per message.

Here is my question:

I need to break the message into pieces with a maximum...
Forum: General Authoring Discussion 02-01-10, 12:34 PM
Replies: 12
Views: 23,821
Posted By nehegeb
Thank you very much for all of your help! Your...

Thank you very much for all of your help!

Your links and tips really helped me. Now my addon looks quite cool :D

Greetings nehegeb
Forum: General Authoring Discussion 01-24-10, 05:40 AM
Replies: 12
Views: 23,821
Posted By nehegeb
Thank you, Phanx! Your link is quite...

Thank you, Phanx! Your link is quite useful.
Checking those files will take a while, but it's a start! ;)

Edith asks:
Is there a site or program or whatever for seeing all the WoW textures with...
Forum: General Authoring Discussion 01-24-10, 04:50 AM
Replies: 12
Views: 23,821
Posted By nehegeb
No, not really. This addon moves frames in the UI...

No, not really. This addon moves frames in the UI but I need the textures (texturepaths) that are used for those frames to use them in my own addons.
Forum: General Authoring Discussion 01-24-10, 03:50 AM
Replies: 12
Views: 23,821
Posted By nehegeb
Thanks for your rapid answers! @Seerah: Sadly...

Thanks for your rapid answers!

@Seerah:
Sadly your tip with 'GetBackdrop()' doesnt work. That would have been great!

@Phanx:
Thanks for your infos. They will help me further!

But I think, I didn't...
Forum: General Authoring Discussion 01-23-10, 07:29 PM
Replies: 12
Views: 23,821
Posted By nehegeb
useful Macro for checking UI-Items

Hi there!

Here is a useful Macro, for getting the name of a UI frame:

/script DEFAULT_CHAT_FRAME:AddMessage( GetMouseFocus():GetName() );

Just create that Macro and put it into the actionbar....
Forum: General Authoring Discussion 11-20-09, 06:47 AM
Replies: 2
Views: 3,907
Posted By nehegeb
Question How to highlight items in a scroll frame?

Hi,
i want a scrollframe like the one in the auction houses.

i have got a table with my data and i have a table which contains up to 10 of the tableinputs at a time. i also got the...
Showing results 1 to 9 of 9