double-click
Distinguish between a single click and a double click in Java
I search the forum and see this codes: public void mouseClicked(MouseEvent e) { if (e.getClickCount() == 2) {[详细]
2023-02-02 16:12 分类:问答How to handle double-click on web pages?
Examining our web logs we find a significant number of clicks are other double-clicks, or repeat-clicks (e.g. when the system is busy and has not reacted quickly enough).[详细]
2023-02-01 11:18 分类:问答RightDoubleClick and context menu
Related Question (Details) Tunneling events and ContextMenu I have a WPF canvas to which I associated a ContextMenu..[详细]
2023-01-31 11:47 分类:问答C# Listbox Item Double Click Event
I have a list box with some items. Is there anyway I can attach a double click event to each item? Item 1[详细]
2023-01-31 07:04 分类:问答Invoke a ContextMenu to open
I need to do something like Google Maps does (but in WPF): when RightClick on the map I have a ContextMenu.[详细]
2023-01-31 06:46 分类:问答Run Java applications By double click
why i can`t run my java compiled applications with double click? my applicatins just run 开发者_开发问答in cmd (java -jar: my app.jar)[详细]
2023-01-29 23:56 分类:问答How to create a custom double-click event for a Button
I\'m 开发者_如何学编程developing in C# on the .NET Framework. I already have an event on Button which happens on one click. I also want to have an event on Double Click for the same Button.[详细]
2023-01-29 11:17 分类:问答How can I set the focus of a TextBox in WPF
I want to have focus in my TextBox after it isdouble-clicked. I simply try: myTextBox.Focus() The caret appears however it is not blinking, and no one can type in the text box.[详细]
2023-01-28 15:23 分类:问答WPF Double Click TreeviewItem Child Node
I have a treeview Item as such in a treeview that will have a list bound to it: <TreeViewItem Name=\"tviOffline\" Foreground=\"Red\" FontWeight=\"Bold\"[详细]
2023-01-27 11:56 分类:问答Detecting a double-click on a Youtube URL with Javascript
I want to be able to detect a double click on a <a> tag and then if it matches a particular regex pattern, run a function. In this case I will be checking if the link being clicked on is a valid[详细]
2023-01-26 19:37 分类:问答