Hello,

 

In an older version of OpenMeetings (about 18 months ago) I successfully
reconfigured the Chat Panel to be on the side of the conference window
instead of at the bottom.

With this new version, downloaded in the last 5 days, I cannot get the
Chat Panel to successfully move. When I recompile the code, I do get a
blank spot in my conference room window where I want the Chat to appear,
however the actual Chat tab does not appear. In looking through the
code, I cannot find very much to change.

 

Can you please direct me where I am going wrong? I changed the following
code in restrictedConferenceRoom:

 

Thanks,

Stephen

 

<!--

    <baseTabChatPanel name="_chatPanelStrict" labelid="616"

       height="200" x="${ parent._sidePanel.width }"  

       y="${ canvas.height - (this.height) - 28 }" 

       width="${ canvas.width - parent._sidePanel.width }" />

     -->

       

     <baseTabChatPanel name="_chatPanelStrict" labelid="616"

       height="${canvas.height-28}" 

       x="${canvas.width-250}"

       y="${canvas.height-28}"

       width="250" />

       

Reply via email to