QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

I am having problems with loading the applet. What should I do?

WhatIfSports.com: SimLeagues Live Football FAQ
After downloading and installing Java, you must restart your browser. It is sometimes necessary to re-boot your machine in order for your browser to start using the plug-in. If you are still having problems running SimLeagues Live on your computer and you think you have the latest Java installed, please check the Help section on www.java.com for advice.

What does "Hurry up and wait" mean?

Frequently asked questions - FAQ 151 - 200
Many things can go wrong with a plan to move a large body of troops. The only thing that is not allowed to be late is the infantry. So, if a move by vehicle or aircraft is planned to start at 0900 the infantry will be up and moving at 0400. Washed, packed, fed, kitted up, ready to go at 0800. All of that time the NCOs are yelling "Hurry up". When the transport does not arrive on time no one is surprised. You just settle in and "wait".

How do I run the Browser as an applet?

Open Channel Foundation: FAQ - LDAP Browser Editor
The LDAP Browser/Editor can be run as an applet within a web browser (Netscape Navigator or Microsoft Internet Explorer) using the Java Plugin. The Browser can be run either as a signed or unsigned applet. If the Browser is running as an unsigned applet it can only access the ldap servers on the server that the applet was downloaded from. If the Browser is running as a trusted signed applet it can access any ldap server on the network or the internet.

The site displays funny in my browser. What do I do?

macalicious | frequently asked questions
I get this question mostly from Internet Explorer users, though iCab also has issues displaying the pages properly. Why does it happen? Well, in iCab's case, the browser is still in beta, even after all these years. In Internet Explorer's case, it's mainly because it's old. Microsoft hasn't updated it in any significant manner for Mac OS since OS X debuted several years ago. And they won't be updating it any further as they've pulled all future development for the Mac version of the browser.

My browser crashes when loading jClientUpload ?

jClientUpload - Installation
We've have been reported that messed up JavaScript could return a VC++ runtime error and crash Internet Explorer on a few windows configuration. The solution is to setup carefully the JavaScript file (copy/paste existing line to add parameter).

Why the name "Regi-Stand" for the displays?

Frequently Asked Questions about Sales Lead Generation Marke...
The Trademarked name simply refers to "Registration Stand" for which the products are mainly used. Registering to win contests, door prizes, contests, suggestions, and much more.

How does an applet get loaded into the browser?

jGuru: Applets FAQ
Author: Rob Edmondson (http://www.jguru.com/guru/viewbio.jsp?EID=35309) Question originally posed by NISHANT JAIN (http://www.jguru.com/guru/viewbio.jsp?EID=29836 The browser’s HTML interpreter reads the parameters from the APPLET tag. The relevant parameters used to load the applet’s class are CODE, CODEBASE, and ARCHIVE (CODEBASE and ARCHIVE are optional - OBJECT can be used instead of CODE). The CODE parameter holds the name of the applet’s class file.

My browser displays a message about an 'expired certificate'. What is this?

Surplus Shed
It's not that our secure certificate has expired; it is the 'root certificate' in your browser that has expired. To enable secure Internet transactions, we use a secure site certificate issued by Thawte Consulting. Most modern browsers recognize Thawte certificates, but with some older browsers, particularly up to version 3 of Internet Explorer or Netscape Navigator, you may experience a problem (newer versions should have no problems).

Why does it say, Loading applet when I try to Chat?

University of Alaska, MyUA Project
When Chat function in the Group Studio is stuck with Loading applet, the Java software on your computer is having troubles. Try installing the newest version of Java from http://java.com/en/download/index.jsp. The Chat software should then load correctly.

Applet is not loading (grey box) when hosted under IIS , what should I do ?

jClientUpload - Installation
Basically, IIS settings don't allow to serve files with unknown extensions. IIS returns 404 error when jClientUpload tries to load i18n.properties. You have to update IIS settings to map ".properties" to "text/plain" mime-type. See instructions for IIS 4.x/5.x or 6.x.

What's "loading high"?

OpenDOS FAQ list
A trick used to free up more DOS memory by moving drivers and parts of the system into other memory areas. FAT12, FAT16, an FAT32 are all cluster-based disk layouts. FAT12 is usually used on floppies and FAT16 on hard drives (more clusters). FAT32 is new, and supports more (and thus smaller) clusters, making disk storage more efficient.

Why is my browser not loading correctly (i.e. too slow or images not loading)?

UF Bridges -- FAQs for the myUFL Portal
To clear the cookies (stores temporary Web page images) and refresh browser in Internet Explorer 6.x.: To get help clearing the cache in another browser, check Help and search for “temporary files” or “cache.”

How much information displays for the "First Chapter" feature?

Bowker Product Training
We estimate that the great majority of Chapter One excerpts, more than 97%, are from initial (first chapter) text. They are truncated to about 17K characters. This generally represents 10-15 pages of book text. It may represent all or part of the first chapter. If it is not the full first chapter, the excerpt contains the notation "Continues." Excerpts containing the full first chapter are usually those of fiction works.

My unit displays "set address", what should I do?

Amtel Systems Corporation - Text Messaging and Communication
Operator error. Someone pressed either the message recall or alert recall key to bring up a message/alert in storage and neglected to press clear to return unit to idle mode: time/date screen. While the unit was in the recall mode, it was displaying the recalled message/alert and still receiving messages and alerts that were being sent on your system. When someone pressed clear to use the unit, the Amtel program took over and began to display all of the messages/alerts that had been received.

Can I use "ClickOnce" for Windows Forms Controls in the browser?

General - Windows Forms FAQs
No. "ClickOnce" only deals with deploying applications. The Windows Forms control in the browser technology is effectively unchanged.

Can I launch a "ClickOnce" app from any web browser besides Internet Explorer?

General - Windows Forms FAQs
quot;ClickOnce" simply uses a MIME type for activation, which is configured by the .NET Framework 2.0 setup. This allows a "ClickOnce" app to be launched by any client that uses standard Windows url activation. This includes Internet Explorer...

How do I get an applet to load a new page into the browser?

jGuru: Applets FAQ
In short, get the applet's context and tell it to show a different document: getAppletContext().showDocument(new URL("http://foo.com/whatever/blah.doc")). You can also provide a target frame string as in getAppletContext().showDocument(new URL("http://foo.com/whatever/blah.doc"), "target"). There are four special targets strings. Any other string will act as a named top-level window, if the frame doesn't exist.

How can I display a modal Dialog from an applet in the Browser?

jGuru: Applets FAQ
Author: Finlay McWalter (http://www.jguru.com/guru/viewbio.jsp?EID=13911) Question originally posed by Rajesh Sharma (http://www.jguru.com/guru/viewbio.jsp?EID=26470 In order to display a Dialog, you need a Frame to be the "owner" of the dialog - all of the java.awt.Dialog constructors require a Frame. Now, I've seen several "teach yourself java" books that say you should make a dummy Frame, and then pass that in as the parent - but that's plain silly.

How can I make the browser keep the applet in its cache memory?

jGuru: Applets FAQ
Author: NISHANT JAIN (http://www.jguru.com/guru/viewbio.jsp?EID=29836) Question originally posed by ronen portnoy (http://www.jguru.com/guru/viewbio.jsp?EID=27420 The browser by default keeps the applet in it's cache. But this cache is a temporary cache. If you want to really store the applet then there is a new version of Plug in which provides a cache that stores the applet. For making your JVM to load the applet from that cache, you will have to make some changes to your HTML.

What kind of browser should I have to use the computer ticket ordering applet?

FAQ — Assembly
You should use a new browser (e.g. Firefox 1.5 or Opera 9) with Java JRE 1.3 (or later) support.  You can download the latest JRE from http://www.java.com/en/download/index.jsp To use Microsoft Internet Explorer to run the Ticket Sales Applet, you must configure the it to use the Sun JRE plug-in. To do this,
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact