Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: killerpet1986
Forum: General Authoring Discussion 02-04-12, 06:14 AM
Replies: 1
Views: 5,221
Posted By killerpet1986
Notepad Addon

Hey all,

im making a notepad addon and it is nearly complete. Just wanted to post it here to see what you think of it so far and see if there was any suggestions you may have that you would like to...
Forum: Lua/XML Help 01-24-12, 12:07 PM
Replies: 7
Views: 8,333
Posted By killerpet1986
Thats a good way of doing it, i wasnt sure about...

Thats a good way of doing it, i wasnt sure about making them into fontObjects myself. However I will have to stick with phanx's code. The thing I noticed about it is that I can register an onenter...
Forum: Lua/XML Help 01-23-12, 05:50 PM
Replies: 7
Views: 8,333
Posted By killerpet1986
Looking at phanx's code it does seem a lot better...

Looking at phanx's code it does seem a lot better than UIDropDownMenu. I might *cough* borrow *cough* some code :)
Forum: Lua/XML Help 01-23-12, 05:38 PM
Replies: 7
Views: 8,333
Posted By killerpet1986
Thanks for that :) I was thinking it was an Ace...

Thanks for that :)

I was thinking it was an Ace thing. I had a look at http://wowprogramming.com/utils/xmlbrowser/live/FrameXML/UIDropDownMenu.lua and couldn't find anything unless I use a...
Forum: Lua/XML Help 01-23-12, 05:20 PM
Replies: 7
Views: 8,333
Posted By killerpet1986
UIDropDownMenu_AddButton font

Hi I was wondering if anyone knew how to set the font with UIDropDownMenu_AddButton similar to this:

http://i.imgur.com/ikaPa.png

Here is what I have so...
Forum: Lua/XML Help 12-23-11, 03:23 AM
Replies: 2
Views: 3,849
Posted By killerpet1986
I decided in the end to create a bunch of smaller...

I decided in the end to create a bunch of smaller menus (~29) rather than one really long (~84) menu. Thanks for the help though, I will have a look into the scrolling dropdown menu for future...
Forum: Lua/XML Help 12-22-11, 05:27 PM
Replies: 9
Views: 6,484
Posted By killerpet1986
Take a look at...

Take a look at http://www.wowwiki.com/API_Frame_RegisterEvent another good site is http://wowprogramming.com/docs/widgets/Frame/RegisterEvent if you still have problems after poking around a bit i...
Forum: Lua/XML Help 12-22-11, 04:52 PM
Replies: 9
Views: 6,484
Posted By killerpet1986
You could try something like this: (not sure if...

You could try something like this: (not sure if its the most elegant solution, someone here might have a better one)

local UpdateTimer = 0; -- make an update timer that will count to 5

local...
Forum: Lua/XML Help 12-22-11, 04:29 PM
Replies: 9
Views: 6,484
Posted By killerpet1986
They can be bigger than 1024, i have an image...

They can be bigger than 1024, i have an image that is 16,384x512 px. Not sure what the limit is
Forum: Lua/XML Help 12-22-11, 04:23 PM
Replies: 2
Views: 3,849
Posted By killerpet1986
UIDropDownMenu to open a menu centered

Hi,

I was wondering if it is possible to get UIDropDownMenu (http://www.wowwiki.com/UI_Object_UIDropDownMenu) to open a sub menu centered.

e.g.

It opens as:

>Sub1
>Sub2
Forum: AddOn Search/Requests 10-28-11, 06:42 PM
Replies: 3
Views: 3,220
Posted By killerpet1986
Hey Verttex, You had to open it manually. I was...

Hey Verttex,

You had to open it manually. I was able to track down a four year old version and updated it to (mostly) work in cataclysm. I just realised tonight that the scrollframe doesnt work but...
Forum: AddOn Search/Requests 10-28-11, 03:15 AM
Replies: 3
Views: 3,220
Posted By killerpet1986
Apologies for the double post but I think the ad...

Apologies for the double post but I think the ad on the right is blocking my edit button on my iPod. Here is the screenshot;
http://img.jeuxvideopc.com/images/downloads/17263/grandformat/1.jpg
Forum: AddOn Search/Requests 10-28-11, 03:12 AM
Replies: 3
Views: 3,220
Posted By killerpet1986
Addon similar to "big guild"

Hi everyone (and good morning/evening/night)

I was wondering if anyone knew of an addon with similar functionality to big guild (an addon which was around in 2007).

Here is the only screenshot I...
Forum: Lua/XML Help 10-25-11, 05:37 PM
Replies: 8
Views: 8,865
Posted By killerpet1986
Hi wellbeing, what exactly is the problem you...

Hi wellbeing,

what exactly is the problem you are having? If you describe it I may be able to help you.

Bear in mind that this requires a hardware event similar to spells so you cannot do...
Forum: WoWI's Pick(s) of the Week 10-17-11, 09:51 AM
Replies: 8
Views: 16,960
Posted By killerpet1986
Thanks for picking my addon for pick of the week....

Thanks for picking my addon for pick of the week. :)

For all you "bronies", thanks for the support and leave me a comment on which pony you want added next. For everyone else, don't worry you can...
Forum: Lua/XML Help 10-10-11, 10:12 PM
Replies: 5
Views: 7,424
Posted By killerpet1986
To be honest, the comments so far have been very...

To be honest, the comments so far have been very helpful. It is possible but just not easy to implement.

To answer your question, what I was interested in was adding color to TinyPad...
Forum: Lua/XML Help 10-04-11, 09:25 AM
Replies: 5
Views: 7,424
Posted By killerpet1986
Post Getting EditBox Highlighted Text

Is there any way to get the start and end position of the text being highlighted in an editbox?

EditBox:GetCursorPosition() will only return the end position. I guess I could call...
Forum: Graphics Help 08-23-11, 08:06 AM
Replies: 2
Views: 9,721
Posted By killerpet1986
Thumbs up perfect! I was using...

perfect!

I was using


FIM_AnimatedPony:SetTexCoord(x1, x2, y1, y2);

displays them to the right

FIM_AnimatedPony:SetTexCoord(x2, x1, y1, y2);
Forum: Graphics Help 08-23-11, 07:51 AM
Replies: 2
Views: 9,721
Posted By killerpet1986
Horizontally flip an image

Does anyone know how to flip an image horizontally?

http://img856.imageshack.us/img856/7559/0439500184rgb7xlg.jpg
Forum: AddOn Search/Requests 08-24-10, 09:29 AM
Replies: 4
Views: 13,425
Posted By killerpet1986
You can right click on someones name to ignore...

You can right click on someones name to ignore their roll if they change their mind.

:banana:
Forum: AddOn Help/Support 01-03-09, 01:34 PM
Replies: 0
Views: 4,164
Posted By killerpet1986
<<Problem>> Scrollable list using FauxScrollFrameTemplate

Taken from: http://www.wowwiki.com/Making_a_scrollable_list_using_FauxScrollFrameTemplate


This example does not work anymore (since 3.0, it worked...
Forum: News 09-26-08, 11:23 AM
Replies: 256
Views: 130,019
Posted By killerpet1986
They seem to be taking their time handling ours...

They seem to be taking their time handling ours XD

Anyone got theirs yet?
Showing results 1 to 22 of 22