The prompt tag has no wiki summary.
0
votes
1answer
35 views
display a non-selectable default value for JComboBox
I have a JComboBox that contains three Items {"Personel", "Magasinier", "Fournisseur"}.
I want this JComboBox to display the value "Choisir une option :", which is a non-selectable value.
I tried ...
1
vote
1answer
21 views
Does the prompt manager escape characters?
I am working on a SAS program and I created a prompt which should allow a user to enter a comma separated list of values. The values are then used in a WHERE IN clause. The problem is that the prompt ...
1
vote
1answer
13 views
iOS Cordova user prompt displaying multiple times
I have an iOS cordova application. I have a navigator.notification.prompt that appears (as expected) to allow the user to rename a particular radio channel. The problem is that if the "Rename" button ...
-1
votes
2answers
21 views
Why has my Mac OSX bash prompt changed? [closed]
I just went to use Terminal on my MacBook Pro and noticed that the prompt has changed.
My prompt used to be something like this:
Last login: Wed May 15 17:39:43 on ttys001
MacBook-Pro:~ paul$
I ...
0
votes
1answer
24 views
Show list of options using JavaScript prompt
In JavaScript, is it possible to show a list of options to click using a prompt window, instead of a list of options to be typed in manually?
I'd like to present each option as a button, instead of ...
-2
votes
2answers
75 views
html, javascript: scrolling through list box items - and display prompt for each item [closed]
So what I need to do is the following: when I select an item from list box I need to be able to dynamically display additional information for that item in a separate box. I.e. let's say I'm scrolling ...
1
vote
4answers
58 views
Javascript begginer how to use var properly
I just started learning Javascript on codecademy and don't know what is the problem with this code.
var feedback = prompt("Rate this game out of 10");
if(feedback > 8) {
console.log("This is ...
0
votes
4answers
61 views
Ruby “gets” prompts user for input. How do I get input (string) to reference existing object?
I'm prompting the user with gets to give me either peg1, peg2, or peg3, which each reference an array already made before the prompt. However, the input from the user is a string, which would be ...
0
votes
0answers
24 views
wxwidget compiling on windows command prompt
Can someone please guide me on the method,as to how I would compile wxwidget using windows command prompt or MSYS. [I can't seem to find anything on the wxwiki/wxwidget official book/anywhere else]
I ...
-1
votes
2answers
39 views
How do I join two variables to create a folder name?
What I'm trying to do is create a folder at a designated location and then name that folder with the date and the users initials. I want the user to be able to input the initials when creating the ...
0
votes
1answer
29 views
Prompting the user for file names in Unix
I want to write a script which prompts the user for the names of two files, lists the first file on screen and waits for user to press any key before second file is listed on the screen. But I am ...
0
votes
2answers
28 views
How can I store user input inside a text file in perl?
I'm trying to create a text file that will store user input such as their initials. This code will prompt the user for the information and create a text file but the text file remains empty. How can ...
0
votes
0answers
22 views
How to run Prolog from command prompt, and get input from file and send output to a file
I want to run SICStus Prolog from Command Prompt. I want to read input.txt as a query file and want to output result to output.txt
How can I do that?
0
votes
4answers
48 views
How to pass 'yes' to python manage.py flush?
According to this StackOverflow thread about piping input, running echo "yes" | command should pass yes to the first prompt of a command. However, echo "yes" | python manage.py flush produces the ...
0
votes
3answers
50 views
Batch file compare two folders return files that aren't in one folder
I'm trying to make a batch file that will compare two folders "core" and "custom" and return the names of the files that aren't in custom.
So far I have this code, most of which is taken form another ...
0
votes
0answers
15 views
How to display only files that have alternate data streams in Command Prompt
I know that to display alternate data streams of all the files (if any) in command prompt, this is the command "dir /R". But, how do I do it if I only want to display files that have alternate data ...
1
vote
0answers
55 views
java - processbuilder - linux - prompt not captured in output stream
linux version: MINT 14
netbeans 7.2
I am pretty recent into programming, and I face this difficulty.
I have a GUI with 2 jtextarea, one where we type commands, one where the commands output goes (a ...
2
votes
1answer
55 views
Time out prompt in imacros by using javascript
How could it possible in Imacros to assign default number to variable.
After time out 10 seconds if user doesn't change number with in 10 seconds ?
var n = prompt ( " Number of loops. " , 500 ) ;
-2
votes
0answers
45 views
can someone fix my PS1 for bash [closed]
I seem to have too many colour escapes so it only works in some prompts - can someone please correct for me ?
PS1='\[\e[0:35m[\u@\e[0:33m\h\e[m \e[0:35m\w]\e[m \e[0:33m`git branch 2> /dev/null | ...
0
votes
1answer
29 views
start external cmd prompt and update it concurrently with java application
I want to be able to run an external cmd prompt concurrently with my Java code. While running java application need to start external cmd prompt ,and this command prompt need to updated from my java ...
0
votes
1answer
30 views
JavaScript arrays checking
I'm going to have unknown number of prompt dialogs.
I will have their number after some user actions, but I want to create them, display them and at the end check if some of them is null(empty).
I'm ...
0
votes
1answer
96 views
Command Prompt Directory Styling
I have a particular need for adjusting the command prompt. At the moment i am using Holmans Dotfiles and I want to further customize it in order to create a prompt that's more readable and clear. What ...
0
votes
1answer
46 views
Prompt in php loop
I have a php system that connects to a webservice, gets data and based on that data generates txt files... - it all goes automaticly while data ends.
The thing is: customer wants to enter some values ...
0
votes
1answer
15 views
pompt loop when getting user to copy text in a textbox using prompt and jqueery
I have written the following code to prompt the user with the content of a textbox to make it easy for them to copy the data. its for non IT savvy users who may not know how to copy text (we get ...
0
votes
2answers
50 views
Intro to C: Continuous Prompt for Input
I want to make a code in ANSI C that prompts the user for a input.
First, I want to print the prompt.
Then, I want to echo the prompt and loop, ONLY if a character is typed and echoed.
I know that to ...
0
votes
1answer
25 views
MatLab prompt error
Why doesn't my program run?
eyeGlassesColour=input ('Please, input your eye glasses colour:\n');
if eyeGlassesColour == 'red'
fprintf('They are pretty.\n');
else
fprintf('Buy another pair.\n');
end
0
votes
2answers
53 views
Javascript Prompt inside loop
for (var j=0; j<2; j++){
listno=prompt("Enter Item Code","0");
listno = parseInt(listno);
if (listno > 0) {
PRODUCT_WANT.push(PRODUCT_LIST[listno]);
WANT_PRICE.push(PRICE_LIST[listno]);
...
0
votes
1answer
45 views
Batch File Echo a line contains % to a Text File
I'm adding the following line to a Batch file using:
ECHO enter.php?login=%s&pass=%s >>textfile.txt
the Output is coming as
enter.php?login=s
This is my first Batch file.
1
vote
0answers
27 views
Styling the JavaScript prompt dialog in Chrome
Given that Chrome makes it so easy to customize the look and feel of so many browser components - such as scrollbars - I was wondering if there is also some Chrome styling magic that can be used to ...
5
votes
2answers
531 views
How to use java program to run command prompt commands?
this is my first time posting here, so I'm not really sure what to say/ask.
Anyways, I am trying to make a simple java program that runs command prompt commands from the java program, mainly used for ...
0
votes
3answers
77 views
Javascript Prompt Cancel Button not “Canceling”
I've noticed that when you have a user enter text through a prompt window, the prompt will return null and continue moving on with the code. I want the cancel button to do what it says it does and ...
0
votes
1answer
62 views
c# execute shell command and get result [duplicate]
I am executing a command prompt command as follows:
string cmd = "/c dir" ;
System.Diagnostics.Process proc = new System.Diagnostics.Process();
proc.StartInfo.FileName = "cmd.exe"
...
0
votes
2answers
116 views
Automatic answer to interactive shell prompt (yes/no)
I run a bash script.
After some minutes execution it prompts me enter 'Y' or 'N' to continue.
Some minutes later it can prompt me again some times.
Is it possible to answer its questions ...
0
votes
0answers
43 views
How do I keep the line at the end of a input prompt?
I was curious on how to keep the line input at the end of the question asked. My professor said I can add the end = "" parameter after the first parameter but I am getting an unexpected keyword ...
0
votes
0answers
67 views
How to make a table generator using prompt()?
I need to make a table generator using the prompt(), var, parseInt, isNaN and document.write in javascript. The user would be prompted to input the number of rows and then the number of columns.
This ...
0
votes
0answers
29 views
Using Messge for a file.choose prompt
If I paste a simple prompt into R for choosing a file like this:
message("Choose X")
X<-file.choose()
message("Choose Y")
Y<-file.choose()
Everything works fine. I get a message asking me to ...
0
votes
1answer
33 views
I'm trying to stop SaveFileDialog from being prompted from elseif DialogResult.No (and cancel)
Basically I'm a beginner at this sort of thing, and I'm trying to practice by creating my own Note Pad application, by similarly replicating Microsoft's Notepad. I have searched online for hours to no ...
-1
votes
4answers
94 views
alert and prompt javascript
the browser show me "thinksHarry Potter" without space between "thinks" and "harry" word, so my guys can you tell me how I can do that >>>>> and this my code
<!DOCTYPE html>
<html>
...
3
votes
0answers
53 views
inconsistent blocking behaviour of window.prompt on mobile device
<script type="text/javascript">
var x = prompt("enter x");
var y = prompt("enter y");
alert(x + " " + y);
</script>
This very simple code prompts the user for x, then for y ...
-1
votes
1answer
37 views
How to implement the prompt information for input like google search, in javascript and php [closed]
I think when we input something, we would like to get some prompt information . And we can get
what we like fast .But how to implement this ? I can use php and js/jquery and xhtml/css ,Can you help ...
0
votes
1answer
63 views
Loop back to menu when using perl to build a database?
Still wet behind the ears with perl and trying to learn how to use it along with MySQL to accomplish database tasks. I have what I hope is not to far off of the start of a perl script that offers the ...
0
votes
3answers
98 views
Using an array function inside a prompt [duplicate]
I am doing a project for a class in which I have to have a user input names, and then have the program alphabetically sort the names. The code that I've come up with isn't very elegant, but it works ...
0
votes
1answer
65 views
Button click confirmation *after* executing part of click handler
I have two dropdown lists,
one for a list of employees and
one for a list of teams;
when a button is clicked the selected employee should be assigned (or re-assigned if they are already assigned to ...
0
votes
1answer
45 views
Catch multiple commands in one script
I use LANDesk for managing the devices in my company.
This tool is great but it lacks te possibility to e-mail the device owner.
Therefore I created a right-click option called "Sent e-mail". This ...
0
votes
0answers
75 views
PHP - pausing in a while loop until user has clicked Next
Hi I have a question that is pretty much the same as one posted towards the end of last year - trouble is, i need to ask more about the answers provided as I am looking for an even simpler answer. ...
3
votes
2answers
83 views
Add Prompt to UINavigationBar Programatically
How do I programatically make my UINavigationBar (which doesn't have a UINavigationController) have a prompt whom's text value equals webTitle.
I've tried the following with no luck:
...
2
votes
1answer
60 views
prompt() function returns undefined in UIWebView IOS Simulator
var x=prompt('Test Me','Default');
alert(x);
Run this from Safari - everything is fine.
Run this from a wrapped UIWebView and x comes back undefined no matter what the input (after pressing OK).
...
1
vote
1answer
115 views
How to combine printf and readline in Perl
I'm trying to replace STDIN with readline. If I use STDIN (like in comment, see code) the cursor is ready for input right after printf output in the same line. But using readline the printf output is ...
0
votes
2answers
63 views
Can't find variable: prompt
#!/bin/sh
//Rock, Paper, Scissors
var myChoice = prompt("Rock, Paper, or Scissors?");
var computerChoice = Math.random();
if (computerChoice >= 0 && computerChoice <= .33)
{
...
-1
votes
2answers
90 views
what command on cmd works just the same as the “makefiles” command on Linux?
I'm new on C programming and I had been wondering what command on cmd works just the same as makefiles on Linux. You see, the OS of the computers we use in school is Linux and Mac and my laptop is ...

