PaymentEngine.getExistingPurchases (true) do not return items purchased

I use payment sdk 1.5 and Balckberry 9700 device 6.0 os and App world version 3.1.

I've implemented in app purchase subscription model.

I test my app download App World in the planning stage.

I purchased digital good and Purchase.getItemState (return) SUBSCRIBED.

but after you exit the application and return to the app I check existing purchases to help

PaymentEngine.getExistingPurchases(true); its not returning any existing purchases.  Is this works for getting existing purchases or is there any other way.

PaymentEngine.getExistingPurchases (true); Returns only purchases for which there was a real operation. When testing in sandbox mode there is no actual transaction (no purchase is actually only simulated) so will exist no purchase history.

Tags: BlackBerry Developers

Similar Questions

  • Web service JSON data do not return does not

    I created an application with a test sample local (active forlder) json file called "contacts.json" as below, just to test if I have any return data. The data returned in a listview without problem.

    [{ "id":1, "firstname": "Mike", "lastname": "Chepesky", "title": "Sr. Editor",
      "image": "images/data/mike_chepesky.png", "active": true, "gender": "m" },
    { "id":2, "firstname": "Westlee", "lastname": "Barichak", "title": "Talent Scout",
      "image": "images/data/westlee_barichak.png", "active": true, "gender": "m" }]
    

    I then changed the source for 'http://... '. "a link is valid and I checked, and it returns the data in a classic web browser (firefox). But he won't be in my application.

    What I noticed, is that the difference between the local json file and the return of web service, the web service does not return the square brackets "[...]" the json... I suspect that maybe that's the problem? If so, how do I manipulate the data source in my application to incorporate media? Is the returned data (without brackets) real...

    {"status":"successful","current_version":"1.1.1","latest_version":"1.2.0.0","details":"1. Item A 2. Item B 3. Item C","type":"Force update"}
    

    Thank you.

    If I'm not wrong, your local file json contains an array of objects, and that you load from your server contains a single object.
    If so, you can not call insertList (data), use insert (data)

  • AF:selectOneChoice do not return value

    Hi all

    I use JDeveloper 11 g, EntityObjects, and ADF Faces.

    I am trying to use a selectOneChoice to send a value. I created a managed bean that returns a list of items. The selectOneChoice is filled out correctly, but the selected value will not be sent, so a null is written to the database.

    My code:

    & lt; AF:selectOneChoice value = "#{bindings." ExpresionOral.inputValue}.
    label = "#{bindings." ExpresionOral.label}.
    shortDesc = "#{bindings." ExpresionOral.hints.tooltip}.
    required = "true" & gt;
    & lt; f: selectItems value = "#{collections.nivelIdiomaEnum}" / & gt;
    & lt; / af:selectOneChoice & gt;

    public List & lt; SelectItem & gt; {getNivelIdiomaEnum()}
    FacesContext ctx = FacesContext.getCurrentInstance ();
    Settings regional locale = ctx.getViewRoot () .getLocale ();
    ArrayList & lt; SelectItem & gt; list = new ArrayList & lt; SelectItem & gt ;();
    for ({nIdioma:NivelIdioma.values())} NivelIdioma
    Point SelectItem is new SelectItem (nIdioma, nIdioma.getName (local));.
    List.Add (Item);
    }
    back list;
    }

    Thank you

    Joseba

    Hi Joseba,

    Your code looks fine. However, my hunch is that the getNivelIdiomaEnum() method does not return the list itself for the publication, if yes, then you need to fix your code accordingly. You can also try the selectOneChoice valuePassThru attribute set to true, it can thus correct.

    Kind regards

    ~ Simon

  • I go to sync my phone and he said: ' the iphone couldn't sync because this computer is no longer allowed for items purchased on this iphone» When I go to allow it is said that it is already permitted. ios9.3.1, iphone 5 s

    I go to sync my phone and he said: ' the iphone couldn't sync because this computer is no longer allowed for items purchased on this iphone» When I go to allow it is said that it is already permitted. ios9.3.1, iphone 5 s

    Hello dinukago,

    Thank you for using communities of Apple Support.

    Since your post I understand that you get an error that your computer is not authorized for items purchased on your iPhone.  As you tried to allow already and know that your computer is allowed, then it seems that you have the content of another Apple ID on your iPhone.  If you have any other Apple ID then please allow your computer so that it be synchronized.

    Allow your computer in iTunes

    Take care.

  • the iPhone couldn't be synchronized because this computer is no longer allowed for items purchased on this iphone

    I know there are several solutions for this problem, I spent weeks trying different options but not solved my problem.

    Here is my scenario, I have a Mac Pro and my iTunes folder was on another internal HARD drive, I used Yosemite, I picked it up and then clean up El Capitan, then I launched iTunes and linked to my old iTunes library, so far, everything is OK and I can see my music, videos and applications, then I connected my iPhone 6 and backed up to my system up to what we want to do the sync and that when the context menu is displayed with the following error message:

    the iPhone couldn't be synchronized because this computer is no longer allowed for items purchased on this iPhone

    I followed various solutions such as:

    Meet a disconnection on iTunes in my iPhone to my computer, the connection of my account in iTunes, and restart the system and iPhone, then from iTunes and reAuthorizing my computer, and then try to sync and I always get the same error above.

    It's really frustrating, because I even created a new library to see if that would help and it has not yet.

    I've only used an Apple ID account, I never bought any music or application to another user.

    Any help would be much appreciated.

    I've only used an Apple ID account, I never bought any music or application to another user.

    This message refers to the items purchased on the iPhone.  The following synchronized on your old Mac, who has apparently been authorized for purchased items.  Your old Mac was authorized from your ID Apple and another Apple ID (someone else)?  If so, perhaps there is something on the iPhone that was purchased with this other Apple ID.

    In all cases, what are the options given with this error message?  If an option is to eliminate items that are "is no longer allow", let iTunes do it.  If you have never purchased items with another Apple ID, you have lost nothing.

  • % ROWCOUNT SQL does not return the expected result

    I have the following function within a package:

    --Update APPERY_JTI_deleted_USERS table:
    FUNCTION fn_updt_app_jti_dlt_usr(
        p_update_co      IN VARCHAR2,
        p_appery_user_id IN APPERY_JTI_deleted_USERS.appery_user_id%TYPE,
        p_outlet_code    IN APPERY_JTI_deleted_USERS.outlet_code%TYPE)
      RETURN NUMBER
    AS
    lv_sql       VARCHAR2(4000);
    lv_rowcount  NUMBER := 0;
    BEGIN
    
    lv_sql := 'UPDATE APPERY_JTI_deleted_USERS SET '||p_update_co||' = 1 WHERE '||p_update_co||' = 0 AND OUTLET_CODE = '''||p_outlet_code||''' AND APPERY_USER_ID = '''||p_appery_user_id||'''';
    
    --EXECUTE IMMEDIATE lv_sql;
    EXECUTE IMMEDIATE 'BEGIN ' || lv_sql || '; :z := sql%rowcount; END; ' USING OUT lv_rowcount ;
    
    RETURN lv_rowcount;
      
    EXCEPTION
    WHEN OTHERS THEN
      RETURN -1;  
    END fn_updt_app_jti_dlt_usr;
    
    

    The function called several times as part of a job. Basically, the main function (Say M), call a few functions (for example A1... A9). Each of these functions is to do something and updated the application using the above function. Therefore, each of the nine functions will call the above function with different parameters.

    The problem that I am facing is:

    First run, invoke only first of all for the above function will return the positive result ($sql rowcount > 0). When I run M the second time, only first and second calls for the above function will be to return positive results and so on.

    How odd, it's that if I change the values again and run a function M, it will start from the beginning. And what strange more, the dynamic update statement is executed correctly and data are updated successfully. It's just sql rowcount % do not return is not the expected results.

    I tried to run execute immediately without (begin, end). I also tried to run it without HELP ON. It's always the same. I'm really confused, what Miss me here.

    I don't know if this is relevant. But for what it's worth, invoking the function above updates the SAME lines in the table appery_jti_deleted_users that the columns are different. So for all the work, the same lines need to be updated. Each function (A1... A9) will call the above function to update a different column of these lines.

    If you REALLY want to help you having US SHOW, not tell us:

    1. WHAT you do

    2. HOW to

    3. WHAT results you get

    4. WHAT results you expect to get

    First run, invoke only first of all for the above function will return the positive result ($sql rowcount > 0). When I run M the second time, only first and second calls for the above function will be to return positive results and so on.

    How odd, it's that if I change the values again and run a function M, it will start from the beginning. And what strange more, the dynamic update statement is executed correctly and data are updated successfully. It's just sql rowcount % do not return is not the expected results.

    Perhaps that the foregoing is true and maybe he's not. We have NO WAY of knowing because you don't SHOW US anything.

    I tried to run execute immediately without (begin, end). I also tried to run it without HELP ON. It's always the same.

    Yet once you showed us NOTHING >

    You do NOT FOLLOW best practices when you use dynamic sql statements: the sql statement real so that you can print:

    1 SEE what's running - make sure there are no syntax errors, and it seems to be what you wanted

    2 EXECUTE/TEST manually - to see if he really runs without error and see what results it really give.

    3. FIX any syntax or other problems and retest it

    Instrument properly your code and you won't have the problems you are having.

    You should know by now what are the parameters are transmitted when you run the function. So, there are at least three sets of these parameters.

    So you should be able to:

    1 run the instrumented manually function three times

    2. see that all three SQL statements are

    3 manually run these instructions

    4. see that the number of lines is after each execution

    We have no idea of what the output of the function is every time you call it. Apparently, you have, if you save the results of the function somewhere, but you didn't post any of this info.

    We need real details to help you - just listen to your story is not enough.

  • Run query does not return a lines

    Hello

    I find that the Executequery code does not return everything.

    {

    pageContext.writeDiagnostics (this, "connection entry-front connection", 1);

    Connection Conn = pageContext.getApplicationModule (webBean) .getOADBTransaction () .getJdbcConnection ();

    pageContext.writeDiagnostics (this, "connection entered" & conn, 1);

    pageContext.writeDiagnostics (this, "input connection [AJ]" & conn, 4);

    Dim Query = "select CODE a.secondary_uom_code, (select b.unit_of_measure from MTL_UNITS_OF_MEASURE b where b.uom_code = a.secondary_uom_code) GLU, xxtmxc_primary_selling_suom (: 3, a.inventory_item_id) ' PSUOM from mtl_system_items_b where a.inventory_item_id =: 1 and a.organization_id =: 2 and a.secondary_uom_code is not null ';"

    'UNION select 'OUR' CODE, UOM 'Number', 10 double PSUOM;

    String query = "" select secondary_uom_code CODE of mtl_system_items_b where inventory_item_id =: 1 and organization_id =: 2 and secondary_uom_code is not null '; "

    pageContext.writeDiagnostics (this, ' [AJ] after the query string", 4");

    pageContext.writeDiagnostics (this, "message query" + Query, 1);

    PreparedStatement stmt = conn.prepareStatement (Query);

    pageContext.writeDiagnostics (this, "prepared statement Post" + stmt, 1);

    stmt.setString(1,Item);  ver1

    stmt.setString(2,Org);  ver1

    stmt.setInt (3, Dis.intValue ());

    stmt.setString(3,Dis);

    stmt.setInt (3, Ext.intValue ());

    stmt.setString (3, Ext); ver1

    pageContext.writeDiagnostics (this, "Post Ext after SetString" + Ext, 1);

    ResultSet resultset = stmt.executeQuery ();

    pageContext.writeDiagnostics (this, "Resultset" + resultset, 1);

    If (resultset.next ())

    for (ResultSet resultset = stmt.executeQuery ();)

    ResultSet.Next ();)

    While (resultset.next ())

    {

    String code = resultset.getString ('CODE');

    String uom = resultset.getString ("UOM");

    String psuom = resultset.getString ("PSUOM");

    row.setAttribute ("UomCode", code);

    row.setAttribute ("UnitOfMeasure", GLU);

    row.setAttribute ("LineAdjustedPercent", psuom);

    pageContext.writeDiagnostics (this, "secondary UOM" + resultset.getString ('CODE') + resultset.getString ("UOM") + resultset.getString ("PSUOM"), 1);

    pageContext.writeDiagnostics (this, "secondary UOM" + row.getAttribute ("UomCode") + row.getAttribute ("UnitOfMeasure"), 1);

    pageContext.writeDiagnostics (this, "LineAdjustedPercent" + row.getAttribute ("LineAdjustedPercent") + "PSUOM" + resultset.getString ("PSUOM"), 1);

    }

    ResultSet.Close ();

    stmt. Close();

    }

    catch (SQLException sqle)

    {

    throw new OAException ("error in query Preparation" + sqle, OAException.INFORMATION);

    }

    pageContext.writeDiagnostics (this, ' [AJ] after try-catch: ", 4");

    }

    }

    }

    }

    Hi Bobo,

    I tried the same requirement in my local instance and changed the code for you.

    Please check process requires working Code of the form below:

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    OAViewObject QuoteLinesLevel70VO1Obj1 = (OAViewObject) pageContext.getApplicationModule (webBean) .findViewObject ("QuoteLinesLevel70VO1Obj");
    if(QuoteLinesLevel70VO1Obj1!=null)
    {
    If (QuoteLinesLevel70VO1Obj1.GetCurrentRow ()! = null)
    pageContext.writeDiagnostics (this, "Current Row" + QuoteLinesLevel70VO1Obj1.getCurrentRow () .getAttribute ("UomCode"), 1);
    }
               
    pageContext.writeDiagnostics (, "concluded Save Button", OAFwkConstants.STATEMENT);
    If ("Event.Go".equals (pageContext.getParameter (OAWebBeanConstants.EVENT_PARAM)))
    {
    OAViewObject QuoteLinesLevel70VO1Obj = (OAViewObject) pageContext.getApplicationModule (webBean) .findViewObject ("QuoteLinesLevel70VO1Obj");
    if(QuoteLinesLevel70VO1Obj!=null)
    {
    pageContext.writeDiagnostics (thie, 'enter in Count' + QuoteLinesLevel70VO1Obj.getFetchedRowCount (), 1);
    int count = QuoteLinesLevel70VO1Obj.getFetchedRowCount ();
    RowSetIterator Iter = QuoteLinesLevel70VO1Obj.createRowSetIterator ("Iter");
    {if(Count>0)}
    Iter.setRangeStart (0);
    Iter.setRangeSize (count);
    for (int i = 0; i)<>
    {
    OAViewRowImpl row = (OAViewRowImpl) Iter.getRowAtRangeIndex (i);
    If (row.getAttribute ("InventoryItemId")! = null & row.getAttribute ("OrganizationId")! = null)
    {
    String Item = row.getAttribute("InventoryItemId").toString ();
    String Org = row.getAttribute("OrganizationId").toString ();
    Number say = (Number) row.getAttribute ("LineAdjustedPercent"); LineAdjustedPercent
    Dim Ext = (String) row.getAttribute ("Attribute1");
                              
                               int item1 is Integer.valueOf (Item) .intValue ();.   Converted entire string
    int Org1 is Integer.valueOf (Org) .intValue ();.     Converted entire string
    Try
    {
    pageContext.writeDiagnostics (this, "connection entry-front connection", 1);
    Connection Conn = pageContext.getApplicationModule (webBean) .getOADBTransaction () .getJdbcConnection ();
    pageContext.writeDiagnostics (this, "connection entered" & conn, 1);
    pageContext.writeDiagnostics (this, "input connection [AJ]" & conn, 4);
    String query = "select xxtmxc_primary_selling_suom(:1,a.inventory_item_id) PSUOM from mtl_system_items_b where a.inventory_item_id =: 2 and a.organization_id =: 3"; Index link //Changed
    pageContext.writeDiagnostics (this, ' [AJ] after the query string", 4");
    pageContext.writeDiagnostics (this, "message query" + Query, 1);
    PreparedStatement stmt = conn.prepareStatement (Query);
    pageContext.writeDiagnostics (this, "prepared statement Post" + stmt, 1);
                                    Item1 is Integer.valueOf (Item) .intValue ();. Converted entire string
    ORG1 = Integer.valueOf (Org) .intValue ();  Converted entire string
    pageContext.writeDiagnostics (this, "Param1 all" + item1, 1);
    pageContext.writeDiagnostics (this, "Param2 all" + Org1, 1);
    pageContext.writeDiagnostics (this, "Param3 all" + Ext, 1);
    stmt.setString(1,Ext);
    stmt.setInt(2,item1);  ver1
    stmt.setInt(3,Org1);  ver1
    pageContext.writeDiagnostics (this, "Post Ext after SetString" + Ext, 1);
                                    
    for (ResultSet resultset = stmt.executeQuery (); resultset.next ();)  //Used for loop in Resultset
    {
                                       
    String psuom = resultset.getString ("PSUOM");
    pageContext.writeDiagnostics (this, "[AJ] z:" + psuom, 4 "); //Here we got the value of the function
    pageContext.writeDiagnostics (this, "m [AJ]:" + Ext, 4);
                                        
    }
                                    
    stmt. Close();
    }
    catch (SQLException sqle)
    {
    pageContext.writeDiagnostics (this, ' [AJ] with the Exception: "+ sqle.getMessage (), 4");
    throw new OAException ("error in query Preparation" + sqle, OAException.INFORMATION);
    }
    pageContext.writeDiagnostics (this, ' [AJ] after try-catch: ", 4");
    }
                              
    }
    }
                     
          
    }
             
    super.processFormRequest (pageContext, webBean);
    }
    }

    Thank you

    Dilip

  • IOM, API - getData() - no data is not returned by the user account

    Hi all

    I have a question for the AD account data. The problem is when I try to get the account data from any account (account status: enabled, the account Type: primary), the API GetData returns a blank card and I don't know why. I see this account in the accounts of the user to the IOM. This account has been created through reconciliation of AD and this account is only one (primary and active).

    In the test environment my code works very well, but production only.

    Here is part of my code where I get some details of account.

    ...

    accounts = provServ.getAccountsProvisionedToUser (take);

    Logger.Finest ("getUsersToTheLookupTask-> user Details - take:" + take + ", DisplayName:" + userDisplayName);

    Iterator it = accounts.iterator ();

    {while (IT.hasNext ())}

    Account ad_account = (Account) it.next ();

    If (ad_account.getAppInstance () .getApplicationInstanceName () .equalsIgnoreCase (appInstName) & & ad_account.getAccountType () .equals (Account.ACCOUNT_TYPE.) (Primary)) {}

    Logger.Finest ("getUsersToTheLookupTask-> AppInstance ApplicationInstanceName:" + ad_account.getAppInstance () .getApplicationInstanceName ());

    Logger.Finest ("getUsersToTheLookupTask-> AppInstance DisplayName:" + ad_account.getAppInstance () .getDisplayName ());

    Logger.Finest ("getUsersToTheLookupTask-> AccountDescriptiveField:" + ad_account.getAccountDescriptiveField ());

    Logger.Finest ("getUsersToTheLookupTask-> getAccountID:" + ad_account.getAccountID ());

    String UtilisateurDN = getADUserDN (appInstName, take);

    AccountData accountdata = ad_account.getAccountData ();

    Map < String, Object > accdata = accountdata.getData ();                         //THIS RETURN EMPTY map < String, Object >! And I don't know why!

    Logger.Finest ("--> account data:" + accdata);

    String userOrg = accdata.get("UD_ADUSER_ORGNAME").toString ();

    String userCN = accdata.get("UD_ADUSER_COMMONNAME").toString ();

    Logger.Finest ("-> CN an ORG:" + userOrg + "-" + userCN);

    userOrg = userOrg.substring (userOrg.indexOf ("OR ="));

    String UtilisateurDN = "CN =" + userCN + "," + userOrg;

    Logger.Finest ("getUsersToTheLookupTask-> pair key / value:" + UtilisateurDN + ":" + userDisplayName);

    userMap.put (UtilisateurDN, userDisplayName);

    }

    }

    ...

    You have an idea why I'm not able to get user account data?

    Thank you!

    Milan

    Fact.

    The following API does not return the AccountData in the AccountVO. Old API IOM at 11.1.2.0 in 11.1.2.1 IOM Yes.

    accounts = provServ.getAccountsProvisionedToUser (take);

    If you need obtain account data, use:

    Acccriteria SearchCriteria = new SearchCriteria (ProvisioningConstants.AccountSearchAttribute.APPINST_KEY.getId (), "*", SearchCriteria.Operator.EQUAL);

    accounts = provServ.getAccountsProvisionedToUser (take, acccriteria, null, true);

    ...

    AccountData accountdata = ad_account.getAccountData ();

    Card accdata = accountdata.getData ();

    GetData returns then map of attributes as I expected.

  • Validator do not return is not the results.

    Hi all

    I extended the StringValidator class in order to create a user name validator. When a new user is registered, the user name is validated on the server to check if it exists.

    The code is not thrown error and I know the remoteobject calls to work. The push sets the message, but the problem is that the result is not returned.

    The flow is correct?

    public class PosUsernameValidator extends StringValidator {
              
              private var userServiceRO:RemoteObject = new RemoteObject();
              private var validatorResults:Array = new Array();
              
              public function PosUsernameValidator(){
                   super();
                   userServiceRO.destination = "UserService";
                   userServiceRO.getUserByUserName.addEventListener("result", getUserByUserNameRH);
                   userServiceRO.getUserByUserName.addEventListener("fault", getUserByUserNameFH)
              }
              
              override protected function doValidation(value:Object):Array {
                   validatorResults = super.doValidation(value); 
                   return doForUserName(value);
              }
              
              private function doForUserName(value:Object):Array{
                   userServiceRO.getUserByUserName(String(value));
                   return validatorResults;
              }
              
              private function getUserByUserNameRH(r:ResultEvent, t:Object = null):void{
                   var user:User = r.result as User;
                   if(user!=null){
                        validatorResults.push(new ValidationResult(true, null, "Username error","Username already taken!"));
                   }
              }
              
              private function getUserByUserNameFH(f:FaultEvent, t:Object = null):void{
                   Alert.show(ObjectUtil.toString(f));
              }
              
         }
    

    Once the error message string from the server side, link it to property 'errorString' of any component of entry, you want to display the error on. This will give you the red border and a ScreenTip as if you used a validator. Don't forget to set the error return string to "" to clear the message once validation passes.

  • My event.result may or may not return a node in the xml file. How can I avoid that TypeError: Error #1009:

    My event.result may or may not return a node in the xml file. How can I avoid that TypeError: Error #1009: cannot access a property or method of a null object reference.

    I have a very simple question. I want to take the value of

    Event.Result.Item.nodeindex1.nodeindex2.Row.MyValue;

    and assign it to a text field

    mytextTi.text = event.result.item.nodeindex1.nodeindex2.row.myvalue;

    But if a part of the tree is missing, which is also valid, so I get TypeError: Error #1009: cannot access a property or method of a null object reference.

    I tried various solutions such as the following. Is there any simple way to do this?

    If (event.result.item.nodeindex1.nodeindex2.row.myvalue! = undefined)-does not work

    Unfortunately, one must test all levels to ensure that it is not null before the reference to it. You can take advantage of the short-circuit evaluation in tying together, for example

    if (event.result.item
        && event.result.item.nodeindex1
        && event.result.item.nodeindex1.nodeindex2
        && event.result.item.nodeindex1.nodeindex2.row
        && event.result.item.nodeindex1.nodeindex2.row.myvalue)
    {
        // access the variable
    }
    else
    {
        // one of the XML nodes in the path is null
    }
    

    Or you could stay away from her a little hacky and wrap the reference in a try/catch block.

    -Tom

    Flex SDK engineer

  • FileReferenceList does not return a complete event

    Hello people of Forum!

    I have an application that downloads the files. A moment with FileReference file download works. No problems. But when I try to use FileReferenceList, objects in the FileReferenceList FileReference table do not return an Event.COMPLETE, when they finished. Both versions violate the same servlet, so I start from the principle that there should not be no problem on the receiving end. When I throw in debugging code, I see the return of open FileReferenceList object and progress events, but never a full event. Here is what my code does:

    The user clicks on the 'Browse' button and selects the files. When they're done, the button is clicked "Upload" and they clicked. I make a few calls to a database to retrieve identifiers of document and then I go through the download process:

    var fileReference:FileReference = FileReference (this.uploadFileArray.pop ());
    fileReference.addEventListener (Event.OPEN, traceEvent);
    fileReference.addEventListener (Event.COMPLETE, completeEvent);
    fileReference.addEventListener (IOErrorEvent.IO_ERROR, traceEvent);
    fileReference.addEventListener (ProgressEvent.PROGRESS, progressEvent);
    fileReference.addEventListener (SecurityErrorEvent.SECURITY_ERROR, traceEvent);
    var req:URLRequest = new URLRequest (endpoint + paramString);
    Req.Method = URLRequestMethod.POST;
    fileReference.upload (req, "whatever", false);
    progressBar.label = "Loading"... » ;
    btnCancelFile.enabled = true;

    Here is my 'complete' event handler:

    private void completeEvent(event:Event):void {}
    mx.controls.Alert.show ("completed event.");
    traceEvent (event);
    }


    I'm pretty much after the code of the language reference. The complete event is blocked or am I completely missed something obvious?

    I'll take suggestions or advice! Thanks in advance for the help!

    -Andy

    It seems that unless you keep a handle on the FileReference, flash will clean memory engine object it real quick. Which is what is happening here - even if the files were sent to the servlet without problem, the garbage collector has been sucking the FileReference objects until they could send the complete event.

    So the solution here was to place the FileReference object in a table just before download command and then remove it from the table when the end event is raised, so that garbage collection can collect timely.

    It was in fact in the documentation somewhere, but for some reason it didn't register only.

    Anyhoo... He is a good example of what to do about the specifications of lang in the FileReferenceList page under examples.
    http://livedocs.Macromedia.com/Flex/2/langref/index.html

    Hope this helps... someone. :-)
    -Andy

  • Popup LOV does not return a value in editable tabular report

    I'm having a problem with a Popup LOV in a report updated in table form. When you select value, the popup remains and the value is not returned to the element. I guess that's because the popup does not know which element to fill? I don't know how to fix.

    [http://apex.oracle.com/pls/otn/f?p=4000:1500:1011573666262225:NO:]

    workspace: csd_apex_demo
    user name: demo
    password: demo
    application: 35976 - Jason demo
    page: 3-1 report

    Thank you

    Jason

    Looking more closely, I see that you mix display_and_save with popup_from_lov. The p_item_id parameter seems to have no effect on the generated javascript code and I think that javascript doesn't work, but not like you might expect. If you use Firefox with Firebug you can inspect the items and watch what happens when you click on an element of the pop-up window. It is by the way of the return value, but it is stored in the first element of display_and_save line which is a named element f08 hidden. All the items are named f08 in this column as a result of your use of the p_idx = 8. But the javascript code to handle the valve of the popup is generated once and so is assuming that it is zero array position. He uses the name attribute and no id and I suspect that it is followed by the line number in their own country (IE in the popup_lov procedure).

    I don't see how to change the way the javascript code generated here then perhaps another solution is needed. I guess that display_and_save is used here so that you can coordinate the f08 array that is posted, but there is no process here "send" to confirm that this is your intention.

    If you remove the display_and_save and just see the 'reason' the works of popup. If you change the popup to something other than p_idx = 8 it will work also. But now we must find a way to align the line ID is displayed.

    There are several ways to coordinate the shipment but they will in part depend on if you want to display only one line of a popup lov field or several lines. I would like to know where you go and I can help you set up the form and submit processes.

    Greg

  • Content selector does not retrieve items

    Short version:
    I can't get my content to be displayed in a browser when you use a content selector.

    Long version:
    I am using weblogic 10.2. I did not and special user rights. I made two small items in the administration of content management portal. I have added a start date to each and filled in some other fields such as the description and the title.
    I have create a selector in my datasync project content and added conditional instructions for articles created after a given date. The two pieces of content I created early exposure in the preview of the content.
    I then added the selector of content on a portal (which creates a portlet). I have change the JSP of the portlet so that it will show the amount of the returned items (nodes.length).
    When I run the present in a browser all that I see, is that the items returned are of length 0. So in closing my contents overview shows the amount to be returned. But when, in a browser, that Nothing is returned by the content selector.

    Any clue?

    I don't think that there is such a setting. So other than spelling / case sensitivity of your name of the rule against the value to your jsp, Im can not think of anything that could be bad.
    Can you confirm your content selector is less $datasyncProject/src/contentSelctors/GlobalContentSelectors

    Published by: deepshet on March 6, 2009 09:07

  • Why my emails to test myself to not return?

    Why my emails to test myself to not return?

    many providers of these days consider this e-mail from and to yourself as spam and deposited it in the State or simply delete.

  • When I return from the page of google search for a link then button does not return return

    When I return from the page of google search for a link, then button does not return back. Instead, the same page refills. I need to go back click back button twice or even more. How to fix? I cheked it it another browser and there is no such behavior. It seems completele Firefox problem.

    the problem was resolved after remooving extenshion «user agent overrider»

Maybe you are looking for

  • size of the text in emails are small

    Print size The size of print on my computer seems to have become smaller, when I write, receive emails. Can someone tell me what is the cause of the problem and how to fix it. Thank you Adam

  • The photos are not yet (printer Photosmart 7510)

    1 HP Photosmart 7510 2. Windows 7 64 bit 3. There are no errors. 4. I don't have any changes. Hello, HP Support. I just bought a new HP printer to replace my old HP C4280 printer. Although fine print pages of the letter, I'm struggling to print 4 x 6

  • Cannot change the brightness and contrast on my 4540 s of HP ProBook with the software Intel(r) HD Graphics

    This was never resolved?  I'm having the same problem on the same computer that I can't manually adjust the brightness of the screen with the help of the function or function + F2, F3 keys screen brightness.

  • Choice of the method of connection

    Is there a way to check the connection methods available when using JDE 5.0? What I want to do is set my application so he chooses the connection methods in the order that I specify. I wish that my app to check first for the WiFi, then BES/MDS, then

  • will be clearpath to be supported by MCU

    As endpoint that has the clearpath provide the best video quality on a WAN link that is occupied, it will become a feature in the later version or MCU 45xx so that when the user escalate the call to MCU, they can still enjoy the same level of video q