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://incubator.apache.org/openmeetings/ http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
