Clicking throws error, doesn't open worldmap (fix inside) #2


  • New
  • Defect
Open
Assigned to ckknight
  • _ForgeUser1276430 created this issue Oct 21, 2008

    What steps will reproduce the problem?
    1. Click on the plugin in foobar.
    2. Watch error.
    3. See no map pop up.

    What is the expected output? What do you see instead?
    The world map should pop up. Instead you get an error saying that ToggleWorldMap() is nil.

    What version of the product are you using?

    Do you have an error log of what happened?

    Please provide any additional information below.
    ToggleWorldMap() is no longer present. All references should be changed to ToggleFrame(WorldMapFrame) or ToggleWorldMap() should be defined to run ToggleFrame(WorldMapFrame).

  • _ForgeUser1276430 added the tags New Defect Oct 21, 2008
  • _ForgeUser196810 posted a comment Oct 24, 2008

    the toggleworldmap function is no longer valid. there is a new way to do it apparently


To post a comment, please login or register a new account.