Move with Repeater:hBox and filterFunction = Strange behaviour

Hello,
I fill a hBox with item from a Repeater. Now I have a Button
that moves the hBox one widht to the right (to the next items).
To prevent, that the move is going to far I do this:
[code]
if (theBox.x > (myDatalist.length*(-208)-(-832))){
myMove.end();
myMove.xBy=-832;
myMove.play();
[/code]
This works fine. Now I do a selection with a filterFunction
and move theBox back to x=0.
And from now the move is not working anymore. I've made some
of the stuff to vars to see if there is a math problem, but it is
not. I have no Idea why this does not work after the
filterfunction.

I'm experiencing the exact same issue than Corin. I don't know what's making the problem appear, but I usually need to restart to fix the problem. Also when I tried to drag something from iTunes I couldn't use the escape method as Corin mentioned before.
I already re-installed Mac OS X and after a couple of hours the problem came back again. It doesn't seem like a hardware problem because once I tried to restart my MAC and a program stopped it from doing it... and then I noticed that my mouse was fixed again.
I don't know what can be the issue, but does this mean I need to make a clean install of Mac OS X?

Similar Messages

  • I have accepted iCal invitations with repeating events and they have since been deleted from the iCal on my Mac but won't delete from my iPhone. Help

    I have accepted iCal invitations with repeating events and they have since been deleted from the iCal on my Mac but won't delete from my iPhone. Help

    I experienced this issue as well.
    Background:
    I had opened an ICS attachment for a repeating event on my iPhone, which added the item to my phone's calendar. I did not have the option to delete the calendar entry from my phone, and the item did not appear on the calendar on my Mac. My phone is currently running iOS 7 (but the problem began quite awhile ago; I don't recall which version of iOS was installed when it started).
    Solution (summary):
    Create a new calendar, move the items that you wish to delete to the new calendar, then delete the new calendar
    Solution (detailed steps):
    Create a new calendar
    On your phone, open the calendar app
    Tap the "Calendars" option at the bottom of the screen
    Tap the "Edit" button in the top left corner
    Scroll to the bottom of the list and tap the "Add Calendar..." option
    Give your new calendar a good name, such as "Delete me"
    Tap "Done" in the top right corner to save the new calendar
    Tap "Done" in the top left corner to finish editing the list of calendars
    Tap "Done" to exit the list of calendars
    Assign all calendar entries that you wish to delete to the calendar you created in step 1
    Tap a calendar entry that you wish to delete
    Tap the "Edit" button in the top right corner
    Scroll down until you see the Calendar field (on an iPhone or iPod it's usually just below the bottom of the screen), then tap the Calendar field to bring up the list of available calendars
    Tap the name of the calendar that you created in step 1 (e.g. "Delete me"); the screen should return to the main calendar entry page
    Tap "Done" in the top right corner of the screen. You may need to then tap the "< Day" button on the top left of the screen to return to the main calendar view
    Repeat the instructions in step 2 for each of the calendar entries that you wish to delete
    Delete the calendar that you created in step 2 (this will delete all calendar entries assigned to this calendar)
    From the main screen in the calendar app, tap the "Calendars" option at the bottom of the screen
    Tap the "Edit" button in the top left corner
    Tap the entry for the calendar that you created in step 2 (e.g. "Delete me")
    Scroll to the bottom of the scren and tap the "Delete Calendar" option. You should be prompted with a warning that explains that "All events associated with this calendar will also be deleted."
    If you're sure that the only items on this calendar are items that you wish to delete, tap the "Delete Calendar" button
    Tap "Done" in the top right corner to exit the Edit Calendars screen
    Tap "Done" to exit the list of calendars. You should now be back at the main view of the calendars app
    Rejoice, your pesky repeating calendar events have been deleted
    At this point all of the items that you assigned to the deleted calendar should be gone
    Repeat the steps above for any entries that you missed
    Post another message to this thread if this did not resolve your problem
    minor edit for clarity made by ScottHooley

  • HT1657 I rented a movie with my iPad and then it disappeared, what do I do?

    I rented a movie with my iPad and then it disappeared, what do I do?

    It should be in the Videos app (iTunes on the iPad is just the iTunes store) :

  • APEX Listener and EPG - strange behaviour

    Hi
    For some years, I've used EPG for APEX but have struggled with performance particularly as I can have up to 150 student developers using at any one time.
    I do a fair amount of work using ORDImage and have successfully developed APEX applications to upload image files and display full-size and thumbnail images.
    After upgrading to APEX 4.1 (from 4.0), I decided to install APEX Listener standalone.
    Before I did so I checked that my applications still worked in 4.1 and they did.
    However, just installing APEX Listener but not configuring it (yet) has meant that my image display in a report using a procedure based on wpg_docload.download_file( l_ordimage_image.source.localData ) no longer works in EPG - the images are not displayed.
    Configuring APEX Listener and running the same application through that DOES display the images.
    So this part of the application works under APEX Listener but not under EPG.
    My application also allows users to upload images from APEX_APPLICATION_FILES using standard code. Under APEX Listener after uploading, I'm left with a blank page with a wwv_flow.accept URL although the image does indeed upload. Under EPG it works as expected and I get a success confirmation.
    So this part of the application works under EPG but not under APEX Listener.
    Has anyone else come across different behaviour depending on the mode of connection?
    Thanks
    Brian
    [Oracle EE 11gR2, Windows Server 2008R2, APEX 4.1, APEX Listener 1.1.3]

    Hi Brian,
    it sounds like you have both EPG and APEX Listener running on the same machine, so your problem might result from a port conflict. Note that both services use TCP port 8080 as default.
    At least a port conflict would explain the strange behaviour in your case, some things working on one web server and some on the other.
    Some parts of your initial post hint to that direction, e.g.
    However, just installing APEX Listener but not configuring it (yet) has meant that my image display in a report using a procedure based on >wpg_docload.download_file( l_ordimage_image.source.localData ) no longer works in EPG - the images are not displayed.... because the APEX Listener only interfere with the EPG if it is at least running on the same machine as your database and furthermore, if it is unconfigured in terms of ist database connection, a port conflict might be the only way it could cause anything like that.
    However, if you are sure that's not the issue, please check if you see any error in the APEX Listener's log for the following action you performed:
    My application also allows users to upload images from APEX_APPLICATION_FILES using standard code. Under APEX Listener after uploading, I'm left with a blank >page with a wwv_flow.accept URL although the image does indeed uploadIf you actually see just a blank screen, something very bad must have happened and you should see some kind of stack trace there.
    For further investigations, if necessary, it would be helpful to know how you deployed or started your APEX Listener and which JDK version you use.
    For the moment, I still think the port conflict is my best guess.
    You could avoid it by either changing the port for EPG (I'd not recommend that if you have other users still using it) or by changing the port for your APEX Listener.
    -Udo

  • Compressing (mpeg4?) a movie with static images and fades. Best settings?

    Hey there,
    I'm using compressor with Final Cut HD and a Powermacg5.
    I have a movie made mostly of static images (experimental piece with landscapes) and fades between them.
    Firstly, does anyone have any great tips for compressing a quicktime movie for the web (so probably mpeg 4) that works well with images that are mostly still? The mpeg4 setting with h264 are okay (ntsc image size, 30fps), but every so often there's sudden blocky-ness when there is a little bit of motion in the frame. Any ideas?
    Secondly, the images go really chunky when there is a slow dissolve between the images, any compression ideas there?
    I'll be experimenting myself but I thought it best to ask you guys first ... any tips?
    Thanks
    Richard

    Hi everyone
    Is it possible to compress a movie ( 83 minutes long
    ) for a Single DVD without any pixellations ?
    If so I need to know what is the best settings...
    I keep compressing with a bit rate about 6 and my dvd
    still looks bad (pixels on transitions and sometimes
    pauses).
    I don't know what I could have done wrong !!!
    I don't want to use double layer and I can't split my
    movie into 2 dvds.
    Can someone walk me through this step by step ?
    Many thanks
    I think it should be, the setting I always use are:
    Vide: 7.4Mbps, One pass, Motion Estimation: Best
    Audio:Dolby 2.0 Datarate 256 kbps.
    I have tried a lot of combos but this is the only settings I can get with no pixellations. I'm always happy with the result and its fast! You might need to knock back the data rate to make 83 mins fit.

  • Make a audio controller file move with a pan and zoom.

    I am using a few folio overlays for a digital publication.
    I have an image that uses the pan and zoom overlay.
    I would like to add several play buttons for audio that are linked to the image so when you pan the image the audio files move with it.
    So far I can only get the audio controller file to be static and the image move under it.

    Here's a little trick for you. Before creating a scrolling frame, group the
    text frame with a small no fill/no stroke frame. Now you have group in the
    frame, you can drag additional objects in using the layers panel.

  • Quicktime movies with both pics and videos don't upload correctly to YouTub

    I have a Quicktime movie with pictures, video clips and music. The quicktime movie plays fine in Quicktime, but only the video parts upload to YouTube. How do I fix this? I have tried converting from mov to flv before uploading and same problem.
    I have uploaded Quicktime movies successfully with just pics and music and it has worked.

    I'm hopeful this explanation will fix this same problem I've been banging my head on for several days now as I thought I would get fancy and add some graphics from .jpgs but stretch them into video segments by properly adding them to the working video in QTPro on Windows. Both Youtube and Yahoo Video removed my graphics (tracks) so hopefully flattening will solve it however I am concerned about quality.
    Before the graphic .jpg adds I was doing the following:
    1. My vids strart off as MP4's from various clips taken from nother device. I load them into QT Pro in segments and then end up saving so they go to the .MOV format.
    2. I upload to Youtube and all is good.
    Now with the flattening of .MOV back to MP4's how much quality will I lose? Should I really add the graphics as part of step one and then the one time save to a default .mov cause me one generation less of video quality loss?
    Tks for the help.

  • Help with saving movie with best quality and smallets size. PLEASE

    I need to know how to save my movies with the best quality and the smallest file size. I'll be posting primarily to the web, so I need to keep my file sizes to a minimum, yet I want to retain as best quality as I can. ANY assistance is greatly appreciated!

    [email protected] wrote:
    > I need to know how to save my movies with the best quality and the smallest file size. I'll be posting primarily to the web, so I need to keep my file sizes to a minimum, yet I want to retain as best quality as I can. ANY assistance is greatly appreciated!
    Flash video is becoming popular because you can have a player embedded
    in your web page that will stream video that will play on nearly any
    browser without additional plug-ins. You can get decent quality at a
    decent size.

  • Creating a Simple Flash Movie With Poster Frame and Play/Pause Buttons

    Hi, It's been over a year since I played with Flash last, and
    I have completely forgotten everything I learned.
    I have a .flv file which I want to play on my website. It
    should display a poster frame when the page load, and not autoplay
    the movie. It should have the play button I made in photoshop
    sitting on top of the poster frame. When pressed, the movie should
    start playing and the button should be shifted for the pause button
    I made in PS (it should work just like the play/pause button in
    iTunes). When the movie has finished playing, it should jump back
    to the poster frame.
    I have tried using the flvplayback component and also played
    around with just embedding the flv directly and inserting a play
    and pause button from the common library, but I can't seem to get
    it to work. With the flvplayback component I have managed most of
    it apart from using my own buttons and getting the poster frame to
    work (which apparently has to be done with Action script).
    Any help appreciated.

    Which version of Flash/actionscript are you using? Since you
    are just starting out, you should read one of Adobe's tutorials on
    the matter. Either use Flash Help to find examples on how to use
    Flash or go to their website. Here is a great tutorial for someone
    just starting out. Make sure you read all three tutorials in "Using
    Flash for the first time".
    http://www.adobe.com/devnet/flash/getting_started.html

  • Downloading movies with Apple TV and SONOS envirement

    hello
    ddoes anyone have or has had issue dowloding movies with SONOS ? With a router......
    any miracle solution??????
    thanks

    AppleTV movie rentals are fixed size and do not lower their quality for slower connections.
    You need 6 Mbps internet speed for 'near instant' HD streaming, 2.5 Mbps for SD (You can change Settings for itunes Store to show SD rentals instead whcih are a little cheaper, though this will not allow you to watch the SD version of an HD film you've already rented).
    If you have a slow connection (eg mine is 4 Mbps and takes 40 mins to start to watch HD), AppleTV must download enough of a movie into a buffer to allow it to play the movie through without stopping to wait for more to download.
    On your PC test your internet speed at speedtest.net.
    Your AppleTV is clearly communicating through your router, though if on wi-fi the LAN speed may also be low if signal is poor.  A g network should adequately handle AppleTV streaming and internet but as i say if signal is poor you may have a very slow LAN speed - if you can compare hooked up with ethernet that can show if wi-fi is affecting things.
    One other point - AppleTV is illogical with rental downloads - it frequently wipes the portion downloaded if you use AppleTV for anything else forcing it to start again - the designers i believe assume everyone has fast unlimited network access which clearly is not the case.
    AC

  • Thinking about Moves with my Plan and Future, Help Appreciated

    OK so this was the deal with my plan currently, is that right now im looking to save money on my phone bill every month and im being given the big run around with my Talk/Text/Data Promotion where i keep being told my data discount of 9.99 would come off and so far this month too it did not come off. The woman in Promotions department apparently fixed my account which not sure if she did and the problem with the whole thing is that different reps keep telling me i can only get my employee discount on my voice or the data discount which of course is wrong because the promo woman over the phone told me i can receive both and the loyalty reps over the phone keep giving me different stories and im tired of it. This was the reason i extended my contract for a bit to get this discount and its getting very frustrated about it!!
    The other thing was i was thinking about switching carriers when my contract is up because my bill has been pretty high the past couple of months and it makes no sense to early terminate my 2nd line because my ex gf upgraded to a smartphone and jacked up the fee. My mom hardly uses the 2nd line and i would like to cancel it but because its too high it makes no point to do that since both our contracts are up in a year. I was thinking about going to a basic phone to cut my data plan prices because the only cheapest verizon has is the 30 dollar plan. I don't use my data plan too much but i heard if i go to a basic phone and within 14 days i go back to a smartphone i can get my unlimited data back. So idk if this is true or not. But its gotten to the point that these smartphone plans and contracts are a bit much now. So if there is a Verizon rep that can chime in and see what can be done or discuss with me about options, that would be greatly appreciated. Otherwise i just had to vent about the issue with my current bill at this moment. So just was saying.

    To answer SuzyQ, my ex gf is off my account because of problems with her being on it (being late all the time, messing up my credit) and she wasn't choosing to fix her problems by doing and AOL because of her credit which Verizon wanted 400 and she didn't want to do it. Long story short, she lied to me about her AOL deposit amount just to stay on my account for a few more years (hence the early upgrade). So thats why shes no longer with my account.
    To answer AZS, your right my mom HAS a basic phone now and does not have data. My problem is that i have data on my plan which im trying to cut back on the cost of the plan and so far, i really wish Verizon would let me have that Talk/Text/Data promotion where it was 9.99 for the unlimited data and it would really help my bill alot. Of course i had a hard time getting it and one of the reps who i dealt with about getting it was very rude with me and she didn't care about satisfying the problem or the plan with me.
    But both lines have less than a year left so when the time comes, its time to move to something cheaper and better for me no contract wise. Unless anyone has something else to throw in their opinion of.

  • JPublisher and BPEL strange behaviour

    I use code generated by JPublisher for BPEL process with endpoint http://bbm.local.com/orabpel/default/activation/1.0/activation?wsdl to call BPEL process from DB Oracle 10g.
    There are more than one versions of BPEL process (more than one endpoints) on server.
    When I call PL/SQL procedure with correlation parameter for running instance of BPEL process, it receives message even when the instance is running on another endpoint.
    For example there is running 3 instances of process activation
    1. instance with version 1.0 and correlation parameter 1000
    2. instance with version 1.1 and correlation parameter 1001
    3. instance with version 1.2 and correlation parameter 1002
    Default version is 1.2.
    Code was generated with endpoint of version 1.0.
    I call procedure with correlation parameter 1001 and message is normally received by BPEL process.
    Is this normal behaviour? What is the matter of endpoint in generation process?
    Many Thanks.

    I'm experiencing the exact same issue than Corin. I don't know what's making the problem appear, but I usually need to restart to fix the problem. Also when I tried to drag something from iTunes I couldn't use the escape method as Corin mentioned before.
    I already re-installed Mac OS X and after a couple of hours the problem came back again. It doesn't seem like a hardware problem because once I tried to restart my MAC and a program stopped it from doing it... and then I noticed that my mouse was fixed again.
    I don't know what can be the issue, but does this mean I need to make a clean install of Mac OS X?

  • I rented a movie with i tunes and when trying to play it i can't, i get a message an error ocurred trying to load this content try later. i've tried several times with no success.

    Can't play a movie i rented with i tunes on my apple tv

        I had the same issue. Resolved it by changing the security settings on my router...( log into your router by following your routers instructional guide, most are available online. Under the wireless setting, look for some variation of security settings, change WEP setting to WPA. )
        I was using ethernet cable and not wireless, and still am, but this solved the problem. I have a 1.3Mbps speed connection.
    Fast test to see if its the router....
       If you want to see if it's the routers that is effecting you, and have a iphone 4 or similar smart phone, create a wireless hot spot on the phone and connect the Apple TV to it. Try to view your rental now. If the error message still occurs then its not your router, and you can recommence pulling all your hair out.....

  • Synchronizing 2D axis movement with indepedent velocity and position

    I am coding a motion control system using an NI-73xx motion control board and 2 stepper motor linear slides.  The requirement is for both slides to move at the same time (synchronously) yet each slide must have its own velocity and travel distance.  I coded the two axis successfully so they both will run one at a time within a state machine.  Then I created a state where the two axis ran in parallel.  This worked but the 2 axis were out of sync.... duh, I should've known that!
    Anyway, I rewrote the state machine "Run Both" instance using the Start Motion.flx set with Axis\VS Map configured to run axis 1 and axis 2 along with the Resource input set to Axis Control (0).  I'm still having problems. The x axis only runs 1 time.  the y axis runs too many times?  I'm not sure whats going on.  Can someone look through the block diagram and tell me what I am missing.  I have been staring at it too long and I know I am overlooking something(s).
    Thanks,
    Christian
    Attachments:
    2D axis synch - front.JPG ‏85 KB
    2D axis synch - block.JPG ‏228 KB

    Because of the specific VI's used in this program, I am not able to save it for previous version.  However, I have taken a screen shot of the block diagram so that you can build it yourself.  It is a very simple program and most of the VI's should still have the same name in 2011 as in 8.6.  One thing I will point out is that the synchronization occurs in the flat sequence structure.  By having the smart motion VI's within the sequence structure, the motors will not be updated until both VI's receive data.  This is still software timed synchronization, and so it will be dependent on Windows OS jitter which can be as much as 500ms depending on how many processes are running.  Depending on your application though this might be a sufficient amount of synchronization.  Please let me know if you have any questions about this program or the VI's I used.
    Regards,
    Chris L
    Applications Engineer
    National Instruments
    Certified LabVIEW Associate Developer
    Attachments:
    Control 2 Axes BLOCK DIAGRAM.png ‏22 KB

  • HD of 160GB with 70GB still free gives strange behaviours...

    Hi there,
    i bought my iMac (see below for details) about a year ago to make music and to feel comfortable in all the rest of the things i do using my computer...
    since few weeks i noticed that recording music with Logic Express (software i'm using since 8/9 months) it was giving a lot of problem of stability, often giving me the message: coreaudio: Disk is too slow oor system overload (-10008), so i thought, now i'm going to freeze a bit of tracks here and there, and it worked fine..but now, even if i've frozen everything, i almost can't work with it anymore, i press play and it gives my in 1 sec the terrible message...
    so, also for ather reasons i thought to buy on ebay an external HD of 250GB, and i hope this way i can give my mac magnificence back...
    by the way, Logic Express is not the only program which feels the pain in the ***...even Finder gives i bit of more latency now...
    my question is: is it possible that my mac, which has about 80GB of used space and 70GB of free HD, already starts to cry like a crappy windows?
    i hope the trick is an external HD...
    thanx for any feedback.
    imac G5     iMac G5 (amb.lig.sen.),17inch,512MB RAM,160GB of HD

    You might try running Disk Utility from your CD/DVD on the drive and see if it finds errors in the files structure. You may have corruption on your drive that the utility could fix.
    Another thing to try is to run your hardware test which should also be on your CD/DVD and see if it reports any problems with the drive. Before doing that, and while in Disk Utility, check the SMART status of the drive.

Maybe you are looking for