Tagged Questions
The press tag has no wiki summary.
6
votes
1answer
7k views
Detect touch press vs long press vs movement?
I'm currently fiddling around with Android programming, but I have a small problem detecting different touch events, namely a normal touch press (press on the screen and release right away), a long ...
2
votes
1answer
330 views
How to block entering carriage return in textarea?
How to block entering carriage return , new line , single quotes and double quotes in textarea of asp.net mvc during key press event
Please help me.
2
votes
1answer
170 views
Ways to intercept key presses in a WPF app natively
What's the best method for intercepting key presses and handling them in a WPF app, avoiding the control with focus getting the keypress?
I need the application to handle a sequence of key presses ...
2
votes
2answers
1k views
Simulating Key Press event using Python for Linux
I am writing a script to automate running a particular model. When the model fails, it waits for a user input (Enter key). I can detect when the model has failed, but I am not able to use python (on ...
1
vote
1answer
157 views
Android simulate key press
How can I programmatically simulate a key press on a Droid? I would like to mimic a manual key press (appearing on the droid that someone is pressing a key but it is being done programmatically).
...
1
vote
2answers
89 views
programatically press tab in webbrowser control C#
I want to press tab key programatically. i used this code
**private void BrowserPage_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
{
...
1
vote
1answer
255 views
Test if a javax.swing.JButton is pressed down
I would like to check whether a certain javax.swing.JButton (regular push-button) is pressed down (before it was released). Is there any option at all to check whether a button is down?
The most ...
1
vote
0answers
15 views
How to drop Enter, when I'm using Scanner?
I want to write a program where you don't need to press "enter", when I'm using Scanner. Is there any way to avoid that? It supposed to be very simple program, but every time I am write something, I ...
1
vote
1answer
88 views
Is it possible in an appwidget to detect a long press?
I've figured out how to use setOnClickPendingIntent to detect and handle a press on a view, but I can't find any way to detect a long-press (or double-tap). I'd like to have different actions happen ...
1
vote
1answer
591 views
Override Long Press Search button to show dialog
Ok, I've searched the questions/answers on stackoverflow and various sites around the web.
From what I've seen, people seem to think that it is impossible to override the long press search button to ...
1
vote
1answer
123 views
Android Button press strength
Is there an example about how to measure the strength of pressing the screen? I know there is a command, i just cant find it.
1
vote
3answers
752 views
While Mouse press event. Prototype JS or Javascript
I would like to know if someone knows how to make a function repeat over and over while the mouse is press, I don't know how to make it work. I know in prototype you can take events like
...
1
vote
2answers
410 views
Jerky movement in WPF
Hey guys/gals, I've got a canvas that's 800x600 inside a window that's 300x300. When I press a certain key, I want it the canvas to move in that direction.
I've done this inside the window's code ...
0
votes
0answers
63 views
'Improvise' keyboard input in Java
I want to create a JFrame that is completely transparent. Now imagine that I size the JFrame to be the exact size of a game client (or any other application). How would I make it so that when I click ...
0
votes
1answer
53 views
Android eclipse add pressed state to ImageView
Is there a way to add a pressed state to an ImageView? I have an image that i place a click listener on, and when I press it I want to change to imageview src for a second to mimic the pressed state ...
0
votes
1answer
70 views
Key Press (wm_keydown,wparam,lparam) and simulate Enter Key
i didnt understand how to use this method content in a .NetWrapper to inject Keyboard keys (in C#)
I need that when i call the method i could simulate "Enter" Keyboard. (like if i really press on ...
0
votes
2answers
80 views
Tap on Google Map and get geolocation
I have an Activity where the user must set a location for a POI that he's creating. So, there's an empty map. I want to be able to long press at some point on the map and get that location.
I've seen ...
0
votes
1answer
94 views
ios simulate press done/return
I dont want to hide keyboard, but simulate tapping done/return key type, so it will call one of my functions.
UITextFieldInputTraits?
I appreciate if you could direct me in right way.
0
votes
0answers
19 views
How do I add my activity for longpress in standard call log activity
I am new to android development. Please bear my basic questions here :(
I want to list my activity as an option when someone does long press on a call list item. In some places i have seen, when i ...
0
votes
2answers
267 views
Android :: OnTouchListener && OnClickListener combination isuue
Problem description :
I have a TextView on a RelativeLayout, I want to color it on red when the user touch it, and go on an other page when he clicks on it !!!
So I tried to set an "OnClickListener" ...
0
votes
0answers
27 views
Feedburner ID: Can't capture the Subscription Link Code [closed]
I can not capture the subscription link code in order to get my feedburner ID. It's strange. the window is cut off and there appears to be no way to copy the entire code. i've tried multiple browsers. ...
0
votes
1answer
945 views
Animated html5 buttons on press
I'm wondering if there is a way I can animate a button when it is pressed (NOT rolled over) using HTML5/javascript?
I want to create an almost cartoonish button that expands a little when pressed ...
0
votes
3answers
167 views
Safari not registering </br> tags
http://www.xsracing.org/test2/
I am working on that site, and for some reason in the version of safari my boss has, the tags that I use to put space between the images on the sponsors bar do not ...
0
votes
1answer
116 views
Plugin to create new user (Upon plugin activation)
I am trying to use the function reference wp_insert_user (as documented here http://codex.wordpress.org/Function_Reference/wp_insert_user#Usage) to create a new user account when the plugin is run.
...
0
votes
2answers
476 views
androi : Not to call onDestroy on onBackPressed
I don't want my acivity to get destroyed when Back button is pressed. My app is compatible from 1.6 SDK's. Referring to ...
0
votes
0answers
439 views
How to replace home button on Android decives?
I am tring to develop a lockScreen application but as about all android developers know, android home long press is an issue for my application. But i keep on research because of the lock screen ...
0
votes
1answer
886 views
how to deal with the keyboard button which name is “done” in ios
now i have a textField.
and i enter some words,the keyboard will appear.
when i pressed the keyboard "done",the keyboard will disappear. (i have finished this function)
but next,
i want to insert ...
0
votes
1answer
445 views
Why simulating Control_A with Robot in Java is not working?
I use the following lines to simulate a Control_A [ select all ] key action in Java with robot, but the clipboard is not getting the text, why ?
Robot robot=null;
try { robot=new ...
0
votes
1answer
294 views
Android : Start my activity from other activity on long key press of qwerty key
I wanna to start my activity on long key press. Where user is on home screen or any other screen.
For an example: Suppose i m on the web browser activity, while watching when user pressed key 'm ...
0
votes
1answer
286 views
Press Button in another Application's Window
i want to press the button in another application.
How to do that ?
0
votes
2answers
121 views
how to highlight a button on press of other button
I have two buttons i need to highlight one button when other has pressed. how can i get it?
0
votes
1answer
199 views
Do ExpandableListView list item “press” behaviors have to be wired up by the developer?
I have an Activity that uses a layout that contains a TextView, an ImageButton, and an ExpandableListView. As far as I can tell, there are no default views for ExpandableListView's group and child ...
0
votes
1answer
134 views
Why do I have to press the key twice?
I am making a little JS game and I am trying to make the user's input checked ASAP, so I am using the onKeyDown function. Problem is, if the answer is 5, I have to press 5, then press 5 again for it ...
0
votes
1answer
519 views
OnKeyboardActionListener android keys
I'm trying to implement a way to know when there is a press and a release of a key on a soft keyboard. I have used the onKeyListener to get the down and the up of the key, but the problem with that ...
0
votes
1answer
440 views
capture key press event using xlib
while trying to capture the F1, there is a problem, i can't capture it, because the system hook was execute showing the "help" content before my program,
could anyone help me?
Is there any ways to ...
0
votes
1answer
57 views
Flash - time from press
I am working on a little project, what's goal is a working widget system in Flash - by creating a separate class, and loading Flash movies into this, then dragging them around the screen.
I ran into ...
0
votes
6answers
2k views
How to detect tab key pressing in C#?
I want to detect when tab key is pressed in a textBox and focus the next textbox in the panel.
I have tried out keyPressed method and keyDown method. But when I run the program and debug those ...
0
votes
2answers
345 views
Display Hilight of Tab index
I want to display Hightlight on element that content tabindex.
name:
<TD ROWSPAN=3>comments<BR>
<TEXTAREA ...
0
votes
1answer
585 views
Android: How to capture button press event for contact create app of device
I want to invoke my application once user creates / updates contact from his device.
i.e once user hit "Done" button. is it possible ? If possible please provide sample code or link.
Please help and ...