Search 5,000,000+ questions and answers.

Frequently Asked Questions

Why doesn't my mouse work? Why can't the window be resized? Why is everything so big and ugly?

ETV Personal Video Recorder - FAQ
The ETV frontend is primarily designed to be used on a television with a normal VCR remote, everything GUI related stems from that. (Except maybe for the ugly bit: I'm a programmer, not a GUI-artist. If you can do better: please show me :-)
Related Questions

Why doesn't my mouse work in a DOS application?

FAQ about gear cutting, gear software and gear design
If your mouse is not working in these (or other) DOS programs, check the following property of the command window: Open the offending program in a window. Click the DOS icon in the upper left corner of the window's title bar. From the drop-down menu, select "Properties". Under the "Options" tab, find the "QuickEdit Mode" check box. Uncheck it. Click OK and check "Save properties... " check box.
Related Questions

My mousewheel on my Logitech mouse doesn't work. How do I fix this?

Welcome to Weapons Factory Arena Website
The thumb buttons on my Intellimouse Explorer (or other 5 button mouse) doesn't work in WFA. How do I fix this?f
Related Questions

Why doesn't my mouse work?

Frequently Asked Questions About the D400 Computer
Check to make sure that the mouse cable is connected to the mouse port on the back of your computer. If you're using the Insignia mouse, remove the ball and clean the mouse. Check your mouse on another computer to verify that it's working. If not, replace the mouse.
Related Questions

My computer froze, and I can't move my mouse to shut it down. What do I do?

Mississippi College - Computer Services (MCnet) - Faculty/St...
Push CTRL + ALT + DEL all at the same time. A dialog box should pop up. Choose shut down. If the dialog box does not pop up then turn the computer off with the power button. Wait 30 seconds and then turn the computer back on. CONTACTS
Related Questions

Why sometimes in the contents window the mouse cursor takes a hand form and sometimes it doesn't?

FAQ: SuperMemo interface
The hand-point cursor indicates a hyperlink. Once you click on the link, the target element will be displayed in the element window. You can turn it off by unchecking the synchronize button at the top of contents window. In such cases, you will need to double-click the element before it is displayed in the element window (note that a double click also collapses or expands branches)
Related Questions

What can I do if my mouse doesn't work in scratch mode?

terminatorX: faq
Now this issue is rather tricky, as it seems a lot of problems can be the reason here, but there are some things you can try: from your XF86Config. Check whether the Server loaded DGA by running xdpyinfo - if DGA is loaded one of the lines you get from xdpyinfo should read XFree86-DGA. To check whether DGA actually works run dga as root - Warning: the only way to exit this tool is pressing 'q' on your keyboard - and it might take some seconds until it reacts.
Related Questions

Why doesn't the PS/2 mouse port work?

Frequently Asked Questions | Frequently Asked Questions Corv...
Answer: During hookup make sure that you are installing your PS/2 mouse with your system powered off, otherwise you could permanently damage the Motherboard.
Related Questions

Why doesn't the chat window pop up on my computer?

STD, Herpes, HPV, HIV/AIDS, HPV dating, STD dating, Herpes d...
You might not have the "Flash Player" program installed on your computer. Get Macromedia Flash Player here. Our instant messenger automatically pop-ups after you log in. Some browsers have a feature of blocking pop-ups. Change the settings of your browser or Toolbar, and then the IM will pop-up.
Related Questions

When I bring MetaSynth to the front why doesn't it respond to the mouse?

Frequently Asked Questions
If clicking on the window does not bring the window to the front, click on the MetaSynth icon in the dock. In some conditions bringing MetaSynth to the front (by clicking on the dock or clicking on part of the window) result in the window not being completely activated. If this happens, click on the window TITLE BAR and the window should activate completely.
Related Questions

Is this antenna big and ugly?

PDQLink Wireless FAQ
No! PDQLink Wireless Internet uses the highest quality equipment available today. The antennas we use vary in size from 8 inches by 4 inches and can be easily hidden under the eaves of your house. They are paint-able too! Take a look at one that is installed.
Related Questions

How can my program tell when a window is resized?

Java Programmer's FAQ
Override the setBounds(int,int,int,int) method of Component to do what you want. Of course, have it call super.setBounds() as well. Note that setBounds() replaces reshape() which is deprecated. Note the new APIs call the deprecated APIs instead of the other way round. For example, Component.setBounds calls Component.reshape, instead of reshape calling setBounds. This is because the AWT sometimes needs to call these for its own purposes.
Related Questions

What if it doesn't work?

The Society for Clinical & Medical Hair Removal, Inc. | ...
If the area being treated does not respond as described in the consultation and if there are other arising health problems, (ie., irregular periods, weight gain, etc.) discuss this with the electrologist so a medical treatment plan can be implemented if necessary.
Related Questions

Lasik laser eye surgery from Ultralase: Frequently asked que...
After treatment, the eyes go through a natural recovery period. For 97% of patients, the results reach the target standard of vision - or better. A few people do not quite achieve the desired standard of vision - for these people, a re-treatment can be one option. Remember all your aftercare is backed up by our unique Lifetime Care Guarantee.
Related Questions

Frequently Asked Questions About Molluscum and ZymaDerm
We can't guarantee that ZymaDerm will work for you, but we do offer a 6 month money back guarantee to help assure your satisfaction. If you are not happy let us know and we will give you a refund up to 6 months from the date of purchase. No conditions, no exceptions. (Please don't cheat. Thank you).
Related Questions

Why doesn't my mouse work properly when running Microsoft CodeView?

Frequently Asked Questions
You have to turn of "QuickEdit" mode in the MS-DOS window that runs CodeView. Click here to find out how to do this. In some situations, make16.bat changes your PATH environment variable, which makes it impossible for the OS to find your other programs. Read the following article for details.
Related Questions

The mouse doesn't work for <control>. Is this a bug?

nashNET
No. Although most features can be affected with the mouse, the current version of reViSiT doesn't have 100% mouse support yet. All program functions, however, are accessible using the keyboard. Originally, there was no mouse support to force early users (both testers and surveyees) to experience the keyboard (which is more efficient) and test the keyboard handler code.
Related Questions

Why doesn't my mouse work properly when running CodeView?

Frequently Asked Questions
You have to turn of "QuickEdit" mode in the MS-DOS window that runs CodeView. Click here to find out how to do this.
Related Questions

How can I get window manager's mouse bindings to work in my Tk application?

Tk Usage FAQ (Frequently Asked Questions)
Some window managers, such as mwm, define mouse button bindings which cause Tk some problems. Try renaming your window manager's startup file (something like ~/.twmrc for instance) and copy in a startup file from a login id that works.
Related Questions

How do I know when the mouse has entered my window?

EFNet #Winprog
The little pile of droppings on the sill is usually a dead give away. The crumbs on the counter are a sure sign as well. When the mouse is moved over your window you receive WM_MOUSEMOVE messages, this isn't just for the first time the mouse enters your window, but for all following movements as well.
Related Questions

How do I know when the mouse has left my window?

EFNet #Winprog
Usually you do not receive any message when the mouse leaves your window. This is the way I've done it. It consists of Capturing the mouse when it enters so that we can check for when it leaves. It has been pointed out to me that this is NOT a good way to do it, and that one should use TrackMouseEvent instead. However no examples have been forthcoming, and since my headers/libs do not contain this function I cannot provide one. This is a global variable.
Related Questions

Why doesn't Sundial remember my window layouts?

Information Technology Services: Sundial
Click on "Oracle Calendar" then Preferences in the desktop client which brings up an "Oracle Calendar Preferences" window. In the "Oracle Calendar Preference" window, scroll down in the left panel, click on "General" tab in the left panel. Select "Open new session with the saved state" radio button in the "Agenda Startup" section. Once you do that, the "Save State" button will be enabled.
Related Questions

Why doesn't the X Window System use GNU's autoconf?

Cygwin/X Frequently Asked Questions
The X Window System does not use autoconf because autoconf was not available when the X Window System was started in 1984.
Related Questions

How does the Conversation Window work?

Free Instant Messaging Services | Instant Messenger Program
Your MECA Buddie's™ screen name will appear on the left side of the Conversation Window followed by their message. Every conversation has a 1000 line limit. If you reach that limit, you will receive a message. You can choose to delete the top portion of the conversation or close and reopen a new conversation with your Buddie™.
Related Questions

How does the mouse work?

The real Keyless Ergonomic Keyboard with an Integrated mouse
Mouse functions are performed very easily. First, sliding the left dome down twice puts the orbiTouch? into "Mouse Mode." Then the right dome controls cursor movement, and the left dome does the mouse "clicks." The "clicks" are actually performed by smoothly sliding the left dome to the left for "left click," right for "right click," and straight up for "middle click" or window scrolling. Back to Top Yes. The orbiTouch? is in use across the United States and in 9 other countries.
Related Questions

How to I get the mouse wheel to work?

UT Physics Linux FAQ
Support for the Microsoft Intellimouse is enabled in our X Windows setup by default; however, you must configure a few extra options in your ~/.Xdefaults file in order to get it to work with some applications (such as Netscape). You can find the text to be added on the Colas Nahaboo X mouse wheel scroll page. Simply copy the text for the application program(s) you require, paste it into your ~/.
Related Questions

Will these techniques work on ugly girls?

index2.jpg
Yes of course they will, in fact the "ugly girl" will be in total awe with you because she will wonder why someone like you would go for her. With our guide you can have the pick of 99% of the women you want, it's your choice.
Related Questions

Why's your site so ugly?

LMFFI: Frequently Asked Questions
Because the Index used to be all on one page, and it was a damn big file, and putting any images in it besides the colored dots would have rendered the loading time unthinkable.
Related Questions

Q44: Why remote mouse control doesn't work on EP735/EP755/EP753?

Frequently Asked Questions
A44: Clip on remote control need to open when it acts as remote control. On the other hand, chip on remote needs to close when it acts as a remote mouse.
Related Questions

Miscellaneous Hardware 11.1) * How come my mouse occasionally doesn't work?

SunManagers Frequently Asked Questions
If it is a mechanical mouse, it may need cleaning. Open up the bottom panel by rotating it, and remove the mouse ball. Clean the mouse ball. With a Q-tip, clean off any grime on the rotors inside the mouse.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact