Showing results 1 to 25 of 61
Search took 0.00 seconds.
Search: Posts Made By: candrid
Forum: Lua/XML Help 01-07-19, 05:42 PM
Replies: 4
Views: 1,535
Posted By candrid
Hey, thanks!

Hey, thanks!
Forum: Lua/XML Help 01-07-19, 02:34 PM
Replies: 4
Views: 1,535
Posted By candrid
Would that include things like the party frame...

Would that include things like the party frame and actionbars?
Forum: Lua/XML Help 01-07-19, 04:48 AM
Replies: 4
Views: 1,535
Posted By candrid
Hiding Frames (party in this case)

Here is what I have so far:


SLASH_PANE1 = "/pane"; -- creates the slash command to toggle the pane on and off.
SlashCmdList.PANE = function(arg)
BottomPane:SetShown(not BottomPane:IsVisible())
...
Forum: Lua/XML Help 08-17-18, 08:55 AM
Replies: 24
Views: 5,693
Posted By candrid
Thank you! I will get it a combing.

Thank you! I will get it a combing.
Forum: AddOn Search/Requests 08-17-18, 06:49 AM
Replies: 3
Views: 2,643
Posted By candrid
When running it - I get two general problems. 1)...

When running it - I get two general problems.

1) - The WORLD_MAP_UPDATE event is invalid. That means it isn't firing like it is supposed to. Perhaps that event was changed in 8.0.1.

2) - There is...
Forum: Lua/XML Help 08-17-18, 06:39 AM
Replies: 24
Views: 5,693
Posted By candrid
I literally tried that code as shown and the...

I literally tried that code as shown and the splash does not show. I am unsure why. I am really sorry to bother you guys with this.

Any idea why? I changed the version numbers around in the toc.
Forum: Lua/XML Help 08-16-18, 08:16 PM
Replies: 24
Views: 5,693
Posted By candrid
local addonName, addonData = ... local function...

local addonName, addonData = ...
local function OnEvent(self,event,...)
-- create variables from the event arguments
local login,reload = ...
-- if this is the first time entering...
Forum: Lua/XML Help 08-16-18, 08:04 PM
Replies: 24
Views: 5,693
Posted By candrid
It does Xrystal. Thank you, I will try and get...

It does Xrystal. Thank you, I will try and get it working.
Forum: Site help, bugs, suggestions/questions 08-16-18, 07:59 PM
Replies: 2
Views: 1,020
Posted By candrid
Awesome, thank you so much. I was setting up the...

Awesome, thank you so much.

I was setting up the SVG thats why I wanted to do it lol. You guys are great.
Forum: Site help, bugs, suggestions/questions 08-16-18, 02:02 PM
Replies: 2
Views: 1,020
Posted By candrid
Delete Addon from WI

Crazy question but I have an old addon I wanted to delete so I could use the name for a total redo.

How do I delete the old addon?

Also, is it possible to keep the new one "hidden" until its...
Forum: Lua/XML Help 08-16-18, 10:03 AM
Replies: 24
Views: 5,693
Posted By candrid
Thank you, I really admire your work BTW.

Thank you, I really admire your work BTW.
Forum: Lua/XML Help 08-16-18, 08:37 AM
Replies: 24
Views: 5,693
Posted By candrid
I am sorry to ask but could you elaborate on this...

I am sorry to ask but could you elaborate on this example? I do not understand the sv.version segment. Also, in many versions of my code here, offline I cannot get the SavedVariablesPerCharacter to...
Forum: Lua/XML Help 08-16-18, 08:22 AM
Replies: 24
Views: 5,693
Posted By candrid
Awesome, thank you. I definitely want to avoid...

Awesome, thank you. I definitely want to avoid taint.
Forum: Lua/XML Help 08-16-18, 08:21 AM
Replies: 24
Views: 5,693
Posted By candrid
I had no idea it had parameters.

I had no idea it had parameters.
Forum: Lua/XML Help 08-16-18, 08:20 AM
Replies: 24
Views: 5,693
Posted By candrid
I understand most of it but what is the "rlib"...

I understand most of it but what is the "rlib" about? Can that be substituted?
rLib:CreateFrameFader(ObjectiveTrackerFrame, cfg.fader)
Forum: Lua/XML Help 08-16-18, 04:47 AM
Replies: 24
Views: 5,693
Posted By candrid
Right, I figured that out a short while later. I...

Right, I figured that out a short while later. I thought I included that in my edit. Sorry that I did not.
Forum: Lua/XML Help 08-16-18, 01:32 AM
Replies: 24
Views: 5,693
Posted By candrid
Hm, perhaps. Is there a way in Lua perhaps? I'm...

Hm, perhaps. Is there a way in Lua perhaps? I'm uncomfortable with XML. Trying to stay simple.

local addonName, addonData = ...
local InstallerLogo = CreateFrame("Frame", addonName.."ILogo",...
Forum: Chit-Chat 08-16-18, 01:30 AM
Replies: 10
Views: 9,176
Posted By candrid
Hey Thanks! (and there is ALWAYS cake for you)

Hey Thanks! (and there is ALWAYS cake for you)
Forum: Chit-Chat 08-15-18, 08:44 PM
Replies: 10
Views: 9,176
Posted By candrid
How could I deny you?

How could I deny you?
Forum: Chit-Chat 08-15-18, 08:44 PM
Replies: 10
Views: 9,176
Posted By candrid
It was just my Birthday and thats exactly what I...

It was just my Birthday and thats exactly what I had. Were you looking through my window?
Forum: Chit-Chat 08-15-18, 08:14 PM
Replies: 10
Views: 9,176
Posted By candrid
Arrow Now that I have Officially taken over WoWI ...

Free cake for everyone!

:banana: That is all. :banana:
Forum: RealUI 08-15-18, 08:09 PM
Replies: 3
Views: 2,295
Posted By candrid
Sometimes addon's can interfere with the display....

Sometimes addon's can interfere with the display. It might be something in the Suite you are using.
Forum: Lua/XML Help 08-15-18, 06:38 PM
Replies: 24
Views: 5,693
Posted By candrid
Smile Fading Textures

I would like to fade a texture in, and then out, like a splash - I did it a while ago but cannot remember how. Doesn't have something to do with animation?

Please advise.

I added the Lua below for...
Forum: Lua/XML Help 08-12-18, 04:27 PM
Replies: 2
Views: 1,628
Posted By candrid
Yay! Thank you! Now I can tinker some more.

Yay! Thank you! Now I can tinker some more.
Forum: Lua/XML Help 08-12-18, 02:53 PM
Replies: 2
Views: 1,628
Posted By candrid
Extra Set of Eyes

Hey Friends.

I have the following lua, which is supposed to make a frame appear. It throws no error and nothing appears but I can confirm the .blp is working as I use it elsewhere. Did I miss...
Showing results 1 to 25 of 61