• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

BottomsAnywhere

 

Project Updated:
Files Updated: Thu, Oct 30 2008
Supports Game Version: Beta 3.0
Category: Chat & Communication
Tags:

[Edit Tags]

Project Manager: KiraDouji
Additional Authors: No additional authors
Current Version: BottomsAnywhere 1.0
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 0
Downloads Total: 198
Favorites: 3
Comments: 3
  • Contests
  • About BottomsAnywhere
  •  

Makes your chat edit box movable and saves the location!

Many thanks to Moron for their excellent code in StickyChatWindow, which all of the location saving is from!

Known Caveats!
I cannot for the life of me get rid of the extra space at the bottom of the chat window like I could in BottomsUp. I am so at a loss as to how to fix this! So, please, if you have code or even an idea that might work to fix the chat window to act as it does in BottomsUp, PLEASE drop me a line, comment, ticket, etc...

  • Downloads (1)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  BottomsAnywhere 1.0 Release Beta 3.0 198 10/30/2008
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Nearro said

    I did a slight merger of this and BottomsUp so that it would reset the chat window to get rid of the extra space. Only issue is that it is now remembering the X of the edit box's location, but not the Y. Constantly resets it to the bottom.

    To reset the chat window, I just borrowed the WindowClearAnchors from BottomsUp as well as the WindowAddAnchor for the foreground and background. That resets the chat box so that there is no whitespace at the bottom.

    Here's the edited code:

    function BottomsAnywhere.Initialize()

    -- Make Text Edit Box Moveable
    WindowClearAnchors("EA_TextEntryGroupEntryBox")
    WindowClearAnchors("EA_ChatWindowGroup1Foreground")
    WindowAddAnchor( "EA_ChatWindowGroup1Foreground", "bottomright", "EA_ChatWindowGroup1CycleRightButton", "topright", 0, 0 )
    WindowAddAnchor( "EA_ChatWindowGroup1Foreground", "bottomleft", "EA_ChatWindowGroup1", "bottomleft", 0, 0 )

    -- Fixing Background anchoring
    WindowClearAnchors("EA_ChatWindowGroup1Background")
    WindowAddAnchor( "EA_ChatWindowGroup1Background", "bottomleft", "EA_ChatWindowGroup1Foreground", "bottomleft", 0, 0 )
    WindowAddAnchor( "EA_ChatWindowGroup1Background", "bottomright", "EA_ChatWindowGroup1Foreground", "bottomright", 0, 0 )
    LayoutEditor.RegisterWindow( "EA_TextEntryGroupEntryBox", L"Chat Input Box", L"The window that opens when you hit 'enter'.", false, false, true, nil )

    Reply Report Permalink
  • ChaosInc said

    Don't have time to test it, but instead of trying to move just the edit box, try moving the entire text entry group.

    Reply Report Permalink
  • MoronWar said

    And I stole most of my code from Squared & Aiiane :)

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 16 ResTell Chat & Communication, Class...
  2. 15 FollowMyLead Chat & Communication, and...
  3. 11 Tidy Chat Chat & Communication
  4. 10 Think Out Loud Chat & Communication, and...
  5. 10 WARCommander Chat & Communication, Combat...