How to use touch start, touch move, mouse down, mouse move to move elements in edge

How to use touch move and mouse move events events to move elements n edge?

Here is my code for a vertical carousel for mouse and touch interaction.  it's not perfect, but it does the job.  change from Y to X for horizontal path.  past at Stage.compositionready event.
// these are my elemens
var temp1 = sym.getSymbol("vmenu2").$("tvchannels").position().top;
var temp2 = sym.getSymbol("vmenu2").$("videosondemand").position().top;
var temp3 = sym.getSymbol("vmenu2").$("radiochannels").position().top;
var temp4 = sym.getSymbol("vmenu2").$("music2").position().top;
var temp5 = sym.getSymbol("vmenu2").$("info").position().top;
var temp6 = sym.getSymbol("vmenu2").$("vrtour").position().top;
var temp7 = sym.getSymbol("vmenu2").$("weather").position().top;
var temp8 = sym.getSymbol("vmenu2").$("clock").position().top;
var temp9 = sym.getSymbol("vmenu2").$("settings").position().top;
var tempa = sym.getSymbol("vmenu2").$("tvchannels").height();
var tempb = 200;
var tempdiff = temp2 - temp1;
var y1=0;
var y2=0;
var t = 0;
$(document).bind("touchstart", function(e) { 
  e.preventDefault(); 
  y1 = e.originalEvent.touches[0].pageY;
  temp1 = sym.getSymbol("vmenu2").$("tvchannels").position().top;
  temp2 = sym.getSymbol("vmenu2").$("videosondemand").position().top;
  temp3 = sym.getSymbol("vmenu2").$("radiochannels").position().top;
  temp4 = sym.getSymbol("vmenu2").$("music2").position().top;
  temp5 = sym.getSymbol("vmenu2").$("info").position().top;
  temp6 = sym.getSymbol("vmenu2").$("vrtour").position().top;
  temp7 = sym.getSymbol("vmenu2").$("weather").position().top;
  temp8 = sym.getSymbol("vmenu2").$("clock").position().top;
  temp9 = sym.getSymbol("vmenu2").$("settings").position().top;
  t = 1;
$(document).bind("touchend", function(e) { 
  e.preventDefault(); 
  t = 0;
$(document).bind("touchmove", function(e) { 
  e.preventDefault(); 
  //var x = e.originalEvent.touches[0].pageX;
  y2 = e.originalEvent.touches[0].pageY;
  //sym.getSymbol("vmenu2").$("tvchannels").css({top: y, left: x}); 
  if (t==1) {
    var y = y2 - y1; 
    var top1 = temp1 + y + tempdiff;
    var top2 = temp2 + y + tempdiff;
    var top3 = temp3 + y + tempdiff;
    var top4 = temp4 + y + tempdiff;
    var top5 = temp5 + y + tempdiff;
    var top6 = temp6 + y + tempdiff;
    var top7 = temp7 + y + tempdiff;
    var top8 = temp8 + y + tempdiff;
    var top9 = temp9 + y + tempdiff;
    if (top1<10) {
      if (top9>250) {
        sym.getSymbol("vmenu2").$("tvchannels").css({top: top1}); 
        sym.getSymbol("vmenu2").$("videosondemand").css(); 
        sym.getSymbol("vmenu2").$("radiochannels").css();
        sym.getSymbol("vmenu2").$("music2").css();
        sym.getSymbol("vmenu2").$("info").css();
        sym.getSymbol("vmenu2").$("vrtour").css();
        sym.getSymbol("vmenu2").$("weather").css();
        sym.getSymbol("vmenu2").$("clock").css();
        sym.getSymbol("vmenu2").$("settings").css();
var d = 0;
$(document).bind("mousedown", function(e) { 
  e.preventDefault(); 
  y1 = e.pageY;
  temp1 = sym.getSymbol("vmenu2").$("tvchannels").position().top;
  temp2 = sym.getSymbol("vmenu2").$("videosondemand").position().top;
  temp3 = sym.getSymbol("vmenu2").$("radiochannels").position().top;
  temp4 = sym.getSymbol("vmenu2").$("music2").position().top;
  temp5 = sym.getSymbol("vmenu2").$("info").position().top;
  temp6 = sym.getSymbol("vmenu2").$("vrtour").position().top;
  temp7 = sym.getSymbol("vmenu2").$("weather").position().top;
  temp8 = sym.getSymbol("vmenu2").$("clock").position().top;
  temp9 = sym.getSymbol("vmenu2").$("settings").position().top;
  d = 1;
$(document).bind("mouseup", function(e) { 
  e.preventDefault(); 
  d = 0;
$(document).bind("mousemove", function(e) { 
  e.preventDefault(); 
  //var x = e.originalEvent.touches[0].pageX;
  y2 = e.pageY;
  //sym.getSymbol("vmenu2").$("tvchannels").css({top: y, left: x}); 
  if (d==1) {
    var y = y2 - y1; 
    var top1 = temp1 + y + tempdiff;
    var top2 = temp2 + y + tempdiff;
    var top3 = temp3 + y + tempdiff;
    var top4 = temp4 + y + tempdiff;
    var top5 = temp5 + y + tempdiff;
    var top6 = temp6 + y + tempdiff;
    var top7 = temp7 + y + tempdiff;
    var top8 = temp8 + y + tempdiff;
    var top9 = temp9 + y + tempdiff;
    if (top1<10) {
      if (top9>250) {
        sym.getSymbol("vmenu2").$("tvchannels").css({top: top1}); 
        sym.getSymbol("vmenu2").$("videosondemand").css(); 
        sym.getSymbol("vmenu2").$("radiochannels").css();
        sym.getSymbol("vmenu2").$("music2").css();
        sym.getSymbol("vmenu2").$("info").css();
        sym.getSymbol("vmenu2").$("vrtour").css();
        sym.getSymbol("vmenu2").$("weather").css();
        sym.getSymbol("vmenu2").$("clock").css();
        sym.getSymbol("vmenu2").$("settings").css();

Similar Messages

  • How to use the multi-touch trackpad to adjust icon size?

    After I upgrade my OS X 10.6 to 10.9.2, I lost.
    Everyday I search the forum to look for the "feeling" of using Mac OS (migrate from windows to OS X10.6). The OS X 10.6 is just great.
    Now the questions, how to use the multi-touch trackpad to adjust icon size with simple pinch open or close gesture?
    Thank you.

    Welcome to Apple Support Communities. We're users here and don't speak for "Apple Inc."
    Using the multi-touch trackpad to 'zoom' in or out is temporary.
    The best way to permanently change icon size on the Desktop is to Command+click on an empty place on the Desktop screen and select Icon Size from the Desktop preference pane:

  • HT3390 OS X 10.9.2 how to use the Multi-Touch trackpad to adjust icon sizes in the Finder like previous OS?

    After I upgrade my OS X 10.6 to 10.9.2, I lost.
    Everyday I search the forum to look for the "feeling" of using Mac OS (migrate from windows to OS X10.6). The OS X 10.6 is just great.
    Now the questions, how to use the multi-touch trackpad to adjust icon size with simple pinch open or close gesture?
    Thank you.

    I might also add, you can run 10.6.8 Server in virtualization, if you need access to Rosetta applications:
    https://discussions.apple.com/docs/DOC-2295#ROSETTALION

  • Grey screen how to use alternate start up

    the info on what my computer has computer is below.
    ok so i loaded leopard no problem. the computer is three years old and worked just fine yesterday upon first using leopard. when i booted it from being turned off today i got the gray screen with the apple logo on it, then after 10-15 seconds, the fan revs up as loud as I've ever heard it and it just freezes there.
    i've unplugged evertyhing and restarted several times. nada. what i want to try is starting it in some other way... isn't there like a safe mode start or something where i hold down several keys and force it to open in a different way?
    and how else can i get it started again before taking it in. the apple care ended last week i would rather try everthing i can think of myself first. if i use the start up disc do i use the leopard one or the tiger that came with it initially?
    i have a brand new 24" iMac G5 so this isn't a crisis but i want to use this one as well. what thoughts do you all have.

    "i have a brand new 24" iMac G5 "
    No such computer. You have an Intel iMac. Intels & G5 are 2 different models.
    You will need to repost over in the Intel-based iMac Forums
    http://docs.info.apple.com/article.html?artnum=301724-en How to identify your iMac
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh355.html Getting information about your computer

  • With DAQmx, how to use AO start trigger for AO/AI synchronization with finite AI sampling

    I am a new user to DAQmx and I am trying to synchronize AI (finite samples) with AO in LabVIEW 7.1 using a PCI 6229 card. I want to generate a finite waveform (AO) and, subsequently, collect a finite number of voltage samples (AI). I would like to repeat the AO-AI cycles in a while loop.
    Alternatively, I could use an infinite AO generation and collect finite number of voltage samples on AI but always exactly at the same spot of the AO buffer.
    Using traditional DAQ and a 6024E card, I used a counter triggered by AO start trigger signal (example attached). I have problems with translating this example into DAQmx.
    Please help!
    Ruber
    Attachments:
    AIAODelay_traditional_Eseries.vi ‏155 KB

    Lesley,
    Thank you very much for your suggestion. Late last night I actually tried a to use AI start trigger instead of AO start trigger and it worked (since I tried the AI & AO to start simultaneously, it does not matter what triggers what), even in the loop. The devil is in details, as I had to carefully wire the number of data points and what to place inside/outside the loop.
    The problem with shared clock is that I need to sample the AI and AO at different rates but using AO and AI clock separately did not seem to affect the performance.
    I still want to try to use the AO start trigger (as you suggest) because I would like to delay the AI by a few ms from the AO. Is there a simple way to to that?
    I suppose, switching from traditional DAQ to DAQmx requires your brain to be rewired - after playing with it for a couple of days and nights I developed a "feeling" for it. One of the differences was that, in order to use this example in the loop, one has to use 'stop task' inside and 'clear task' outside the loop.
    Thanks again!
    Radek Uberna

  • How to use "form start" ?

    Hello,
    I created a workflow that is starting when the BUS2005-DELETED is raising.
    All it's ok, so when a production order is deleted, the workflow is triggered.
    But now I done a modification:
    I created a start from FORM (linked a Zstructure with AUFNR data element): with this FORM the user can chose the order number (exemlple 234324) and only when the order N° 234324 is deleted the workflow is triggered.
    When I test the workflow, I got an error message: The Item is not istantiate, in fact the BUS2005 is empty ...
    My question is: what I have to check ? How pass the data entered from the user, so in Zstructure, at BUS2005 ? How istantiate ?
    Tks a lot,
    Roberto.

    Hello Arghadip and tks for reply.
    I think the problem is not linked at the kind of event: it's linked at the instantiation procedure.
    I mean that when I test the FORM to trigger the workflow - the status is in 'error'. I read the error message and the objet BUS2005 is empty - for exemple the BUS2005-Order number, is empty.It's there the error !!!
    On the form there's : order N°  234324, but BUS2005-Order number is empty.
    Any idea ?
    tks a lot.
    Roberto.

  • Mouse down & mouse down in one event

    I am trying to put a mouse down with a mouse down in the same event. The first mouse down is to control a graph and the second a table. When I add the second mouse down event the Graph mouse down doesn't work.
    What am I doing wrong>
    Paul Power
    I have not lost my mind, it's backed up on a disk somewhere

    By stopped working I mean a broken run arrow and disabled property nodes giving broken wires
    I have attached the xy graph code being used
    Paul Power
    I have not lost my mind, it's backed up on a disk somewhere
    Attachments:
    XY graph - closest point.vi ‏24 KB
    scatter plot.vi ‏27 KB

  • How to use JOURN.E TOUCH as an e-reader?

    Greetings from Greece!
    I just bought the new Journ.E Touch Tablet.
    https://www.toshibatouch.eu/index2.php
    Although I'm happy with the different facilities, I haven't find a way yet to be able to read my e-books (pdf files), or any other "office" docs... i.e. word docs, excel or powerpoint.
    Since it's running Windows CE and there are already many similar applications (also available for free as shareware), is there a way to run / import them into the system?
    Any suggestions?
    I checked also at "TOSHIBA Virtual Store" / Downloads / Applications, for any available upgrade, but found nothing!
    I would appreciate an OFFICIAL reply from TOSHIBA HQ as well, since many others like me got that gadget to use it as an e-reader, but can't !!!
    Thanks in advance for your posts...

    Unfortunately I didn't catch it! I need to use Journ.E as an e-reader and I can't! I'm wondering how come and such a useful application like that wasn't included in the system software from the start... furthermore, some program to open office docs (word, excel, powerpoint)...
    Is it possible to install such an application some other way except the on-line shop? It takes so long for TOSHIBA to respond...
    Can you maybe upload that beta software you have so I can use it too?
    Furthermore, as it is written in other topics, it seems there is a bug that makes the system unstable and need to reset... and Internet Explorer needs an upgrade too, let's hope SOON will be a solution for all these, it's a pity we spent 250 e and can't use the product to the full!

  • How to use a ipod touch 4g dock help?

    I have tried everything and it still plays sound through speaker when plugged into my dock on my ipod 4g. It is a ebay dock that i want to use for my car stereo to make it more easy to hook stuff up and it has a charge in and a line out on it. but so far it is not working for the least bit on the line out and still plays out my speakers on the ipod.
    Thank you in advanced! any help is appreciated

    Yes.  If there is an Apple store nearby, I would make an appointment at the Genius Bar of an Apples store. If defective you should walk out with a refurbished iPod.

  • How to use web start call JMS -- new

    Hello folks :
    This works okay when I run the clients from a command line,
    but when I deploy with Java Web Start 1.2, I get a message saying "Ignoring com/sun/jms/util/jms.properties due to exception "java.lang.NullPointerException", I've put jms_client.properties into jar file and set the property "jms.properties" to value "jms_client.properties" in the jnlp file and set the classloader.
    Anyone have any ideas?
    Thank you ~~
    Jovi
    Ignoring com/sun/jms/util/jms.properties due to exception
    java.lang.NullPointerException
    java.lang.NullPointerException
    at java.util.Hashtable.put(Hashtable.java:389)
    at com.sun.jms.JMSInitialContext.<init>(JMSInitialContext.java:70)
    at
    com.sun.jms.client.InitialClientContext.<init>(InitialClientContext.java:55)
    at
    com.sun.jms.client.InitialClientContext.getInstance(InitialClientContext.jav
    a:75)
    at
    com.sun.jms.ConnectionFactoryImpl.createConnection(ConnectionFactoryImpl.jav
    a:261)
    at
    com.sun.jms.QueueConnectionFactoryImpl.createQueueConnection(QueueConnection
    FactoryImpl.java:77)
    at
    com.sun.enterprise.jms.ConnectionFactoryWrapperStandalone.createQueueConnect
    ion(ConnectionFactoryWrapperStandalone.java:50)
    at QueueReceiverTest.<init>(QueueReceiverTest.java:52)
    at QueueReceiverTest.main(QueueReceiverTest.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    .java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.javaws.Launcher.executeApplication(Unknown Source)
    at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
    at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
    at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
    at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:536)

    Hello dietz :
    Thank you for your reply so much!!
    I use Sun RI 1.3 & java web start 1.2, I can't find the deployment.properties file in my server & client pc. I add deployment.javaws.secure.properties="jms.properties" in defult.properties, but it didn't work.
    Then I try to write in my jnlp file is as below :
    <property name="deployment.javaws.secure.properties" value="jms.properties"/>
    <property name="jms.properties" value="jms_client.properties"/>
    <j2se version="1.4+"/>
    <jar href="j2ee.jar"/>
    <jar href="Queue.jar" main="true"/>
    </resources>
    <application-desc main-class="QueueReceiverTest" />
    </jnlp>
    And I add some code
    System.getProperty("deployment.javaws.secure.properties");
    System.getProperty("jms.properties");
    context = new InitialContext();
    But error message still shows the same.
    Can you give me a help again ?
    Thank you a lot !!
    Jovi

  • How to use XSLT for mapping feild names one by one to array element

    I have a XSLT case to map all the attributes feild name(not value) which has no child to the target, which is array loop.
    I give an sample below.
    source:
    <Items xmlns="http://www.example.org/sample">
    <SourceSystem>SourceSystem2573</SourceSystem>
    <TimeStamp>2010-01-17T20:54:08.234</TimeStamp>
    <Item>
    <ID>2574</ID>
    <Type>2575</Type>
    <Name>2576</Name>
    </Item>
    </Items>
    source XSD like:
         <element name="Items" type="tns:ItemsType"></element>
         <complexType name="ItemsType">
              <sequence>
                   <element name="SourceSystem" type="string" maxOccurs="1"
                        minOccurs="1">
                   </element>
                   <element name="TimeStamp" type="dateTime" maxOccurs="1"
                        minOccurs="1">
                   </element>
                   <element name="Item" type="tns:ItemType"
                        maxOccurs="unbounded" minOccurs="1">
                   </element>
    </sequence>
         </complexType>
    <complexType name="ItemType">
              <sequence>
                   <element name="ID" type="string" maxOccurs="1"
                        minOccurs="1">
                   </element>
                   <element name="Type" type="string" maxOccurs="1"
                        minOccurs="1">
                   </element>
    <element name="Name" type="string" maxOccurs="1"
                        minOccurs="1">
                   </element>
    </sequence>
         </complexType>
    target need to be like:
    <ns1:AttributesCollection>
    <ns1:Attributes>
    <ns1:fieldname>SourceSystem</ns1:fieldname>
    </ns1:Attributes>
    <ns1:Attributes>
    <ns1:fieldname>TimeStamp</ns1:fieldname>
    </ns1:Attributes>
    <ns1:Attributes>
    <ns1:fieldname>ID</ns1:fieldname>
    </ns1:Attributes>
    <ns1:Attributes>
    <ns1:fieldname>Type</ns1:fieldname>
    </ns1:Attributes>
    <ns1:Attributes>
    <ns1:fieldname>Name</ns1:fieldname>
    </ns1:Attributes>
    </ns1:AttributesCollection>
    target XSD:
    <xs:element name="AttributesCollection" type="AttributesCollection"/>
    <xs:complexType name="AttributesCollection">
    <xs:sequence>
    <xs:element name="Attributes" type="Attributes" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="Attributes">
    <xs:sequence>
    <xs:element name="fieldname" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="100"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    I know we can use local-name() to get the tag/field name,
    but I have not idea how to get these leaf field names one by one and then mapping to every array elements.
    I tried whole day but no successful
    Does anyone have some idea?
    Thanks very much!
    Keith
    Edited by: user1065212 on 17-Jan-2010 22:50
    Edited by: user1065212 on 17-Jan-2010 22:53
    Edited by: user1065212 on 17-Jan-2010 22:59

    can you paste source xsd and the correct xml output, the current one isn't really valid
    <ID>2574</TotalNumOfItems>

  • Mouse Down ,Mouse Click conflict

    Dear Flexmasters ,
      I have a view component that I would like to be draggable when the mouse is held down ,  and dispatch an event when clicked ( single-click ).  However , when I go to drag and the mouse is released , a click event is dispatched.  Is there a way I can prevent the click event from being fired during a drag and drop operation ?  As always points WILL be awarded.
    Here is the code if you would like to see it.
                public function init():void
                     this.addEventListener(MouseEvent.MOUSE_DOWN , handleStartDrag );
                    this.addEventListener(MouseEvent.MOUSE_UP , handleStopDrag );
                    this.addEventListener(MouseEvent.CLICK , layerClick );
                private function handleStartDrag(event:MouseEvent):void
                     event.preventDefault();
                    var target:UIComponent = UIComponent(event.currentTarget);
                    target.startDrag(false);
                private function handleStopDrag(event:MouseEvent):void
                    event.preventDefault();
                    var target:UIComponent = UIComponent(event.currentTarget);
                    target.stopDrag();
                private function layerClick(event:MouseEvent):void
                    if(event.type == MouseEvent.CLICK )
                        var uiEvent:UIEVENT = new UIEVENT(UIEVENT.LAYERSELECTED);
                        uiEvent.layer = layer;
                        dispatchEvent( uiEvent );

    I overrided the MouseEvent and Group classes to differenciate the MouseEvent.CLICK and MouseEvent.MOUSE_DOWN -> MouseEvent.MOUSE_UP
    utils.RealMouseEvent.as
    package utils
         import flash.events.MouseEvent;
         import flash.events.TimerEvent;
         import flash.geom.Point;
         import flash.utils.Timer;
         import settings.Settings;
         import spark.components.Group;
         [Event(name="realClick", type="utils.RealMouseEvent")]
         [Event(name="realMouseUp", type="utils.RealMouseEvent")]
         [Event(name="realMouseDown", type="utils.RealMouseEvent")]
         public class RealMouseEventsGroup extends Group
              public function RealMouseEventsGroup()
                   super();
                   _isTimeOut = false;
                   addEventListener(MouseEvent.MOUSE_DOWN,mouseDownHandler,false,1);
                   addEventListener(MouseEvent.CLICK,mouseClickHandler,false,1);
              public var stopPropagation:Boolean = false;
              private var _timer:Timer = new Timer(parseInt(Settings.getSetting("clickDelay")),1);
              private var _mouseMoveTolerance:Number = parseInt(Settings.getSetting("mouseMoveTolerance"));
              private var _isTimeOut:Boolean;
              private var _isMoved:Boolean;
              private var _event:MouseEvent;
              private var _lastMouseDownPt:Point;
              private function mouseDownHandler(event:MouseEvent):void{
                   _lastMouseDownPt = new Point(mouseX,mouseY);
                   _isTimeOut = false;
                   _isMoved = false;
                   _event = event;
                   addEventListener(MouseEvent.MOUSE_UP,mouseUpHandler,false,1);
                   addEventListener(MouseEvent.MOUSE_MOVE,mouseMoveHandler,false,1);
                   _timer.addEventListener(TimerEvent.TIMER_COMPLETE,clickTimeOut,false,1);
                   _timer.reset();
                   _timer.start();
                   if(stopPropagation)
                        event.stopPropagation();
              private function mouseUpHandler(event:MouseEvent):void{
                   if(_isTimeOut || _isMoved)
                        dispatchEvent(new RealMouseEvent(RealMouseEvent.REAL_MOUSE_UP,event));
                   removeEventListener(MouseEvent.MOUSE_MOVE,mouseMoveHandler);
                   _timer.stop();
                   if(stopPropagation)
                        event.stopPropagation();
              private function mouseClickHandler(event:MouseEvent):void{
                   if(!_isTimeOut && !_isMoved)
                        dispatchEvent(new RealMouseEvent(RealMouseEvent.REAL_CLICK,event));              
                   _timer.stop();
                   if(stopPropagation)
                        event.stopPropagation();
              private function mouseMoveHandler(event:MouseEvent):void{
                   var pt:Point = new Point(mouseX,mouseY);
                   if(Point.distance(_lastMouseDownPt,pt) > _mouseMoveTolerance){
                        _timer.stop();
                        dispatchEvent(new RealMouseEvent(RealMouseEvent.REAL_MOUSE_DOWN,_event));
                        removeEventListener(MouseEvent.MOUSE_MOVE,mouseMoveHandler);
                        _isMoved = true;
              private function clickTimeOut(event:TimerEvent):void{
                   _isTimeOut = true;
                   _timer.removeEventListener(TimerEvent.TIMER_COMPLETE,clickTimeOut);
                   removeEventListener(MouseEvent.MOUSE_MOVE,mouseMoveHandler);
                   dispatchEvent(new RealMouseEvent(RealMouseEvent.REAL_MOUSE_DOWN,_event));
    utils.RealMouseEventsGroup.as
    package utils
         import flash.display.InteractiveObject;
         import flash.events.MouseEvent;
         public class RealMouseEvent extends MouseEvent
              public static const REAL_CLICK:String = "realClick";
              public static const REAL_MOUSE_DOWN:String = "realMouseDown";
              public static const REAL_MOUSE_UP:String = "realMouseUp";
              public function RealMouseEvent(type:String, src:MouseEvent, bubbles:Boolean=true, cancelable:Boolean=false)
                   super(type, bubbles, cancelable, src.localX, src.localY, src.relatedObject, src.ctrlKey, src.altKey, src.shiftKey, src.buttonDown, src.delta);
    exemple of use :
    <utils:RealMouseEventsGroup id="myGroup"                                         realClick="myGroup_realClickHandler(event)"                                        realMouseDown="myGroup_realMouseDownHandler(event)"                                        realMouseUp="myGroup_realMouseUpHandler(event)"/>

  • Using the I touch calendar...with windows  is it possible

    I am trying to figure out how to use the i touch calendar option with my windows computer. I located the ical but it seems to only be available for Mac users. Am I mistaken or is there a program available for me?
    Thanks

    Hello and Welcome to Apple Discussions. 
    iCal is a very nice Mac-only application.
    Your iPod touch will be synced with calendar data in Microsoft Outlook on your PC.
    http://docs.info.apple.com/article.html?artnum=306413
    Hope that helps.
    mrtotes

  • Start up and shut down services

    Hi team,
    Could tell me how to enable the start up and shut down services in unix environment?
    Regards,
    Rajesh

    What services to you mean ? You mean how to run a program ?
    Unix systems don't really have services like Windows. If you want something to start automatically when you reboot the server then usually you place a script under /etc/init.d or a similar location (it depends on what unix you are running)
    http://www.ContractOracle.com

  • My ipod touch wont restore - I plugged it into friends computer to charge and now it is stuck. How can I successfully restore and start using my I touch again (4th gen). TKS.

    my ipod touch wont restore - I plugged it into friends computer to charge and now it is stuck. How can I successfully restore and start using my I touch again (4th gen). TKS.

    You have to put the iPod touch into the recovery mode.

Maybe you are looking for

  • Can't install Itunes on Windows Vista!

    I get this error when i try to install it. tried uninstalling quicktime and reboot, but no go! http://web.uvic.ca/~gleung86/misc/itune.jpg

  • My Ipad 2 won't recover

    I've been having problems getting Operating System 6.01 installed on my ipad 2. I'm not sure it's supported. It failed when I tried to install the update. I could not access itunes store or anything, so I tried updating. So, I tried backing up my ipa

  • How to fit 5110 into car cradle in '01 Mercedes Be...

    I've just bought a secondhand '01 MB E320 which the owners manual tells me is set-up to take a Nokia 5110 so that hands free calls can be made via the in built Sat Nav system. I purchased a Nokia 5110 on eBay, it perfectly matches the pictures in the

  • Error code 3200

    I was trying to upgrade my iphone 3gs to ios5. I kept getting a error code of 3200 (can't restore to factory settings). I followed the trouble page to try to figure out what was wrong. I checked security,usb ports,uodated software. The actual problem

  • 2nd Excite 10 won't start

    I am on my second Excite 10 and it wobn't charge or start now either. Bought the first one in mid June. Replaced it due to same problem through the direct replacement warranty I purchased at the store where I bought it in mid October. Now the "new" o