Close
Showing results 1 to 4 of 4
  1. #1

    Default Jamba - Possible to set GUI not to aways stay on top?

    Can I set it so it is not aways "on top"? I placed the GUI below the party frame. Eveytime I open another window (trade, etc), the Jamba frame will stay on top and block the new window. I have to constantly move it away then back again after I am done with the new window..

  2. #2

    Default

    Are you comfortable editing .lua files?

    Go into the Jamba addon directory; open the JambaComms.lua file (use notepad). Search for the phrase "JambaComms:CreateJambaTeamListFrame()" (without the ").

    You'll find the code looks like this:

    Code:
    function JambaComms:CreateJambaTeamListFrame()
    	
    	-- The frame.
    	local frame = CreateFrame( "Frame", "JambaTeamListWindowFrame", UIParent )
    	frame.obj = self
    	frame:SetWidth( self.db.teamListStatusWidth )
    	frame:SetHeight( self.teamListTitleHeight + (self.db.teamListStatusHeight * 1) + (self.teamListVerticalSpacing * (1 + 3)) )
    	frame:SetFrameStrata( "DIALOG" )
    	frame:SetToplevel( true )
    	frame:SetClampedToScreen( true )
    	frame:EnableMouse()
    Change the word "DIALOG" to "LOW" (make sure you keep the "). If LOW does not work or the team gui disappears behind other frames, try MEDIUM.

    That should solve your problem. Let me know if it works. I've changed this for the next release of Jamba (it annoys me as well) .
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  3. #3

    Default

    Since you are making changes to the dialog, can you make so that I can make the dialog smaller? I currently only use it for the follow status since my team is all level 70. But it won't go smaller than like 90. I would like just the player icon and the follow status box. This would allow me to align it with my party unitframes.

    Thanks.

  4. #4

    Default

    Do you want a horizontal option for the case where you don't have the bars?
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

Similar Threads

  1. DANGER, Stay Away! Can this be viable?
    By AlienChild in forum Multiboxing Group Composition Discussion
    Replies: 16
    Last Post: 06-07-2009, 03:49 PM
  2. The Run-Aways (Collecting Data)
    By The IT Monkey in forum General WoW Discussion
    Replies: 65
    Last Post: 08-31-2008, 08:33 PM
  3. RX700 - stay away
    By Cernunnos in forum Hardware Tools
    Replies: 2
    Last Post: 07-19-2008, 01:47 PM
  4. How to fix "run-aways"
    By Buzzatronic in forum Software Tools
    Replies: 30
    Last Post: 03-09-2008, 03:23 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •