Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
1answer
10k views

Android Respond To URL in Intent

I want my intent to be launched when the user goes to a certain url: for example, the android market does this with http://market.android.com/ urls. so does youtube. I want mine to do that too. If ...
13
votes
26answers
13k views

What's the Easiest Way to Learn Programming?

If a friend of yours wanted to get into development and didn't have any experience, what would you suggest? What language/resources would you suggest to break into programming? With all of the ...
12
votes
5answers
4k views

How do you add Start->Run shortcuts in Windows XP?

Does anyone know how you setup new commands to launch an application from the Start->Run box? ie. you can type "firefox", "winword" or "excel" into the Run box and those applications will open even ...
10
votes
9answers
438 views

How to start on scala

I am .NET developer and I'd like to broaden my horizons a bit and after checking out modern tendencies decided to try Scala. Can you please advise a good strategy to start on it? Should I learn Java ...
9
votes
1answer
4k views

Start Activity with an animation

I am trying to start an activity with a custom transition animation. The only way I have found out so far to do this (without using onPendingTransition() in the previous activity) is to use a custom ...
8
votes
4answers
24k views

How to create batch file in Windows using “start” with a path and command with spaces

I need to create a batch file which starts multiple console applications in a Windows .cmd file. This can be done using the start command. However, the command has a path in it. I also need to pass ...
7
votes
4answers
290 views

How can I start a 'main' in a new process in Java?

The question is rather simple. How can I start a main method in another java process? Now I do it like this: startOptions = new String[] {"java", "-jar", "serverstart.jar"}; new ...
6
votes
1answer
274 views

Starting Windows service automatically at Windows startup that is dependent on Oracle

I have developed a Windows Service, that must start automatically during Windows startup. This service connects to an Oracle db, so I made my service dependent on Oracle Services by sc command line ...
6
votes
5answers
2k views

Start Bit vs Start Byte

I know in a lot of asynchronous communication, the packet begins starts with a start bit. But a start bit is just a 1 or 0. How do you differentiate a start bit from the end bit from the last ...
6
votes
7answers
2k views

How to learn Java Webservices

Please suggest some good resources to start writing Java Web services.
5
votes
1answer
237 views

When to start and stop In-App Billing service?

A simple question, that I however can't resolve: when should I start and stop the billing service? I'm thinking about two decisions: starting in onCreate and stopping in onDestroy starting in ...
5
votes
4answers
4k views

Problems with MediaPlayer, raw resources, stop and start

I'm new in Android development and I have the next question/problem. I'm playing around with the MediaPlayer class to reproduce some sounds/music. I am playing raw resources (res/raw) and it looks ...
4
votes
1answer
2k views

Getting started with creating custom ROMs [closed]

I am an Android enthusiast. Ever since I have owned an android device I have had it rooted with a custom ROM on it. I like most ROMs that I use, but really I want to start making my own so that I can ...
4
votes
3answers
423 views

Any way to have Java Web Start automatically install shortcuts?

We're deploying a Web Start app that I and the other developers know how to install the shortcuts for (Control Panel -> Java on Windows, /Applications/Utilities/Java Preferences on OS X), but we have ...
4
votes
5answers
3k views

problem with oracle sqlplus with whitespace in the path of the @ command

I'm running Oracle 11g on Linux and I'm trying to run a script which will create my database. This script runs fine on windows, but when I test it on Linux, I get the following error: SP2-0556: ...
3
votes
6answers
113 views

Android: How to start an Activity via button?

Noob Android developer here I'm more graphics than code but thought I'd start doing more coding. Anyway, I have some buttons on my main activity page and I want it so when the button is clicked it ...
3
votes
3answers
70 views

Should threads have special design to be shutdown gracefull by Tomcat?

I have developed multithreaded web application that runs in Tomcat. But I cannot use shutdown.bat Tomcat didn't stop graceful. I debugger I see that threads continue run after shutdown command. ...
3
votes
1answer
363 views

Set affinity with start /AFFINITY command on Windows 7

I am using the start /AFFINITY [n] [.exe] command to start an executable with the specified affinity. I have a system with 8 processors (1,2,3,4,5,6,7,8). I'd like to set the process to use all of ...
3
votes
1answer
223 views

Best Practice activity- switching and view- changing in android

I am still searching for the best solution howto use a layout with a menu and a toolbar and inflate or start activities in android. My question may sound confusing, but im trying to explain it in an ...
3
votes
2answers
131 views

Start an application with JScript

Is there a way to start an application using JScript? Thank you for your answers
3
votes
2answers
150 views

Stop a Function, jQuery

I'm using this blink function (function($) { $.fn.blink = function(options) { var defaults = { delay:500 }; var options = $.extend(defaults, options); return ...
3
votes
1answer
761 views

Android - How to start an application on the /sdcard after boot

Is there a way how to start and android application after a boot automatically if it is on the /sdcard? Ok, probably by BroadcastReceiver. But which action is the right one? ACTION_BOOT_COMPLETED - ...
3
votes
2answers
448 views

How to make a Java app automatically start when PC starts?

I'm developing a scheduling app, it reminds user of things to do during a day, it checks every minute to see if time is up, and if it is it will open an alert window to remind the user. Although it's ...
3
votes
2answers
326 views

How can I launch Cassini Web Server from a command line or batch file?

Is there anyways to launch Cassini web server from a command line? The exe appears to be in this path, C:\Program Files (x86)\Common Files\microsoft shared\DevServer\10.0 I try to use the suggested ...
3
votes
1answer
259 views

why does android 'revives' crashing apps?

if you have an android app that has more than one Activity, and Activity A starts B, so if Activity b crashes the process is killed but is revived by android OS and starts Activity A again instead of ...
3
votes
2answers
162 views

Delphi 2010 freeze on start-up

I've set up trial Delphi 2010 for the testing. After some days it is started and freeze. I just can see web-page with "how-to-buy" and at the right side last edited project. But Delphi's window do not ...
3
votes
6answers
2k views

How to start using WCF/WPF?

I've been using .net for quite some time, and everywhere I interview these days, I keep getting asked about my knowledge with .NET 3.0/3.5 technologies (WF, WPF, WCF etc.) How do you start learning ...
3
votes
3answers
10k views

Start And Stop Windows Service remotely using PSEXEC

How to start and and stop a windows service remotely using PSEXEC Preferable the syntax to write I tried the cmdlet given below psexec \Server -u Administrator -p Somepassword ServiceName Please ...
3
votes
3answers
2k views

Jquery ui, call start drag manually

In Jquery UI I can configure an element as draggable by invoking $("#drag").draggable(); But is there a way to start and stop the drag functions manually from another function? Ie ...
3
votes
5answers
216 views

Starting application from data file

When you double-click on a Word document, Word is automatically run and the document is loaded. What steps are needed to do the same thing with my C# application? In other words, assume my ...
2
votes
1answer
74 views

How to start programs from php?

Again xD I have Windows 7 x64 with XAMPP installed :) How can i start .bat files located on my webserver? I tried with exec(); system(); shell_exec(); popen(); And with commands like dir c: ...
2
votes
3answers
74 views

How do I initialise my Satchmo website?

As an experienced PHP programmer I tend to avoid things like Python. However we all must play with the cards we have been dealt with and I now have to work with a Satchmo website. I have very little ...
2
votes
3answers
152 views

Starting a new activity, and transferring a string to said activity

I'm a self-taught, high school android programmer so please bear with me. I am developing an app in which I want to have the user input text into a text box, and once the user hits the "go" button, ...
2
votes
2answers
170 views

Why does my console app not have an icon when started with Process.Start()?

I've got an app that downloads an .exe to a temporary folder and runs it with the System.Diagnostics.Process class. So far I've run two different apps with it. One is a console app, the other is a ...
2
votes
0answers
183 views

Note onset detection from audio [closed]

Possible Duplicate: Note onset detection Goodmorning, I need a note onset detector quite robust for my thesis work in java/matlab. From an audio file I extract the loudness and some other ...
2
votes
1answer
323 views

How to create a menu similar to the Windows 7 Start Menu in WPF

I am contemplating having a menu in my WPF application that works in a similar way to the Windows 7 start menu. In my mind, this means that I should make a user control that consitues a button. ...
2
votes
1answer
2k views

starting an activity from preferences.xml

I'm trying to go to the settings screen found at - android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS From an entry in my preferences activity but am having no luck. At the moment, pressing ...
2
votes
2answers
663 views

Launch File Error in Java Web Start

I'm trying to launch a java app via web start and I'm getting the following error which I can't seem to figure out. Any hints, tips or tricks to resolve this would be greatly appreciated. ...
2
votes
2answers
404 views

Starting a process not working in my windows service

I am trying to execute an exe file through c#.net using a process. It fails to execute returning the following exception: System.InvalidOperationException: No process is associated with this ...
2
votes
2answers
170 views

How to run command prompt programs on C#?

I would like to know if there is a way to run a command prompt program such as "C:/temp/mactimes.pl" which the command "perl mactimes.pl" could be run in the C# program. I have looked through ...
2
votes
1answer
719 views

Starting a Cocoa document-based application shows selection window first

This seems like it should be easy yet I must be missing something. I have a document-based application. I have also built a new XIB that has a NSTableView and three buttons on it that I intend to ...
2
votes
1answer
199 views

Exception while starting application using CouchDB

I'm starting learning some about CouchDB by the Definiteve Guide. There is example - blog system Sofa. I'm downloading it, but when I try push it, I catch exception.2010-09-19 14:38:15 [CRITICAL] ...
2
votes
0answers
112 views

Focus on item in the jcarousel

I've a page with a jcarousel, the carousel contains n items linked to other pages. I'm trying to keep on focus the clicked item also in the new page. Thanks in advance Luca
2
votes
1answer
139 views

How could I create a start page for my Java application much like Netbeans start page?

It appears the start page is an html document rendered somehow. I know about jWebPane, but its dead and the only other active solution I can find is to embed firefox which is a huge dependency and ...
2
votes
4answers
340 views

adding characters at the start and end of each line in a file

What is the best way to add some characters at the start and end of each line? something like quotes etc? Can it be done using Vim, or some other way?
2
votes
3answers
232 views

How to start a programm with Python?

How to start a programm with Python? I thougt this would be very easy like: open(r"C:\Program Files\Mozilla Firefox\Firefox.exe") But nothing happen. How to do this? Thanks in advance.
2
votes
2answers
260 views

Start a thread in a different process in Java

is it possible to start a new thread in a different process in Java? I mean, I'm running a specific process and main thread, issuing ProcessBuilder for creating a new process. Before start() method ...
2
votes
1answer
610 views

Cocos2d on application start gives random fps drop?

I am developing an iphone game using cocos2d and have it set to to show the FPS. Now most of the time the application will start and run at 60 fps, However apparently randomly sometimes the ...
2
votes
2answers
258 views

Can I Get Notified When Some Process Starts?

I need to know (preferably with the least latency) when foo.exe is launched. Right now, I have a thread that sits in a light loop (~10 Hz) and walks the process tree looking foo.exe. This is less ...
2
votes
1answer
178 views

Conversion of a Java Web Start app to an Applet

I'm trying to figure out how difficult it would be to convert a Java Web Start app to an applet. Theoretically, if the application didn't do anything such as write to the file system...basically if ...

1 2 3 4 5 6