Change press and hold action

Hello

I am running an app that has buttons with momentary action, IE when you click and hold the rest button down, release when you release the mouse button. For the moment, I'm stumped on how to replicate that with the touch interface. I disabled the hold for click option right but still not good.

It seems that the action of click is made once you take your finger off the screen. There are "helper" apps that provide additional functionality to touch?

Any ideas?

Thank you

Hi Colin,

Thanks for providing the details.

Touch and its sub features can be manufacturer. They design equipment and control the same features.

ASUS would be the best team to work on that. As you have already made contact with them, I would like to know if they have provided an answer or a solution to this issue. If this isn't the case, I would like to that get you in touch with them again. Please use the link below to do so.

Asus forums
http://VIP.ASUS.com/forum/default.aspx?SLanguage=en-us

Hope this information was useful. Just reply with the results and if you need further assistance, we will be happy to help you.

Tags: Windows

Similar Questions

  • Press and hold functionality in the mobile oracle apex

    Hi all

    I've created a list of report of jquery page in apex 4.2

    I want the user to click on an entry in the list, then I want to show 4 buttons (or a new list containing four entrances instead of buttons).

    When the user clicks on a specific button, they should be redirected to another page providing a domain e.g. id empno point of another page.

    How to display buttons on the press and maintain an element of the list?

    kindly help me with this.

    Kind regards.

    Maahjoor wrote:

    Hi jeff,

    Thanks for the solution.

    can I get the source code for the above solution?

    or the steps how do you do that?

    Kind regards.

    The demo was created with 2 Dynamic Actions.

    Hide button region fires the event, the loading of the Page.

    The second dynamic action triggers the event press and hold and the DOM of the Listview, P1 object to Show the button area.

    The f

  • I can't delete app icons for my new IPhone 7, when I press and hold on the icon it shows if I want to share the app?

    IM cannot delete apps from the iPhone 7 when I press the icon, he asks me if I want to share?

    any ideas?

    You do not press and hold.  You press VERY briefly until the icons wiggle and X in the upper right corner.  You can remove the application.  Not all applications (for example, settings, photo, Messages, pictures, clock) can be deleted.

    Best,

    GDG

  • Press and hold the menu does not appear while composing email - iOS 10

    As per above, if you press and hold before type anything, the submenu would not appear.

    You must type something in front first, then press and hold to see the submenu.

    As on the new line without typing anything, submenu just appear in press and maintenance.

    This has never happened before on iOS 9, as I always have right now to insert any picture without typing anything.

    This is a bug in ios10. Thought I was going nuts trying to re - copy text in a different application and bring it back on my mail.

  • Pointer is frozen on the screen whenever I press and hold the CTRL key to select individual files, photos etc.

    Pointer is frozen on the screen whenever I press and hold the CTRL key to select individual files, photos etc.

    * original title - mouse pointer freezes *.

    What happened since I bought my laptop with Windows 7. I tried my machine manufacturer and they don't have any idea. It's very annoying to have my pointer freeze and close the lid of the laptop to thaw it.

  • Press and hold Ctrl/Alt, then press on delete, and select Start Task Manager, and then the small black box appears and then disappears.

    Press and hold Ctrl/Alt, then press on delete, and select Start Task Manager, and then the small black box appears and then disappears.  How can I fix the Task Manager?

    Hello

    See if that helps you.

    "The problems of Task Manager.

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-Task-Manager-problems

    See you soon.

  • Whenever I have press and hold to my left click on the mouse button, it automatically highlights everything from this point to the top of the page

    Whenever I press and my left click without releasing, it atomically highlights everything from this point to the top of the page. Also, note if I'm now left click on the scroll bar, it goes back to the original location, even when I try to drag it upwards or downwards.

    Open internet Explorer and the problem does not occur there.

    Try Firefox Safe mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that disables certain parameters, disables most Add-ons (extensions and themes).

    If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • In Firefox 29,0 and above, click on the menu button

      click Help

      then select restart with disabled modules.

    • In previous versions of Firefox, click on the Firefox button in the upper left of the Firefox window and click help (or click on help in the Menu bar, if you do not have a Firefox button) and click on restart with disabled modules.

    If Firefox is not running, you can start Firefox in Mode safe mode as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    When the Firefox Safe Mode window appears, select "start mode safe."

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. Please follow the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

  • Press and hold the key

    When I press the button and hold the button I want to increment _global.lines

    nextline_btn.onPress = function() {}
    If (_global.lines < 25) {}
    _global.lines = _global.lines + 1;
    txt_lines. Text = _global.lines;

    }

    Very good morning,

    Try the following code

    var intervalID: number

    _Global.lines = 0

    my_btn.onPress = function () {;}

    intervalID = setInterval (incrementNumber, 1000); 1000 for 1 second after 1 second, you increment function call

    }

    my_btn.onRelease = function () {;}

    clearInterval (intervalID); No

    }

    function incrementNumber()

    {

    If (_global.lines<25)>

    _Global.lines = _global.lines + 1;

    trace (_Global.Lines)

    txt_lines. Text = _global.lines;

    }

    }

  • Press and hold the goto button

    Hello! I need help for updating an AS2 AS3 script.

    I'm simulating a feature often found on a phone where you have a button, and when you click on it something happens (in this case a stop), but when you click and hold for one second this same button another thing happens (in this case an another Stop).

    This is my original script doing exactly what I'm looking for:

    stop ();

    function startTimer ()mc, conversionTime) {
    mc
    . onEnterFrame = function() {
    if ((getTimer() / 1000) - conversionTime > 1) {
    delete this. onEnterFrame ;
    Stop
    ()3) ;
    }
    };
    }
    Button1
    . delivery = function() {
    var conversionTime : Number = getTimer() / 1000;
    startTimer
    ()this conversionTime);
    this . onRelease = function() {
    if (this. onEnterFrame != null) {
    gotoAndStop
    (2);
    }
    delete this. onEnterFrame ;
    };
    };

    Can someone help me to translate it into AS3?

    Thank you!

    Here's a way to do what you describe... I treat the goto statements, but you should be able to fill them instead traces...

    var quickClick:Boolean;
    var sto:uint;

    function changeClickStatus (): void {}
    quickClick = false;
    }

    Button1.addEventListener (MouseEvent.MOUSE_DOWN, btnPressed);

    function btnPressed(evt:MouseEvent):void {}
    quickClick = true;
    Button1.addEventListener (MouseEvent.CLICK, makeChoice);
    STO = setTimeout (changeClickStatus, 1000);   delay of 1 second
    }

    function makeChoice(evt:MouseEvent):void {}
    Button1.removeEventListener (MouseEvent.CLICK, makeChoice);
    clearTimeout() (sto);
    {if (quickClick)}
    trace ("clicked quickly");
    } else {}
    trace ("delayed click");
    }
    }

  • iOS app crashes whenever I try to press and hold to change color of a line

    Thus, the update has been great but now all my work line is stored as a separate brush strokes and change the color of an entire room of line work is much more tedious. Now when I try to long press of a fill with a different color line, the application crashes.

    Ive turned off my camera and backwards and did a hard reset. This is an issue that will be addressed in an update?

    Hi Grace,

    I'm sorry for the inconvenience.

    I asked one of our engineers, and he is not aware of any change (in the recent update) that could be the cause. A number of things, I would like to know:

    * What is happening with each work of art? Or just a canvas?

    * Is this a complex layer in the drawing? Can you reproduce the problem on other layers in the drawing even?

    * Which device and what iOS version do you use?

    * Have you tried force - quit the app, reboot your device, then relaunch the app?

    * Can you try to create a new project and a new drawing and see if you get the same result when you fill in or change a color.

    Let me know.

    Sue.

  • BlackBerry Q10 press and HOLD to capital

    When I started using my new Q10, I was able to generate a CAP by pressing any key of the letter. Now, it's just rrrrepeats when I take the letter keys. I have inadvertanatly changed a setting? Or is it something that happened when I installed the software was last updated? I certainly prefer the function "Hold for CAP" rather that "repeat a letter" function. Thanks for your help.

    Restart the device and see if that helps... high power button on edge for a few seconds > restart at the bottom right.

    I do not remember a setting to force that long press the CAP, it's all automatic.

  • macOS Sierra - press and hold the power button to enter the mode 'sleep'

    I recently updated my MacBook Air (13 inch, early 2015) model of El Capitan macOS Sierra 10.12. Before the update, hold down the power button / stop for 2-3 seconds, put the machine in standby mode. It does not properly after the update. Release the power button to switch to sleep mode works only once after each time you start the machine.

    I know he has an option to set the mode of sleep using Ctrl + button / stop and by selecting one of three options to restart, sleep and Shutdown, but who needs 3 more click click and is not fast. Also, independently of any application that is open, pressing the button walk / stop worked fine before the update, but now I need to be on the desktop even do Ctrl + Power button work.

    All patches available for it? Miss me the old way of put my Mac to sleep I do not remember if I did some tweak in my Mac, or was it a default feature...

    Greetings jainam2209,

    Thank you for using communities of Apple Support. It seems you want to put the Mac to sleep, but it does not always work.
    I would recommend read you these articles, the first article explains the ways that macOS Sierra is supposed to go to sleep.
    The second article can help if the computer won't sleep when you're trying to sleep.

    macOS Sierra: put your Mac to sleep

    macOS Sierra: If your Mac won't go or stay asleep

    Take care.

  • When I press and hold any key for several seconds multiple letters will not appear. What should I do?

    For example, when I try to erase something by pressing the button to backspace it erases a letter at a time and very slowly.

    Hello

    ·          Is this a desktop or a laptop?

    Step 1: Check what is happening with another keyboard

    Step 2: Change the speed at which keyboard characters repeat http://windows.microsoft.com/en-US/windows7/Change-keyboard-settings

    I hope this helps.

  • Press and hold the letter for default submenu accent characters

    Hold a letter is supposed to produce a submenu of accents; in El Capitan 10.11.2 this blocking software (MS Word, Outlook etc) and does not produce the submenu. Someone knows what's the problem?

    You have this problem with any application provided by Apple (Safari, Mail, TextEdit, Pages, Message)?  Or just the MS stuff?

  • Press and hold the TAB key too long?

    It is news to me. Customer was an email without realizing that he was now pressed the tab key. He got a pop message indicates that the TAB key has been held down too long. Now, the keyboard no longer works. Whenever we press any key, all we get is a clicking noise. Anyone know what it is or how to reset?

    It is news to me. Customer was an email without realizing that he was now pressed the tab key. He got a pop message indicates that the TAB key has been held down too long. Now, the keyboard no longer works. Whenever we press any key, all we get is a clicking noise. Anyone know what it is or how to reset?

    I'm not sure of the TAB key in particular, but open the Control Panel Accessibility Options and see if the boxes checked.  If so, uncheck the and restart.

Maybe you are looking for

  • . Video MP4 will not sync to iPad?

    I just created an Album containing several videos into pictures on my iMac. The videos are. MP4 format that I packed with a Canon camera. Then I synced my iPhone and iPad to my iMac via iTunes. Videos to sync and play fine on my iPhone. However, they

  • How can I load Variables into a file?

    Hello I'm looking for ways to automatically load variable FileGlobals used in all sequences of my "Test sequence: Test sequence | | -Sequence 1 | -Sequence 2 | -- ... | -Sequence N in order to only change the file .txt, .csv (or .xls...). Thank you.

  • If I use XP as a server and I'm an admin, I can see what programs the workstations are running?

    I want to know if employees use a computer for games & online communication.

  • No Vista or IE7 update for July?

    Vista Home Premium IE7 At update of July last night. Noticed no update Vista, nor any for IE7. Thought weird Have I missed anything? At only 4 updates total of yesterday

  • PowerEdge 2950 iii E1410 CPU IERR

    I just bought the parts for my new old dell poweredge 2950 I put the e5440s dual xeon inside and it gives me a cpu mismatch so I take cpu 1 and it starts very well (I also put cpu 1 in any other slot and it worked). When I just loaded CPU 1 that he w