Looper at Redbox, not On Demand?

So here's the ultimate fail from Verizon Fios- you can go rent Looper at Redbox- even in Blu Ray, but it's still not available as a rental in On Demand on FiOS!!!
Way to go, Verizon! Sounds legit :-/

Hi toby123 
I am really sorry you have had so much trouble with this.  If you could give us one more chance I'll make sure we get this cracked for you and get you the service you signed up for.
Could you drop me in an email please? Use the 'contact us' form in my forum profile under the 'about me' section. You can find it by clicking on my username,
Thx
Craig
BTCare Community Mod
If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
td-p/30">Ratings star on the left-hand side of the post.
If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

Similar Messages

  • How can I update cluster items from inside a while loop that does not contain the cluster?

    I have a VI that contains front panel clusters and two while loops. The main cluster contains items such as a doubles "distance" and "stepsize" and boolean "step" (a whole buch of this type stuff). The first loop contains an event structure to detect front panel changes and the second contains code and sub VIs to perform operations based on detected events.
    The operator can enter data into either double or click the boolean. If distance is changed the second loop does what is required to process the change. The same happens with stepsize. If step is clicked the ±stepsize value is added to distance and the result is processed. In each case the front panel should track the result of the input and subsequent processing.
    Because the clusters are outside the while loop, they are not updated unless I click 'highlight execution' which seems to allow updating each time the execution highlight is updated. There are other issues if I move the clusters into one of the loops.
    I've tried referencing the clusters and using local variables and nothing works. It looks like overkill to use shared variables for this.
    Any ideas would be greatly appreciated.
    Thanks,
    Frank    

    Hi Ben,
    Thank you for the response. I followed the link and tried reading everything you posted on AEs but I'm afraid that I didn't understand it all. It seems that each AE example had a single input and a single output (e.g. a double). Is this the case? 
    What I have is a couple of front panel clusters containing (approximately) 18 control doubles, 8 indicator doubles, 5 boolean radio button constructs and 26 boolean control discretes. I clusterized it to make it readable. In addition I'll eventually have a cluster of task references for hardware handles.
    All I want to do is update the front panel values like I would do in a C, VB or any other language. I've tried referencing the cluster and using the reference from inside the loops. I've tied using local variables. Neither works. I'm experimenting with globals but it seems that I have to construct the front panel in the gloabal and then I wouldn't know how to repoduce that on the front panel of the main VI.  Sometimes it seems that more time is spent getting around Labview constructs than benefitting from them.
    I hope the 'Add Attachment' function actuals puts a copy of the VI here and not a link to it.
    Thanks again for the suggestion,
    Frank 
    Attachments:
    Front Panel Reference.vi ‏33 KB

  • Loop while is not visible

    Hi All,
    In SWDD (Every step type that can be inserted  )are visible but loop while is not visible.What could be the possible reason?Please let me know.
    Kind Regards,
    Anshu Kumar

    Hi Anshu,
    Would like to correct you that the step name is Loop (Until).
    Please check with the basis team if this step is not visible for you.
    Also check if you are not missing out this step while searching.
    Hope this helps!
    Regards,
    Saumya

  • Need to create a sales order that does not create demand

    Hi,
    We need to create a no cost sales order - that does not create demand
    In our current set-up when we try to create a no cost sales order with a material ( It Cat = Norm) we see demand being created in MD04
    What configuration settings will allow us a deliverable order - that does not create demand (no MRP run?)
    Thanks,
    SM

    Hello,
    For this set of requirement i think the best option would be to configure a New Sales Order Type and a new Schedule Line Category. In VOV6, While you are defining a new Schedule line category in the transaction flow make sure to switch off the three check box.
    Transfer of requirements / Begin assembly order from SD
    Availability check for sales
    Product allocation active
    Then when we are assigning this newly defined Schedule line Category to Item category, make sure to leave the field of MRP Type as blank in VOV5.
    Regards,
    Sarthak

  • For loop in validation not working

    Hi,
    I am trying to put validation on a tabularform, such that column1 is not greaterthan column2 value.
    begin
    apex_application.debug('start check');
    for i in 1..3 loop
    apex_application.debug('i='||i);
    if apex_application.g_f05(i) < apex_application.g_f06(i)
    then
    return true;
    else
    return false;
    end if;
    end loop;
    end;could not figure out why the loop is not workinng. it is taking only 1st value i.e here "i" takes only value "1" then it checks the condition and later exists, doesnot check for the next row.
    any Idea..,!!!
    Help Me.
    Thanks,
    Little Foot

    Little Foot wrote:
    Hi,
    I am trying to put validation on a tabularform, such that column1 is not greaterthan column2 value.
    \begin
    apex_application.debug('start check');
    for i in 1..3 loop
    apex_application.debug('i='||i);
    if apex_application.g_f05(i) < apex_application.g_f06(i)
    then
    return true;
    else
    return false;
    end if;
    end loop;
    end;could not figure out why the loop is not workinng. it is taking only 1st value i.e here "i" takes only value "1" then it checks the condition and later exists, doesnot check for the next row.
    any Idea..,!!!
    Help Me.One way or another the code returns a value on the first iteration, which obviously always exits the loop at that point.
    (And it's \...\, not \...\)

  • Simulation Loop: Code could not be generated correctly for this VI

    Running LabView Simulation 8.2 on Windows XP laptop.  I have a Simulation Loop that keeps generating the following error message:
    "Simulation Loop: Code could not be generated correctly for this VI"
    The only reference I can find in my searches is to using an RTX target, which does not apply.  When I click on Show Error it just highlights the Sim Loop
    Any ideas on how to debug this?

    Perhaps you can start removing things until you don't get the error any more. How big is the code in the loop?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Loop at where not in

    can anybody send me example of NOT IN with loop at  itab where  filed not in (a, ,b, c )
    when i use brackets becomes red..i  dont know why

    Code like the way below;
    data: st_tab type table of selopt with header line.
        st_tab-sign = 'I'.
        st_tab-option = 'EQ'.
        st_tab-low = 'A'.
        append st_tab. clear st_tab.
        st_tab-sign = 'I'.
        st_tab-option = 'EQ'.
        st_tab-low = 'B'.
        append st_tab. clear st_tab.
        st_tab-sign = 'I'.
        st_tab-option = 'EQ'.
        st_tab-low = 'C'.
        append st_tab. clear st_tab.
        loop at itab not in st_tab.
        endloop.

  • Sym.play("loop"); This is not working

    Please'm having problems with the LOOP. 've Followed several tutorials but the file does not end LOOP function. You guys could send me a link where I can get a solution to this problem?
    // play the timeline from the given position (ms or label)
    sym.play("loop"); This is not working (sorry for the english: Translate)

    sym.play("loop"); will move the root timeline playhead to the "loop" label, and play from that "loop" label.
    If you want to loop a section, for example, you could put a label called "loop" at 1 second, and then at 3 seconds, add a timeline trigger that has the code sym.play("loop");

  • Walking Dead still not on demand

    I am so disappointed that walking dead season 5 episode 1 is still not on demand. Very poor service Verizon!

    If it is, it was just put on there because it was not there as of yesterday.

  • Ipad frozen in off/on loop and will not reboot

    ipad frozen in off/on loop and will not reboot, tried accessing itunes but needs my code on the ipad which is frozen

    I Found a solution:
    this requires itunes, first plug the charger cable into the computer, then hold the home button on the iPad and plug the cable into the iPad, you should see the iTunes logo on the iPad. You will then receive prompts to restore. This assumes you backed up the device to iCloud prior to the problem.

  • Loop at screen - not all fields are available

    Hi all,
    I want to set some fields on the screen invisible.
    When I do the loop at screen in PBO not all fields from the screen are available.
    Just four fields are available. In the screen there are about 20 fields.
    I try to use the chain. field xyz. endchain... But it was not the problem.
    Any ideas?
    regards

    Try this ,May be  Help ful
    { SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(10)  FOR FIELD r_cars.
    PARAMETERS : r_cars RADIOBUTTON GROUP rgb USER-COMMAND usd .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(10)  FOR FIELD r_toyota .
    PARAMETERS : r_toyota RADIOBUTTON GROUP rgb1 DEFAULT 'X'.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(10)  FOR FIELD r_ford .
    PARAMETERS : r_ford RADIOBUTTON GROUP rgb1 .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(10)  FOR FIELD r_bus .
    PARAMETERS : r_bus RADIOBUTTON GROUP rgb DEFAULT 'X'.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(10)  FOR FIELD r_volvo .
    PARAMETERS : r_volvo RADIOBUTTON GROUP rgb2 .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(10)  FOR FIELD r_merced .
    PARAMETERS : r_merced RADIOBUTTON GROUP rgb2  DEFAULT 'X'.
    SELECTION-SCREEN END OF LINE.
    AT SELECTION-SCREEN OUTPUT.  " AT SELECTION-SCREEN OUTPUT
      IF r_cars = 'X'.                                 " If R_CURS radiobutton is selected
        LOOP AT SCREEN .                       " Looping at screen
          IF screen-name CS 'R_VOLVO' OR
             screen-name CS 'R_MERCED'.
            screen-active = 0.                     " Hiding the R_VOLVO and R_MERCED
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ELSE.
        LOOP AT SCREEN .
          IF screen-name CS 'R_TOYOTA' OR
             screen-name CS 'R_FORD'.
            screen-active = 0.
          ENDIF.
          MODIFY SCREEN.
        ENDLOOP.
      ENDIF. }

  • Loop plays in the loop browser but not on the track

    Hi,
    I've been having this problem for a while and reinstalling the whole program doesn't help either.
    I am running Logic Pro 8.02 and when I click on the loop such as "RnB beat 01" in the loop browser, it plays fine but when I drag it into the track I get a message saying "EXS24 instrument “Pop Kit.exs”: Audio file “TTHI11X04.aif” not found!".
    Does anyone know what's going on here?
    Why would a file be missing if it can play it in the browser???
    This happens with several other loops also.
    Some AIF files and some Caf files.
    Thanks so much!
    Message was edited by: Jisung Choi

    This is because it is a green loop, which when dragged to a Software Instrument track, will load an EXS instrument. To play it as audio, drag it to an Audio track.
    To rectify the missing sample from the EXS kit, reindex Spotlight for the disk the sample is supposed to be on (probably your startup disk.
    To reindex a disk:
    Open Apple menu > System Preferences > Spotlight
    Click Privacy tab
    Drag disk to list. Wait 4 seconds. Now hit the -(minus) button to remove the disk from the privacy list. Reindexing will start within about 20-30 seconds, and will take 10-30 minutes, depending on what's on the disk.
    After that, the sample will probably load. If not, reinstall "core" Logic.

  • Apple Loops Utility does not work at all for imported file

    I have imported an MP3 into Logic Pro 8, which converts it to an AIFF file, and am trying to configure the project to sync to that tracks tempo. From what I understand, I do this by opening it in the ALU and having it add tempo information to the file.
    My problem is that when I open the file in the ALU, and I have version 2.0.1, literally almost NOTHING works. I can hit the play/stop/jump to start buttons and they work. However, the volume control does nothing. Likewise, the Tempo slider as well as the transpose dropdown don't do anything.
    On the Transients tab, the Transient Division dropdown and Sensitivity slider are grayed out. Since I've never used this tool before, I would assume that this is how I get the utility to detect the beats in the song. The waveform view just shows the song waveform, with no markers as it does if I open an Apple Loop.
    If I switch to the Tags tab, ever single checkbox is grayed out. Finally, if I go to the file menu, all Save options are grayed out.
    My first thought, is of course, that I'm just an idiot and that I don't know what I'm doing. However, in searching the forum, I found this post from a year ago where someone is complaining about what seems to be the exact same problem, and they did not receive a single response.
    http://discussions.apple.com/thread.jspa?messageID=8516386&#8516386
    Any ideas on either how to get ALU to work or to get my project to sync to the MP3 without requiring the ALU?
    Thanks!
    Mark

    In case you are importing a whole track you won't get the results you are expecting with ALU....
    Under *File Type* in the Tags tab select Looping so that the Transients Division and the rest of the settings be active.
    Hope this helps
    A

  • Loops missing and not downloading

    I upgraded to GB'11 via the app store.  Some of the loops are there, but not all of them.  When I click on the "ghosted" loops I get a dialogue that says "the software instrument or Apple loop selected is currently being installed."  How long does it take to download the loop?  That dialogue has been popping up for about 30mins now. 
    I'm on a MBP with plenty of harddrive space.

    Same here! This is making me go crazy. Read someweare that i just had to delete garageband and reinstall it from the apple store. Well that forced me to pay one extra time for the application. (Garabeband was preinstalled with my MacBook Pro) But still it does not download the extra loops.

  • Strange!  Loops sound bizarre in Loop Browser - but not the original CD

    Hi,
    Just bought Jazz Essentials from Beta Monkey Music... Apple Loops from a Third Party. I put in the CD - and dragged all the folders at once into the Apple Loops Browser. Took awhile to copy...
    All the loops sound like they are going through a gated reverb or a delay - really bizarre - and not very pretty to listen to. Yet, when I listen to samples from the CD - no reverb - and no bizarre-ness.
    Suggestions? I probably should drag one folder at a time - right? But, if so - how do I delete all these bad loops now?
    Thanks in advance!

    You won't believe this - it's still not working!!!!
    Still sounds bizarre - I did everything you said... thanks anyways...
    This is so strange!
    There is a "full sample" with each new set of samples - in other words - the original 3 minutes sample that the smaller, cut up samples were taken from: these 'full' samples sound FINE... it's the cut up ones that sound strange as heck.
    Remember - they sound fine on the CD... so odd.

Maybe you are looking for