5E Character Create Playlist
  1. #1

    Trying to move the chat box up to the top left

    Please see image attached, the dicepanel is locked to the chat window. I would like to keep the dicepanel where it is and move the chat panel up to the top left. I have narrowed it down to the desktop_classes.xml file and the template_windows.xml file but I am not sure what I need to modify. Here is the code for the chat window

    <windowclass name="chat">
    <frame>chatbox</frame>
    <noclose />
    <sizelimits>
    <dynamic />
    <minimum width="350" height="350" />
    </sizelimits>
    <script>
    function onInit()
    onLockStateChanged();
    end
    function onLockStateChanged()
    resize.setVisible(not getLockState());
    end
    </script>
    <sheetdata>
    <anchor_content_chatbox_top />

    <anchor_content_chatbox_bottom />
    <basicchatentry name="entry" />
    <basicchatentryscroll name="scrollbar_entry" />
    <basicchatentrymode name="mode" />

    <area_content_bottom name="area_controls">
    <anchored height="30" />
    </area_content_bottom>
    <chat_speaker_combo name="speaker" />
    <chat_speaker_icon name="speakericon" />
    <chat_language_combo name="language" />
    <chat_language_icon name="languageicon" />

    <basicchatwindow name="chat" />
    <basicchatwindowscroll name="chatscroll" />
    <basicchatwindowstatus name="chatstatus" />

    <resize_chatbox name="resize" />
    </sheetdata>
    </windowclass>
    Attached Images Attached Images

  2. #2

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
  •  
Starfinder Playlist

Log in

Log in