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

Similar Messages

  • Internet Explorer Close Button

    I have written an application and within that app I have popup pages. On my popup pages, I have a close button that clears the cache on that page and closes the window. I am having issues now because users are using the IE close button instead of the close button in my app. Therefore, my clear cache and other processes attached to my close button are not running. Any ideas? Thanks!

    Hey J Lee, did you ever find a workaround to this problem? I'm doing something similar and the cached values were appearing. I called my popup window using the &SESSION. substitution originally. When I removed this parameter, the page loads slower but uses the values I wanted.
    Hopefully this helps someone. Although, I just took another look at the last post date and it's 2006. Oh well, I've typed it now.
    Kieran
    Message was edited by:
    Kieran

  • 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

  • Trying to install adobe flash player onto mac using internet explorer 5.2 for mac.

    Trying to install adobe flash player onto mac using internet explorer 5.2 for mac.  But the page that I need keeps telling me that Adobe Flash Player still needs to be installed.  I've downloaded AFP several times, and I see it installed correctly on my mac, but the same error message keeps coming up.  All of the support that I see is either for mac or for Internet Explorer, but not for both and not for the version of Internet Explorer that I am using.  Please help.  Thank you.

    Wow, IE for Mac is pretty old.  What Mac OS are you using?  I'm 99% sure you're going to need an older version of the Player, but I'll need to know the OS version to figure out which one.

  • To launch Internet Explorer on button click.

    Hello friends
    I want to open Internet Explorer with a html file on button click. The html file will contain some report data in html format which I want to show to the user on button click.
    Please help me in doing this.

    Maybe you're looking for a faster solution than Joni's thread. I just made this for an Info Screen, maybe it helps:
    // lunch the Browser and view the HTML file
    public void openBrowserWith (String aHtmlLocation) {
         try {
              Runtime.getRuntime().exec(getExplorerPath() + " " + aHtmlLocation);
         catch (Exception e) {}
    // this method should return the program path of your own browser; it needn't be as hard-coded as I did:
    public String getExplorerPath() {
         return "c:\\program files\\plus!\\Microsoft Internet\\iexplore.exe"
    // I think you know how to add a JButton and a ActionListener to your application; thus, we only need to implement the actionPerformed method:
    public void actionPerformed(ActionEvent e) {
         String command = e.getActionCommand();
         if ("OK".equals(command))
              openBrowserWith(getHtmlLocation());
    public String getHtmlLocation {
         return "http://" or "file://" and "the path where your HTML file is";
    }

  • Internet Explorer Security Settings for Previewing in Developer

    Hello Marc,
    I just 2 weeks new to UPK. I just switched over to a new laptop and now when I try to preview UPK in try it mode (local install), I receive an error message that says PREVIEW CANNOT OPEN "preview requires intranet settings to be enabled. These settings are located on the security tab in the Internet Settings of Internet Explorer." I current use IE 7.0. Can you advise which settings need to be changed?

    Hello,
    For See It! and Try It! mode preview you will need to do the following:
    Tools > Internet Options > Security (tab) > Local Intranet (icon) > Sites. Check all of the boxes. “Automatically detect intranet network” must be unchecked for the other buttons to be available. Once you check everything, you can re-check “Automatically detect intranet network”.
    For Do It! mode preview you will need to do the following:
    Tools > Internet Options > Security (tab) > Local Intranet (icon) > Custom level... Scroll down until you see the option for "Allow script-initiated windows without size or position constraints" (a little more than halfway down) and set this option to Enable.
    This should allow you to properly preview these modes in the UPK Developer.
    Best regards,
    Marc

  • History problem in jsp page,internet explorer back button

    hi everyone
    i have a jsp page suppose a.jsp.in which i am using dropdown menu to displays:list of data from database,one submit button i am using name select and click here.after selecting the value from dropdown menu ,again some other data will be displayed from some other table in same a.jsp page.
    my problem is:
    when user selects one value from drop down menu ,it is diplaying the value in same page .upto here is ok
    and i click back button from I.E only one page back it is showing
    but when user select the value form drop down menu 2nd time ,and after data get dipalyed in same apge a.jsp.then
    whne i click back button ,now it is showing two a.jsp page .history is not going .
    this is the problem.i dont want to this morw than one page get displayed in back button.only one page a.jsp
    if anyone has understood my problem ,please help.
    thanku

    thanks java2006
    but it is not working .i will try to explain once again
    1. one page called a.jsp.this page contains one drop drown menu list box ,and one submit button.
    2.data in drop dropdown is coming from db.as the user select value from drop down box .relalted value is diplayed on same a.jsp page.
    3.again user select the 2ndvalue from drop down box ,related value is displayed.
    this i explained about my a.jsp page.
    problem is
    4.when user select the 1st value and clcik on submit button related value is displaying.upto here its ok.and in back button of Internet explorer it is showing only one a.jsp page
    5.but whenever i am trying to see 2nd or 3rd or more value from drop down after related value is being diplayed in same a.jsp page.
    the back button of internet exlorer showing two a.jsp page after clcicking submit button
    .as u have told the code aso but it is not working
    i have added ur code indisde html tags .

  • How to get Internet Explorer to ask for Open/Save

    For most binary file types, Internet Explorer asks whether you want to open or save the file, and gives you a further choice of skipping that prompt in the future. Nothing I do gives me access to this prompt for PDFs and Adobe Reader. On a computer out of the box, with a fresh installed of Adobe Reader set not to open PDFs in a browser window, a click on a link to a PDF will open automatically in Adobe Reader. It will not prompt me whether I want to open or save the file.
    I can edit this choice in the registry for any other type of file. For instance, if I set MP3s to open automatically in Windows Media Player when clicked, and then I change my mind, I can delete a certain key in the registry and I'll be prompted once again. This is not true for PDFs associated with Adobe Reader.
    So my question is, how can I get Internet Explorer to prompt me whether I want to open or save the PDF?
    I'm using Windows 7 and Internet Explorer 8.

    From Microsoft ou will see IE is not available for the Mac:
    http://windows.microsoft.com/en-us/windows/answers?tId=11114787-fc3a-4179-a0ca-d f6b407caec4
    You can try the web page in Safari (which is already installed), or
    try downloading and installing firefox (download from here: https://www.mozilla.org/en-US/firefox/new/) or
    try google chrome (https://www.google.com/intl/en/chrome/browser/?brand=CHMA&utm_campaign=en&utm_so urce=en-ha-na-us-bk&utm_medium=ha)

  • 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();

  • Launch Internet Explorer using button click

    Hello friends
    I want that on click of a button Internet Explorer opens with an html file. Actually the file which opens is a report which I want to show to the user.
    Please help me in doing this.

    you could try doing something like this in your button click handler
    String command = "c:\\program files\\Internet Explorer\\iexplore.exe c:\yourfile.html"
    Runtime rt = Runtime.getRunTime();
    rt.exec(command);

  • How to reset all Internet Explorer 8 settings for a different user profile?

    Sometimes users on locked down PCs that need their IE settings reset to resolved issues such as improper/old cached credentials stored in the browser after a password change etc.  These issues can be resolved by opening
    Internet Options, Advanced tab, Reset, Delete All, Reset.
    The users cannot do this because the Advanced Tab is hidden by policy.  If an administrator logs in with a different account, of course, anything they change is in their profile and not the user's profile.
    Is there some way for an administrator user to log in and access Internet Control Panel settings for a different user's Internet Options so they can reset the browser for a limited user?
    We need a more streamlined way to do this instead of needing to either blow away the user's entire Windows profile or else go through the convoluted process of getting the GPO admins to undo the group policy for one user to unhide the tab, have the help
    desk reset the browser for the user and then have the GPO admins reapply the original policy.

    You can try the following script
    Reset Internet Explorer all Setting to default using PowerShell Script
    http://gallery.technet.microsoft.com/scriptcenter/Reset-Internet-Explorer-20f838e7
    but this script still launches an interactive interface, you can ask in this form to improve the script to achieve an totally unattended process.
    The Official Scripting Guys Forum!
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    You can create a task schedule to trigger the process. When computer starts or
     IE open , the script launches itself automatically.
    Schedule a task
    http://windows.microsoft.com/en-au/windows/schedule-task#1TC=windows-7
    Regards
    Yolanda
    TechNet Community Support

  • 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.

  • Internet Explorer still possible for MacBook?

    I would never need/want to use IE without a good reason, so bear with me:
    I need IE to use my company's Remote Web Workplace (we have a Microsoft Small Business Server 2003) so I can work from home. It supposedly only works with IE (has to do with ActivX controls -- see bottom of post for error message when I try to use another browser).
    When I download the IE installer on my MacBook and load the program, it freezes every time on the MSN site. This was posted a while back but was never answered.
    I also have Windows XP on my Mac -- have the option of switching to Windows at startup. But even in Windows, while I can get IE, I get the same message about ActivX and the option to install them doesn't come up in the toolbar.
    I had a PowerMac G4 which came with IE preinstalled, never had any problems with it.
    (* The error message is: This portion of the Remote Web Workplace requires the Microsoft Remote Desktop ActiveX Control. Your browser's security settings may be preventing you from downloading ActiveX controls. Adjust these settings, and try to connect again.)
    MacBook   Mac OS X (10.4.8)   Windows, IE, ActivX

    First off, Active X is more than just a "feature" in Internet Explorer, it actually involves integration between IE and Windows. Internet Explorer for OS X (which MS stopped supporting quite some time ago) does not (and can't) support Active X as the code that Active X runs is Windows code.
    So far as the issue you're having with running Active X controls under Windows in BootCamp, I'm going to guess you're using Internet Explorer 7. By default, IE 7 does not allow Active X controls (even if you say OK in the little bar that pops up in the top of the IE window). You need to go into your IE setting and drop the security level down a notch. Not something I'm fond of doing, but that's the only way to allow it.

  • Making Edge content work in Internet Explorer - Still looking for the easy fix!

    I know this subject has been kicked around a lot. I've done a lot of on-line research on the matter and came across claims of easy fixes using .js files.
    But none of them are working for me!
    Is there truly a good (and simple) way to make my HTML5 (Edge) content work in Internet Explorer?
    Here is a link to my current project
    Beach Bunny Cottage
    The foreground is the Edge content. The slide show background is not. It is .js file running a background slide show.
    Thanks!!
    John O.

    I have some pages about screenshots and optimization starting here...
    http://roddymckay.com/PhotoSatellite/OptimizeImageFile.html
    Web safe colors are really important if your website is going to be viewed on a PC in Internet Explorer.
    See..
    http://www.iwebformusicians.com/WebMusic/FontsandColors.html
    http://www.iwebformusicians.com/WebMusic/iWebandInternetExplorer.html
    As far as making a site compatible with IE is concerned, the best way is to test your site in this pathetic browser and see how horrendous it looks!

Maybe you are looking for

  • How can I change the country on this account?

    I made an discussion account and I just realised it's in United States and from uk. Is there anyway I can change this or delete it and create a new one? My Apple ID is also uk

  • Script not displayed threw driver program

    script is not displayed threw driver program i have only one window n one main window n only text in tahat still its not displayed n gives error " Form zasi_sript4 language EN is not active a no errors". code is below *& Report  ZASI_SRIPT4P REPORT 

  • WLS 6.1 SP4- SP5/SP6

    Good morning, I tried re-running weblogic.ejbc on my ejb-jar files and it failed with the same error. I am using Javlin for a transactional cache with WebLogic and I don't think it knows anything about the getLoadUser and setLoadUser methods. I had t

  • ConnectException when using Tomcat 4.1

    Hi, I'm trying to run my web application with Tomcat 4.1 (until now I worked with Tomcat 3.2, and didn't have problems). In my application I have an applet that reads from a file (the file is located on the web server.) When I try to do it (using Url

  • (CS3) Play Button vs. Enter Button on Remote Control

    Hello all- I'm hoping the answer to this is something so obvious I couldn't help but overlook it. However, after lots of searching I still can't figure it out. Any input would be great. Thanks! I have an Encore project with 1 menu, containing 1 butto