Revision: 4207
Author: solomax666
Date: Tue Sep 6 11:31:58 2011
Log: - Issue 1474: Screensharing Notification: Window does not close
when you leave the room + Username should be in Window Title
http://code.google.com/p/openmeetings/source/detail?r=4207
Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/conference/conferenceMenubar.lzx
/trunk/singlewebapp/WebContent/openmeetings/modules/screenSharer2/screenSharingDialog.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/conference/conferenceMenubar.lzx
Sun Jul 31 05:20:43 2011
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/conference/conferenceMenubar.lzx
Tue Sep 6 11:31:58 2011
@@ -42,6 +42,9 @@
labeliderror:790,showCheckBox:false});
</handler>
<method name="sendConfirmation" args="confirm,bool">
+ if (canvas.screenSharingDialogContainer != null) {
+ canvas.screenSharingDialogContainer.destroy();
+ }
canvas.doActionmenu('quit');
</method>
<view resource="exit_btn_rsc" y="2" x="4" />
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/screenSharer2/screenSharingDialog.lzx
Fri Jun 10 02:36:51 2011
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/screenSharer2/screenSharingDialog.lzx
Tue Sep 6 11:31:58 2011
@@ -39,11 +39,13 @@
<attribute name="initObject" value="null"/>
<handler name="oninit">
+ var fName = " " + this.initObject.firstname
+ + " " + this.initObject.lastname;
var tString = canvas.getLabelName(849)
- + " " + this.initObject.firstname
- + " " + this.initObject.lastname
+ + " " + fName
+ " " + canvas.getLabelName(850);
+ this.setAttribute('title', canvas.getLabelName(855) + " " +
fName);
if (parent.subviews.length > 1) {
this.setAttribute("y",((parent.subviews.length-1)*100)+40);
} else {
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.