Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: CrazyCactuaR
Forum: Lua/XML Help 08-07-14, 12:17 PM
Replies: 6
Views: 3,633
Posted By CrazyCactuaR
Yup you are spot on pal, Thank you very much for...

Yup you are spot on pal, Thank you very much for that.
Forum: Lua/XML Help 08-07-14, 11:04 AM
Replies: 6
Views: 3,633
Posted By CrazyCactuaR
myAddon.toc ## Interface: 50401 ## Title:...

myAddon.toc

## Interface: 50401
## Title: myAddon
## Author: CrazyCactuaR
## DefaultState: Enabled
## SavedVariables: mySettings
myAddon.lua
Forum: Lua/XML Help 08-07-14, 09:37 AM
Replies: 6
Views: 3,633
Posted By CrazyCactuaR
Thank you! From trying this i can confirm that...

Thank you!

From trying this i can confirm that it does copy the default settings to another table, However a problem still exists.


default = {
one="hello",
two="bye",
}
profile = { }
Forum: Lua/XML Help 08-07-14, 08:33 AM
Replies: 6
Views: 3,633
Posted By CrazyCactuaR
How do i correctly load saved varibles?

Hi WOWInterface, I've come begging for help as this one is causing me quite the grief.

So I've got myself a table full of varibles (tblMySettings), the addon saves this table using #SavedVaribles:...
Forum: Lua/XML Help 03-07-14, 07:53 AM
Replies: 4
Views: 3,152
Posted By CrazyCactuaR
Again, I cannot thank you enough. I'll have a...

Again, I cannot thank you enough. I'll have a good play around with the example you gave and see what i can make.
Forum: Lua/XML Help 03-06-14, 05:38 PM
Replies: 4
Views: 3,152
Posted By CrazyCactuaR
Thank you Phanx that is much appreciated. I'll...

Thank you Phanx that is much appreciated.

I'll have to somehow figure out how to add a tree list to an options table.
Forum: Lua/XML Help 03-06-14, 02:02 PM
Replies: 4
Views: 3,152
Posted By CrazyCactuaR
Confusion over using AceConfig/Collapse button

Hi everyone, Does anyone know if it is possible at all, Using Ace3 to design a multi-tiered menu
on interface? So far i've managed to just create a simple list under the addon name, but cannot
seem...
Forum: Lua/XML Help 12-16-13, 03:02 AM
Replies: 9
Views: 3,472
Posted By CrazyCactuaR
Thank you all for your variations on the...

Thank you all for your variations on the solution.

Your right it was a way of toying with a new method. I had hopes i could make life easier upon myself by having a list of table values such as...
Forum: Lua/XML Help 12-15-13, 04:50 PM
Replies: 9
Views: 3,472
Posted By CrazyCactuaR
Unable to see the problem with my function

function IAmStill()
currentSpeed, runSpeed, flightSpeed, swimSpeed = GetUnitSpeed("Player")
if currentSpeed == 0 then
return true
else
return false
end
end
iam = {
still = IAmStill(),
Forum: Lua/XML Help 10-20-13, 08:02 AM
Replies: 3
Views: 2,133
Posted By CrazyCactuaR
ah i see, I always thought it would work even if...

ah i see, I always thought it would work even if i had a target. Thank you for that :)
Forum: Lua/XML Help 10-20-13, 07:53 AM
Replies: 3
Views: 2,133
Posted By CrazyCactuaR
Unhappy Stuck on using table varibles

Hi all and thanks for reading/helping.


local p="Player"
my = {
Class = UnitClass(p),
Level = UnitLevel(p),
Spec = GetSpecialization(p),
}
Forum: Lua/XML Help 05-10-13, 08:21 AM
Replies: 3
Views: 2,621
Posted By CrazyCactuaR
Thank you very much :)

Thank you very much :)
Forum: Lua/XML Help 05-10-13, 07:51 AM
Replies: 3
Views: 2,621
Posted By CrazyCactuaR
Unhappy Stuck trying to load a table of varibles

This must be a common cry for help I'm sorry but i really cannot get my head round it really. I've been spending alot of time browsing through google and wowinterface but any examples i seem to find...
Showing results 1 to 13 of 13