Questions tagged [clicking]

60 questions
0
votes
1 answer

How can I have my object detect if it's been clicked?

I'm trying to create a simple clicking game. I want to randomly create "bombs" and the player needs to click it before it explodes. Right now I'm really struggling to make it so my program can register the click coordinates, and determine if you've…
Courtney
  • 69
  • 2
  • 9
0
votes
2 answers

How to click a specific button every second

The webpage's code is as follows :
Slots

The current jackpot is 23220!

You lose.

Emi
  • 7
  • 5
0
votes
1 answer

Changing label color when checkbox is clicked

I am completely puzzled. I have been trying to figure this thing out forever. I am the trying to change the color of the label when the user clicks the checkbox. The code below works fine in the fiddle but won't work on the website. I call the…
user2961763
  • 63
  • 1
  • 9
0
votes
3 answers

Getting information about the certain object by clicking the certain image

I made the following class which contains information about users - name, age photo. public class User{ private int age; private String name; ImageIcon icon; JLabel image; public int getAge() { return age; } public String getName() { return…
Calm
  • 3
  • 2
0
votes
1 answer

How modify code - Pop up window, additional closing options

I have animated pop-up box that can be closed only when clicked on "X" button in left top corner. Do you know how to change it, so it can be closed by: Clicking ESC button Mouse clicking in background around pop-up Any other…
Filip Matyja
  • 137
  • 1
  • 2
  • 11
0
votes
1 answer

Precise clicking with overlapping divs

I'm sorry if the title doesn't explain it well enough, but it's the best title i could think of to represent my question. So I've got two divs: .div-arrow { position: absolute; float: left; cursor: pointer; display:block; width:…
user2216177
  • 41
  • 1
  • 8
0
votes
1 answer

Error when clicking into a programmatically-defined NSPopUpButton

This error happens only certain times (after creating a new document). If I save and re-open, it works. Any idea? Have someone had the same error? 2013-03-23 11:36:52.977 Demiurge[97164:303] *** -[__NSPlaceholderDictionary…
berfis
  • 417
  • 4
  • 17
0
votes
1 answer

Android: clicking noise is heard on headphone while playing audio when phone moves

I have written an Android app that receives audio from WiFi and plays it. When the phone is still and not moving the audio quality is great. But when I move the phone specially when it is connected to a headphone I can hear clicking noise. I am…
TJ1
  • 7,578
  • 19
  • 76
  • 119
-1
votes
3 answers

change color of many squares seperatly to different colors by clicking with JavaScript

I'm new to JavaScript and I'm trying to change the colour of a square by clicking on it, first to yellow, then orange, then green and back to white. So far I managed to do that for one row, but if I want to add a 2nd row, a 3rd, a 4th, till atleast…
-1
votes
1 answer

Help clicking a button in Greasemonkey

1st- I'm not a programmer, so assume I know nothing about JavaScript. In fact, I just figured out that Greasemonkey is JavaScript. 2nd - But I have been searching and reading for several days trying to do it myself. I'm not lazy, it's just that…
-1
votes
1 answer

how do I get coordinates anywhere on a 3d object in c#, unity

So, I have a 3d object, and I am trying to get the x,y,z position when I click anywhere within the 3d object, but I have no idea how. For example, if I were to click in the middle of the 3d object, it will give me coordinates (0,50,0). and if I…
-1
votes
1 answer

Clicking two consecutive buttons while scraping a website with selenium in python

I am trying to scrape the country information from the website below, https://www.morningstar.com/etfs/xnas/vnqi/portfolio which entails clicking the 'Country' selection in the Exposure section, then moving through the 1, 2,3, etc. pages using the…
Cimerra
  • 5
  • 3
-1
votes
1 answer

clicking buttons on a web page

I am trying to make a simple bot that clicks 3 to 4 different buttons on a particular web page. Now I can simply do this with a macro but I wanna take it to a new level with actually making a .exe out of this. I'm using Netbean to write this and…
-3
votes
1 answer

How to error handle overclicking in C#

i have a program. If i over click a button, the whole program freezes. i don't know the code to error handle this. does anyone know how to error handle this. thanks
Franklin Wilson
  • 31
  • 1
  • 1
  • 5
-3
votes
1 answer

How to make someone click repeatedly in pygame?

I'm making a simple game app in pygame and cannot figure out how to make the user repeatedly click on the enemy for interaction (like shooting) rather than just holding down the mouse. Please Help! Here is my code. import pygame, sys from…
Zack Tarr
  • 851
  • 1
  • 8
  • 28
1 2 3
4