DICE PACKS BUNDLE
Page 2 of 2 First 12
  1. #11
    Quote Originally Posted by Trenloe View Post
    Cool. The thing to keep in mind is that this is also active for the players. If they don't like the one column sidebar, we can put a little bit of code in to only do this for the GM.
    Doh. I didn't think of that. I love the extensibility; what's the LUA for isolating this to just the DM?

  2. #12
    Quote Originally Posted by damned View Post
    You might also look at the Curse of Strahd theme - it uses an alternative button representation.

    Excellent -- thank you!

  3. #13
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404
    Quote Originally Posted by MacDork View Post
    Doh. I didn't think of that. I love the extensibility; what's the LUA for isolating this to just the DM?
    Change the code in OnecolumnSidebar.lua to:
    Code:
    function onInit()
    	if User.isHost() then 
    		DesktopManager.setMaxDockColumns(1);
    	end
    end
    You can remove the Debug command I left in from testing.
    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  4. #14
    Quote Originally Posted by Trenloe View Post
    Change the code in OnecolumnSidebar.lua to:
    Code:
    function onInit()
    	if User.isHost() then 
    		DesktopManager.setMaxDockColumns(1);
    	end
    end
    You can remove the Debug command I left in from testing.
    Thank you, again!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
STAR TREK 2d20

Log in

Log in