Showing results 1 to 25 of 62
Search took 0.00 seconds.
Search: Posts Made By: lilgulps
Forum: Released AddOns 03-05-11, 01:32 AM
Replies: 13
Views: 14,235
Posted By lilgulps
v2.0.1

v2.0.1 Released


Fixed an issue with slider bar for scale not updating properly
Forum: Released AddOns 03-04-11, 02:09 PM
Replies: 13
Views: 14,235
Posted By lilgulps
V2.0 Release!

v2.0.0 Released


New Options Menu Added For Easy Configuration Without Slash Commands!

Added a new scaling feature: Set the size of the gauge in the options menu to find a better fit on your...
Forum: Lua/XML Help 03-04-11, 11:50 AM
Replies: 1
Views: 3,384
Posted By lilgulps
solved by some simple...

solved by some simple trickery!

scaleSlider:SetMinMaxValues(1,20)
scaleSlider:SetValue(scale*10)
scaleSlider:SetValueStep(1)

getglobal(scaleSlider:GetName() .....
Forum: Lua/XML Help 03-04-11, 11:38 AM
Replies: 1
Views: 3,384
Posted By lilgulps
setvaluestep

local scaleSlider = CreateFrame("Slider", "SPGaugeScaleSlider", spgauge, "OptionsSliderTemplate")
scaleSlider:SetPoint("TOPLEFT", btnManualReport, "BOTTOMLEFT", 10, -100)
scaleSlider:SetWidth(132)...
Forum: Lua/XML Help 02-28-11, 09:02 PM
Replies: 5
Views: 6,271
Posted By lilgulps
Awesome thanks guys!

Awesome thanks guys!
Forum: Lua/XML Help 02-28-11, 11:42 AM
Replies: 5
Views: 6,271
Posted By lilgulps
Config Options Help

I am getting ready to add an options menu to my addon, and as of right now the addon is written entirely in lua, no xml frames.

I was basically wondering if someone could point me in the direction...
Forum: Lua/XML Help 02-08-11, 06:56 PM
Replies: 2
Views: 3,703
Posted By lilgulps
*walk of shame*

*walk of shame*
Forum: Lua/XML Help 02-08-11, 06:37 PM
Replies: 2
Views: 3,703
Posted By lilgulps
Addon dissapeared with no lua errors after patch. Code inside if anyone can help

Like in title after this new patch, the addon just vanished from displaying no lua errors. Any ideas whats up?

--[[

VERSION 1
by Tukz

CREDITS:
Lyn for a lovely addon
evl and his awesome...
Forum: Chit-Chat 12-01-10, 09:39 AM
Replies: 8
Views: 5,430
Posted By lilgulps
Haha ive been following this for awhile so glad...

Haha ive been following this for awhile so glad they picked it up.

Once HBO makes a tv show out of something I can actually tell people im reading a fantasy book series instead of pretending its...
Forum: Released AddOns 11-28-10, 03:23 PM
Replies: 14
Views: 13,968
Posted By lilgulps
Basically what vlad said. I am able to get the...

Basically what vlad said. I am able to get the game to load sometimes with different things.

But overwriting the XML/lua is getting harder and harder thanks to Blizzard. Theres a few work arounds...
Forum: Site help, bugs, suggestions/questions 11-17-10, 06:19 PM
Replies: 2
Views: 1,375
Posted By lilgulps
Haha I feel stupid lol thank you

Haha I feel stupid lol thank you
Forum: Site help, bugs, suggestions/questions 11-17-10, 06:09 PM
Replies: 2
Views: 1,375
Posted By lilgulps
Avatar not updating on author info page

Changed my avatar pictures and they display everywhere correctly except when you click the more button next to my name on any addon I have created taking you to the author info page.

The avatar...
Forum: Released AddOns 11-17-10, 05:20 PM
Replies: 13
Views: 14,235
Posted By lilgulps
v1.1.2 Released Added auto gauging. Values of...

v1.1.2 Released


Added auto gauging. Values of the gauge are automatically updated now, to disable use the new command /spga to toggle on or off.


SPGauge...
Forum: Released AddOns 11-16-10, 07:48 PM
Replies: 13
Views: 14,235
Posted By lilgulps
v1.1.1 Released (Oops) Fixed bug where last...

v1.1.1 Released


(Oops) Fixed bug where last two points on gauge displayed the same number


Edit: Also added a more elaborate photo displaying different gauge states
Forum: Released AddOns 11-16-10, 05:27 PM
Replies: 13
Views: 14,235
Posted By lilgulps
Haha thanks for the notice i'll switch the colors...

Haha thanks for the notice i'll switch the colors to be neutral to all themes in a bit

Edit: Done :D
Forum: Released AddOns 11-16-10, 03:03 PM
Replies: 13
Views: 14,235
Posted By lilgulps
Oh I see what your saying, I just had my high...

Oh I see what your saying, I just had my high value set lower than I needed when taking the screen shots. When I add an animation effect I was going to show the needle "pegging" out like In a car....
Forum: Lua/XML Help 11-16-10, 09:00 AM
Replies: 28
Views: 18,159
Posted By lilgulps
Wow that is incredibly helpful lol. I thought I...

Wow that is incredibly helpful lol. I thought I was going to have to make new frames for each texture I wanted to animate

THIS IS MUCH EASIER! :p
Forum: Released AddOns 11-16-10, 08:53 AM
Replies: 13
Views: 14,235
Posted By lilgulps
Was it unclear in the description minimum and...

Was it unclear in the description minimum and maximum were set by the user?

The numbers on the gauge will update whenever a change is made as well :)
Forum: Lua/XML Help 11-16-10, 01:02 AM
Replies: 28
Views: 18,159
Posted By lilgulps
Here...

Here (http://www.wowinterface.com/downloads/info18527-SPGauge.html) is what I finally got working! No animation useage yet, i'll try and do that over thanksgiving.
:p:D
Forum: Released AddOns 11-16-10, 12:49 AM
Replies: 13
Views: 14,235
Posted By lilgulps
V1.1 Uploaded! **NEW IN V1.1** Complete reskin...

V1.1 Uploaded!

**NEW IN V1.1**

Complete reskin of gauge texture.

The stat range shown below is ONLY for example purposes the gauge will go to any range you want.
(The numbers on the gauge will...
Forum: Lua/XML Help 11-11-10, 11:25 AM
Replies: 28
Views: 18,159
Posted By lilgulps
I'm liking the look of the animation groups......

I'm liking the look of the animation groups... seems like it might add more flexibility and ease of use

Thanks for all the help guys. Maybe after I finish my project I'll do some Wiki page updating...
Forum: Lua/XML Help 11-10-10, 11:50 PM
Replies: 28
Views: 18,159
Posted By lilgulps
Maybe... i'll try it a little later, just to see...

Maybe... i'll try it a little later, just to see what is more efficient.

I got the rotation working based on a degree scale now, so i'ts fluent and working!

Of course now I am just second guessing...
Forum: Lua/XML Help 11-10-10, 07:05 PM
Replies: 28
Views: 18,159
Posted By lilgulps
Time to start reading! Thanks for the help guys,...

Time to start reading! Thanks for the help guys, hopefully it comes out well :)
Forum: Lua/XML Help 11-10-10, 07:01 PM
Replies: 28
Views: 18,159
Posted By lilgulps
What did you use to rotate your pointer in that...

What did you use to rotate your pointer in that addon?

I'm lookin but your file is very large haha
Forum: Lua/XML Help 11-10-10, 06:39 PM
Replies: 28
Views: 18,159
Posted By lilgulps
Yah I will probably end up doing that, but if...

Yah I will probably end up doing that, but if there is an easier way, using this shortcut function why not use it right? Not to mention I am curious as to why its doing this

I should probably...
Showing results 1 to 25 of 62