flexte ursor sap gibi hep aynıydı canımı sıktı cursorü yerine göre değiştirmek için projenin heryeriyle oynadım mecburen (: sizin de işinize yarar bi örnek verim dedm.

0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="338" height="116" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#FFFFFF, #BFBFBF]">
 <mx:Label text="Cursor değiştirmek için butona tıklayın" width="228.5" x="54.75" y="79"/&gt;
 <mx:Script>
 &lt;![CDATA[
 import mx.managers.CursorManager;
 ]]>
 &lt;/mx:Script>
 <mx:Button x="54.75" y="36" toggle="true" label="Cursor Normal" width="220" id="cursorButonu">
 <mx:click>
 &lt;![CDATA[
 if(cursorButonu.selected){
 cursorButonu.label='Cursor Meşgul';
 cursorManager.setBusyCursor();
 }else {
 cursorButonu.label='Cursor Normal';
 cursorManager.removeBusyCursor();
 }
 ]]>
 &lt;/mx:click>
 &lt;/mx:Button>
&lt;/mx:Application>

Bu da Görüntüsü (:

Leave a Reply

(required)

(required)


1 × = five

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

© 2012 Tufan Suffusion theme by Sayontan Sinha