Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: venoabyss
Forum: Lua/XML Help 05-29-12, 11:28 AM
Replies: 6
Views: 6,376
Posted By venoabyss
GRFrame isn't a table its my frame object I've...

GRFrame isn't a table its my frame object I've been setting objects to it.

ie
GRFrame.rosterButton = createframe("button", "rosterButton", GRFrame, "UIbuttonTemplate");
(there's more to how I did...
Forum: Lua/XML Help 05-24-12, 06:18 PM
Replies: 6
Views: 6,376
Posted By venoabyss
Unfortunately it didn't work so I set the button...

Unfortunately it didn't work so I set the button objects to be referenced in a table and called them from the table.


table[1] = rosterSlot1;

table[1].level:SetText(level);


it seems to be...
Forum: Lua/XML Help 05-24-12, 03:54 PM
Replies: 6
Views: 6,376
Posted By venoabyss
For Loop Issue

Ok so I made up my button template, and I can call it and set each field with no problem, but I'm having issues setting the fields through a for...
Forum: Lua/XML Help 05-24-12, 11:52 AM
Replies: 8
Views: 9,220
Posted By venoabyss
I didn't know it wasn't an ace lib, however it...

I didn't know it wasn't an ace lib, however it seems (from the documentation) to require Ace3, that being said I spent all weekend exploring and testing it, to no avail so I'm going to go with the...
Forum: Lua/XML Help 05-17-12, 03:50 PM
Replies: 8
Views: 9,220
Posted By venoabyss
Question Updated question

ok so I've been looking into my problem and have come to 2 potential solutions:

1. destroy the code for the scroll frame, code a scroll bar and buttons to handle all the guild member data. using...
Forum: Lua/XML Help 05-14-12, 01:00 PM
Replies: 8
Views: 9,220
Posted By venoabyss
Ok am looking at this and it looks wonderful,...

Ok am looking at this and it looks wonderful, what I don't see is documentation on how to use it and/or include it with my addon...

I'm fairly new to the addon world so if I missed something basic...
Forum: Lua/XML Help 05-14-12, 12:09 PM
Replies: 8
Views: 9,220
Posted By venoabyss
update

Ok so I've been working hard on getting the roster functioning even if its not perfect.

The problem I'm having (which is very visable in the screenshot) is that the template doesn't seem to hold...
Forum: Lua/XML Help 05-13-12, 03:55 PM
Replies: 8
Views: 9,220
Posted By venoabyss
Question Scroll Frame help

So this is (as I understand it) spost to make two frames, the first (rosterList) is a viewport into the second (rosterData) now I had no idea what type of frame to use for the data so for now its...
Forum: Lua/XML Help 05-08-12, 10:55 AM
Replies: 4
Views: 6,736
Posted By venoabyss
Lol Well I feel like an idiot, It was displaying...

Lol Well I feel like an idiot, It was displaying a button of 0x0 pixel size. and this is why I should stick to programming in the Lua, Markup Languages never made much sense to me except as...
Forum: Lua/XML Help 05-07-12, 11:58 AM
Replies: 4
Views: 6,736
Posted By venoabyss
Changed the button to LUA and it works...

Changed the button to LUA and it works great!



local rosterButton = CreateFrame("Button", nil, frame, "UIPanelButtonTemplate")
rosterButton:SetPoint("BOTTOMLEFT", 10,...
Forum: Lua/XML Help 05-07-12, 09:36 AM
Replies: 4
Views: 6,736
Posted By venoabyss
Question XML Button Issue

I'm having issues getting this to show up, I'm trying to make a basic button with a transparent background, I will code the boarder if I think it would look better (have to see it).

All I want is to...
Forum: General Authoring Discussion 05-03-12, 12:16 PM
Replies: 4
Views: 6,144
Posted By venoabyss
Question Simplish Guild Roster Replacement

I'm just learning LUA but have been progamming for many years in C and VB, however I find myself getting agrivated with the default guild frame, after spending the last week trying to find a addon...
Forum: Carbonite Archive 04-28-12, 04:24 PM
Replies: 1
Views: 2,637
Posted By venoabyss
Carbonite questing

I'm looking for an addon to help with questing and its hard to tell exactly what carbonite offers as far as quests. So I was wondering if it covers the following:

Loremaster
Speedleveling
Zone...
Showing results 1 to 13 of 13