Close button for Exe

Ok, there are scads of posts about Close button for a swf
file being problematic because of the browser being used.
Is it possible to get a close button to work for an exe?
The button in the playbar works, but not a button I have
created.
If not I'll preface my presentations with, to end this module
press the x button in the play bar... or something.
:o)
Time to find that wish list again.

Hi Kerry
For a Close button in a .EXE it should be pretty simple. Just
configure the project to close when it ends (Edit >
Preferences... > Project node > Start and End node). Then
make the last slide pretty short. Configure your button to point to
the last slide.
Cheers... Rick

Similar Messages

  • Close button for opendoc url

    hi,
       I m planning to give a URL to my end users which they will click to view the last instance of my scheduled report. Here I want my users to close the document or instance they are viewing and get back to the list of other instance it has.
    Please help me.

    Hi Kerry
    For a Close button in a .EXE it should be pretty simple. Just
    configure the project to close when it ends (Edit >
    Preferences... > Project node > Start and End node). Then
    make the last slide pretty short. Configure your button to point to
    the last slide.
    Cheers... Rick

  • Using Firefox 26. How do I get a close button for each tab at the top of the screen?

    Some time ago, I had a close tab button for each tab on the top of the screen. I want that back. I have no additional add ons and the close tab is set to 1. Changing it to 2 does nothing.

    Do you have installed this extension?
    *Firefox/Tools > Add-ons > Extensions
    If you do not have the extension and also have no need for the feature that it provides then you can ignore this.
    If it works in Safe Mode and in normal mode with all extensions (Firefox/Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: Firefox > Quit Firefox; Linux: Firefox/File > Quit)
    You can use one of these to start Firefox in <u>Safe Mode</u>:
    *On Windows, hold down the Shift key while starting Firefox with a double-click on the Firefox desktop shortcut
    *On Mac, hold down the Options key while starting Firefox
    *Help > Restart with Add-ons Disabled
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • JTabbedPane with one close button for all tabs

    Hello,
    there have several solutions been posted for JTabbedPane subclasses that provide tabs with icons working as close buttons on each tab. I think this is not user friendly because the user can hit the close button accidentally when selecting a tab. And a "really close?" dialog is clumsy.
    Therefore I prefer the Netscape browser style: There's only one close button rightmost of the tabs that closes the selected tab. But I don't have an idea how to achieve this.
    Does anyone have a solution or an idea? Thanks in advance for help.

    This solution has been posted several times and is not what I wanted. But I rewrote the thing so that
    - the close buttons are on the right hand side of each tab so that it is conformant with Eclipse style, and
    - the close buttons work only with a left click (see code below).
    I just wonder how I can move the text a little bit to the left so that the appearence is a bit more balanced. Can someone help, please?
    import java.awt.Color;
    import java.awt.FontMetrics;
    import java.awt.Graphics;
    import java.awt.Rectangle;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import javax.swing.plaf.basic.BasicTabbedPaneUI;
    class TabbedPaneCloseButtonUI extends BasicTabbedPaneUI {
        public TabbedPaneCloseButtonUI() {
            super();
        protected void paintTab(
            Graphics g,
            int tabPlacement,
            Rectangle[] rects,
            int tabIndex,
            Rectangle iconRect,
            Rectangle textRect) {
            super.paintTab(g, tabPlacement, rects, tabIndex, iconRect, textRect);
            Rectangle rect = rects[tabIndex];
            g.setColor(Color.black);
            g.drawRect(rect.x + rect.width -19, rect.y + 4, 13, 12);
            g.drawLine(
                rect.x + rect.width -16,
                rect.y + 7,
                rect.x + rect.width -10,
                rect.y + 13);
            g.drawLine(
                rect.x + rect.width -10,
                rect.y + 7,
                rect.x + rect.width -16,
                rect.y + 13);
            g.drawLine(
                rect.x + rect.width -15,
                rect.y + 7,
                rect.x + rect.width -9,
                rect.y + 13);
            g.drawLine(
                rect.x + rect.width -9,
                rect.y + 7,
                rect.x + rect.width -15,
                rect.y + 13);
        protected int calculateTabWidth(
            int tabPlacement,
            int tabIndex,
            FontMetrics metrics) {
            return super.calculateTabWidth(tabPlacement, tabIndex, metrics) + 24;
        protected MouseListener createMouseListener() {
            return new MyMouseHandler();
        class MyMouseHandler extends MouseHandler {
            public MyMouseHandler() {
                super();
            public void mouseReleased(MouseEvent e) {
                int x = e.getX();
                int y = e.getY();
                int tabIndex = -1;
                int tabCount = tabPane.getTabCount();
                for (int i = 0; i < tabCount; i++) {
                    if (rects.contains(x, y)) {
    tabIndex = i;
    break;
         if (tabIndex >= 0 && ! e.isPopupTrigger()) {
    Rectangle tabRect = rects[tabIndex];
    y = y - tabRect.y;
    if ((x >= tabRect.x + tabRect.width - 18)
    && (x <= tabRect.x + tabRect.width - 8)
    && (y >= 5)
    && (y <= 15)) {
    tabPane.remove(tabIndex);
    import java.awt.BorderLayout;
    import javax.swing.ImageIcon;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JTabbedPane;
    public class TabbedPaneWithCloseButtons {
    JFrame frame;
    JTabbedPane tabPane;
    public TabbedPaneWithCloseButtons() throws Exception {
    frame=new JFrame();
    frame.getContentPane().setLayout(new BorderLayout());
    tabPane=new JTabbedPane();
    tabPane.addTab("test1xxxxxxxxxxxxxx", new JLabel("1"));
    tabPane.addTab("test2xxxxxxxxxxxxxxxxxxx", new ImageIcon("images/icon.gif"), new JLabel("2"));
    tabPane.addTab("test3xxxxxxxx", new JLabel("3"));
    tabPane.setUI(new TabbedPaneCloseButtonUI());
    frame.getContentPane().add(tabPane);
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.setSize(200,200);
    frame.setLocationRelativeTo(null);
    frame.setVisible(true);
    public static void main(String[] args) throws Exception {
    TabbedPaneWithCloseButtons test=new TabbedPaneWithCloseButtons();

  • How to bring back the black dot on the red close button for edited/unsaved files?

    I've ticked the box for "Ask to keep changes when closing documents" System Preferences / General. I'm operating within Mac OS 10.8.4 (Mountain Lion).
    When I make changes to an open file in most every program, a black dot appears on the red close button in the top-left corner of the file's window. This convention goes back a decade to early Mac OS X, as I recall.
    However, I don't see this behavior in a few applications lately, such as Xcode 4.6.3 or QuickTime Player 10.2.
    Anyone know how to bring this functionality back?
    Thank you.

    Nobody knows? Not even administrators?
    Please it would be really nice to have help on that to take all the benefit of the remote app.
    Thank you very much in advance.

  • Close Button For the Rollover Sidelet: Size issue?

    Hi all,
    I am building a slide that incorporates a rollover sidelet.
    Since the audience of my tutorial includes some older users, I
    would like to make sure that all of the content is easy to view.
    My question is this: can the 'close' button that appears in
    the top right of the sidelet be enlarged? Currently, the sidelet is
    set to 'stick' for an extended period of time: I would like users
    who want to skip its content to easily close it, and then continue
    the tutorial.
    Thanks for the help!
    AM

    Welcome to our community, AM
    Unfortunately we have no control over the size of the button.
    You should probably make a request to the development team to
    consider adding this in the future.
    Click
    here to view the WishForm/Bug Reporting Form
    Cheers... Rick

  • Internet Explorer CLOSE Button for OBPM 10GR3 Presentations

    Hi all,
    I am using OBPM 10GR3 presentations with a POPUP window.
    I already have a close button to close the presentation. This is a Global Interactive Activity which displays the dashboards.
    The Global Interactive Activity contains a screenflow and inside the screenflow I have a Interactive Component Call to call the presentation.
    Now the presentation opens smoothly and everything is displayed.. When we hit the CLOSE button everything goes away and when we open it again it again comes back to the previous Interactive Component Call and restarts.
    BUT
    When we Close the window itself instead of using the CLOSE button of the presentations, and we re-open, we get the previous data.
    This is because we do not hit the CLOSE button of the presentation instead hit the IE WINDOW CLOSE button on the top right hand corner besides the minimize maximize button.
    Therefore the call is still inside the screenflow inside the Global Interactive Activity and therefore it waits for the user to hit the CLOSE button of the presentations otherwise does not close.
    How can we resolve this issue?
    How can we make sure, that if the user closes the IE WINDOW itself using the CLOSE button, it closes the presentation itself and when re-opened displays the previous presentation?

    Hi,
    First of all this is a training issue with the user. It is not advisable not to press the close button of the IE.
    Nevertheles you can disable to close button of the presentaion.
    You can remove the x from dialogs by doing this. Open the executionDialog.xhtml file in the <OraBPMEnterpriseHomeDirectory>\webapps\workspace\jsf\common directory (both Studio and Enterprise have this file).
    Change the text on line 81 from this:
    <oc:Dialog verticalAlign="top" offsetY="40" backColor="#D4E1EB" borderColor="#517B9E"
    borderStyle="solid" borderWidth="1px" id="executionDialog#{componentBean.id}"
    title="#{fn:getMsg('EXECUTION')}" broadcastName="executionDialog#{componentBean.id}"
    maximized="#{componentBean.executionDialogMaximized}" width="#{componentBean.executionDialogWidth}"
    height="#{componentBean.executionDialogHeight}" titleBarCssClass="bpmWorkspaceDialogHeader"
    displayMaximizeButton="true"
    modal="false" jsObjectName="executionDialog#{componentBean.id}">
    to this:
    <oc:Dialog verticalAlign="top" offsetY="0" backColor="#FFFFFF" borderColor="#FFFFFF"
    borderStyle="solid" borderWidth="1px" id="executionDialog#{componentBean.id}"
    title="#{fn:getMsg('EXECUTION')}" broadcastName="executionDialog#{componentBean.id}"
    maximized="#{componentBean.executionDialogMaximized}" width="#{componentBean.executionDialogWidth}"
    height="#{componentBean.executionDialogHeight}" titleBarCssClass="bpmWorkspaceDialogHeader"
    displayMaximizeButton="true"
    displayCloseButton="false" modal="false" jsObjectName="executionDialog#{componentBean.id}">
    This change does a couple things. The addition of the text "displayCloseButton="false"" removes the x button that is causing the undesired results you're getting and setting the colors to #FFFFFF changes the light blue border around dialog boxes to white.
    Bibhu

  • Close Button for Web Dynpro in an iView launched from UWL

    Hi All, this sounds like such a simple thing but its really got me thinking.
    Have a web dynpro application launching form the UWL into an iView (using the IViewLauncher, I'm using this so I can change some visual effects of the application with the iView).  The application is the LeaveApprover application.
    Need a close button on the confirmation screen.  Have tried the following code called from a Close button:
         try {
              String url  = WDURLGenerator.getWebResourceURL(wdComponentAPI.getDeployableObjectPart(),"closepage.html");
              TaskBinder.getCurrentTask().getClient().sendRedirect(url, 0);
         } catch (Exception e) {
              e.printStackTrace();
    The closepage >>
    function closeWindow()
    {var currWindow = window.top;
    currWindow.opener = window.top;
    currWindow.close();
    onload run the closeWindow function
    This is a test file to close the window....
    This works if I use the standard UWL launch but DOES NOT WORK with the iViewLauncher.
    Also tried creating an exit plug in the interface view and calling it from my close button, but no luck with either.
    Please help.  Thanks Brian
    Edited by: Brian Carter on Dec 8, 2009 11:54 AM
    Edited by: Brian Carter on Dec 8, 2009 11:55 AM
    Edited by: Brian Carter on Dec 8, 2009 11:58 AM
    Edited by: Brian Carter on Dec 8, 2009 11:59 AM
    Edited by: Brian Carter on Dec 8, 2009 11:59 AM

    Hi Brian,
    we had a similar problem in the past. We wanted to call a normal Button placed on the WebDynpro View and the close script was saved in the km content in portal.
    We solved it with an own project in NWDS including the html Files.
    Follow the link and you find our solution. Hope it helps.
    Re: Portal navigation problem

  • When I logoff & click close button for OWA , I don't get message w/ IE. "To complete logoff process & prevent other users from opening your mailbox, you must close all browser windows and exit browser application." Result is - I don't logout.

    Mozilla Firefox 4.o Beta 3
    Windows XP SP3

    Clear the cookies from that website to get logged off.
    Remove Cookies, use the search bar or click the [[Site Identity Button]] on the location bar and go to "View Cookies" via the More Information button in the pop-up.
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    You are running an old Firefox 4.0 beta 3 version.<br />
    Any reason why you haven't installed the Firefox 4.0 release?
    * http://www.mozilla.com/en-US/firefox/all.html

  • Small bug, there isn't a close button for my sidebar when using bookmarks.

    I have selected a few of my bookmarks/shortcuts to open in the sidebar. When they do, there is no way to close the sidebar. The little bar at the top does not seem to show up with the "X" symbol. When I open in a new window, however, it is there.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • Hiding FPM "Close" button in Portal/NWBC

    Hello,
    First some background, when you launch a WDA FPM application in the portal on of the standard buttons that it shows is the "Close" button. This button allows for the closing of the current browser window, When the FPM application is displayed inplace in the portal, this sort of behaviour is not very useful!
    There was a thread : Re: Disable 'Close' button in Standard billing FPM Application in which Thomas Jung gave a detailed explanation of why this button was appearing and a very good suggestion on how to stop it.
    I understand how I can hide this button - albeit a long winded process when the element is not available for personalisation unless you launch the application from NWBC or a portal (and with our dev portal not by default pointing to our configuration master client...) sigh... 
    I also understand that the WDA application is completely unaware that it is in an external portal window, or displayed inplace in the portal (although if it calls a new portal URL it can specify whether it should be displayed inplace or external).
    What I don't understand is why this is the case - The portal has an API - Class AbstractNavigationConnectorNode method getShowType which returns whether the window is external or inplace, surely the WDA handler for the portal could query this and expose it to the WDA frameworkn through the interface IF_WD_PORTAL_INTEGRATION. Then it would be simple to hide the close button for inplace windows and show it for external windows.
    Given that the portal allows users to launch whichever pages they want externally (although I tend to always turn off this option) it is very hard (i.e. not possible) for us to know for sure if the application will be launched inplace or externally - so "hard coding" the visibility of the close button by personalising the application is not a great solution.
    WDJ is aware of the inplace/external nature of the portal window that it is running in and applications do code to support this. It seems to me an omission that WDA does not have this same level or knowledge of the portal environment that it is running in.
    Are there any plans to extend the IF_WD_PORTAL_INTEGRATION interface to support this? Or are WDA applications destined to a less informed life than their WDJ cousins.
    Sorry for the rant like nature of this post - but I hope that someone from SAP might be able to help me understand this problem.
    Cheers,
    Chris

    Hi Chris,
    Sorry about the late reaction. I think that is because of the nature of the question and the person who is asking. You are one of the expert people who are in SDN to help people. If you ask such questions then it is mostly stay not answered :).
    I have encountered this problem earlier this year and also we have had several emails between Thomas Jung. We are not coming further than to follow Thomas suggestion to Disable the close button in Portal.
    regards
    Senthivel

  • "Close" button on tab minimizes FF4?

    When there are enough tabs open, the last tab covered over the "Min", "Max", "Close" buttons for FF4; and clicking the "Close" button on that last tab minimizes FF4 instead of closing the tab out! Bug?

    Set the pref browser.tabs.closeWindowWithLastTab to false on the about:config page to prevent closing the last tab from closing the browser and make a close button appear if only one tab is open.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Close button on tabs have stopped appearing

    When you hover over the title of a tab the close button should appear. This feature now longer works so I am having to right click the tab and then select the "close tab" option.
    Any idea how I can get the close button to reappear?
    Many thanks in anticipation of an answer!

    I googled for you "flex tabs close button" and found this -
    http://stackoverflow.com/questions/67516/flex-how-to-add-a-tab-close-button-for-tabnavigat or-component
    Here's my Google search results if you need -
    http://www.google.co.il/search?q=flex+tabs+close+button

  • Light box close button

    I am trying to create a second closure button for my lightbox widget and I am not sure if this is even possible. I was wondering if anyone had any solution. I am currently using the normal close button for a certain function but my client would like another regular close button. You can go to http://www.mdsclutching.com/index.html

    You can include close button in lightbox composition which would show up with lightbox display, we cannot use 2 close buttons or copy close button for function on same lightbox.
    Thanks,
    Sanjit

  • Cap2, exe close button not working

    I'm publishing to an exe, and I have a disclaimer page where
    I want the user to choose between agree & disagree. Agree is
    easy, I added a button, on success: continue. With Disagree, I want
    the whole project to close, so I looked up the code for making a
    close button with the following typed in the javascript box
    "javascript:window.close()". Now, when I click on the button it
    opens Internet Explorer and then displays the following error
    message: "Internet Explorer cannot download . Unspecified error."
    So I ran through the forums looking for some help & I've
    since changed the javascript to show "window.close()", then
    "windows.close()", and still, same error message & the project
    still doesn't close.
    What am I missing?
    Thanks.

    Hi B Ellefson
    Are you sitting down? I hope so because this one is pretty
    easy.
    Just click Project > Preferences... > Start and End tab
    and configure the action for when the movie ends to be "Close
    project". Then configure that "Disagree" button to simply jump to
    the last slide. You might even wish to make that last slide really
    short from a timing perspective. Maybe .1 seconds or so.
    With this approach, your .EXE should close quickly, quietly
    and consistently.
    Cheers... Rick

Maybe you are looking for

  • ITunes Store on iOS5 doesn't work correctly.

    Ever since upgrading to iOS4 amd every iteration after that, iTunes on my iPhone 4 has been getting slower and slower. I am not talking about the app on my computer, I'm talking about the one on my phone. I didn't mind that it was slow, it was frustr

  • Can't open iphoto library from external hard drive

    I'm backing up my enormous iPhoto library to two external hard drives in order to free up space on my computer. Before deleting the photos permanently from the laptop, I wanted to double-check that the copies of the library I made on the two external

  • My Macbook Pro won't recognise and/or detect my Epson WF-5320 Printer anymore.

    I have a new Epson WF-3520 series printer that when first purchased and set up according to the guide connected perfectly with my Macbook Pro. Eventually, when I went to print a document, my Mac would tell me the printer was not connected. I had rest

  • Can't Get iTunes or Quicktime to open up

    Help... I have no idea what's happened, but suddenly my PC won't open up iTunes or Quicktime. When I click on it, it takes about a minute then gives me what looks like a windows error that says "iTunes has encountered an error and needs to close". I

  • How can you make an smart playlist that uses another smart playlist when I can't see them all

    My whole family uses itunes.  I want to make a playlist that uses other playlist.  However, when I start a smart playlist and click playlist is I get a dropdown menue that doesn't show all my playlists.  My wife's name happens to start with a V so al