Is this a PlotChart+CategoryAxis bug?

The following code unexpectedly produces a vertical line that passes through the first data point - anyone knows why?
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Script>
    <![CDATA[
        import mx.collections.ArrayCollection;
        [Bindable]
        private var stockDataAC:ArrayCollection = new ArrayCollection( [
            { Date: "25-Jul", Open: 40.55,  High: 40.75, Low: 40.24, Close:40.31},                     
            { Date: "5-Aug", Open: 36.61,  High: 37, Low: 36.48, Close:36.86} ]);
    ]]>
    </mx:Script>
    <!-- UI Section -->
    <mx:Panel title="My First Dynamic Chart">
        <mx:PlotChart dataProvider="{stockDataAC}" showDataTips="true" >
            <!-- Define the axes -->
            <mx:horizontalAxis>
                <mx:CategoryAxis
                    categoryField="Open"/>
            </mx:horizontalAxis>
            <!-- Define the series -->
            <mx:series>
                <mx:PlotSeries
                    displayName="Series 1"
                    xField="Open"
                    yField="Close">
                </mx:PlotSeries>
            </mx:series>
        </mx:PlotChart>
    </mx:Panel>
</mx:Application>

Well spotted, Pedro. I must admit that I don't have a problem with the search field appearing on both the Summary and the Archive pages, but I hadn't realised until you pointed it out that it can't be deleted selectively from one only. In all fairness, though, I find the .Mac Blog genuinely helpful, and it contains quite a few useful entries which relate to iWeb. They do have a Feedback link, and I'm sure they'd welcome comments about this.
Visit here for iWeb Tips, Tricks and Hacks ]

Similar Messages

  • ORA-22805 - (inserting an XMl type FAILS) I suspect this is a oracle Bug

    We're using
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.7.0 - Production
    Basically when I try to execute the following
    dbms_xmlschema.registerschema
    ('MySchema.xsd',
    sys.UriFactory.getUri('/Location/MySchema.xsd'),
    genTables=>TRUE);
    this generates a table for us with the name "xmlt_ds_0"
    when we try to insert into this table, we get an error
    INSERT INTO tddb.xmlt_ds_0
    SELECT sys.xmltype.createschemabasedxml(mq.content, 'http://My.Schema.xsd')
    FROM message_queue mq
    WHERE mq.sys_id = 148100
    ORA-22805: cannot insert NULL object into object tables or nested tables
    Now this works for most xml files, it just one or two that fail, however these files that have failed are well formed, and valid (ie: conform to the scehema)
    however, if I try to do this
    create table tempTest of xmltype
    XMLSCHEMA "Myschema.xsd"
    ELEMENT "schedule"
    then insert into this
    INSERT INTO tempTest
    SELECT sys.xmltype.createschemabasedxml(mq.content, 'http://My.Schema.xsd')
    FROM message_queue mq
    WHERE mq.sys_id = 148100
    Basically, this works for the same file, I just dont understand why it wouldn't work in the "resitering the schema" way. I strongly suspect this is a Oracle Bug
    Has any one encountered this before, any help would be appriciated.

    FIRST of all...
    If you create the table via registerschema, then you table will be created case-sensitive (in general take notice that with XMLDB everything can be / will be case-sensitive). So this means you will have to do things the following way (mark the double quotes):
    NSERT INTO tddb."xmlt_ds_0"
    SELECT sys.xmltype.createschemabasedxml(mq.content, 'http://My.Schema.xsd')
    FROM message_queue mq
    WHERE mq.sys_id = 148100Your statement (see below) will generate a table the default way, that is a table in uppercase
    create table tempTest of xmltype
    XMLSCHEMA "Myschema.xsd"
    ELEMENT "schedule"so ...this will create a table with the name "TEMPTEST".
    regarding the ORA-22805...
    - can you post the schema
    - can you post the values that cause the error...

  • When install iTunes 11.1.4   It says Apple Mobile Device Service service will not start.  It was started when I began the installation.  Is this an Apple software bug?

    When install iTunes 11.1.4   It says Apple Mobile Device Service service will not start.  It was started when I began the installation.  Is this an Apple software bug?

    I have this issue. It isn't the MSVCR80 issue. No matter what I do nothing will let me even INSTALL Apple Moblie Device. Further details are in my thread:
    https://discussions.apple.com/thread/5831093

  • Find: WARNING: Hard link count is wrong for /proc/1: this may be a bug

    hi all,
    when i 'find / -name abc' , it say:
    find: WARNING: Hard link count is wrong for /proc/1: this may be a bug in your
    filesystem driver.Automatically turning on find's -noleaf option. Earlier
    results may have failed to include directories that should have been
    searched.
    my kernel is 2.6.25, filesytem is ext2/boot ext3/other
    thank you!
    Last edited by wonglaye (2008-05-30 14:34:21)

    I'll highlight the important parts from that link for you:
    Question wrote:I routinely use "find / -name ......", so how do I eliminate /proc from the search path?
    Answer wrote:
    I almost always use the "-xdev" option to prevent 'find' from descending
    into file systems other than the ones I explcitly specified, e.g.,
         find -xdev / /usr /var ...
    It's pretty rare that I actually want to search my entire system, which
    would include a news spool, a seldom used MS-Windows file system,
    possibly a mounted CD or DVD, ..., and of course /proc.
    why_no_proc wrote:The problem with the link count in /proc is that it changes every time a
    process is created or terminates, so the number of directories that
    'find' sees during processing might not agree with the link count that
    it read at the start. I admit that doesn't seem terribly likely unless
    the system is quite busy, but it can certainly happen.
    Last edited by dyscoria (2008-05-31 11:11:19)

  • How can I disable the assistive touch programmatically ? This is like a bug. Though the Guided access is enabled a user can take screenshot of my application content. How can I solve this ? any idea ....

    How can I disable the assistive touch programmatically ? This is like a bug. Though the Guided access is enabled a user can take screenshot of my application content. How can I solve this ? any idea ....

    Question: Do you think the response from the support staff is correct? I mean, surely, I can't be the only CF user on a shared box whose other users need to modify the date and time within their applications. Even if they do it at the application level for their domain, surely it wouldn't affect mine, would it? That was what was implied by the support people, but I have a feeling they are way off, or covering for some goof-up on their end. I struggled like hell yesterday trying to get this to work and I did not get very far at all.
    I found an interesting tutorial here which does a comparison of time zones and, theoretically, this might do the trick. But if what the guy told me was nonsense then I won't bother with it. For the record, our calendar has been working fine for about a week now.

  • Is this a flash sound Bug?

    I made a simply Mp3 player.
    but this has a some bug.. (or flashplayer bug? ;;)
    first of all, watch this code...
    I have a test for each diffurence bitrate File.
    naming rule is [samplerate]-[bitrate].mp3
    It is works only that samplerate is 44Mhz
    Other case has occured complete event even they do not
    complete.
    is this a Flashplayer Bug? or my fault?
    p.s I'm not good in English

    the only supported samplerate's in flash are:
    "5 kHz", "11 kHz", "22 kHz", and "44 kHz".

  • Is there any fix or work around for this year old dictation bug that messes up Photoshop??

    Other than disabling it?
    Details here https://forums.adobe.com/message/5835501
    Encounted a very major bug today that I need to figure out how to get around asap as it's completely preventing me from doing any work.
    Whenever I edit any text - be it editing an existing text layer, or with a new one, whatever text is there just randomly and without warning disappears.  Doesn't matter wether I'm changing the color, font, font size or any other type settings.  Sometimes I just move the mouse while in editing mode and the text just vanishes.
    Made a video of the bug in action.  Virtual keyboard on screen so you can see that I'm not hitting any keys to make the text disappears.  Today is the first day I noticed this issue and I have absolutely no idea what is causing it but it happens 99.9% of the time that I try editing any text.  Latest version of Photoshop, CC, OS X etc.
    http://f.cl.ly/items/2s3y0d2d1R1c2Y173Q38/photoshop-bug.mov
    Please advise, I really need to get it figured out as soon as I can - as you can imagine impossible to do any sort of work without being able to type a single character.
    Adobe claims it's an Apple problem:
    Chris Cox   (Staff)
    The bug is in the dictation code in MacOS.  We are not ignoring the problem - but we cannot fix bugs in Apple's OS code.
    So far they say all you can do is just disable diction: http://feedback.photoshop.com/photoshop_family/topics/cs5_text_deleted_upon_sele cting_after_updated_to_os_10_9

    If it was a bug in Apple's dictation code, every other program with text entry would be affected.

  • Has anyone noticed this V-Drums mapping bug in Drum Designer?

    Hi guys
    There seems to be a bug in the v-drums mapping for Drum Designer... wondering if anyone else has noticed this?
    On standard Roland V-Drums kits, the toms are mapped as follows:
    High tom: C2
    Low tom: A1
    Floor tom: G1
    On some of the Drum designer kits, such as "Neo Soul" and "Retro Rock", the above tom mapping works correctly.
    However, for other kits, such as "SoCal" and "Roots Kit", the low tom is played when either the low tom (A1) or the floor tom (G1) is played on the V-Drums kit.
    It appears that for some reason, there are some kits such as the two mentioned above, that are mapped incorrectly so that the same low tom sound is played when the drummer is either hitting the low tom or the floor tom. I am using a standard Roland TD12 kit.
    I've raised this as a bug using Apple's "Logic Feedback" page - hopefully they will check it out soon!
    Cheers,
    Mike

    There are 2 work arounds for this situation.
    - edit the midi note sent by the module to set it to F1 (kit - inst - F4 - F5 - note number)
    - insert a midi transformer between your Roland module and the drummer track in logic's midi environnement window
    The second option is more tricky but it opens up a whole word of other tranformations which are worth exploring.
    HTH
    (I'm french, I hope this explanation  was clear enough ...)

  • Is this an iTunes sync bug?

    I have an iPhone5 running iOS6.1 with iTunes 11.0.1.12 running on a Windows 7 PC.  Here's the scenario:  I have all my books sync'd up properly between my phone and iTunes.  If I use my phone to download a book I previously purchased (the book icon has the little iCloud symbol on it), it looks like the linkage is broken.  Meaning, deleting or downloading the book on my phone is no longer relected in iTunes and vice versa - checking or unchecking the book in iTunes for sync'ing doesn't result in anything happening on my phone.
    Is this a bug, or intentional?  If intentional, what's the reasoning?  Since I would think most of what you do is done through your phone rather than iTunes, it seems this just results in the two getting out of sync.

    Yes it is iTunes used to transfer purchases from the device as part of syncing.
    The workaround is from the top menu (Ctrl B to turn it on in Windows)
    File > Devices > Transfer Purchases from this phone

  • Is this me or a bug? Loading disabled effects rack wrecks audio!

    Background:
    I am NOT an audio pro, but am an experienced tech guy and have used Adobe suite products for many years.
    Just loaded up CS6, including all updates, on a new decked-out Win7 computer (32G RAM, 12 core CPU, CUDA board, etc).
    I have a clip (96hHz 32 bit) I'm using to learn the workflow I will use for analog->digital conversion...
    There is a musical section in the middle that sounds truly awful with my effects rack in place. But then I noticed I could not get back to the original...
    Symptom
    If I load the audio clip, all is well --  plays as expected.
    If I load my Effects Rack, with all effects preset to be disabled, the sound is immediately and obviously messed up.
    Turning the effects on/off does not fix the problem.
    Questions
    - Is there any reason a set of disabled effects might still impact the audio? If so, where do I find such settings?
    - Is this a likely bug?
    - Anyone else ever encountered anything like this?
    Thanks much!
    Pete

    NAILED IT.
    The following is 100% repeatable for me. Can anyone else replicate this?
    1) Choose 10-20 seconds of music, with a bit of silence before or after (as an audible marker), stereo, 32 bit, 96k -- or even 44.1k although the problem is not as pronounced in 44.1k (see below)
    2) set up to play as a loop
    3) load any of the following into your effects rack. Loading more than one just makes it more obvious.
      a) Adaptive Noise Reduction, default settings, then turn ON high quality and set FFT size to 16384. (8192 is sufficient for 96k, but at 44.1k I need 16384) [This one produces horrifyingly awful results]
      b) Auto Click Removal, default settings, then Threshold 1, Complexity 100 (This one only causes trouble on 96k files)
      c) Auto Phase Correction, default settings, then Analysis Size 4k, Time Resolution 1.0 msec, Response Ultra Slow
    4) BE SURE the effect is turned OFF (but leave the rack on)... or turn the whole rack off. The effect SHOULD do nothing at all.
    Now play the loop a few times.
    Notice the following anomalies:
    A) The cursor tracks (sometimes jumpily) in real time, but the sound is much slower. With Adaptive Noise Reduction @ FFT=16384, I can't really tell it is music... running about 1/10 speed or something
    B) It is as if the on/off switch for the effect does nothing to disable the effect during playback
    C) Your CPU will likely be idling. Whatever is slowing this down is NOT a bunch of processing, but some other kind of overhead/bug
    D) In some situations, I even see the Levels Meter stop moving, as if there weren't enough spare cycles to update it.
    Discussion
    I wonder how many effects are "always active" like this during playback? Right now, I feel I cannot trust this engine to give me reliable feedback for my settings. My suspicion: most if not all effects are at least partly active for playback, even if turned off, at least with respect to the underlying engine.
    It is claimed some of these effects can have performance issues depending on the platform. My platform has far more capacity and speed than required, yet still there are issues. This tells me I cannot trust my ears to tell me if a particular effect and setting is giving me poor results... or if it is just this hidden engine bug causing the sound to degrade. (Note: if I use all three effects with settings as shown, my CPU is running at 11 percent. Not even enough to get the fan going! Definitely not system-limited.)
    If there IS some kind of built-in engine limitation relating to these kinds of problems, I highly recommend that Adobe implement a visual marker to indicate that the effects rack is unable to do its thing in real-time, thus what I am hearing is not an accurate representation of the effects. (However, even if so, I would expect that disabled-effects should not contribute to any performance problem.)
    I sure hope this is enough so others can replicate the problem!
    Thanks much,
    Pete

  • Is this really a Swing bug?

    Hi all... :)
    I've just installed J2SDK 1.4.2 and there is something wrong with Swing over here. Not sure if this was already related to Bug DB, so I'm asking here if anyone has seen this problem too.
    You can see a screenshot about the problem at:
    http://www.bcborges.brturbo.com/swingbug.jpg
    The problem doesn't happen with my home pc, which is running Win XP.
    In this screenshot, I'm running Win 2000 with VIA Chipset, onboard display card.

    multiple threads on same subject!
    Dave's right, it's almost certainly a compatibility problem with your JDBC driver

  • Is this a "search field" bug?

    hello,
    “.Mac blog” have publicized that by adding the "search field" to an iWeb site, that field will only show up (be visible) in the "archive". It works like that for the Safari browser, but when it comes to using Internet Explorer or Firefox, the field can be seen in the blog's main page! (as in iWeb).
    is this a bug? i really prefer to see the "search field" only in the "archive"...
    anyone knows how to fix this?
    thanks
    http://web.mac.com/pedroesteves

    Well spotted, Pedro. I must admit that I don't have a problem with the search field appearing on both the Summary and the Archive pages, but I hadn't realised until you pointed it out that it can't be deleted selectively from one only. In all fairness, though, I find the .Mac Blog genuinely helpful, and it contains quite a few useful entries which relate to iWeb. They do have a Feedback link, and I'm sure they'd welcome comments about this.
    Visit here for iWeb Tips, Tricks and Hacks ]

  • Can anyone help solve this frustrating drop down bug in Adobe Reader 8?

    Has anyone encountered drop downs in their PDF form that don't work in Adobe Reader 8?
    A simple example is my form (stripped back) here:
    http://www.wikski.com/misc/test.pdf
    I've built a form with 22 sections in it, some 1800 lines of code, and now every single drop down has decided to not work in Adobe Reader 8.
    The behaviour is when you select a drop down, it immediately deselects itself and you can't use the element at all.
    I previously had this occur, and by simply deleting the element in LiveCycle Designers ES2 (which is what I've used to create the entire form) and recreating it exactly the same; seemed to fix it. However, I am so far past the point of being able to recreate every drop down this time, I need to actually know what's causing the bug.
    Any help would be greatly appreciated!
    Cheers,

    xfa.layout.relayout(); is required to re-render the entire form in order to have the field change color on Enter event. Without this, the field won't change color in Adobe Reader 8, this goes for all fields not just drop downs. Instead it'll just flicker the color change, xfa.layout.relayout(); makes the color change stick.
    Thanks for your help, I've decided to take the set_focus() event off drop downs and keep it in place just for other field types such as the text input field.

  • Is this JSF 1.2 bug? or is it just Illegal?

    Hello World,
    Why does the following line cause a StackOverFlowError
    <f:view locale="#{pageContext.request.locale}" >
    is this a bug or it's illegal. The stack trace
    [#|2006-09-24T01:42:19.957+0400|SEVERE|sun-appserver-pe9.0|javax.enterprise.syst
    em.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-8080-0;_RequestID=c8a
    e74d3-fe66-4a7f-821b-fc36fb41669f;|ApplicationDispatcher[iBank-war] Servlet.ser
    vice() for servlet jsp threw exception
    java.lang.StackOverflowError
    at org.apache.catalina.core.ApplicationHttpRequest$AttributeNamesEnumera
    tor.<init>(ApplicationHttpRequest.java:936)
    at org.apache.catalina.core.ApplicationHttpRequest.getAttributeNames(App
    licationHttpRequest.java:253)
    at org.apache.catalina.core.ApplicationHttpRequest$AttributeNamesEnumera
    tor.<init>(ApplicationHttpRequest.java:937)
    at org.apache.catalina.core.ApplicationHttpRequest.getAttributeNames(App
    licationHttpRequest.java:253)
    at javax.servlet.ServletRequestWrapper.getAttributeNames(ServletRequestW
    rapper.java:104)
    at com.sun.faces.context.RequestMap.getEntryIterator(ExternalContextImpl
    .java:1080)
    at com.sun.faces.context.BaseContextMap$EntrySet.iterator(ExternalContex
    tImpl.java:573)
    at java.util.AbstractMap.containsKey(AbstractMap.java:136)
    at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver
    .java:73)
    at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
    at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELRe
    solver.java:58)
    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:106)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
    at javax.faces.component.UIViewRoot.getLocale(UIViewRoot.java:832)
    at com.sun.faces.application.ApplicationAssociate.getResourceBundle(Appl
    icationAssociate.java:399)
    at com.sun.faces.application.ApplicationImpl.getResourceBundle(Applicati
    onImpl.java:424)
    at com.sun.faces.el.FacesResourceBundleELResolver.getValue(FacesResource
    BundleELResolver.java:76)
    at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
    at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELRe
    solver.java:58)
    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:106)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
    at javax.faces.component.UIViewRoot.getLocale(UIViewRoot.java:832)
    at com.sun.faces.application.ApplicationAssociate.getResourceBundle(Appl
    icationAssociate.java:399)
    at com.sun.faces.application.ApplicationImpl.getResourceBundle(Applicati
    onImpl.java:424)
    at com.sun.faces.el.FacesResourceBundleELResolver.getValue(FacesResource
    BundleELResolver.java:76)
    at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
    at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELRe
    solver.java:58)
    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:106)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
    at javax.faces.component.UIViewRoot.getLocale(UIViewRoot.java:832)
    at com.sun.faces.application.ApplicationAssociate.getResourceBundle(Appl
    icationAssociate.java:399)
    at com.sun.faces.application.ApplicationImpl.getResourceBundle(Applicati
    onImpl.java:424)
    at com.sun.faces.el.FacesResourceBundleELResolver.getValue(FacesResource
    BundleELResolver.java:76)
    at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
    at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELRe
    solver.java:58)
    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:106)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
    at javax.faces.component.UIViewRoot.getLocale(UIViewRoot.java:832)
    at com.sun.faces.application.ApplicationAssociate.getResourceBundle(Appl
    icationAssociate.java:399)
    at com.sun.faces.application.ApplicationImpl.getResourceBundle(Applicati
    onImpl.java:424)
    at com.sun.faces.el.FacesResourceBundleELResolver.getValue(FacesResource
    BundleELResolver.java:76)
    at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
    at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELRe
    solver.java:58)
    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:106)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
    at javax.faces.component.UIViewRoot.getLocale(UIViewRoot.java:832)
    at com.sun.faces.application.ApplicationAssociate.getResourceBundle(Appl
    icationAssociate.java:399)
    at com.sun.faces.application.ApplicationImpl.getResourceBundle(Applicati
    onImpl.java:424)
    at com.sun.faces.el.FacesResourceBundleELResolver.getValue(FacesResource
    BundleELResolver.java:76)
    at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
    at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELRe
    solver.java:58)
    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:106)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
    at javax.faces.component.UIViewRoot.getLocale(UIViewRoot.java:832)
    at com.sun.faces.application.ApplicationAssociate.getResourceBundle(Appl
    icationAssociate.java:399)
    at com.sun.faces.application.ApplicationImpl.getResourceBundle(Applicati
    onImpl.java:424)
    at com.sun.faces.el.FacesResourceBundleELResolver.getValue(FacesResource
    BundleELResolver.java:76)
    at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
    at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELRe

    As I said above:
    "Having replaced the screen yourself, you voided the warranty (if any time was left on it)."
    You had previously said:
    "After 1 year I replaced the screen by myself ..."
    So you might have meant 11 months ... or something close to, but less than a year.
    Or you might have purchaed AppleCare.
    Anyway, the point is regardless of whether the warranty was in force or not, I would have recommended you have Apple do the repair when the screen was replaced.

  • This is obviously a bug - is there a way around it? (before i lose my mind?)

    solved - if you are on a mac:   http://forums.adobe.com/thread/507589?tstart=0
    i'm on a lovely somewhat new macbook pro.
    i cannot activate due to the painful E_ADEPT_REQUEST_EXPIRED message. i have trashed my copy. checked my date and time, then re-installed - the date/time/timezone not changing between downloading it and trying to activate it. i have done that exercise five times now.
    i've looked around here - lots of this message, but outside of "the time thing", i have not seen a solution. this is obviously a flaw with the program, but has someone found a way around it other then the adobe recommendation of "the time thing"?
    i really want to use this reader, but i am really losing my patience!

    Thanks for your reply
    I solved my problem,
    Definitely a bug in syncing through itunes.
    - Connect Iphone with MacBook Pro through USB
    - Go to iphone on itunes, photos, deselect photo synchronization.
    - Sync (all pics will be removed from iphone)
    - Close itunes, iphoto, disconnect iphone
    - Select in finder: (home)-pictures-iphoto library.
    - Sec click on iphoto library and choose "show package contents"
    - Delete iPod Photo Cache
    - Close finder
    - Empty trash
    - Reconnect iphone
    - Allow photo synchronization again and everything works smooth.
    After this, changes made in iphoto are instantaneously reflected in iphone photos.
    Once every hundred photos, one gets detached from iphoto and then changes are no longer reflected (buggy) :-(
    In this case I erase the photo in iphoto, sync, go back to iphoto trash, reestablish the photo from the trash and sync again.
    Hope this improves. Still have to try cloud though.
    Thanks
    RC

Maybe you are looking for