How to show the progress bar on forms?

Hello ALL,
How should we show the progress bar in our forms screen so we can see how much work is remaining?
For example if we are performing some task through forms, what code and on which trigger we placed this code in order to show the progress bar that inform us about the task in progress.
Thanks
malan

Hi,
Shouldn't the oracle forms' support the progress
bar?
I prefer to have a code which shows progress bar on
forms.
Can some one have this code ?
ThanksPJC progress bars are shown on the form and forms support progress bar and coding itit's relatively easy.
If I were you I would take Francois' advice and type in "progress bar" in the lil search box :)
It's a wonder what a lil search can show you
Tony

Similar Messages

  • Hello, my name is Todd, I recently dowloaded PS CC 2014. I have used PS for decades. The crop tool will show the progress bar, then at about 25% it will totally stop. What can I do? Thanks

    Hello, my name is Todd, I recently dowloaded PS CC 2014. I have used PS for decades. The crop tool will show the progress bar, then at about 25% it will totally stop, even on VERY small 72dpi images. What can I do? Thanks!

    Double check all the settings in the crop tool, and make sure you aren't telling it to create a HUGE image as a result of your settings.

  • My ipad is in recovery mode that failed,it shows the progress bar but is frozen. Itunes shows the wrong name for the Ipad but the correct account.

    my ipad is in recovery mode that failed,it shows the progress bar but is frozen. Itunes shows the wrong name for the Ipad but the correct account.

    You're gonna have to restore the iPhone from your last backup with iTunes. You did do a backup before you attempted to update the software didn't you?

  • How do i get an audio book to show the progress bar?

    I want to get back to a specific point in an audio book to listen over again without having to listen to an entire chapter. I used to be able to drag the bar that appeared under the title of the book, but that bar is not there any more. I have set it up in options as audio book, remember place etc, but the progress bar has disappeared from all my books.

    What iOS version?
    Are you using the Music app?

  • How do stop the progress bar disappearing during sync?

    When I'm syncing my iPod Classic to my iTunes I will see a progress bar at the top of iTunes showing how far it has progressed and text letting me know which track of how many I'm on.  But this information will only appear for a second or two before being replaced by the text: "Synching iPod Do Not Disconnect".  The warning will remain visible for aproximately two minutes.  How do I change it so that the progress bar remains visible constantly and the warning does not appear?  Failing that how do I change it so that the information I wish to see remains on screen longer and the warning appears only briefly?

    Press the escape (esc) key to exit full-screen mode.

  • How to show the progress indicator

    Hi,
    I need to show progress indicator while search operation. Can any one help me how can i do this.

    Hi Shay,
    Thanks for your reply...
    i have implemented same thing into my application, but its not working properly. when i use Glasspanel into my application page is coming in small.
    Page:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:tr="http://myfaces.apache.org/trinidad"
    xmlns:trh="http://myfaces.apache.org/trinidad/html"
    xmlns:fns="/fnimphiu/sample">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view beforePhase="#{ESPSMenu.createMenus}">
    <af:document title="ESPS-Accounts Page" binding="#{backingBeanScope.backing_app_AccountsPage.document1}"
    id="ACCOUNTS">
    <af:messages binding="#{backingBeanScope.backing_app_AccountsPage.messages1}"
    id="messages1"/>
    <af:form binding="#{backingBeanScope.backing_app_AccountsPage.form1}"
    id="form1" >
    <af:pageTemplate viewId="/templates/ESPSTemplate.jspx" value="#{bindings.pageTemplateBinding}" id="pt1">
    <f:facet name="menu"/>
    <fns:GlassPane binding="#{backingBeanScope.backing_app_AccountsPage.gp1}"
    id="gp1" busytext="I am Busy" launchAction="#{backingBeanScope.backing_app_AccountsPage.glassAction}">
    <f:facet name="image">
    <af:image id="img1" source="/images/busy.gif" shortDesc="I am Busy"/>
    </f:facet>
    </fns:GlassPane>
    <af:panelGroupLayout layout="vertical"
    binding="#{backingBeanScope.backing_app_AccountsPage.panelGroupLayout8}"
    id="panelGroupLayout8">
    <af:panelHeader text="Accounts"
    binding="#{backingBeanScope.backing_app_AccountsPage.panelHeader61}"
    id="panelHeader61">
    <af:query id="qryId131" headerText="Search" disclosed="true"
    value="#{bindings.CmSubscriberNewViewCriteriaQuery.queryDescriptor}"
    model="#{bindings.CmSubscriberNewViewCriteriaQuery.queryModel}"
    queryListener="#{backingBeanScope.backing_app_AccountsPage.processQuery}"
    queryOperationListener="#{bindings.CmSubscriberNewViewCriteriaQuery.processQueryOperation}"
    binding="#{backingBeanScope.backing_app_AccountsPage.qryId131}"
    resultComponentId="::table22"
    rows="5" maxColumns="2"/>
    </af:panelHeader>
    </af:panelGroupLayout>
    Bean:
    public void glassAction(ClientEvent clientEvent) {
    // Add event code here...
    System.out.println("Inside glassAction");
    GlassPaneHelper.closeGlassPane();
    refreshCurrentPage();
    protected void refreshCurrentPage() {
    System.out.println("Inside refreshCurrentPage");
    FacesContext context = FacesContext.getCurrentInstance();
    System.out.println("Inside refreshCurrentPage context:"+context);
    String currentView = context.getViewRoot().getViewId();
    System.out.println("Inside refreshCurrentPage currentView:"+currentView);
    ViewHandler vh = context.getApplication().getViewHandler();
    System.out.println("Inside refreshCurrentPage vh:"+vh);
    UIViewRoot x = vh.createView(context, currentView);
    System.out.println("Inside refreshCurrentPage x:"+x);
    context.setViewRoot(x);
    public void processQuery(QueryEvent queryEvent) {
    System.out.println("Inside processQuery");
    GlassPaneHelper.openGlassPane();
    invokeMethodExpression( "#{bindings.CmSubscriberNewViewCriteriaQuery.processQuery}"
    , Object.class, QueryEvent.class, queryEvent);
    Help me how can i resolve this.

  • How to use a progress bar with java mail?

    Hi, i'm new here.
    I want if someone can recommend me how to show a progress bar with java mail.
    Because, i send a message but the screen freeze, and the progress bar never appear, after the send progress finish.
    Thanks

    So why would the code we post be any different than the code in the tutorial? Why do you think our code would be easier to understand? The tutorial contains explanations about the code.
    Did you download the code and execute it? Did it work? Then customize the code to suit your situation. We can't give you the code because we don't know exactly what you are attempting to do. We don't know how you have changed to demo code so that it no longer works. Its up to you to compare your code with the demo code to see what the difference is.

  • Problem with the progress bar in swings

    Hi all,
    I need to show a progress bar till another window opens up in swings.Below is the code i used to show the progress bar.My problem is i am able to get the dialog box where i have set the progress bar but i cldnt get the progress bar.But after the specified delay,another window gets loaded.
    Plz tell me how to show a progress bar till another window loads.Any help is greatly appreciated :-)
                    //Show the progress bar till the AJScreens loads.
                    // Create a dialog that will display the progress.
                    final JDialog dlg = new JDialog(this, "Progress Dialog", true);
                    JProgressBar dpb = new JProgressBar();
                    dpb.setVisible(true);
                    dpb.setStringPainted(true);
                    dpb.setBounds(70,60,150,10);
                    dlg.getContentPane().setLayout(new BorderLayout());
                    dlg.getContentPane().add(BorderLayout.CENTER, dpb);
                    dlg.getContentPane().add(BorderLayout.NORTH, new JLabel("Progress..."));
                    dlg.setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE);
                    dlg.setSize(300, 75);
                    dlg.setLocationRelativeTo(this);
                    // Create a new thread and call show within the thread.
                    Thread t = new Thread(new Runnable(){
                        public void run() {
    System.out.println("atleast comes here --->");
                            dlg.show();
                    // Start the thread so that the dialog will show.
    System.out.println("Gonna start the thread --> ");
                    t.start();
    System.out.println("Thread started --> ");
                    // Perform computation. Since the modal dialogs show() was called in
                    // a thread, the main thread is not blocked. We can continue with computation
                    // in the main thread.
                    for(int i =0; i<=100; i++) {
                        // Set the value that the dialog will display on the progressbar.
    System.out.println("i ----------> "+i);
                        dpb.setVisible(true);
                        dpb.setValue(i);
                        try {
                            Thread.sleep(25);
                        } catch (InterruptedException e) {
                            e.printStackTrace();
                    // Finished computation. Now hide the dialog. This will also stop the
                    // thread since the "run" method will return.
                    dlg.hide();regards,
    kani.

    Yeah i have tried that also.But no hope.
    My problem is am able to get the dialog box but not the progressbar,after the specified delay the dialog box goess off and the new window loads up.
    the progress bar is not getting displayed..that is my problem..
    can u plz help me out.

  • Syncing problem - showing only progress bar

    The syncing keeps showing the progress bar but not actually showing whats moving onto the iphone, like the song, video, etc. I believe it isnt doing anything because it takes forever 4+ hrs and i've only selected about 200mp3 and 500jpegs.
    How can I find out the problem here?

    Carolyn Samit wrote:
    Login to another user account on your Mac. Try Safari there. If you see the same thing there then log back onto your admin account, launch Disk Utility (Applications/Utilities). Select MacintoshHD in the panel on the left then select the FirstAid tab. Click: Verify Disk.
    Haven't done the (obvious) first step yet, DU reports all is well.
    Also, check Safari / Preferences - Extensions. If you have any installed, turn that OFF. Quit Safari, then relaunch Safari to see if it makes a difference.
    No such item in Safari Preferences (v 4.1.3)
    You may not have a third party toolbar add on but follow the instructions here just in case there's a Safari third party plugin installed.
    No toolbars, but several plugins in the internet plugins folders, one in the User/Library, the rest in the system Library. I'm suspecting one of the recent ones, & will try to get to checking it tonight.
    Make sure there's enough free space on the startup disk. Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure you always have a minimum of 15% free disk space.
    Another probable cause, all right. I'm struggling to get the seemed-big-at-the-time 60GB drive back up to 10% . Ah well, must press on with that quest, I guess.
    Several good leads here. Will post again after checking them out.
    Thanks,
    Barry

  • Progress Bar in Form

    how can i use progress bar in form for performing task in background

    Another simple trick I used to use is create one textitem with a white background color and a widht of 100. Create another textitem with the same height, x-pos and y-pos but with a width of 0 and a background color of blue.
    Then in your program vary the width of the blue textitem to "fill" the progress bar.
    The real challenge is how to calculate the percentage completed. If you're running a database stored procedure, then I'm afraid there is no way to communicate the progress back to the Forms process until the PL/SQL procedure is over. If it's a client/Forms side PL/SQL procedure then you can set the percentage complete of the progress bar

  • Lock the progress bar in the Adobe Captivate 5.5 playbar.

    I recently read some interesting postings from cpguru website. One of them is how to lock the progress bar.
    (http://www.cpguru.com/tutorial-lock-the-progress-bar-in-the-adobe-captivate-playbar/)
    It says that we can lock the progess bar with simple three lines of AS2 code.
    this.stop();
    delete _root.cpPbcBar_mc.pbcBar_mc.pbcSlider_mc.onMouseDown;
    delete _root._level0.cpPbcBar_mc.pbcBar_mc.pbcSlider_mc.onMouseDown;
    I would like to use this code, but my captivate version is 5.5, which means
    I do need to have AS3 code. Is there anyone who already figure out how to do it with AS3?
    If so, could you give me some guidance.
    Sami

    Hi Sami,
    I am not sure if you would like to hide it or lock it.
    I can recommend you to use the a system defined variable and set it to hide the play bar on ceratin slides so it would not appear on those slide.
    Thanks!
    Anjaneai

  • How long will the progress indicator spin before safe mode progress bar shows up?

    How long will the progress indicator spin before safe mode progress bar shows up?

    Not a good sign,  your HD is failing or has serious block problems. It might be possible to reformate the drive and start over.
    or something more agressive to do the repair, like Disk Warrior http://www.alsoft.com/diskwarrior/
    You need a backup plan in place here.
    more information here in a similiar thread:
    https://discussions.apple.com/message/17623074#17623074

  • My tablet started this new update about 4 hours ago, it said it would take 30 minutes...... in the progress bar it shows its downloading but its never changed from 0%. how pr what do i do? am i supposed to let it run all night?

    My tablet has been downloading the new update for over 4 hours now, though the progress bar still shows 0%!!! What do I do???

    Reply to myself...... Thank you, thank you, thank you chersgroupie!!!!  Turning the WiFi off worked and the update finished in about 5 minutes on 4G!!! Note: at the start of update my instructions  were: plug in if not full battery and use WiFi!!!!!  Hard to explain to your 3 year old why they can't have their tablet and you've done what you were instructed to do!!! I pay too much a month for this kind of preventable aggravation!!!

  • UI 6.7 How could I use Progress bar form?

    Hi all,
    some SAP Business One add-ons use a small form with a progress bar instead of using the progress bar in the status bar. Does anyone knows how to use this form?
    Bernhard

    Hi,
    I think that you have to create your own form.
    In my Addon, I create a form with FormType = ft_FixedNoTitle, add several EditTexts (9) with the property Enabled = False and Visible = False, and the name beginnig with "oEditText" + Number Sequential.
    After, when executing my code, I change the property Visible = True, to the next EditText.
    That way I have a "progress form" like used in others Addons.
    I use the following code to "progress" (after created the form)
        Private Sub WriteProgressInstall(ByVal pMsg As String, ByVal pPosition As Integer)
                Dim oForm As SAPbouiCOM.Form
                Dim oStaticText As SAPbouiCOM.StaticText
                Dim i As Integer
                Try
                    If pMsg <> String.Empty Then
                        oForm = SBO_Application.Forms.Item("frmProgressForm")
    'if we have a StaticText to show the progress message
                        oStaticText = oForm.Items.Item("oMSG").Specific
                        oStaticText.Caption = pMsg
                    End If
                    'Hide all "progress steps"
                    If pPosition = 0 Then
                        For i = 1 To 9
                            oForm.Items.Item("oEditText" + CStr(pPosition)).Visible = False
                        Next
                    End If
                    oForm.Items.Item("oEditText" + CStr(pPosition)).Visible = True
                Catch er As Exception
                    MsgBox(er.Message)
                End Try
            End Sub
    To move to next "progress step" is just call
    WriteProgressInstall("Executing Step 1..", 1)
    HTH,
    Ribeiro Santos

  • HT1339 My iPod classic shows that memory full in "other" category however there is nothing on it. I have left it connected all day and over night trying to restore it but the progress bar  never goes away.

    My iPod classic shows that memory full in other category however there is nothing on it. I have left it connected all day and over night trying to restore it but the progress bar  never goes away. Is it shot or are there other options to restore to factory settings?

    Hi pbworth,
    When troubleshooting issues with iPod classic, it may be helpful to place the iPod into Disk Mode. For information on how to do so:
    Putting iPod into Disk Mode
    http://support.apple.com/kb/HT1363
    Thanks,
    Matt M.

Maybe you are looking for