Tagged Questions
The prompts tag has no wiki summary.
2
votes
1answer
906 views
ZSH Prompt/RPrompt Conflict
I currently have my ZSH PROMPT variable set up as:
PROMPT=$'[%{\e[0;32m%}%n@%m:%~%{\e[0m%}]>
and my RPROMPT variable as:
RPROMPT=$'[%{\e[0;32m%}%T\e[0m%}]'
The effect I'm working for is to make ...
1
vote
1answer
414 views
How to add image in alert or in propmts.alert using JavaScript XUL
https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsIPromptService#prompt_example
https://developer.mozilla.org/en/Code_snippets/Alerts_and_Notifications
Mozilla XUL offers various types of ...
1
vote
0answers
108 views
how to remove digital signature from excel workbook in Excel2010 without prompts using Excel API
In Excel 2007, I used to invoke SaveAs on workbook to do that. But in Excel,2010 things are different.
Once i invoke SaveAS on a workbook, then signatures get invaidated, but the file is then opened ...
0
votes
3answers
183 views
Zsh-Git-Prompt doesn't work on mac osx snow leopard
I want to use the zsh-git-prompt, from this repo https://github.com/olivierverdier/zsh-git-prompt, I've been using it on linux for a while and I haven't have any problems with it, now I'm trying to ...
0
votes
1answer
695 views
jQuery Multivalue Pop-up prompt
I have some jquery code that is doing an ajax lookup and returning comma delimited values (value1, value2, value3...)
I want to prompt the user with these values to find out which one they want.
I'm ...
-1
votes
3answers
137 views
Regex problem letters only validation for javascript prompt
I have a page where a prompt window pops up and prompts the user for their first and last name. I'm trying to write validation for the prompt window. hitting cancel or leaving blank is working fine, ...