Showing results 1 to 17 of 17
Search took 0.00 seconds.
Search: Posts Made By: Kiphere
Forum: Lua/XML Help 12-14-06, 08:21 AM
Replies: 1
Views: 2,778
Posted By Kiphere
I guess I could post some info lol. I posted the...

I guess I could post some info lol.

I posted the code above for Widger who I was talkin to in IRC.

I'm tryin to figure out the most effecient way to input my saved variables in that mod to record...
Forum: Lua/XML Help 12-13-06, 08:45 PM
Replies: 1
Views: 2,778
Posted By Kiphere
Full code for Widger.

Here ya go :P be gentle.


--[Thanks go to Mairelon on the WoW UI forum and Ayradyss on wowinterface.com's forums!]--

local print, buildbar
local rows, cols, scale = 10, 12, 1
local eventframe =...
Forum: Lua/XML Help 12-13-06, 04:47 PM
Replies: 5
Views: 4,052
Posted By Kiphere
ok, I have a pretty simple set up. All my...

ok, I have a pretty simple set up. All my commands reference single buttons at the moment.

Could I set the saved variable to my slash commands action? (I assume I'll have to)

I imagine if I record...
Forum: Lua/XML Help 12-13-06, 04:04 PM
Replies: 5
Views: 4,052
Posted By Kiphere
ugh, so given my application everytime i move a...

ugh, so given my application everytime i move a button, resize a button, show or hide a button it will have to write a variable?

Is there any global way to get the layout of all the positions and...
Forum: Lua/XML Help 12-13-06, 02:57 PM
Replies: 5
Views: 4,052
Posted By Kiphere
Heh, saved variables?

I've been looking at other addons and I read the WoWWiki HOWTO on saved variables and I really can't figure out what I'm supposed to do in my addon to save the layout and load it percharacter....
Forum: Lua/XML Help 12-13-06, 10:33 AM
Replies: 16
Views: 4,900
Posted By Kiphere
I just wanted to add, outside of some minor...

I just wanted to add, outside of some minor cosmetic things, you guys helped me finish my first 'complete' mod with these suggestions :) Thank you so very much.

I've got 120 individual hotkeys that...
Forum: Lua/XML Help 12-13-06, 06:55 AM
Replies: 16
Views: 4,900
Posted By Kiphere
Talking At first it was notepad :p Now I'm using Blua....

At first it was notepad :p Now I'm using Blua.

fyi, it worked and I love you. and I learned some stuff!

Thank you very much.

Now I should be able to extend the command to do button hiding on top...
Forum: Lua/XML Help 12-12-06, 10:10 PM
Replies: 16
Views: 4,900
Posted By Kiphere
I get the concept but it's not working. This...

I get the concept but it's not working.


This is what I have .



SlashCmdList["ColonelBarCOMMAND"] =
function (msg)
local argT = {};
Forum: Lua/XML Help 12-12-06, 07:30 PM
Replies: 16
Views: 4,900
Posted By Kiphere
I cant figure out any way to put in either of...

I cant figure out any way to put in either of those with the slash command list without it freaking out and giving me an unexpected character error =\

I hate being a newb at this.
Forum: Lua/XML Help 12-11-06, 10:32 PM
Replies: 16
Views: 4,900
Posted By Kiphere
If I hadn't been drinking I bet it would be...

If I hadn't been drinking I bet it would be really helpful. I'm going to sleep this off and try to come up with soem code tomorrow at work. I'll post here with what I think will work based on what...
Forum: Lua/XML Help 12-11-06, 08:40 PM
Replies: 16
Views: 4,900
Posted By Kiphere
Yeah, I'm just too green at this stuff to get...

Yeah, I'm just too green at this stuff to get what you're tryin to do there.

I'm going to move on to easier concepts for now. Thanks for thsoe that replied, if you find time to go into a little...
Forum: Lua/XML Help 12-11-06, 06:40 AM
Replies: 16
Views: 4,900
Posted By Kiphere
I guess I just don't 'get' it. Like I said above...

I guess I just don't 'get' it. Like I said above I'm new. Going to look up some of the stuff in code in the lua manual and hopefully it'll dawn on me what you're suggesting ;)

Thanks for the help!...
Forum: Lua/XML Help 12-10-06, 08:58 PM
Replies: 16
Views: 4,900
Posted By Kiphere
I'm getting there soon, the problem isn't the...

I'm getting there soon, the problem isn't the different 'stuff' to do, its telling it to do it to one of 120 different individual buttons.

Right now I can do lots of stuff to all 120 at the same...
Forum: Lua/XML Help 12-10-06, 06:21 PM
Replies: 16
Views: 4,900
Posted By Kiphere
Ok, I'm pretty much a complete coding newb, I'm...

Ok, I'm pretty much a complete coding newb, I'm doign this to teach myself how basically... could you give me a little detail on what that does and how I'd add that to my stuff or replace my stuff...
Forum: Lua/XML Help 12-10-06, 01:47 PM
Replies: 16
Views: 4,900
Posted By Kiphere
Ok, I figured a ghetto work around :P...

Ok, I figured a ghetto work around :P


SlashCmdList["ColonelBarCOMMAND"] =
function(input)
if (input) == "move1" then
getglobal("EasyBarButton1Cap"):Show()
elseif (input) ==...
Forum: Lua/XML Help 12-10-06, 11:53 AM
Replies: 16
Views: 4,900
Posted By Kiphere
How do I add args to /commands.

Been teaching myself how to make addons with some help from folks on the official WoW Ui forums. I've run into a roadblock though so I figured I'd come here.

I found a resource for creating a slash...
Forum: Tutorials & Other Helpful Info. 12-10-06, 11:01 AM
Replies: 0
Views: 6,249
Posted By Kiphere
Adding args to a slash command.

Delete: I posted this in the wrong forum. sorry =\
Showing results 1 to 17 of 17