Photoshop Connection SDK Updates?

I played around with it about a year ago and it was slow to the point of being useless for anything realtime (with Adobe Nav and a custom made app). Has there been any news of updates to this feature?

 

Similar Messages

  • Photoshop Touch SDK for iOS Bugs and annoyances

    I've just finished implementing the "Touch" capability in my iOS app. As I can't find anywhere to post bug reports, and this may help others, here's my experience:
    BUGS:
    1. sendImage in psconnection is multiply broken:
    (a) Network communication depends on the PSRawImage C structure. However, that does not take padding into account. This may work for build settings that don't allow structure padding, it certainly doesn't work for my settings.
    (b) Pixmap support is broken. The CGBitmapContext setting (RGB 888) it attempts to use is unsupported and will throw an exception on iOS
    (c) JPEG support is broken - the (required) format byte simply isn't added to the network packet.
    2. The documentation is wrong/incomplete
    (a) It doesn't mention the format byte - you have to find that in the demo programs that don't use psconnection.
    (b) It suggests that messages to the server are acknowledged. If they are, I'd like to know where/how.
    3. The test version of Photoshop  crashes with some (not all) JPEG images:
    Process:         Adobe Photoshop CS5.1 [976]
    Path:            /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
    Identifier:      com.adobe.Photoshop
    Version:         12.1 (12.1x20110328.r.145) (12.1)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [100]
    Date/Time:       2011-04-19 13:10:26.385 +0200
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.Photoshop           0x0000000100541190 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2510156
    1   com.adobe.Photoshop           0x00000001004b4dfa AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1935798
    2   com.adobe.Photoshop           0x00000001004b84d2 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1949838
    3   com.adobe.Photoshop           0x00000001007ba4a7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 5103715
    4   com.adobe.Photoshop           0x0000000100066573 0x100000000 + 419187
    5   com.adobe.Photoshop           0x0000000100066636 0x100000000 + 419382
    6   com.adobe.Photoshop           0x00000001012e0723 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16794335
    7   com.apple.Foundation          0x00007fff80d057d5 __NSFireTimer + 114
    8   com.apple.CoreFoundation      0x00007fff86d90be8 __CFRunLoopRun + 6488
    9   com.apple.CoreFoundation      0x00007fff86d8edbf CFRunLoopRunSpecific + 575
    10  com.apple.HIToolbox           0x00007fff87bc97ee RunCurrentEventLoopInMode + 333
    11  com.apple.HIToolbox           0x00007fff87bc95f3 ReceiveNextEventCommon + 310
    12  com.apple.HIToolbox           0x00007fff87bc94ac BlockUntilNextEventMatchingListInMode + 59
    13  com.apple.AppKit              0x00007fff80f7be64 _DPSNextEvent + 718
    14  com.apple.AppKit              0x00007fff80f7b7a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    15  com.apple.AppKit              0x00007fff80f4148b -[NSApplication run] + 395
    16  com.adobe.Photoshop           0x00000001012e0644 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16794112
    17  com.adobe.Photoshop           0x00000001012e10a1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16796765
    18  com.adobe.Photoshop           0x0000000100068286 0x100000000 + 426630
    19  com.adobe.Photoshop           0x0000000100237199 0x100000000 + 2322841
    20  com.adobe.Photoshop           0x0000000100237229 0x100000000 + 2322985
    21  com.adobe.Photoshop           0x0000000100002294 0x100000000 + 8852
    A Google search on the crash signature above shows it has previously occurred as a result of corrupt fonts.  However (a) I'd done all the font checking etc as recommended, and (b) this only occurs for JPEGs, not pixmaps.
    Annoyances:
    1. psconnection is a huge memory hog; it creates multiple copies of images and network packets. Be prepared to rewrite if you're dealing with large images.
    2. psconnection is not thread safe. Be prepared to put in locks and inter-thread communication code.
    3. psconnection is iPad only. Be prepared to rewrite to be able to use it on an iPhone
    4. The serial number for the test version of Photoshop as provided on the Adobe site only works for a few hours, then decides that the serial number is invalid.
    Hints:
    The demo programs e.g., transmitimage, do seem to work, as opposed to psconnection. However, they use their own code that doesn't do much in the way of error checking, etc.
    Sandy

    Can we now assume that the touch SDK has been abandonned by Adobe? It's now a year after "should be updated soon", and currently if you try to download the touch SDK from this page you get the Photoshop 3 SDK instead!!!
    I ask as I'm about to remove Touch support from my app; the very few people that use touch are now having problems e.g., timeouts, with the latest version of Photoshop.
    Sandy

  • Photoshop Touch SDK and development platform

    The photoshop touch SDK announcement is very exciting, however I own a CS5 windows license and of course I do my ipad/ipod development on Mac: given that unfortunately photoshop licenses are not cross-platform I was wondering if there is/will be a way planned for SDK developers to run photoshop on both platforms for testing etc. (maybe via a limited/timed/no-saving/... version of Photoshop on the platform we are not licensed for?)

    Can we now assume that the touch SDK has been abandonned by Adobe? It's now a year after "should be updated soon", and currently if you try to download the touch SDK from this page you get the Photoshop 3 SDK instead!!!
    I ask as I'm about to remove Touch support from my app; the very few people that use touch are now having problems e.g., timeouts, with the latest version of Photoshop.
    Sandy

  • Unable to connect to updates repositories

    Hi all,
    I have problems connecting to updates repositories from eclipse (Linux Ubuntu 11.10 64 bit, Eclipse 3.7.1, Java 1.6.0).
    Trying to connect to http:/ /download.eclipse.org/releases/indigo gives this log:
    Quote:
    Unable to read repository at http:/ /download.eclipse.org/releases/indigo/content.xml.
    Unable to read repository at http:/ /download.eclipse.org/releases/indigo/content.xml.
    Connection reset
    Connecting to http:/ /download.eclipse.org/eclipse/updates/3.7, 3.6, etc. gives similar results. (The "space" in links is on purpose, I can't post here links)
    But connection to projects repositories like Mylin or ADT works fine.
    I tried several solutions, none soleved my problem:
    - Switched to official Sun JDK (1.6.0_25)
    - Downloaded eclipse instead of using Ubuntu repository
    - Defined in ini file "-Djava.net.preferIPv4Stack=true" flag
    - deleted cache folder
    - Do not use proxy
    - It's not a transport/firewall/antivirus problem
    From what I see in "wireshark", eclipse tries to retrieve "content.xml" from the update repositories, this file isn't there and it gives up. For some strange reason it does not try to download the right file - compositeContent.jar.
    I found a similar bug occurred only on 64 bit systems, but it was almost a year ago and it appears fixed.
    Please help!
    Eclipse version:
    Version: 3.7.1
    Build id: M20110909-1335
    Java version:
    java version "1.6.0_25"
    Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
    OS Version:
    Ubuntu 11.10 - 64 bit

    Hi Aleksander,
    I really tried hard to develop a theory for your problem, but I must admit that I can't find any indications for a
    software defect. That doesn't mean there aren't any. I looked especially carefully because of
    http://bugs.eclipse.org/bugs/show_bug.cgi?id=470900 but that's really not about "Connection reset". To be 100% sure,
    please delete your ${user.home}/.eclipse/org.eclipse.oomph.p2/cache folder. Again, I would bet that it doesn't address
    your problem. But then I'd have no better theory than network-level issues on your end.
    Cheers
    /Eike
    http://www.esc-net.de
    http://thegordian.blogspot.com
    http://twitter.com/eikestepper
    Am 03.07.2015 um 15:12 schrieb Aleksander:
    > Hi Eike, this is my error: eclipse.buildId=4.5.0.I20150603-2000
    > java.version=1.8.0_45
    > java.vendor=Oracle Corporation
    > BootLoader constants: OS=win32, ARCH=x86_64, WS=win32
    > Framework arguments: -product org.eclipse.epp.package.rcp.product
    > Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.rcp.product
    >
    > org.eclipse.equinox.p2.transport.ecf
    > Error
    > Fri Jul 03 14:57:04 CEST 2015
    > Unable to read repository at http://download.eclipse.org/releases/mars/compositeContent.jar.
    >
    > java.net.SocketException: Connection reset
    > at java.net.SocketInputStream.read(Unknown Source)
    > at java.net.SocketInputStream.read(Unknown Source)
    > at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:198)
    > at org.apache.http.impl.io.IdentityInputStream.read(IdentityInputStream.java:95)
    > at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:137)
    > at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
    > at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
    > at sun.nio.cs.StreamDecoder.read(Unknown Source)
    > at java.io.InputStreamReader.read(Unknown Source)
    > at java.io.Reader.read(Unknown Source)
    > at org.apache.http.util.EntityUtils.toString(EntityUtils.java:244)
    > at org.apache.http.util.EntityUtils.toString(EntityUtils.java:288)
    > at
    > org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:660)
    > at
    > org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
    > at
    > org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:146)
    > at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.sendRetrieveRequest(FileReader.java:424)
    > at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:358)
    > at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
    > at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:178)
    > at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:219)
    > at org.eclipse.equinox.internal.p2.repository.CacheManager.updateCache(CacheManager.java:402)
    > at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache(CacheManager.java:259)
    > at
    > org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.getLocalFile(CompositeMetadataRepositoryFactory.java:73)
    > at
    > org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.load(CompositeMetadataRepositoryFactory.java:98)
    > at
    > org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
    > at
    > org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:768)
    > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    > at java.lang.reflect.Method.invoke(Unknown Source)
    > at org.eclipse.oomph.util.ReflectUtil.invokeMethod(ReflectUtil.java:116)
    > at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:344)
    > at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:146)
    > at
    > org.eclipse.oomph.p2.internal.core.CachingRepositoryManager$Metadata.loadRepository(CachingRepositoryManager.java:394)
    > at
    > org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
    > at
    > org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
    > at org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob.doLoad(LoadMetadataRepositoryJob.java:117)
    > at org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob.runModal(LoadMetadataRepositoryJob.java:102)
    > at org.eclipse.equinox.internal.p2.ui.sdk.PreloadingRepositoryHandler$2.runModal(PreloadingRepositoryHandler.java:83)
    > at org.eclipse.equinox.p2.operations.ProvisioningJob.run(ProvisioningJob.java:177)
    > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    >
    >
    > I've tried to add Eclipse in exceptions rules in the firewall and even to cut it. Funny thing is that I tried to
    > update my Eclipse installation from Luna to Mars, everything went smoothly but when I tried to update I received same
    > error.
    > I tried to use the new Eclipse installer which gave me this error below:
    > [2015-07-03 15:04:15] Executing bootstrap tasks
    > [2015-07-03 15:04:15] Product org.eclipse.products.epp.package.rcp.mars
    > [2015-07-03 15:04:15] Bundle org.eclipse.oomph.setup 1.1.0.v20150610-1559, build=1478,
    > branch=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41, commit=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41
    > [2015-07-03 15:04:15] Bundle org.eclipse.oomph.setup.core 1.1.0.v20150619-0556, build=1478,
    > branch=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41, commit=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41
    > [2015-07-03 15:04:15] Bundle org.eclipse.oomph.setup.p2 1.1.0.v20150609-0914, build=1478,
    > branch=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41, commit=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41
    > [2015-07-03 15:04:15] Performing P2 Director (Eclipse for RCP and RAP Developers (Mars))
    > [2015-07-03 15:04:15] Offline = false
    > [2015-07-03 15:04:15] Mirrors = true
    > [2015-07-03 15:04:15] Resolving 6 requirements from 3 repositories to C:\Users\a.xxx\rcp-mars2\eclipse
    > [2015-07-03 15:04:15] Requirement epp.package.rcp [4.5.0,4.6.0)
    > [2015-07-03 15:04:15] Requirement org.eclipse.platform.feature.group [4.5.0,4.6.0)
    > [2015-07-03 15:04:15] Requirement org.eclipse.rcp.feature.group [4.5.0,4.6.0)
    > [2015-07-03 15:04:15] Requirement org.eclipse.jdt.feature.group [3.11.0,3.12.0)
    > [2015-07-03 15:04:15] Requirement org.eclipse.pde.feature.group [3.11.0,3.12.0)
    > [2015-07-03 15:04:15] Requirement org.eclipse.oomph.setup.feature.group
    > [2015-07-03 15:04:15] Repository http://download.eclipse.org/technology/epp/packages/mars/R
    > [2015-07-03 15:04:15] Repository http://download.eclipse.org/releases/mars/201506241002
    > [2015-07-03 15:04:15] Repository http://download.eclipse.org/oomph/updates/milestone/latest
    > [2015-07-03 15:04:16] ERROR: org.eclipse.equinox.p2.transport.ecf code=1002 Unable to read repository at
    > http://download.eclipse.org/releases/mars/201506241002/content.jar.
    > java.net.SocketException: Connection reset
    > at java.net.SocketInputStream.read(Unknown Source)
    > at java.net.SocketInputStream.read(Unknown Source)
    > at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:198)
    > at org.apache.http.impl.io.IdentityInputStream.read(IdentityInputStream.java:95)
    > at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:137)
    > at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
    > at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
    > at sun.nio.cs.StreamDecoder.read(Unknown Source)
    > at java.io.InputStreamReader.read(Unknown Source)
    > at java.io.Reader.read(Unknown Source)
    > at org.apache.http.util.EntityUtils.toString(EntityUtils.java:244)
    > at org.apache.http.util.EntityUtils.toString(EntityUtils.java:288)
    > at
    > org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:660)
    > at
    > org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
    > at
    > org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:146)
    > at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.sendRetrieveRequest(FileReader.java:424)
    > at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:358)
    > at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
    > at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:178)
    > at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:219)
    > at org.eclipse.equinox.internal.p2.repository.CacheManager.updateCache(CacheManager.java:402)
    > at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache(CacheManager.java:259)
    > at
    > org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.getLocalFile(SimpleMetadataRepositoryFactory.java:66)
    > at
    > org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.load(SimpleMetadataRepositoryFactory.java:88)
    > at
    > org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
    > at
    > org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:768)
    > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    > at java.lang.reflect.Method.invoke(Unknown Source)
    > at org.eclipse.oomph.util.ReflectUtil.invokeMethod(ReflectUtil.java:116)
    > at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:344)
    > at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:146)
    > at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager$Metadata.loadRepository(CachingRepositoryManager.java:394)
    > at
    > org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
    > at
    > org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
    > at
    > org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl$RepositoryLoader$Worker.perform(ProfileTransactionImpl.java:1338)
    > at org.eclipse.oomph.util.WorkerPool$Worker.run(WorkerPool.java:416)
    > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    >
    > [2015-07-03 15:04:16]
    > Thank you for your concerns Eike and for you immense work on EMF.

  • I am wanting to update iphone to 4.3.3, however I am connected to the internet, yet itunes is telling me it is unable to connect to update server because i am not connected to the internet... please help

    I am wanting to update iphone to 4.3.3 software. however itunes is telling me it is unable to connect to update server as i am not connect to the internet. yet i clearly am connected... Please help

    Looks like I've asked a really old/common question - toonz posted the answer - I've copied it below.  Thanks toonz, everything now ok.
    Correct AnswerRe: Updating to 1.1.3                                                                        02-Feb-2008 23:19                                                    (in response to alibeau)                                       
                            You can fix this by following the steps in this article:
    http://docs.info.apple.com/article.html?artnum=304468                                                                   
                 Liked         (1)     

  • HT201263 the itunes tales me that can not connect to update server, i tried to connect my i pad ever ting is ok to the ipad but my iphone stop working after update and i tried all solutu=ion suggested on the internet please i need help

    after i update the iphone 4s to ios 6.1.1 my i phone stop responding and a message appear tell to connect to i tune i did all the solution and put my iphone in dfu mode and nothing happen my i phone is gone no solution and a message appear tells that can not connect to update server but my ipad work at the same pc the problem in the i phone, plz some help

    Was thje TM backup 10.6 also?
    I never use TM for Backups, far better less painful backup methods, but...
    Have you looked through Pondini's extensive TM help site?
    http://Pondini.org/TM/FAQ.html
    http://pondini.org/TM/Troubleshooting.html
    Can't imagine something not being covered there.

  • I need to update to 6.0 but it doesn't work--I've tried several times and it never gets past the stage of "connecting to update server"--so how can I update without uninstalling first and losing all my bookmarks and passwords?

    I have a MacBook Pro with Lion. Every few days Firefox will tell me, "you really need to update to 6.0," and I say, "yes please!" but then it says "connecting to update server" for ages and ages and nothing ever happens. I wouldn't mind uninstalling the old one and downloading a new one, except that I have lots of bookmarks and passwords saved, and I don't want to lose them all. So what's going on, how can I update?

    Thanks, but, using the "free" version of Reader, there is no opportunity to open nor import the xml data - the menu options do not exist - there is no import listed.
    If we try to open the xml file directly, then we get an error - something to the effect of "unsupported file type, or the file is corrupted".
    I just noticed in my Pro version that there is the command File ->Form Data ->Import Data to Form... command. Is this what you are referring to?
    What do you recommend? Perhaps the easiest thing to do would be to purchase a few copies of Acrobat Pro for the reservations people to use? I was hoping that the free version of reader would do it, but perhaps not?
    Thanks again,
    Rob

  • My computer was restarted and now i want to connect and update my iphone with a new itunes. how do i do this without losing all my stuff on my iphone?

    my computer was restarted and now i want to connect and update my iphone with a new itunes. how do i do this without losing all my stuff on my iphone?
    i didnt get a chance to back my phone up before the comp crashed
    will i lose any of my stuff?

    When you open iTunes and plug in iPhone (iPod) to computer, it appear in the left bar. Then just simply right click on you iPhone (iPod) and choose Transfer Purchases, this should copy your purchased items to your computer.
    Hope this help

  • I'm unable to install the latest Photoshop CC 2014 update. Error message U44M1P34. Can anyone help please?

    I'm unable to install the latest Photoshop CC 2014 update. Error message U44M1P34. Can anyone help please?

    U44.. update error http://forums.adobe.com/thread/1289956 may help
    -more U44.. discussion http://forums.adobe.com/thread/1275963
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • Photoshop and Illustrator updates fail using Adobe Application Manager, why and what can I do?

    In the Adobe Application Manager, it says there are updates for both Photoshop and Illustrator. When I click to update, they both downloaded and attempted to install and in the middle of this process, Application Manager shows that the updates fail. After this, upon restart of my Mac–running Lion–Illustrator shows that it's up to date in the Application Manager and Photoshop shows an update is available. Upon trying to re-update Photoshop again, the update fails again and again.
    I have updated before a few days ago with no problem, so I don't understand why the updates are failing and why after doing so, now Illustrator shows that it is up to date and Photoshop does not.
    Has anyone else had this problem and if so, does anyone know why and what I can do about it?
    Thank you.

    Hi Richei Creative,
    These would be my suggestions:
    Create a new user account with administrative rights, log out of your current account and into that one, launch Adobe Application Manager and attempt the Photoshop update again.
    Instructions if you need them  - http://support.apple.com/kb/PH11468
    If this fails, uninstall Photoshop (Applications > Utilities > Adobe Installers) and reinstall Photoshop then from Adobe Application Manager the attempt the Photoshop update again, also from the newly created user account.
    Hope these help,
    -Dave

  • Camera raw is NOT there in photoshop CS 6 update from CS 5

    I have just upgraded from photoshop CS5 to photoshop CS 6 and there is no camera raw plugin in CS 6.  its not there at all.   I can't update it because it isn't there..."could not complete the Camera Raw command because Adobe Camera Raw plugin cannot be found." I have installed the Photoshop CS 6 update 3 times to no avail. Camera raw will not update because there is no plugin to update. I am running Mountain Lion. 10.8.2

    Please try below troubleshooting steps to resolve the issue:
    If you are using Mac operating system try following steps:
    Give read and write permissions to Application support folders from both the library's
    Then re-install Photoshop CS 6.
    Issue reason, lack of permissions to concern folders from your Library hence Photoshop is not able to access the camera raw or not able to install camera raw successfully.
    above provided steps are the only resolution for this issue.
    Regard's
    Vijay.
    birgit 1 wrote:
    Thanks, that is interesting and something I had not previously noted.  If I import RAW files to CR direct from a folder, it is still a NEF.  But Aperture changes all NEF's to TIFFs.  OTOH, at least I once again have my CR opening in PS.

  • Photoshop CC (2014) Update "Waiting"

    Photoshop CC (2014) update stays in "waiting" status as long as I care to let it remain like that.
    Several hours ago I got the same message for both Photoshop and Bridge CC.  I cancelled both and while the PS update cancelled successfully the Bridge update still (several hours later) says "canceling".

    I should've updated this.  I decided to reboot (Mac OS X Mavericks) and that resolved the problem.  Thanks.

  • Unable to install FF update 3.6.17 on Mac OS 10.6.7 the update window continues to say 'connecting to update server', but never does. Seems a FF problem does anyone know?

    Not much more to say the dialog says, Downloading the update, the progress bar never shows any and the, Connecting to update server..., never connects. I've left it spinning for hours, no luck.

    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 3.6.x: http://www.mozilla.com/en-US/firefox/all-older.html
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Adobe Photoshop CC SDK and PlugPlug API

    I've downloaded the latest Adobe Photoshop CC SDK hoping I'll learn something about the PlugPlug API plug-in technique (c++ along with its Flash interface) but what a surprise! - the same old documentation included in the latest CC SDK package
    So I wonder whether someone could share a document (if there is one) which describes this technique or a simple 'do nothing' source code which uses the PlugPlug.dll.
    I would appreciate any info you can provide.
    Thanks,

    RONC,
    The PlugPlug library exposes some functions to C++ plug-ins, such as:
    - PlugPlugLoadExtension()
    - PlugPlugUnloadExtension()
    - PlugPlugDispatchEvent()
    - PlugPlugAddEventListener()
    - PlugPlugRemoveEventListener()
    Did you find any info (reading ReadMe.html) on how it should be implemented in your code? Does it work the same way as in Adobe Illustrator?
    Thanks,

  • I just did the photoshop camera raw update and now everytime I try to do a text box or change the text the whole program crashes.

    I just did the photoshop camera raw update and now every time I try to do a text box or change the text the whole program crashes.

    All fixed!!!  My Aperture wasn't being recognized because it was in a folder.  OK, now I can use my camera with Aperture. 

Maybe you are looking for

  • Is there a way to reinstall the Internet Security Suite?

    I've had to install a completely new hard drive into my computer, so naturally I don't have the security suite on it. I've had the suite installed on my old hard drive, which I lost to a power surge, and even then I had lost the suite before. However

  • App Store Error Download

    when I try to install from App Store it give me message that my account is disable like video Download idownloader Please help me

  • Watching rental movies on a TV without Apple TV

    Can I rent a movie through itunes on my powerbook and use some type of cable to attach to my TV so I can watch my rented movie on my tv.

  • URGENT PM

    Hi Experts Can ny1 explain d all of d standard tsbles which used in PM like tables relate to Catalogs,Equipment,Functional Location,Characteristics etc. And d link b/w FICO n PM.. And where d order settlement setting is done regarding to our order ur

  • Can I use two 'AIread'

    Hello everyone,   i want to use to AI read in one vi.  can I do that?  both these AI read would have different number of points to be scanned.  one AI read would scan only one point since i want some kind of graphical representation and this requires