Dialog boxes come in two main types, modal an modeless. Modal dialog boxes are spawned by a particular window and block events to that window until the interaction between the dialog box and the user is complete. Modeless dialog boxes do not block events to the main application windows and both ...
0
votes
2answers
31 views
How to pass AppleScripts display dialog to Growl or growlnotify?
I have this simple AppleScript which takes the text in the clipboard and outputs the amount of words and characters used.
What I'm trying to do is passing "display dialog" to Growl or growlnotify. I ...
0
votes
3answers
53 views
How can I create a popup in Windows with the results of a command called in a .bat file?
I'm calling an exe in a .bat file that returns quickly and I'd like to popup a message box with the results of the text so I can read it (after the program has ended). My .bat looks like this:
...
0
votes
0answers
32 views
OSX 10.6 - pop up dialogue boxes do not come to the front/top
Many times when there is a pop up dialogue box that requires me to enter a password or agree to some action (eg close multiple tabs at once) the dialogue box does not appear in front of the active ...
3
votes
1answer
124 views
How to prevent a dialog box from opening in Google Chrome?
I have to visit a website in a regular basis that reminds me it was originally designed for Internet Explorer 8 and Mozilla Firefox 3.5.12 to 3.6.10. It displays a dialog box with that warning ...
0
votes
1answer
75 views
ShellScript:dialog inputbox
Somehow to interact with user using shell in Linux you can use dialog.
my question about dialog --inputbox where you let user to enter a string as an answer to a question then you can redirect the ...
1
vote
0answers
32 views
Network Dialog does not show all nodes on network: Why?
There is a network dialog box thats sprinkled througout the Windows (XP,Vista, 7) OS that lets you browse the available nodes that are on your network. For example, this dialog box appears when you ...
0
votes
1answer
43 views
Is there a way to make a zenity dialog modal?
How can I make them modal? With modal I mean: The dialog should block the desktop so the user has only two options: Either cancel the dialog or enter text into it. (I want this basically because new ...
0
votes
0answers
13 views
Is there a way to get the Balance Dialog Box directly?
I use this very often
Can I get this without opening this:
0
votes
0answers
58 views
Black GUI with minimal desktop icons appeared after powering on my desktop PC
My computer powered on fine but after POST, a dialog box appeared with a red "X" and it gave some sort of warning. It had a long file name, I cannot recollect the entirety of it but it was something ...
1
vote
0answers
56 views
Can I suppress error reporting dialog boxes that prevent my crashed console app from closing?
I have a windows console app that hosts a WCF service and also transcodes video using DirectShow. I use a great little app called Restart on Crash which reliably detects when a process has exited and ...
0
votes
0answers
28 views
Removing Windows Update's nagging dialogue box
I've found how to stop the automatic restart for Windows Update on Windows 7 Home Premium using regedit, but I still get a dialogue box nagging me every four hours to restart my computer.
Is there any ...
1
vote
1answer
70 views
Disable illegal operation dialog boxes
Is there any way to configure Windows 32-bit not to show dialog boxes when programs have performed illegal operations? I just want them to be killed and not be notified.
I am hoping there is a ...
1
vote
0answers
32 views
apache (don't send) error message on every system restart
I am getting this error message every time I restart my machine.
Here is the screenshot that will describe my problem properly.
and here is the another screen when I clicked the 'click here' link ...
0
votes
0answers
68 views
Post to feed in dekstop application shows captcha after posting and end with an error
I'm using the 'feed dialog' with my Facebook desktop appliaction to recommend my app (and not using prefilled text).
This dialog worked well before, but since Sunday after trying to post I'm ...
1
vote
3answers
52 views
Is there any way to determine what program or service is using a device when I try to eject it?
I keep getting a message like this. How might I debug / troubleshoot why this is being thrown?
1
vote
2answers
155 views
Firefox extension to that add rename feature to download dialog
Is there a Firefox extension that add a rename feature (for example a textbox) to Firefox's Download Dialog ?
0
votes
1answer
87 views
Word 2007: How to remove reminder about comments when saving?
At my new job, the Enterprise IT folks appear to have enabled a reminder (presumably for security) when saving documents that contain comments. While this might be helpful for most, I use comments to ...
2
votes
0answers
36 views
human input in system dialog without knowledge - is is possible to “recall”? [closed]
While I was writing email in Gmail (Ubuntu 10.10, Firefox 7) suddenly I got popup (not website, dialog box (like system/browser).
I was just pressing space, so dialog box got submitted by default ...
0
votes
1answer
218 views
GNU Dialog and UTF-8 characters
I'm using GNU dialog in one of my lengthy shell scripts. One of the areas I've got problems with is when I'm asking for an inputBox where the user can type a book's title, mostly in French.
In this ...
2
votes
0answers
80 views
Mac OS Modal Dialog Offscreen Blocking Google Chrome?
I have a MacBook Pro that I take from work to my house. I rarely open the lid and almost always hook up to an external monitor.
I frequently find, and I'm unable to find a pattern to consistently ...
4
votes
5answers
249 views
Is there ever a response to the, “check for solution and close” dialog in Windows?
Usually iTunes crashes for me in Vista x64 half the time it starts. I have tried troubleshooting, reading all sorts of things and attempting many of them. The only way I can get rid of it is to kill ...
2
votes
3answers
755 views
Image file for Windows XP CTRL-ALT-DEL login box
Way back before SP2, the guy who got me started down the IT support road showed me where the image was for the Windows XP CTRL-ALT-DEL login box.
By replacing this image with a different image, we ...
3
votes
1answer
202 views
Command-line or registry alternatives to Windows Color and Appearance Dialog?
Does anyone know of alternatives to the Windows Color and Appearance Dialog?
I would like to set the fonts, colors, and sizes from a .cmd file or from a registry script rather than from the dialog. ...
3
votes
3answers
205 views
Is there a GUI type “choice” app for OS X? (similar to choice.com for PC)
I'm running a terminal script and I would really like to send option choices to the OS X GUI, similar to how choice.com works for Windows / DOS, but a GUI version.
I know I can use applescript's ...
5
votes
1answer
530 views
Disabling “Open” on IE's File Download Dialog
Is there a way to disable the Open (or Run for executables) option on Internet Explorer?
I am pretty much just trying to find a way to only allow the user to save or cancel, though simply saving ...
2
votes
1answer
79 views
What's up with my Explorer?
Please, can you look at the pics. This wrong thing I take in all open file dialogs. What is it? Can you help me fix it? Thanx.
9
votes
1answer
271 views
Force Windows dialog boxes to always display “More details”
Is it possible to have Windows copy and move dialog boxes always display the "More details" segment without having to ask every time?
1
vote
1answer
44 views
How can I turn the “… is a script application. Are you sure you want to run it?” warnings in Coda off?
If I paste some code into Coda (for mac) and then change to the preview tab, it asks me:
Untitled2.php is a script application. are you sure you want to run it?
This is annoying. Of course I want ...
2
votes
1answer
516 views
Can I change the font used for Windows 7 properties dialogs?
In Windows 7 its easy to edit photo tags directly from the file properties dialog but the English version of Windows 7 uses a font in this dialog which does not support Japanese and other characters. ...
0
votes
2answers
284 views
how to avoid firefox “opening” dialog for blocked content?
I use firefox for browsing at work. IS of the company blocks couple of websites including facebook. So, every website uses facebook connect or put facebook "like" button shows this dialog:
This ...
0
votes
1answer
294 views
File Open/Save Dialog always 'Not Responding'
I am aware that this question has been asked once, however the solution for them didn't work with me.
Whenever I go to open/save a file in any program, the dialog does not come up, and the ...
1
vote
2answers
320 views
WinXP: Persistent dialog “There is no disk in the drive.” after using USB
After using a USB flash drive or memory card on my laptop (Win XP SP2) I get the following dialog saying:
There is no disk in the drive. Please insert a disk into drive .
Notice the space between ...
1
vote
2answers
216 views
Windows: shortcut for switching to a modal window
I know there's Alt+Tab for switching between windows in MS Windows.
This only works for windows that appear as their own item in the taskbar, though.
The person I'm asking this for is blind. He's ...
2
votes
2answers
733 views
Barcode scanner work in browser
I have a Manhattan Barcode scanner Contact CCD Handheld 80mm scan width, USB. I have connected it to Windows 7 x64.
I managed to get it to scan several barcodes by configuring it to USB Mode.
If I ...
2
votes
2answers
162 views
How to tell if user is actively typing in Linux?
I'd like to write a little script to ask me what I'm doing at regular intervals, but I'd like it not to grab focus if I'm in the middle of writing an email or filling in a password. The two options ...
2
votes
1answer
294 views
Can I add a “place” to the Open… dialog in Windows XP? [closed]
Possible Duplicate:
How to add custom location is Save As dialog box?
There's an existing question for Windows 7.
Is it possible to add new "places" to the Open/Save dialogs in Windows XP?
...
2
votes
5answers
549 views
Skipping the download dialog in Firefox
In Firefox's options, you can either set that you want to be asked where to save every file, or you want it to be in place your favourite directory here, I've noticed that most of the stuff I save I ...
1
vote
1answer
132 views
Firefox “Bookmark This Page” dialog disabled
For some weeks now, the "Bookmark This Page" dialog stopped appearing. When I try to add a new bookmark using Cmd+d It automatically adds it somewhere; usually the Bookmarks Toolbar or the Bookmarks ...
3
votes
1answer
174 views
How can I disable the 'your formula has an error' pop-up in Excel 2007?
This is driving me absolutely crazy, while I'm in the middle of typing my equations into a cell I like to pre-create the parenthesis sometimes when order of operations is being explicitly set, however ...
0
votes
1answer
246 views
trusting files on my NAS in XP
I have a commercial Network Addressable Storage (NAS) that I use as a file storage location with multiple computers and operating systems.
I prefer to get to it by its IP address rather than set it up ...
5
votes
4answers
322 views
What does the “Apply” button do on Windows print dialogs?
This has been bugging me for a long time: All standard Windows print dialogs have an Apply button next to OK and Cancel. What does it do?
Sometimes it seems the application remembers preferences set, ...
1
vote
1answer
172 views
Some dialogs do not work anymore in Windows 7
Some dialogs are broken on my system.
This includes:
- some file selection dialogs (open and save). Not all of them though. File selection dialogs in some Qt apps (including Qt demo) don't work ...
2
votes
2answers
993 views
run as dialog always pops up
I recently got some malware on a machine that I don't use for much (partly intentional). I've cleaned it, but now everytime I open any .exe the 'Run As' dialog pops up asking me which user I want to ...
1
vote
1answer
391 views
Show entire file contents in dialog on Linux
I want to show the contents of a file on Dialog box for which I have use the "--textbox" dialog and "--tailbox" dialog.
But it doesn't show the whole contents of file, it only shows some of the ...
0
votes
2answers
282 views
Deleting… dialog box stays on screen for over a minute when deleting one small file
Every now and again I log into a Windows Server 2003 box with a remote desktop connection and delete one small file. When I do this, the Deleting... dialog box appears and remains on the screen for ...
2
votes
2answers
499 views
How to disable the “Please Install the Windows Live Device manager” dialog?
Whenever I plug in a USB device, Windows Live Messenger pops up the dialog box:
Please Install the Windows Live Device manager
How can I disable it other than by actually installing the ...
8
votes
5answers
1k views
Tool to copy text from dialog windows?
In Windows sometimes I get an error dialog with long text. Is there a tool which can copy the displayed text?
0
votes
2answers
847 views
How to get rid of ThinkPad “TrackPoint Scrolling Tips” dialog
UPDATE 2: NOT SOLVED AFTER ALL
Unfortunately this setting gets reset after EVERY SINGLE REBOOT.
Question:
I have a Lenovo Thinkpad (T400) that has been configured to use the middle button above ...
24
votes
7answers
6k views
Why does the Mac OS X firewall dialog recurringly pop-up and disappear by itself (without letting me respond) under Snow Leopard?
From time to time, I'll be on my Macbook using a program that accesses the network – whether Firefox, or Sony's Reader Library – really, it seems like it could happen with any program that ...
9
votes
3answers
137 views
Windows 7 Copydialog
how to ALWAYS show the "more information" info when copying files?
must be a .reg-entry or something like this...