Thread Tools Display Modes
Prev Previous Post   Next Post Next
04-20-14, 02:23 PM   #1
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 275
Guild Bank issue

Hi, I am trying to hide the emblem of the guild bank frame called "GuildBankEmblemFrame" but it does not recognise the frame name so I looked at Blizzards code at: http://wowprogramming.com/utils/xmlb...uildBankUI.lua

And thought I could do this:

Lua Code:
  1. hooksecurefunc("GuildBankFrame_OnLoad", function()
  2.     GuildBankEmblemFrame:Hide()
  3. end)

But I get: hooksecurefunc(): GuildBankFrame_OnLoad is not a function

This is probably an obvious problem I am causing but does anyone know how I can do this? Thanks!

Last edited by Mayron : 04-20-14 at 03:11 PM.
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Guild Bank issue


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off