Captivate 8: How do I close this window?

I am not sure what to call it but how do I close this window and prevent it from popping up again please?
Oh and is there a way to minimize the icon sizes on the toolbar?
Thanks in advance.

About the icon sizes...
Assuming you mean these?
If so... nope. Can't change them.
But I can offer you a free membership to the "learning to live with it" club if you want. We are offering a buy one at regular price and get three free special today.
Cheers... Rick

Similar Messages

  • How can I stop the "Are you sure you want to close this window?" box?

    Hello,
    Could someone please tell me how to stop safari/google from warning when there is text written in the search query box of google and I try to close the window? The message runs as follow: "*Are you sure you want to close this window?* You have entered text on "Google". If you close this window, your changes will be lost. Do you want to close this window anyway?"
    I'm using Safari 3.2 and I have my preferences set to open new links in new windows rather than in tabs. I did try unchecking the warning message for closing multiple tabs, despite the fact that I'm not using tabs. However, that didn't work.
    Thanks in Advance

    I would have to say it's a bug in Safari 3.x, as it apparently worked in Safari 2.x. I'm sure a bug report has already been filed on this, but if you want to give feedback to Apple about it and encourage them to fix it sooner rather than later, use this Feedback link.
    Mulder

  • How do I add a 'close this window' button to a page please?

    I have tried using the only snippet I can find and it looks good but just does not work. Any ideas would be greatly appreciated. Thanks
    Jim

    A Google search for javascript close window go this response: http://www.google.com/search?client=safari&rls=en-us&q=closewindowjavascript&ie=UTF-8&oe=UTF-8.
    An easy one that I found was:
    <xmp>
    <A href="javascript: self.close ()">Close this Window</A>
    </xmp> *(Ignore the <xmp></xmp> tags when copying)*
    And works fine. When you add the snippet enlarge the results box as it tended to cut off some of the text when published.

  • How do I close 1 window at a time.

    How do I close 1 window at a time.

    You can also open the file menu via Alt+F to have a close Window item appear. This item wouldn't appear if the menu bar is visible and you would click File. This is one of the items that only show if you activate the menu bar via the keyboard.

  • How can I close this application?

    I entered a script that autoclicks every 0.1 seconds and I didn't turn off the mouse thing so it just keeps entering 5s. I can't do anything except move my cursor(can't click or type). How can I close this application?

    > I have an interface (main vi) wich call another interface (pop
    > up).this interface call another interface. How can I do in order to
    > close the interface which is calling without stopping my application
    >
    There is a mechanism built into subVIs and subVI calls to open when
    called and close when finished. This still works fine for many tasks
    and is quick and easy. To use this, you can use the File>>VI Properties
    on your subVI, go to Window Appearance, Customize, and it is in the left
    column near the bottom.
    You can also set this on a subVI call by right clicking, choosing SubVI
    node setup and set the same Open when called and Close on exit settings.
    The difference between them is that the first will affect every usage of
    the VI, whereas the
    second can be set to pop open sometimes and other
    times not.
    Of course there is another way, introduced when the VI server was added.
    There is a VI property for the VI class, Front Panel Window Open.
    Setting it to True and FALSE will open and close. There is also now a
    method for opening and closing with a few additional options.
    The VI Server allows for more control and flexebility, but the first two
    options are still perfectly valid for simple things. If using them,
    closing your subVI is as simple as exiting your outer loop of your
    subVI. This returns and closes the window all at once giving control
    and and data parameters back to the caller. If using the VI Server, you
    can either close the window just before returning or leave it to the
    caller. Just be sure they are in agreement.
    Greg McKaskle

  • Can anyone help me close this window in Safari?

    I can't seem to close this window out in Safari. Everytime I restart Safari it opens all of my previously opened windows. I can't seem to acess or empty my cache to start fresh and my menu options are mostly faded out. Can someone tell me how I can start Safari over and open a new window by default instead of having it open an old session up? 
    Here's a screenshot of what I'm talking about:

    Scratch that. I fixed it!

  • How to auto close popup window of UWL?

    Hi everyone! I have developed a web dynpro abap application that is being launched by the UWL in a new window. How do I close the window after the web dynpro application is done processing? I cannot use exit-plugs as these don't work in the portal. If I use the portal navigation classes(absolute and relative) these ask for a target address but what I want is to close the window. Has anyone done this before? Thanks! Generous points will be awarded!

    If you are ready to open your webdynpro application inside the UWL itself (instead of opening as a pop up) you can try the following. In such a case you can set a re-direction page which points out to the URL of your UWL on the required action (say "Approve" or "Reject"). Hence when you perform the required action your UWL screen will be re-displayed once again.
    If you want only pop up from UWL then you may try posting it in Web Dynpro ABAP.
    Thanks,
    Prasath N

  • HT5140 I did put another language in input source, and keyboard shortcut, but when I close this window, after opening the mail window, where do I see different language to click on?

    I did put another language in input source, and keyboard shortcut, but when I close this window, after opening the mail window, where do I see different language to click on?

    You switch keyboards by going to the " flag" menu at the top right of the screen.

  • How can I close 'current' window and not all windows?

    How can I close the current window (only) and not all or none?
    This function works well with MS Explorer.
    Not a problem, just a desired function.

    Hi JLCluster,
    If you just click the small x in the tab you are currently viewing, it will close only that tab. I think you are clicking the x in upper right hand corner of the screen which closes all open tabs as you described.
    Hopefully this helps!

  • How can i close a windows application that works under vmware in am applescript

    Hi there,
    On my roof I have a set of solar panels. The daily score of these panels are only visible by using a Windows application.
    So I use vmware on my Imac to start Windows 7 on Bootcamp, this all by using a applescript in the automator app.
    In the script vmware is starting up and then i made a task in Windows that starts up the specific application after the Windows startup. After a delay of 180 seconds the script fills in a password an gives a return. That works well.
    Unfortunately it runs perfect the first tim a and then the second time, the specific application does not start. Only Windows starts up, the rest of the script does not work the right way, exempt closing the vmware, that goes as expected. So I think that the closing command that I give in the script:
    tell application "VMware Fusion"
    quit
    end tell
    causes a problem. The closing of the application within Windows is perhaps not done on a proper way.
    Therefore I am looking for a way to close that application first and then closing Windows 7 and then VMware.
    Thanks in advance for your help.

    As a completely different approach, I'd have a look at the raw network traffic with tcpdump or equivalent, and see if I could figure out how to access this data — if you're lucky, it's a fairly standard interface of some sort; HTML queries, possibly. 
    Start with a port scan of the controller for the panels (using Network Utility.app in OS X, or another tool), and see what IP ports are open and active.
    Is there a vendor and model associated with the controller for the panels?  That might turn up some software other than this Windows application/

  • How can I close one window without closing all open windows?

    If I open more than one window, I can't close just one. When I try to close just one, I'm warned that I'm about to close more than one (all of them) but I'm not told how to close just one.

    Are you sure you aren't getting tabs confused for windows? If you close a window containing multiple tabs, Firefox should give you a warning that you are about to close several tabs. To close a tab do one of the following:
    * click the x at the right end of the tab (when you only have a few tabs open)
    * open the tab you want to close, then click the x that appears
    * right click the tab and select 'Close Tab'
    * open the tab you want to close and press Ctrl+W
    You can close a window using Ctrl+Shift+W.

  • I tried to download adobe flash progam but before I can not finish the dowload I am asked to close mozilla fire fox. How do I close fire fox? How do I close this program so I can down load adobe flash drive.

    the download get to 50% AND THEN TELLS ME TO CLOSE MOZILLA Fire fox. I need help to close this progam so I can finish the download.

    There are two different versions of Flash, the '''''ActiveX''''' version for IE and the '''Plugin''' version used by most other browsers.
    1.Download the Flash Plugin version setup file from here: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC = Processes tab}
    3. Then run the Flash setup file from your Desktop.
    4. Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    * On Vista and Windows 7 you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). <br />
    See this: <br />
    [http://vistasupport.mvps.org/run_as_administrator.htm]

  • Still no solution to adding a 'close this window' button to a page

    Hi can anyone help please with this problem? I have used the following html in snippets
    <form>
    <input type=button value="Close Window" onClick="javascript:window.close();">
    </form>
    which shows a button but it does not close the window in all browsers e.g. not in Safari beta or firefox.
    Thanks in anticipation
    Jimbob

    Where do you see the target='_top"? I went looking for the original button from my original post which was in the http://web.me.com/toad.hall/HelperSite//Page1_files/widget3markup.html page via the Activity window and view source and this is what the code of that widget page is:
    <xmp>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title></title></head><body><form>
    <input type=button value="Close Window" onClick="javascript:window.close();">
    </form> </body></html>
    </xmp> (Ignore the <xmp></xmp> tags when using)
    I don't see the target='_top" in there. What am I missing? This was my first post: http://discussions.apple.com/message.jspa?messageID=9134142#9134142.
    Thanks for the help.

  • How can I close all windows in Preview?

    Hi all
    I can't seem to find a way to close all windows in Preview.
    Can somebody try this and see if they get the same result I do.
    1. Copy an image into the clipboard.
    2. Open Preview
    3. Hold down command-N for about 20 seconds.
    You should end up with dozens of windows with the image that you copied.
    Now, try to close them.
    I've unchecked 'Restore windows when quitting and re-openng apps' in System Preferences
    I've typed in the 'defaults write com.apple.Preview NSQuitAlwaysKeepsWindows' hack in the terminal window
    I've quit Preview with the 'option' button held down and 'Quit and Close All Windows' showing in the menu.
    No matter what I do, the windows keep coming back every time I start Preview.
    This 'force restore' feature of Lion is starting to get really annoying.

    If I hold down the option key and go to Preview->File the Close Window menu item changes to Close all
    I answered the OP's question but I see now that the question wasn't what he was really asking.

  • How do I create this window effect?

    I was looking at this photo
    http://image.shutterstock.com/display_pic_with_logo/442024/442024,1297015560,3/stock-vecto r-download-button-set-vector-set-for-web-70603081.jpg
    trying to figure out how they get the little window to appear like that.
    I can create the window panes by creating rectangles, but curing it around like that, i am not sure of.
    I tried "shear" bu it chops off some of the window instead of just curving it around.
    Can anyone point me in the right direction?
    Thanks for your help.

    Hello, select Edit>Transform>warp. OR get the free transform tool, and click the warp button on the option bar.

Maybe you are looking for

  • Assign Chart of dep. to company code

    When I try to assign Chart of dep. to company code why it says "Inconsistency between FI company code 0214 and chart of deprec. Z214"? Please help.

  • PDF file not useful in iPad or in different PCs

    I just made a web form. It works fine in the test. I made a PDF that should allow direct ordering just by filling in which products to order and which amount.  The PDF works fine in my PC and I received the orders just fine. However, when I try to op

  • Dreamweaver 8 does not preview correctly

    Hello group, When I try to preview my .html pages in Dreamweaver 8 it does not know the page. The only thing that shows up is a page that "Cannot be found" with a strange extension (TMPztriqmk5y3.htm). This happened after I tried to design a page usi

  • Give me information on User-Exits.

    Hi,   I have received an object on User-exits. I have no knowledge of user-exits. Could anyone please tell me Where can i get information on user-exits. Thanks in advance for your esteemed help, if you have any files please send it to my YAHOO id. Re

  • Link to access

    i have a database named login... and under this database... i have 2 tables...called detail and login, how can i link to table "detail"...thanks