The whiteboard actually behaves correctly. It takes up the additional
space that used to belong to the chatpanel.

Thanks for the quick response.

 

When I get home I can send you a screen shot to show you what it looks
like.

 

Here is all the code:

 

    <!--

    <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" />

       

       

    <fixedFileExplorerWhiteboardPanel name="_whiteboard" labelid="615"

        y="0" x="${(canvas.ismoderator) ? parent._sidePanel.width : 0 }"


        width="${ (canvas.ismoderator) ? canvas.width -
(parent._sidePanel.width + parent._chatPanelStrict.width) : canvas.width
-  parent._chatPanelStrict.width }"

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

        

    <!--

        ###############################

        This is the container for all Videos

     -->

    <commonVideoViewContent name="_videoviewcontent" />

    

</class>

 

</library>

 

 

From: [email protected] [mailto:[email protected]] 
Sent: Monday, March 19, 2012 5:38 PM
To: [email protected]
Subject: Re: move Chat panel from bottom to side

 

Hard to tell from the snippet. I wonder how the whiteboard behaves when
you only change the chat tab ? I mean the whiteboad has a constraint on
its height depending on the chat status and the open/close togle makes
no sense when you open / close the chat when it is on the side instead
of the bottom?

Sebastian

2012/3/19 Kierzewski, Stephen <[email protected]>

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" />

       




-- 
Sebastian Wagner
http://www.openmeetings.de <http://www.openmeetings.de> 
http://incubator.apache.org/openmeetings/
<http://incubator.apache.org/openmeetings/> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
[email protected] <mailto:[email protected]> 

Reply via email to