From 6f69330b77ed048be3c2439e4e7be1bc83fe44bd Mon Sep 17 00:00:00 2001 From: Chad Pilkey Date: Mon, 5 Oct 2015 12:26:44 -0700 Subject: [PATCH] Added scrolling dots to the reconnect popup --- .../main/views/ReconnectionPopup.mxml | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) mode change 100644 => 100755 bigbluebutton-client/src/org/bigbluebutton/main/views/ReconnectionPopup.mxml diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/views/ReconnectionPopup.mxml b/bigbluebutton-client/src/org/bigbluebutton/main/views/ReconnectionPopup.mxml old mode 100644 new mode 100755 index 2b648b65ef..2842eecc19 --- a/bigbluebutton-client/src/org/bigbluebutton/main/views/ReconnectionPopup.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/main/views/ReconnectionPopup.mxml @@ -26,11 +26,28 @@ with BigBlueButton; if not, see . horizontalScrollPolicy="off" horizontalAlign="center" width="250" - title="{ResourceUtil.getInstance().getString('bbb.connection.failure')}"> + title="{ResourceUtil.getInstance().getString('bbb.connection.failure')}" + creationComplete="onCreationComplete()"> 5) { + lblConnectDots.text = ""; + } else { + lblConnectDots.text += "."; + } + } ]]> @@ -38,13 +55,14 @@ with BigBlueButton; if not, see . paddingBottom="10" paddingTop="10" paddingLeft="10" - paddingRight="10" + paddingRight="0" > + styleName="micSettingsWindowSpeakIntoMicLabelStyle"/> +