How do I add a close window button/image

All I want to do: Add a close window button (round/square with an "x" through it) to either one or many html files. I don't see how to do this.
Using RoboHelp 8 HTML and WinXP. Thanks.

Ahh I see now. You are asking where to obtain such an image!
The RoboHelp Gallery doesn't contain one. Sorry. You will need to obtain one from any number of other locations.
You might look at the following link for one possibility.
Icon Archive
Here are a couple from my own colloection. You might right-click and save as.
There are also a number of packages you may purchase or find. Perhaps the following link will help.
Click here to search Google
I cannot advise on the legal implications of using said images.
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
Adobe Certified RoboHelp HTML Training
SorcererStone Blog
RoboHelp eBooks

Similar Messages

  • How to wire into that close window x button

    I want when the end user click the program's x red button at the top right, a dialog box with two buttons will pop out and say "are you sure?", if the end user click Ok, the program will shut off and close its window, if the end user click cancel, the program continues to run.
    So I start building the vi, refer attached, but I was flipping the help search without knowing what is the name of that red x button, and i cant find the function block!
    So, my question is:
    1. I want to wire into that x red close window button event to control my case structure, but where is that function block?
    2. Where is the function block that shut off the program as well as close the program window?
    Thanks.
    Solved!
    Go to Solution.
    Attachments:
    2.vi ‏7 KB

    I would add, by way of explanation, that you don't actually "tie into the button", you tie into the event that it represents.
    That means that if you add an event for PANEL CLOSE?, that event gets triggered by all the things that would close the window: Clicking the CLOSE box (as mentioned), but also typing CTRL-W, selecting CLOSE from the FILE menu (if that's available), aborting the program from the TASK MANAGER (ctrl-alt-delete), and script operations on OS X.
    Usually, that's what you want. The point is you're being asked if it's OK to close and you get a chance to say "no".  But it doesn't necessarily come from the CLOSE box.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • Change the Colors of Expand, Minimize and Close Window Buttons

    How do I change the colors of the Expand, Minimize and Close window buttons?
    Red, green, and yellow are not conducive to red-green colorblind individuals, and the gray scheme in the Graphite appearance is too dull.

    If the change in theme can do it, there must be an alternative.

  • How do I add a functional "submit button" to a pdf form in Adobe Acrobat Pro XI ? I created the pdf form in Adobe Forms Central.

    How do I add a functional "submit button" to a pdf form in Adobe Acrobat Pro XI ? I created the pdf form in Adobe Forms Central. It's for an online Diet Questionnaire. After people complete the form I'd like them to click "SUBMIT" and the completed form will be emailed to me.

    This can be a bit confusing because Acrobat 11 comes with the desktop app that allows you to create simple PDF forms without having a FormsCentral account. Some people find this helpful, but you need to understand that when you generate the PDF form, it is Reader-enabled by Acrobat. In order to edit the form further in Acrobat, you have to create a non-enabled copy of the form. You do this in Acrobat by opening the form and selecting: File > Save a Copy
    and opening the copy. It is not opened automatically.
    You can now add a button and set it up to submit by email, either using a "Submit a form" action or the submitForm JavaScript method. You can set it up to include just the form data or the entire PDF, and will want to use a mailto type URL. Submitting the form to the FormsCentral server has a number of important advantages over email (much more reliable, more secure, etc.), so you might want to consider it.
    If the form needs to be saved with Reader versions prior to 11, then you will need to Reader-enable the document. In Acrobat 11 you do this by selecting: File > Save As Other > Reader Extended PDF > Enable More Tools

  • How do I add a submit form button to my form?

    I am creating a form in FormsCentral.  How do I add an email submit button, as an object, to the form?

    Hi,
    Please refer to the following forum thread:
    http://forums.adobe.com/message/5797460
    Regards,
    Brian

  • How do i add a facebook share button to my webpage

    how do i add a facebook share button to my webpage

    I use a Facebook logo and then encourage people to like the page. But I do have a couple of clients who have asked me to do this.
    Here's the link on Facebook's site for share buttons:
    https://developers.facebook.com/docs/plugins/share-button/

  • How can i add a donate now button to my iweb website

    how can i add a donate now button to my iweb website

    Here's some info about PayPal buttons....
    http://www.iwebformusicians.com/Internet-Music-Sell-Distribute/PayPal.html
    A "Donate" button is created in the same way as a "Buy" button.

  • How do i add photos from windows 7 pc to iphone

    how do i add photos from windows 7 pc to iphone

    iTunes: Syncing photos
    sync them to your phone using iTunes.

  • How do you add a Facebook like button to an iBooks Author page?

    How can I add a Facebook Like Button to an iBooks Author page?
    I've got my book ready to go.
    I've got a facebook account to promote it.
    I just want to add a "Like" button on the iBooks page.
    regards
    iRevDr Bill Wall

    Hi KT,
    That was helpful, but I'm still having problems.
    I've plonked a Facebook logo on the page.
    BUT I can't seem to give it a hyperlink to my Facebook page.
    When I select the logo and then use the tool bars or the box thingy. It won't allow me to paste in the URL.
    It looks a bit ugly having a Facebook logo and the text of the URL beside it.
    Is there a way of making the Facebook logo have a hyperlink to its URL so you just click on the logo and it takes you to the facebook page.
    regards
    iRevDr

  • How do I add a hyperlink to an image in my Mail signature

    In outlook I can simply add a URL to an image in a signature like in the image I've attached. When I try to add a link to an Image in Mail it changes the image to a blue underlined link. How do I add a hyperlink to an image in my Mail signature?

    Hello,
    http://allforces.com/2006/04/14/css-signatures/
    http://timmargh.net/archive/2006/05/custom_css_signatures_in_mailapp.php

  • 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 add a close command to multiscreen layouts?

    I need to add a close command multiscreen HTML5 screen layouts that will work on multiple platforms and browsers. I have 3 screen layouts defined: Desktop, Tablet, Mobile. These are called by a responsive design web application and display based on the screen width of the platform calling the help. My problem is that there is a requirement to be able to close the help. To do this I have added the javascript code:
    </a>
           <a href="javascript:window.close()" class="wPrintButton"><img
           src="Close.png" alt="" class="wPrintButton" border="0" />
    in each of the layouts to allow the user to close the help browser tab/window.
    My Desktop layout is based on the stock desktop. I added this command Topic.slp and SearchResults.slp d just to the right of the Print icon.
    My Mobile lay out is based on the stock iPhone. I added this as an additional row in the homepage links to the Home.slp.
    My Tablet layout is based on the stock iPad. Again I added this as an additional item to the homepage links to the Home.slp.
    My problem is - it appears that the window.close() javascript will not work with iOS. Has anyone incountered a similar problem and how did you deal with it?

    I had another idea that I am pursuing. I am looking into extending the current renderer CommandNavigationRenderer and will render another goLink just after the current goLink that will execute a close action. I was able to re-direct the rendering by added an override render-kit block in my current faces-config.xml file.
    <render-kit>
    <renderer>
    <component-family>org.apache.myfaces.trinidad.Command</component-family>
    <renderer-type>oracle.adf.rich.NavigationItem</renderer-type>
    <renderer-class>com.riscs.ui.backing.jsp.components.ClosableCommandNavigationItemRenderer</renderer-class>
    </renderer>
    </render-kit>
    If this works I am planning on extending the commandNavigationItem by creating a ClosableCommandNavigation tag and add a "closeAction" tag that will determine if a close item should render.
    Preliminary work looks promising. I will update if I make progress...please let me know if I am crazy.
    Thanks.

  • How t o add Link with a button in jsp

    hi,
    I want to add link with a button in jsp. How will i do it? Is there anyone who can help me? Please help me.
    With Regards
    Bina

    Try this,
    <input type='button' onclick='window.location="a.html"'>

  • How can I add features to Windows 7 Standard Embedded 64-bit?

    Hey guys,
    I apologize if I am posting in the incorrect place but the embedded forum was specifically for POS Systems it seems.
    My problem is that a third party has provided us with some systems that include Windows 7 Standard SP1 (64-bit) for their operating systems. Obviously the OS is cut down and missing a bunch of features (as an embedded OS should be); I need to add some of
    the Windows 7 features back in. I know how to do this with DISM but can't find any 64-bit features to install as the Standard 7 Embedded Toolkit seems to be 32-bit only?
    Thanks for your help.

    Hi,
    For how to add packages into Windows standard Embedded 7 64 bit, I suggest we ask in the following forum:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=quebeceefs
    The reason why we redirect is that you will get more professional response in the proper place.
    Thank you for your understanding.
    Best regards
    Michael Shao
    TechNet Community Support

  • How can I add a Save form button ( not save as ) for a custom fillable form ?

    How can I add a Save button ( not save as ) for a custom fillable form ?
    idea is ti to have a Save button  at the bottom of each page where the person filling
    the form  clicks the save button  on each page.( it is a 12 page fillable form )
    The only thing I was able to do  was add a button that  opens a Save As
    dialog box only.
    My experience  lever is - end user-intermediate.
    Thnaks.

    Thanks for the response.
    I wonder why  it wont allow.
    If I can  save ( as opposed to save as)   this form by clicking the  save icon on the  menu bar, I am not sure why it is no possible to do so on page level!
    Custom script option is not  even remotely possible!

Maybe you are looking for

  • Polling issues

    Hi All, Is there any limitation of specifying the query type in polling process? Suppose I have two tables RESOURCESID, resourceId, modified_date, polling_flag and USERSID, userId, user_info. No relationship is defined between tables in database. .An

  • How do I apply an electronic signature?

    How the hell do I see if there is an answer to my quesstion

  • Please Help: Unable To Transfer Songs from Itunes To Ipod

    I've been plagued with problems every since Thursday when I was attempting to put new songs on my iPod. I got the dreaded sad face with the go to apple support site link. I've did the 5 R's but still no luck. I even reformatted it cause at one point

  • How to convert scripts from CS3 to CS5 ?

    I made several scripts while using CS3. Now that I have got the CS5 version, how can I convert those previous scripts ? Thanks for your help.

  • Data tables more than one list

    Is it possible that we use more than one list in a datatable say i have a table with 10 columns and there are 3 each from 2 database tables and 4 from other . one way is to wrap around all those in a custom object and then create a list of objects an