Popup with wallpaper.

Hi friends,

I create the associated with the application with http server connection.

I need to show a loading image with / wihout popup without user interaction while the application took data from the server.

And I need to hide this popup when she asks taking data.

Can someone explain this way of doing this?

Thanks in advance,

Stéphane

I think there are a lot of threads that talk about this...

One in my research...

http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&thread.ID=32318&view=by_date...

See you soon...

Tags: BlackBerry Developers

Similar Questions

  • Window Popup with strange characters when you want to play music from the cloud

    When I try to play music on the cloud (music downloaded on my computer), I get a popup with some strange characters. It was working fine 2 days ago. Nothing has changed on my computer. I tried uninstalling iTunes and reinstalling. Shows the problem. Any help would be appreciated.

    This is what looks like the pop-up window.

    PS - all anti-virus software are up and running.

    As an addendum, I tried to download music (by clicking on the cloud icon, which then shows an arrow pointing downwards). This popup has shown once again.

    Then I thought maybe it was having a problem with my account or my computer don't think she was allowed. So I checked my account login, and I was connected. Then I tried allowing my computer and this popup appeared again. I then tried my scroll wheel and it seems that it is a right screen. I guess that is the lower right button 'accept' but I'm not confident in the present.

    Strange things brewing.

  • After downloading the update for Yosemite 10.10.5, I got an annoying popup with a beep sound blaring that says that Safari crashed. I've forced to leave Safari, rebooted and popup returned once more. Restarted again and popup went. What was it?

    After downloading the update for Yosemite 10.10.5, I got an annoying popup with a beep sound blaring that says that Safari crashed. I've forced to leave Safari, rebooted and popup returned once more. Restarted again and popup went. What was it?

    Open Safari while holding the SHIFT key

    Try to reset the settings of Safari:

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select the Preferences/Privacy tab

    4. click on remove all data from the Web site

    5. close Safari.

    Remove cache Safari files:

    1. click on finder

    2. look for the menu GO to top

    3. click on GO and hold down the option key. This will show a user library folder.

    4. click library and find the Caches folder

    5. in the folder caches com.apple.Safari Ouvrezledossier

    6. move the Cache.db file Trash.

    This should solve the problem. If it does not help, try to disable the Safari extensions

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select Preferences

    4. find the Extensions tab

    5 disable all extensions of

    6. relaunch Safari

  • When I mouse over any peak in an online store, I have a popup with similar items in other stores. What is and how it stop?

    Whenever I'm shopping online, if I right-click a picture if gives me a popup with similar items in other stores, this plugin doing this and how can I turn it off? It's really annoying. When I'm shopping I don't need to know that I can get a product randomly, remotely similar elsewhere.

    Hello, this looks like a problem maybe caused by adware on your pc. Please go to firefox > addons > extensions and remove any suspicious entries (toolbars, the things that you have not installed intentionally, I don't know what purpose they serve, etc.). also, go to the windows control panel / programs and remove all toolbars or potentially unwanted software from there and run a full scan of your system with the security software you have in place and various other tools such as the free version of malwarebytes & adwcleaner.

    Remove a toolbar that has supported your Firefox or the homepage search
    Fix Firefox problems caused by malicious software

  • Cache popup with a button property immediate = "true".

    Hello

    I use jdevloper 11.1.2.2

    I have caching problem with popup a contentDelivery = "lazyUncached" and I add the button cancel on popup with immediate = "true" to ignore the validation in the fields in the pop-up window.

    When I click the button cancel hide popup, but once again if I show popup, it hides always old data in the entry fields.

    My source of popup is as below

    < af:popup childCreation = 'deferred' id = 'compPop '.

    autoCancel Binding = "#{pageFlowScope.CustomersBean.compPop}" = "disabled" contentDelivery = "lazyUncached" > "

    < af:dialog id = "d1" title = "#{viewcontrollerBundle.COMPANY} #{pageFlowScope.mode}" closeIconVisible = 'false' "

    type 'none' = >

    < f: facet name = "buttonBar" >

    < af:toolbar id = "t2" >

    < af:commandButton text = "#{viewcontrollerBundle.SAVE}" id = 'cb6' "

    actionListener="#{pageFlowScope.CustomersBean.onClickSaveCompPop}"/ >

    < af:commandButton text = "#{viewcontrollerBundle.CANCEL}" id = 'cb7' "

    actionListener = "#{pageFlowScope.CustomersBean.onClickCancelCompPop} '"

    immediate = "true" / >

    < / af:toolbar >

    < / f: facet >

    < af:panelFormLayout id = "pfl1" >

    < af:inputText value = "#{bindings.CompanyNumber.inputValue} '"

    label = "#{Bindings.CompanyNumber.hints.label} '"

    required = "#{Bindings.CompanyNumber.hints.Mandatory} '"

    Columns = "#{Bindings.CompanyNumber.hints.DisplayWidth} '"

    maximumLength = "#{bindings.CompanyNumber.hints.precision} '"

    shortDesc = "#{bindings.CompanyNumber.hints.tooltip}" id = "it1" > "

    < f: validator binding="#{bindings.CompanyNumber.validator}"/ >

    < / af:inputText >

    "< af:inputText value =" #{bindings.CompanyName.inputValue} "label =" #{bindings.CompanyName.hints.label} ".

    required = "#{Bindings.CompanyName.hints.Mandatory} '"

    Columns = "#{Bindings.CompanyName.hints.DisplayWidth} '"

    maximumLength = "#{bindings.CompanyName.hints.precision} '"

    shortDesc = "#{bindings.CompanyName.hints.tooltip}" id = "it2" > "

    < f: validator binding="#{bindings.CompanyName.validator}"/ >

    < / af:inputText >

    < af:selectOneChoice value = "#{bindings.CompCategory.inputValue} '"

    label = "#{Bindings.CompCategory.label} '"

    required = "#{Bindings.CompCategory.hints.Mandatory} '"

    shortDesc = "#{bindings.CompCategory.hints.tooltip}" id = "soc3" > "

    < f: selectItems value = "#{bindings.CompCategory.items}" id = "si3" / > "

    < / af:selectOneChoice >

    < af:selectOneChoice value = "#{bindings." City.inputValue}"label =" #{bindings. " City.label}.

    required = "#{bindings." City.hints.Mandatory}.

    shortDesc = "#{bindings." City.hints.ToolTip}"id ="soc4">

    < f: selectItems value = "#{bindings." City.Items}"id ="si4"/ >

    < / af:selectOneChoice >

    < af:inputText value = "#{bindings." Tele1.inputValue}"label =" #{bindings. " Tele1.hints.label}.

    required = "#{bindings." Tele1.hints.mandatory}.

    columns = "#{bindings." Tele1.hints.DisplayWidth}.

    maximumLength = "#{bindings." Tele1.hints.precision}.

    shortDesc = "#{bindings." Tele1.hints.ToolTip}"id ="it3">

    < f: validator binding = "#{bindings." Tele1.validator} "/ >"

    < / af:inputText >

    < af:inputText value = "#{bindings." Tele2.inputValue}"label =" #{bindings. " Tele2.hints.label}.

    required = "#{bindings." Tele2.hints.mandatory}.

    columns = "#{bindings." Tele2.hints.DisplayWidth}.

    maximumLength = "#{bindings." Tele2.hints.precision}.

    shortDesc = "#{bindings." Tele2.hints.ToolTip}"id ="it4">

    < f: validator binding = "#{bindings." Tele2.validator} "/ >"

    < / af:inputText >

    < af:inputText value = "#{bindings." Fax.inputValue}"label =" #{bindings. " Fax.hints.label}.

    required = "#{bindings." Fax.hints.Mandatory}.

    columns = "#{bindings." Fax.hints.displayWidth}.

    maximumLength = "#{bindings." Fax.hints.Precision}.

    shortDesc = "#{bindings." Fax.hints.ToolTip}"id ="it5">

    < f: validator binding = "#{bindings." Fax.Validator} "/ >"

    < / af:inputText >

    < af:inputText value = "#{bindings." Website.inputValue}"label =" #{bindings. " Website.hints.label}.

    required = "#{bindings." Website.hints.Mandatory}.

    columns = "#{bindings." Website.hints.displayWidth}.

    maximumLength = "#{bindings." Website.hints.Precision}.

    shortDesc = "#{bindings." Website.hints.ToolTip}"id ="it6">

    < f: validator binding = "#{bindings." Website.Validator} "/ >"

    < / af:inputText >

    < / af:panelFormLayout >

    < / af:dialog >

    < / af:popup >

    Hello

    You can try and add the tag af:resetActionListener to the Cancel button?

    http://docs.Oracle.com/CD/E28280_01/apirefs.1111/e12419/tagdoc/af_resetActionListener.html

    Frank

  • ADF Popup with dialogue

    Hello
    I use Jdeveloper usecase 11.1.5.0.My is
    = > when clicking a command button a popup with 'ok' and 'Cancel '.

    my source of jsf page:

    < af:commandButton actionListener = "#{bindings.createRow.execute} '"
    Text = "createRow.
    Disabled = "#{!}" Bindings.CreateRow.Enabled}.
    Binding = "#{backingBeanScope.backing_FinYear.CB1} '"
    ID = "cb1" partialSubmit = "true" >
    < af:showPopupBehavior popupId = "p1" triggerType = 'action' / >
    < / af:commandButton >
    < af:popup id = "p1" >
    < af:dialog id = "d2".
    dialogListener = "#{backingBeanScope.backing_FinYear.onDialogAction} '"
    title = "Confirmation" >
    < af:outputText value = "Do you want to create the next year" id = "ot2" / >
    < / af:dialog >

    < / af:popup >


    And my grain of support:

    public BindingContainer {} getBindings()
    Return BindingContext.getCurrent () .getCurrentBindingsEntry ();
    }

    public String cb1_action()
    {
    BindingContainer links = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("createRow");
    Object result = operationBinding.execute ();
    If (! operationBinding.getErrors () .isEmpty ()) {}
    Returns a null value.
    }
    Returns a null value.
    }

    public String callmethodinappmodule()
    {
    AppModuleImpl callmet = new AppModuleImpl();
    callmet.createRow ();
    Returns a null value.
    }

    {} public void onDialogAction (DialogEvent dialogEvent)
    If (dialogEvent.getOutcome () .equals (DialogEvent.Outcome.ok))
    {
    what I'm doing here

    } else {}
    return;
    }
    }


    My createRow method should run by clicking 'Yes '. What I do on the 'Yes' button in the dialog box?

    Published by: Sparks Sep 28, 2011 04:34

    Simply call the cb1_action() as methodv

    public void onDialogAction(DialogEvent dialogEvent) {
    if (dialogEvent.getOutcome().equals(DialogEvent.Outcome.ok))
    {
    //what I do here
    cb1_action(); //Do it like this
    } else {
    return;
    }
    }
    
  • How can I make the popup with empty fields and create new record?

    I would use a popup create new record.
    I created an af:popup drag and drop a data control VO in jsff. Then, I created a button and place an af:showPopupBehavior. I was able to pop-up window by clicking on the button.
    However, the window filled with information from the record 1. and when I select a record in the table and click on the popup, the popup is filled with this record.
    How can I make the popup with empty fields and create a new record by recording the popup?
    Thank you

    Hello

    You must call the CreateInsert for the underlying ViewObject operation when opening the popup because it does not allow to clear the input field, you must have a new record created

    Frank

  • Why do I get a popup with Windows Installer when I open a program used with Explorer.

    Original title: pop-up Windows Installer

    Can anyone help with why I get a Windows Installer popup on opening a program used with Explorer.  Does not happen with Google Chrome.

    Hello

    1. is it that occur when you use internet Explorer?

    2. don't you make recent changes?

    I suggest you try to perform the clean boot and check if it helps:

    http://support.Microsoft.com/kb/310353

    NOTE: When you are finished troubleshooting, make sure that you reset the computer in start mode normal such as suggested in step 7 of the above article.

  • How to avoid the JSR 75 write alert popup with blackberry?

    Hello

    This is my first post for the blackberry developer forums and I'm trying to transfer my J2ME application to blackberry.

    In our application, we use the JSR-75, and we got the versign certificate that we use for Nokia and Sony ericsson.

    The blackberry A60_How_And_When_To_Sign_V2.pdf .i found only one way to avoid the popup is carrier signature and but I do not find any carrier specific certificate in my blackberry "BOLD" (Airtel, India).

    (1) Please help me in this area.

    (2) is thereany way to avoid this popup?

    (3) possible Willit for blackberry partners?

    I use eclipse with the component 4.6.0 Blackberry package.

    Thanks in advance.

    Kind regards

    Samir.

    I used the ApplicationPermissions class to set the permission and it works.

  • What shortcut to use to appear popup with recent applications or running?

    What shortcut can make up a small window with recent applications or running (4-6 App icons)? a small popup showing the email browser etc...

    Please tell me in win 7 and 8 to win?

    There are running XP or vista?

    Keep now Alt while you press tab to select the item in the context menu:

  • Refresh a form Popup (with a .jsff) region

    Hi guys,.

    First of all, I use JDEV 11.1.1.6.

    I take a long time with a problem that should be simple, at least in theory. I have to spend, because, I ask your help.

    My question is:

    I have a table and each show has a column that opens a pop-up window. This popup was conducted using a region that uses a jsff file. For each line, when I open the popup data presented to the user should be the data associated with this line. The data of table control has child filed by association/viewlink. The two children are presented in the pop-up window, is another table, and the other is presented as a form.

    When the change in the row in the main table and open the pop-up, the pop-up window table is updated to new values, but form is not updated, maintains the last value inserted by the user.

    I tried partial triggers but without success.

    Any thoughts?

    If my English was confused, please tell me to try to explain the situation in a way less confusing.

    Read this blog article http://www.oracle.com/technetwork/developer-tools/adf/learnmore/53-taskflow-in-popup-169196.pdf which covers your use case.

    Timo

  • I'm opening table row in a popup with the help of change. If I opened a line to edit, and then if I cancel the popup and if I open some row of the table, then instead of the newly selected line diff, previously selected line becomes open question. Help, p

    @Code is:-

    I have a panelCollection which is having an ADFTable (VO) and < f: toolbar > < coomandToolbarbutton > IE change by clicking on modify the selected line of the tbal adf becomes open in edit mode in a popup. Buttong ActionListner change creation popup

    {} public void handleEdit (ActionEvent actionEvent)
    Add the code in the event here...

    Line selectedRow =
    (Row) ADFUtils.evaluateEL ("#{bindings.") BtEsAwardsSchemeSetupVO1Iterator.currentRow}");
    Line selectedRow =
    (Row) ADFUtils.evaluateEL ("#{bindings.") BtEsAwardsSchemeSetupVO1.currentRow}");

    Tips RichPopup.PopupHints = new RichPopup.PopupHints ();

    this.getAddEditpopup () .show (hints);
    }

    Pupup has two buttons for Submit and cancel.
    Click on Cancel button on the popup, it id hide. The question is, suppose that the table is to have 4 lines so if I first select third row and click on change that becomes open editing on a popUp, but if I click on the Cancel button and their selection a few rows of table (Say first line), the previously selected (3rd row) rank only becomes open again in popup instead of the newly selected row.
    Cacel code

    {} public void handleCancelAwards (ActionEvent actionEvent)

    Add the code in the event here...

    ADFUtils.invokeEL ("#{bindings.") Rollback.Execute}");

    this.getAddEditpopup (.cancel ()); [I also tried with hide and seek but not worked]

    }

    Thanks in advance and thanks for your time

    It may be a problem with the combination of: immediate = true, rollback, and af:popup.

    You can try adding af:resetActionListener to the Cancel button.

    BTW, your managed bean is in the package that start with uppercase ("Bean"). (if you should refactor this to "beans" (for example))

    Dario

  • Open and close the Popup with Javascript

    Using Apex 3.2

    I probably have done this lots of times in my old job, but do not have access to the code and now I can't work properly.

    I opened a window pop up with javascript
    Now, I need to close and refresh the calling page, but only if it ratifies the validation on the popup.
    I have an item hidden on my pop up called P7_FLAG.
    I have a process page after validation that affects P7_FLAG (only the value 1, if passes validation).
    I also have a "SUBMIT" button.

    So once I click my button "SUBMIT" page should look at validations, so ok, P7_FLAG the value 1, then close the popup and refresh the calling page.

    My current look of javascript like this
    <script type="text/javascript">
    function saveChanges(){
    doSubmit('SUBMIT');
    var test = $x('P7_FLAG').value;
    if(test == '1')
    {
    window.close();
    window.opener.doSubmit('REFRESH');
    }
    }
    </script>
    My button
    javascript:saveChanges();
    The problem is that I need to click twice on the button SUBMIT.
    First, it sets P7_FLAG
    Second time, it closes page and refreshes.

    I probably made a fundamental mistake, but today I can't.

    See you soon

    Gus

    Published by: Gus C 10 may 2012 12:48

    Sorry about that I was blind

    Add this function to your page

    
    

    Call this function on the loading of the page

    onload="onloadclose();"
    
  • Popup with af:statusIndicator

    Hello.

    I m looking for a way to show a pop with an af:statusIndicator inside when a load of page´s starts and hide the context menu when loading finishes. I ve been Don t to the search in the forum, but I found nothing useful for my case. I think that I need two headphones for the show and hide the popup programmatically, but I Don t know who they are.

    Sorry for my English, thanks.

    Hello

    the popup - if it's a light af:popup - is part of the same page you load - so this may not work as expected. However, take a look at sample 27 on http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html. Here, JavaScript listeners looking for busy page. If you can run this code to load the page and then the popup can show

    Frank

  • AS2, popup with javascript in an Isot html &lt; a &gt; tag

    Hello guys,.

    You could helo me with a little problem I have.

    I m tried using an < a > tag in html content in my code to make a connection. So far work perfectly. Problem starts however when I try to use javascript in the < a > tag to create a popup window. Here's the line of code.

    CT.content_right.htmlText = "< a href ='javascript:popUp('impressum.html')" > '+' legal notice '+' < /a > < br / > ";

    Can someone help me realize my pop-up window?

    Thank you very much in advance.

    use:

    CT.content_right.htmlText = ""+"imprint"+" "
    "

Maybe you are looking for