This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 40b5cc1  [OPENMEETINGS-1923] tooltips and pointer cursor are added
40b5cc1 is described below

commit 40b5cc178e0614489be2e8f1d8ef0e528f80f0fa
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Mon Aug 27 17:47:25 2018 +0700

    [OPENMEETINGS-1923] tooltips and pointer cursor are added
---
 openmeetings-flash/src/main/flex/nettest.mxml                     | 8 +++++++-
 .../main/flex/org/apache/openmeetings/nettest/NetworkTest.mxml    | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/openmeetings-flash/src/main/flex/nettest.mxml 
b/openmeetings-flash/src/main/flex/nettest.mxml
index 9c0620b..7071445 100644
--- a/openmeetings-flash/src/main/flex/nettest.mxml
+++ b/openmeetings-flash/src/main/flex/nettest.mxml
@@ -64,6 +64,12 @@
                                Clipboard.generalClipboard.clear();
                                
Clipboard.generalClipboard.setData(ClipboardFormats.TEXT_FORMAT, logStr);
                        });
+                       copyLog.toolTip = lbl('copy.log');
+                       pingTest.toolTip = lbl('click.play');
+                       portTest.toolTip = lbl('click.play');
+                       jitterTest.toolTip = lbl('click.play');
+                       downTest.toolTip = lbl('click.play');
+                       upTest.toolTip = lbl('click.play');
                }
 
                private function appComplete():void {
@@ -110,7 +116,7 @@
        <s:VGroup paddingTop="20">
                <s:Group>
                        <s:Label id="runLbl" x="10"/>
-                       <s:Image id="copyLog" source="{copyImgCls}" 
visible="true" width="16" height="16" x="550"/>
+                       <s:Image id="copyLog" source="{copyImgCls}" 
buttonMode="true" visible="true" width="16" height="16" x="550"/>
                </s:Group>
                <s:HGroup id="tests" paddingBottom="15" paddingTop="10">
                        <nettest:PingTest id="pingTest"/>
diff --git 
a/openmeetings-flash/src/main/flex/org/apache/openmeetings/nettest/NetworkTest.mxml
 
b/openmeetings-flash/src/main/flex/org/apache/openmeetings/nettest/NetworkTest.mxml
index 406d2a0..7e87129 100644
--- 
a/openmeetings-flash/src/main/flex/org/apache/openmeetings/nettest/NetworkTest.mxml
+++ 
b/openmeetings-flash/src/main/flex/org/apache/openmeetings/nettest/NetworkTest.mxml
@@ -21,7 +21,7 @@
                xmlns:fx="http://ns.adobe.com/mxml/2009";
                xmlns:mx="library://ns.adobe.com/flex/mx"
                xmlns:s="library://ns.adobe.com/flex/spark"
-               borderVisible="false" creationComplete="init()">
+               borderVisible="false" creationComplete="init()" 
buttonMode="true">
        <fx:Script><![CDATA[
                import flash.globalization.NumberFormatter;
 

Reply via email to