SendTextMessage BasicButton
<!-- BasicButton which includes SendTextMessage action is a standard button. When a click operation is performed the event bubbles through the system and ends up on the http server _onUniversalCall event. --> <SkinObject><Type>BasicButton</Type> <!-- Unique name of the control --> <Name>ButtonSendMessage</Name> <!-- Visibility true or false --> <Visible>true</Visible> <!-- If action is SendTextMessage then, when user clicks on the button current message in ChatInput is sent to user selected in users list. --> <OnClick> <Action>SendTextMessage</Action> </OnClick> <Position> <Left>350</Left> <Top>100%-120</Top> <Width>56</Width> <Height>30</Height> </Position> <LookAndFeel> <!-- Button design --> <Images> <NormalImage>./skin/images/send_01.png</NormalImage> <OverImage>./skin/images/send_02.png</OverImage> <DownImage>./skin/images/send_03.png</DownImage> </Images> <!-- alpha value between 0..1 --> <AlphaBlend>1</AlphaBlend> <!-- Could be one of the following values http://www.google.cz/#q=flash.display.blendmode --> <BlendMode>normal</BlendMode> <!-- color transformation --> <ColorTransform> <Color redMultiplier="0.1" greenMultiplier="0.5" blueMultiplier="0.8" alphaMultiplier="1" redOffset="128" greenOffset="128" blueOffset="128" alphaOffset="0" /> <!-- <Color brightness="0" tintColor="0xFF000000" tintMultiplier="0" /> --> </ColorTransform> </LookAndFeel> </SkinObject>
Latest news (source CNN):

