Questions tagged [detect]

"Detect" is overbroad and should not be used. Tag with the specific sort of detection you mean: collision-detection, face-detection, feature-detection, browser-detection, etc, etc.

This tag has an active burnination request. It should be removed from questions, not added.

Detection activity exist in many ways.

For example:

  • Detecting active bluetooth devices;
  • Detecting Internet Connection;
  • Detecting available ports;
  • Detecting incoming voice;
  • Detecting color scheme;
  • Detecting features.
1045 questions
0
votes
1 answer

Contact form not detecting content of fields

I have very limited knowledge of PHP so I used a contact form generator, but it does not function properly. The email does send successfully, but only the "email" and the "option" popups gets detected. Anything else returns empty. Here is the…
Henrik Petterson
  • 6,862
  • 20
  • 71
  • 155
0
votes
1 answer

Android: detetct app after installation

I am downloading an Android app from a server and installing it. I want to detect when the installation is completed. I tried this link but it didn't work. Is there any other example?
b.i
  • 1,087
  • 4
  • 22
  • 43
0
votes
1 answer

Android: OnTouch event features, detecting a normal touch, a long touch or a quick double touch

I need to know how i can make my activity to know when a user touches the screen, double touches it, or holding the finger on it for a long touch on a single view, with out using buttons Could some one briefly describe me witnh what i should work…
Daniel Mendel
  • 506
  • 5
  • 17
0
votes
2 answers

Make a batch that detects its own filepath

I need to make a batch file that detects what drive and directory it is in. When I run the the file normally, it is in the correct directory/drive already. But when it is run as admin, it starts in system32. Is there a command that goes to the…
Genocide
  • 507
  • 1
  • 5
  • 5
0
votes
1 answer

How to detect location of a user on webpage and insert in mysql?

I want to detect and insert location of the visitor on a webpage to a table in mysql. Tried many ways, research on internet but nothing explains how to insert into mysql. Example: User Location John 'City','Country'
Sohal 07
  • 15
  • 4
0
votes
3 answers

Detect the viewcontroller

i have a application which is handling lots of functions and also having lots of navigations. I am using lots of BOOLs inside my application. I know its not efficient. So I want to remve these BOOLs to create more efficient and clean…
Sameera Chathuranga
  • 3,638
  • 3
  • 27
  • 48
0
votes
2 answers

Detect touch in custom UITableViewCell

I have looked over the net but didn't find the answer for my situation. So I have a subclass of UITableCellView (I am try to do a cell quite similar to the cells in the Email app). I have added a label on the right side where I want to display a…
Cosmin
  • 2,840
  • 5
  • 32
  • 50
0
votes
1 answer

Internet Explorer find out when a user navigates away from the page

I am using VS2008 (C++) to create an IE plugin that creates a child window. It is like a normal Explorer window, but customized to fit my needs. I want to destroy the window when the user navigates away from the page, by calling DestroyWindow(). I…
GotAmye
  • 369
  • 2
  • 5
  • 18
0
votes
1 answer

Is there a callback/delegate to tell that the device is back to be connected (to carrier service or wifi) after offline?

Assume a device was offline with no service neither WiFi to begin with, is there a callback/delegate to tell that the device is back to be connected once the service or WiFi is available? or do we have to proactively pull the status?
tom
  • 14,273
  • 19
  • 65
  • 124
0
votes
3 answers

Is using 'eventhandler' in window a safe method of determining if window supports a given event handler?

All credit goes to: http://benalman.com/news/2010/03/jquery-special-events/#add-and-remove-hashchange For this method, but we were wondering if doing the following: if('onhashchange' in window){ console.log('yep, window supports…
anonymous-one
  • 14,454
  • 18
  • 60
  • 84
0
votes
1 answer

Process Operations (Monitoring)

What I'm trying to accomplish in my program is to knows if certain processes are running (I need to know about all running instances). I want to hold them in a combobox, store as a object, so I can cast them back later. I thought this will be easy…
Dominik Antal
  • 3,281
  • 4
  • 34
  • 50
0
votes
1 answer

Visual Basic Detect Image Size in 2 TextBox's

What I have: 1 OpenFileDialog, 1 PictureBox, 2 TextBox's This is what I got so far, but I'm just stuck on how to have the width of the image automatically detect and put the images width in pixels in TextBox1, and the height in TextBox2. Does anyone…
Michael Schwartz
  • 8,153
  • 14
  • 81
  • 144
0
votes
1 answer

detect create process

I 'm writting a litle program can protect computer from malware.So,I want to hook into functions which creates process before it is loaded(before it is loaded,i want to check md5 sum).What can I do ?
quanrock
  • 89
  • 2
  • 10
0
votes
1 answer

iOS 5.x - Detect when a view appears on screen

How do I detect when a certain view appears while the app is running? e.g. in a tab bar app let's say we have 2 bars "Results" and "Edit" - the app loads with results and there is nothing. Now, users goes to edit and makes some magic. Then, he…
nemesis
  • 1,349
  • 1
  • 15
  • 30
0
votes
1 answer

Symfony2: Twig detect noscript

I want to render a table which holds all entity data. There should be a noscript version which additional renders two colomns with editing and deleting operations and a default javascript version where it gets solved dynamicaly over a sidebar. Is…
bodokaiser
  • 15,122
  • 22
  • 97
  • 140