An application is a software program designed to help the user to perform singular or multiple related specific tasks.

learn more… | top users | synonyms (2)

-6
votes
0answers
30 views

Tomcat server failed to start [closed]

I have problem with tomcat server, when I run my application, I found this message :"Server Tomcat v6.0 Server at localhost failed to start." I delete .span file but wuthout result help mee plllllzzzz ...
0
votes
0answers
3 views

Unable to access administration of app

We created an app last year where I was the administrator. A few months later, I deleted my Facebook account (not deactivated; deleted.) I moved away from the project, but now the current developers ...
-2
votes
0answers
13 views

Using top news stories in an app?

I want a section of my app to display the top news headlines. I've seen plenty of apps which do this, including apps which take aggregated news feeds. Is there a well-known source that I can use to ...
-1
votes
1answer
7 views

How to program projected capacitive touch screen?

This is my first time on this website. I tried to search for my question in archive but couldn't get what I needed. So, it would be great if someone could help me to answer this question. QUESTION: ...
2
votes
0answers
26 views

What is the best way to load balance javascript applications?

I write a lot of javascript applications and in many different circumstances the browser will become unresponsive or give a "slow script" error. Even when following best practices, initializing large ...
0
votes
2answers
28 views

Static method call in xaml

How can I use static method (with parameter) in xaml in metro style app? In wpf I could use ObjectDataProvider but there is no such a thing in WinRT. I need use it sth like this: <button ...
-2
votes
1answer
21 views

Uncaught TypeError: Object [object Object] has no method 'tableRow' [duplicate]

I'm creating a contacts book and wanting a table to update as the user inputs the data, but I keep getting this error about 'tableRow'. I've tried changing it to different function names etc. but ...
0
votes
0answers
34 views

Get Application that runs a Windows Form Control

I'm making an Autocad Plugin which runs fine using Windows Forms And I've created a user control (winforms) to replicate in any form I like in the future. The question is From the control's code, ...
0
votes
0answers
10 views

how to upload multimedia files into azure from android application

Is there any way i can upload multimedia files such as audio from my voice recorder OR photo from my camera function from my android application into Microsoft Azure? I looked at all the tutorial ...
-2
votes
1answer
21 views

App Store Resubmission Process [closed]

I've been trying to get my app approved by Apple for 3 weeks. It took 1 week to get "In Review" and then they told me what to fix. I fixed the problem and then resubmitted the binary. It then put ...
0
votes
0answers
29 views

How to make a service that wait for some program's event

this is related with daemon proceses in linux, but I have to do it with windows services. I have to create a service that only have to wait for some event generated by other program (created by me ...
0
votes
0answers
21 views

How can I start my app, when another app is starting

How can I start my app, as soon as another app is starting? One idea: Run background Service, which check all running apps. If the specific app is running, the service starts my app... is this the ...
0
votes
1answer
20 views

Django smart/chained select manytomanyfield

here is the deal, this is my model: class Health_plan(models.Model): a = models.IntegerField () b = models.IntegerField () c = models.IntegerField () class Doctors_list(models.Model): ...
0
votes
1answer
17 views

Looking to start writing an image recognition application and I need some advice

I've decided that in my summer off from school I want to try to create an application (for use with linux at the start) that will be able to take an image and interpret what is written to then preform ...
0
votes
1answer
38 views

app stops responding with no apparent reason

My dice roller app contains 7 text boxes (three pairs of 'No. Of Dice' and 'Dice Type' and a bonus one) and a button. I intended that each pair of text boxes is read separately, and if it doesn't ...

1 2 3 4 5 688
15 30 50 per page