I tried "recompile" in debug, but... dont worked ;/
On 29 abr, 04:21, pankaj anand <
pankajanan...@gmail.com> wrote:
> you need to edit
>
> modules/conference/conference/roomListDetails.lzx , file.
>
> you need to remove some content lke this
>
> <labelText y="240" labelid="405" />
> <view name="_chat" y="250" height="270" >
> <view name="_chatoutputborder" height="${ parent.height-48}"
>
> bgcolor="$once{ canvas.basebgcolorizer }" width="300">
> <chatOutputRoomsList name="_chatoutput" x="1" y="1"
>
> <handler name="oninit">
> canvas._chatcontentRPC = this;
> </handler>
> </chatOutputRoomsList>
> </view>
> <chatTabBottomRoomList name="_chattabbottom" x="0"
> width="300"
> y="${ parent.height-46 }" />
> </view>
>
> just remove this content .. and i thnk this would solove your problem.
>
> with regards
>
> Pankaj anand
>