RemovedEffect error - Yet another Flex bug?

Is it just me or are there a lot of inexcusible bugs in the Flex framework?  Maybe I'm just not used to working with a "fledgling" technology, I don't know.  But today I ran into an error with the removedEffect of HBox.  I've added a removed effect to the box and sometimes when I try to remove a bunch of items at roughly the same time, I get this error:
RangeError: Error #2006: The supplied index is out of bounds.
at flash.display::DisplayObjectContainer/addChildAt()
at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::$addChildAt()
at mx.core::Container/addChildAt()
at mx.effects::EffectManager$/removedEffectHandler()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2()
at mx.core::UIComponent/callLaterDispatcher()
I've Googled it and some folks seem to have had a similar problem but I haven't seen a workaround.  Any ideas?
Thanks in advance,
Moshe

Seems like I was able to work around it by bypassing the removedEvent trigger and just creating triggering my own effect.  I have quite a bit of code so the explanation won't really be done justice by cutting and pasting so I'll try and improvise:
A little more background... I've been having quite a few issues with the TileList so I've decided to try and create a simple TileList of my own that has only the functionality I need.  The "item renderers" are just mini-HBoxes within a larger "TileList" HBox.  The renderers designate an effect:
<mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml" >
      <mx:Parallel id="removedBlurEffect" target="{this}" duration="200"> 
            <mx:Resize heightFrom="{this.height}" heightTo="0"/>
            <mx:Blur blurYFrom="0" blurYTo="30" />
            <mx:Fade alphaFrom="1" alphaTo=".75" />
      </mx:Parallel>
    ... OTHER STUFF ...
</mx:HBox>
Later the containing HBox responds to removals from the data provider ArrayCollection and rather than removing the corresponding child HBox, it fires the effect and only once the effect has ended does it remove the child...
private function onCollectionChange(event:CollectionEvent):void
    if(event.kind != CollectionEventKind.REMOVE) return;
    // Trigger the effect for each of the items that have been removed
    for(var j:int = 0; j < event.items.length; j++)
          // Cast the current data item to be removed (perhaps this is not necessary)
          var eventUploadableImage:UploadableImage = UploadableImage(event.items[j]);
          // Look through the children to find the item that has been removed
          var children:Array = this.getChildren();
          for(var i:int = 0; i < children.length; i++)
              var currRenderer:ImageTileDisplayItemRenderer = ImageTileDisplayItemRenderer(children[i]);
              var currImage:UploadableImage = currRenderer.uploadableImage;
              if(currImage == eventUploadableImage)
                    currRenderer.removedBlurEffect.addEventListener(EffectEvent.EFFECT_END, onRemoveEffectComplete);         
                    currRenderer.removedBlurEffect.play();
                    break;
private function onRemoveEffectComplete(event:EffectEvent):void
     var renderer:ImageTileDisplayItemRenderer = ImageTileDisplayItemRenderer(Parallel(event.currentTarget).target);
     renderer.removeEventListener(EffectEvent.EFFECT_END, onRemoveEffectComplete);
    this.removeChild(renderer);
Anyway, seems to work so far.  I'm definitely open to a better way of doing this.
Thanks!
Moshe

Similar Messages

  • Yet another CFImage bug

    Sorry for the sarcastic title, but this is the third major
    CFImage bug I've found in 2 weeks.... I love ColdFusion, but this
    is getting ridiculous.
    The error occurs when writing a JPG file to disk using
    cfImage action="write". In our scenario, the file is uploaded by a
    user, then read in using cfimage action="read". The error below
    occurs when the file is written.
    The following image will cause the error:
    http://img246.imageshack.us/img246/7003/024nt5.jpg
    Error:
    javax.imageio.IIOException: Quantization table 0x02 was not
    defined at
    com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeImage(Native
    Method) at
    com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:996)
    at coldfusion.image.ImageWriter.writeJPeg(ImageWriter.java:60) at
    coldfusion.image.ImageWriter.writeImage(ImageWriter.java:119) at
    coldfusion.image.Image.write(Image.java:578) at
    coldfusion.tagext.io.ImageTag.performWrite(ImageTag.java:593)
    If someone can please verify it that would be great.
    One note, I have not installed the patch recommended for one
    of the other issues, located here:
    http://www.adobe.com/go/kb403411
    The patch notes didn't make any mention of this problem, and
    I haven't had a chance to test it yet.

    markthickpaddy,
    There were a total of four issues, across several different
    threads:
    1. Quantization table 0x02 was not defined (this thread)
    2. Image files locked on error (this thread)
    3. Missing Huffman code table entry
    4. Files get locked by cfimage, can't delete them
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=7&threadid=13 55060
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=3&threadid=13 56442
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=7&threadid=13 55471
    So far the updated hotfix (dated 05/07/2008) has fixed all
    (4) of the issues for me. I noticed hans blix marked all of his
    threads as answered. So I would guess the hotfix worked for him as
    well, but confirm it with him.

  • New library, yet another iphoto bug

    I created a new library yesterday. I am doing one each month to make it easy for iPhoto as it is so buggy and horrible now. 
    I am using iphoto library manager as suggested on this community to swap between libraries as needed and it works fairly well.
    However, I am now in a situation where there appears to be 'leakage' from one library to another.
    I transferred 60 new photos to a newly created library.  The sidebar says Photos (60)
    but if I click on Photos and then start looking through them it says 3 of 82 and so on and other photos appear which I have definitely not put in this new library, seemingly at random.
    Is this a iphoto libary problem, or a general iphoto problem.? Any thoughts most welcome always.  Joanna

    My original Iphoto library has almost 14000 photos in it. I was advised not to run such a big library and to have smaller ones.
    Iphoto is good for 250,000 images. So, assuming you have sufficent hard disk space, I think you can declare yourself mis-informed
    However If I select any one photo and double click it so that it fills the screen, then a different number appears in the top right in the black menu bar that says Photos to the left and to the right it says something like 86 of (no of photos)  The two numbers don't match up.
    On the left, the number after the word Photos is the total number of items in the Library. The numer at top right is the number of images in the particular event. Thay said, I've not found iPhoto especially accurate at counting in any version.
    Furthermore, if I click through the photos in this view, I can view photos which I know I have not added to that library but are in another library. I cannot see those photos if I am in the Photos sidebar view but only if I click through using the left and right arrows in the menubar in info/edit mode or whatever it is call
    Right click on one of these images and choose 'Show Event' -  Where does that take you?
    I had that problem with the keywords which added themselves to each and every photo, and there are lots of inconsistencies with the Faces thing when the programme insists that one face has two faces and wants me to name them both, overlapping, but I can ignore that, but this particular thing is making me very confused.
    Sounds like your database file is corrupted.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • [svn:bz-trunk] 21394: bug fix for watson 2887837 Not getting duplicate session detected error when same flex client id is used from two different HTTP sessions in CRX .

    Revision: 21394
    Revision: 21394
    Author:   [email protected]
    Date:     2011-06-16 12:34:13 -0700 (Thu, 16 Jun 2011)
    Log Message:
    bug fix for watson 2887837 Not getting duplicate session detected error when same flex client id is used from two different HTTP sessions in CRX.
    get the sessions id before we invalidate the duplicate session.
    Checkintests pass
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/BaseHTTPEndpoint.java

    For our profect I think this issue was caused as follows:
    Believing that remoting was full asynchronous we fired a 2 or 3 remote calls to the server at the same time ( within the same function ) - usually when the users goes to a new section of the app.
    This seemed to trigger the duplicate http session error since according to http://blogs.adobe.com/lin/2011/05/duplication-session-error.html  two remote calls arriving before a session is created will cause 2 sessions to be created.
    Our current solution ( too early to say it works ) is to daisy chain the multiple calls together .
    Also there seemed to be an issue where mobile apps that never quit ( thanks Apple! )  caused the error when activated after a few hours.
    I guess the session expires on the server and the error above occurs on activation.
    So the mobile apps now ping the server with a remote call when activated after sleeping for more than one hour.
    All duplicate http errors are silently caught and reported.
    Fingers crossed we won't get any more!

  • Is this yet another problem with 7.5 or is it just me . . .

    Upgrade seemed to be fine, at first . . . now I keep getting distortion on songs. It seems to be quite random and just because a song has been distorted when I've listened to it once doesn't mean it will be when I listen to it again! It's driving me insane. Is this yet another bug or have I done something wrong (apart from upgrading to 7.5).

    Hi Emlou,
    If you have a Windows based operating system such as XP -
    It seems to me that you are suffering what I am having the same problem with - the program takes up to much of your computer's processing usage. If you go into your task manager and watch performance as ITunes runs - you will see how much of the total computer usage it is taking at any given moment - that's why your songs are distorted, slowing, garbled, etc - the usage on mine spikes from 11% - 93% AT ANY GIVEN MINUTE! I have no idea why, but I have found that by going to your "Control Panel" and clicking on Quicktime you can adjust audio output to help. Click the audio tab, click Safe Mode Wavout only (checkbox) / Then adjust the "Rate" to 96kHz / Then adjust the "Size" to 16 bit. Close that and shut down and restart Itunes - it might help a little for you.
    Maybe someone out there can help us find out why we are suffering with all the CPU usage trouble and how to adjust that spiking.
    Thanks!
    Paul

  • Yet another grey folder thread, help!

    Sorry for yet another grey folder thread, but here goes:
    Today, earlier, installed Firefox update, along with some addon updates for that program. Quit Firefox and attempt to relaunch, relaunch fails. Reset computer, thinking that will do the trick, I now have grey folder with question mark.
    Resolve attempts: reset pram = fail; apple care cd = will not launch/fail; disk utility from original install disks = fail; cannot get repair of disk or permissions to work, continually get error about "failing on exit"; safe mode launch = fail
    So, I've done everything, and I've come to conclusion that I am f***, and my HDD is fried (but I hope I am wrong).
    So, dear gurus, my question(s)
    A) Is my HDD salvageable at all? is there some trick to getting the AppleCare cd to work? Anything?!?!
    if not, then B) How can I recover my documents/music/pictures? Long story short, there are several things on there that never had a chance to make my back up schedule, and I desperately want to keep them. Any way to make/copy a disk image to save the docs/imgs, or Firewire them to an external hdd? Do I need to consider a professional HDD rescue?

    Looks like a mechanical failure, and Apple won't cover the replacement due to a drop it sustained a year or two ago (the power cable was in, and it fell on the connection point, denting that in, Apple states there is a critical board their and that it would be $950 Tier 3 repair which I can't afford). So I'm going to try a Firewire Migration and a few other things and see if that works. If not, oh well. Thanks everyone for the ideas!

  • Error handling message: flex.messaging.MessageException: No destination with id '' is registered with any service

    Hi,
    We are using both Remoting and HttpService calls for our business application.
    We were able to communicate with the LCDS server till this point with whatever default settings provided for AMFChannel configuration in services-config.xml through a flex client. Also we have a clustered environment for this servers which works out fine till now.
    Now for performance enhancement improvements, we started using Caching Mechanism for our HttpService urls (through some third party service), which will now be cached on the network instead of accessing every time from our clustered servers. But all our AMF calls through Remoting services are still the same.
    So after migrating to this Caching environment, we started encountering intermittent issues where some of our AMF calls were failing with falling exception trace :
    16:03:40,576 INFO [STDOUT] [Flex] [ERROR] Error handling message: flex.messaging.MessageException: No destination with id '' is registered with any service.
    incomingMessage: Flex Message (flex.messaging.messages.CommandMessage)
    operation = invalid.12
    clientId = D7855C44-810B-64AB-C176-7C38F83DEB2C
    correlationId =
    destination =
    messageId = 2DA6BDB8-859E-8AE1-03A4-57743DE03188
    timestamp = 1247007820561
    timeToLive = 0
    body = {}
    hdr(DSId) = D77C6BD2-3808-1512-3984-CCF397428E35
    hdr(DSEndpoint) = my-amf
    errorReply: Flex Message (flex.messaging.messages.ErrorMessage)
    clientId = D7855C44-810B-64AB-C176-7C38F83DEB2C
    correlationId = 2DA6BDB8-859E-8AE1-03A4-57743DE03188
    destination =
    messageId = D7855C64-3E08-466B-96F8-5BAE7D385129
    timestamp = 1247007820574
    timeToLive = 0
    body = null
    code = Server.Processing
    message = No destination with id '' is registered with any service.
    details = null
    rootCause = null
    body = null
    extendedData = null
    So i do not understand, most of the times the AMF calls works correctly and some times it fails with above fail trace.
    Any suggestions would be appreciated.
    Thanks,
    FlexPirate

    It might be a bit late but replying for anyone who lands on this page facing this same problem.
    The solution for "No destination with id '<my dest id>' is registered with any service" problem is that you have to make sure your destination definition is added in your:
    C:\ColdFusion9\wwwroot\WEB-INF\flex\messaging-config.xml
    Secondly, If you are deploying it on a ColdFusion Server, then you have to make sure exact same definition is added in Server messaging-config.xml file as well.
    This should solve this problem.
    While we are at it, wanted to point another possible gotcha.
    if your Server is using SSL protocol i.e. it has https:// rather than http://, Then within your <destination> definition block in messaging-config.xml, you have to add appropriate secure channels in <channels> section. You can find all available channel definitions in
    C:\ColdFusion9\wwwroot\WEB-INF\flex\services-config.xml

  • [svn:fx-beta1] 7179: Improving the error message when Flex 4 primitives are added as children to Halo containers .

    Revision: 7179
    Author:   [email protected]
    Date:     2009-05-21 08:54:48 -0700 (Thu, 21 May 2009)
    Log Message:
    Improving the error message when Flex 4 primitives are added as children to Halo containers.
    QE: Yes, please add test cases and update any negative test error strings.
    Doc: No
    Checkintests: Pass
    Cyclone Tests: Mxmlcunit, Mxunit - full, Mxunit - compc, Mxunit - rsl, and Compiler API all pass.
    Reviewers: Paul, Glenn
    Bugs:
    SDK-21300 - Compiler error for using Graphic tags (like SimpleText) in a Halo container is wrong and misleading
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21300
    Modified Paths:
        flex/sdk/branches/beta1/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBu ilder.java
        flex/sdk/branches/beta1/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBui lder.java
        flex/sdk/branches/beta1/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.j ava
        flex/sdk/branches/beta1/modules/compiler/src/java/flex2/compiler_en.properties

  • Yet another "fail to respond".....

    I've had a look around on the posts and can't find a problem that quite matches this. I bought my parents a G5 iMac with an external iSight just over a year ago. We've been using iChat happily since then, til today.
    Originally I had G4 iMac with iSight on panther. Since then we've both upgraded to Tiger, and I've upgraded to a G5 iMac 2.1 with built in iSight. Still no problems. Just after christmas I invested in a Zoom ethernet modem and tonight was the first time since then we've tried to iChat. Depending on who's trying to accept the chat, they recieve the message that they have failed to respond.
    Both firewalls are off and encryption is not enabled. This would suggest to me that it might be my new modem. So I powered up my old G4 connected with my old modem, but still no audio or videochats, with the same error messages.
    I don't see why I should be getting the same problem with my old set up too when it worked fine before (G4 running Tiger too).
    Any thoughts?

    HI Veeto,
    Ok your parents may have set up Port Forwarding like this (I can not UPnP listed on this screen shots).
    UPnP stands for Universal Pug n Play.
    It is one means of making sure the Ports in a cable or ADSL modem are open.
    Port Forwarding is another and Port Tiggering is yet another.
    Sometimes a cabele modem can be set as a Straight through device much like a USB modem.
    An ADSL modem is likely to come with some ports pen by default which allow you to Plug and Play with your Web broswer and Mail applications and Send and get files over FTP.
    However iChat uses ports ports above the 1024 threshold for these open ports. This means you have to open the ports.
    If you have the Access IP and Default Password and User ID for your 5660ADSL modem then you will be able to do the same.
    The page I linked you to has all the ports you need for AIM and Jabber accounts to work.
    This is on of the other Zoom's Pages for the same thing. Similar but different.
    You should be able to work out how to set yours up.
    Ideally you need to use UPnP or Port Triggering to use two computers at one location with iChat as these both allow multiple computer to use the same ports (Port Forwarding does not).
    It might be you have newer firmware on your modem than is shown in these pics and you might have UPnP.
    http://www.zoom.com/techsupport/adsl/adsl_x3.shtml (Firmware page).
    I do not see that it says it has UPnP on thier site.
    Ralph

  • Yet another export issue with Aperture 3

    Judging by a search of topics, there seem to be a myriad of problems associated with getting files out of Aperture, some of which represent occult setting issues, others which seem to be actual bugs.  I've run into an issue which seems to defy categorization, and I'm not sure if it's me doing something wrong, or if it is actually yet another bug with this software.  I've been an Aperture user since 1.0 and I have to say the current version I'm running (3.4.3) is by far the worst yet.  Anyway, enough whining.  Here are the issues:
    I'm running Aperture on a 6 core Mac Pro with Lion 10.7.5.  There are two thing happening. 
    1.  Exporting JPEGs is INCREDIBLY slow - perhaps as long as 4 or 5 minutes for a 3MB file. 
    2.  This is the one driving me batty right now.  Tried exporting a batch of images as JPEGs at the 50% original size setting.  The master files are large 16 bit TIFF images from Nikon D800 RAW files, post-processed in Nik HDR Efex Pro 2.  They are 80-100MB in size.  When I export the images to a file on my Desktop, it consistently exports 6- 10 KB thumbnails.  I've checked and rechecked my export settings and can find nothing amiss there.  Has anyone else had a similar experience?  Could the view I'm working in have anything to do with this?  I work 95% of the time in split view.
    Thanks,
    Russ

    I agree that there re a lot of posts about exporting, but a very large number of them refer to the same thing, and it's not a bug, but rather a misunderstanding.
    For instance:
    Tried exporting a batch of images as JPEGs at the 50% original size setting.
    Okay.
    The master files are large 16 bit TIFF images from Nikon D800 RAW files, post-processed in Nik HDR Efex Pro 2
    Not relevant.
    They are 80-100MB in size. 
    Not relevant either.
    Why?
    Because size refers to the dimensions of the image. So a 1,000 x 1,000 pixel image exported at 50% will turn out as 500 x 500 pixels.
    Were you expecting a jpeg between 40 and 50 MB? That's Jpeg quality or the amount of compression applied to the image. And as you're compressing a lossless format (tiff) to a lossy one, and one with an aggressive compression algorithm, he resulting Jpeg, even at high quality, will be much, much smaller, more likely in the 6 - 8 MB range.
    That's the nature - and indeed the point - of Jpegs.
    So, if you're getting 6 - 10 kb images, you're exporting at a very low Jepg Quality.
    This may also explain why it's taking so long to export. Getting rid on 99.99% of the data and compressing into 10kb is always going to take time.

  • Yet another Itunes won't open, but shows in TAsk Manager

    Yesterday I was loading some new music into itunes (6.0.1 I believe), when the application froze. I ended task on it and tried to restart. I got busy and forgot that I opened it, but when things slowed down I noticed that the GUI was not in my taskbar. My computer was REALLY slow, so I check Task Manager and it saw Itunes listed, taking 40meg of memory and 99% of the CPU. I could do nothing to get it to work. THERE IS NO ERROR MESSAGE DISPLAYED! I get the agreement screen, and a quick hourglass, but then nothing except a very slow system.
    Steps taken so far:
    - Removed Itunes and quicktime using recommended method from apple.com. This invloved deleting temp files, itunes and quicktime folders, etc.
    -Reinstalled both quicktime and itunes 7.0.1.
    -Searched for malware with AVG spyware remover.
    -Scraped registry after YAU(yet another uninstall)
    -REmoved music folder of the album i was loading.
    I am running Win2003 Server with Network Associates Virus Scan Enterprise edition. I do have admin rights on my local machine, even though it is a work machine.
    Please, any help would be appreciated. This is really swinging the love-hate Apple relationship back to hate.
    Not really, but I am sad.
    hp   Other OS   2003 Server

    I solved this myself. Very strange...but the CD I was trying to burn the itunes first crashed was still in the CD drive. So I guess it kept trying to read it...and locked up.

  • Yet another case of new type[array] and parametrized type

    I suppose this is an often asked question, to which I seem not to be able to find a simple answer. I know of the "incompatibility" of arrays and generics, and yet in such a seemingly simple case I run into a mystery, or a compiler bug. Look at this warning:
    Set<Integer>  C[];
    foo/bar/some.java:1148: warning: [unchecked] unchecked conversion
    found   : java.util.HashSet[]
    required: java.util.Set<java.lang.Integer>[]
                    C=new HashSet[H-L+1];So far so good, but precisely this *"Set<type>[]"* does not exists, does it? When I try to add a parametrized type to this new statement, compiler says:
    Set<Integer>  C[];
    foo/bar/some.java:1148: generic array creation
                    C=new HashSet<Integer>[H-L+1];
                      ^
    1 errorIn a regular case we can easy deal with the "unchecked" warnings, e.g. Effective Java 2nd Ed, Item 24 discusses this, but all this seem to be ignoring this case. When generic array creation is not permitted, than why this warning stating that *"java.type<typeparam>[] required"* appear, and how to resolve this for safety and correctness? Of course, I can still ignore the warning and do a few instanceof checks and casts, like before, but I am really curious how to transfer this into the new paradigm.
    As much generics improve and help in many cases, I regret their arcane complexity. To paraphrase C.A.R. Hoare, the Java language itself becomes now the problem, not its solution.
    Thomas

    I wonder if we have someplace recent measure just an array stack against a current implementation of a set in Java? In JDK1.4 I remember array was several times faster, 350% faster if my memory serves me, and I do have the classic "inner loop" operation, very repetitive. I can live with the warning, what's the problem?
    Of course all this are considerations fully aside of the issue at hand, that the JDK1.6 compiler prints a nonsense warning message that a parametrized array is expected, what is in fact illegal in current implementation of generics. Which is in my eyes severely faulty, but that would be yet another assault on the Braha Ivory Tower, wouldn't it?
    Thomas

  • BT Cloud, another curious bug

    Another curious bug to add the the BT Cloud chamber of horrors.
    BT Cloud somehow decided on the Web Interface that my main device contained two separate top levels, 'D' and 'd'.
    Most things I had backed up from my D drive showed up under 'D', with just a few under 'd'.
    On the PC client, everything showed up under 'd'.
    The extra 'd' was a bit irritating on the web interface, and none of the files saved in it was significant, and so I decided to delete it in the web interface.  
    Result:
    1: 'd' correctly deleted in the web interface  (they seem to have fixed the bug where you couldn't delete folders in the web interface)
    2: 'd' deleted from what shows up in the PC client.  As the PC client never showed anything under 'D' but everything under 'd', when I look at my main device it now shows 'This folder does not contain any files.'
    3: All the files still showing up correctly under 'D' on the web interface
    4: PC client still knows what it is trying to back up from the D drive:
      - the auto-backup folders show up correctly when I look in 'Add to Backup' (usability bug: 'Add to Backup' doesn't admit to what path it thinks they are from)
      - it correctly backs up new files added to these auto-backup folders
      - it still knows about the backed up files if I look under 'All Files'; and remembers correctly what directory they came from. (usability bug: but not easy for the user to see what directory they came from)
    5: No files actually deleted from my PC.
    I don't trust BT Cloud at all yet, so I am only experimenting and waiting till it is ready as a backup solution.  Meanwhile, all my files are backed up elsewhere.  I didn't trust BT Cloud not to make an even bigger silly and delete lots of my original files; I trust it even slightly less now.
    BT Cloud still has the makings of something that might be useful eventually, so I still keep hoping and trying ....

    Hi Sjtp,
    Thanks for the feedback.  I will make sure the cloud team get this useful info.
    Cheers
    Sean
    BTCare Community Manager
    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 that 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 :-)

  • HT4059 Have just purchased yet another i book that has mult an d how can i fix this

    Have just purchased yet another i book that has multiple error message and blank pages how can I fix this

    Try deleting the book from the bookshelf in your iBooks app and then re-download it via the Purchased tab in the ibookstore in it. If it re-downloads in the same state then use the 'report a problem' link from your purchase history : log into your account on your computer's iTunes via Store > View My Account and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find that book and use the 'Report a Problem' link.
    Some people have had a problem with the 'report a problem' link (it's been taking people to this site on a browser instead of showing a form in iTunes) - if it does that to you then try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page.

  • Flex Bug Quash - Round 2 Indy Style

    Want to help improve the quality of Flex for yourself and others? Have a bug that you’re dying to have fixed? Come join the Flex Bug Quash on Sunday May 17th. You can participate either in person at the 360|Flex event in Indianapolis or remotely via Adobe Connect. We recently hosted the first Flex Bug Quash in Seattle and had quite the turn out with 180 participants, 2/3rds of which were remote. Prior to this event, in the 13 months that Flex has been open source, we had received 111 patches, in the Seattle Bug Quash alone we got another 57 patches from the community, bring us up 168 patches submitted. This event was a definite success and we hope to have an even better event in Indianapolis! This is a great opportunity to share your knowledge of Flex, learn from other leet Flex developers, and contribute to making Flex a better product. For more information check out bugquash.com.

    alexj wrote:I love it too
    Thanks.
    Labello wrote:any chance of a fitting openbox-theme to evolve?
    Sure. It's easy to make em. Keep your eyes open.
    Foucault wrote:
    Very sweet theme, I really like it. I would like to point out something though. I don't know if it's only for me but the hover effect on comboboxes makes the text illegible.
    Example
    http://i.imgur.com/0FPMR.png Mouse off
    http://i.imgur.com/qmiFa.png Mouse on
    I've corrected that now and I'll upload version 2.0.1 in a moment.
    Edit: Seemse like I have a few reuests about more colors. I'll fix that to and upload a new version in the morning instead. I'm really tired and need some sleep.
    Last edited by Hund (2010-09-14 06:32:34)

Maybe you are looking for