Bridge Flickr module update due to Flickr API change

Dear users,
As Flickr will disable the old authentication API and recommend third party application switch to the new OAuth API by the July, 31(http://code.flickr.com/blog/2011/06/21/flickr-now-supports-oauth-1-0a/), we have made a update in the Bridge Flickr module for this change. We have pushed the Flickr module update to the update sever on July, 31. So please note:
Now, when you open Bridge Export panel and attempt to use the Flickr module, Bridge will automatically do the update and then notify you a restarting Bridge is needed.
Once you finish the update, the Flickr authentication flow is a little difference. It needs input a code that you get after authorizing in Flickr web site into Bridge. Please see picture below.
This update will be available for Bridge CS5, CS5.1 and CS6 Export panel.
Adobe Bridge team

Hi,
I recently posted a issue with this here http://forums.adobe.com/thread/1366073
can you please help with this, basically it is not taking me to the Flickr website to get the code when I try to pair Adobe Bridge with Flickr.

Similar Messages

  • Is there any way to know that the UI has been updated due to a bind change?

    Hi
    For the given code snippet
    var c=Circle{
      centerX:10  
      centerY:10
      fill:Color.YELLOW
      onMouseClicked:function(event){
          c.fill=Color.RED;
    printNodeAsImage(filename) //to a file
    }

    Oops..Got posted before I could finish the query
    Hi
    For the given code snippet
    var c=Circle{
      centerX:10  
      centerY:10
      fill:Color.YELLOW
      onMouseClicked:function(event){
          c.fill=Color.RED;
          printNodeAsImage(c, filename) //to a file
    }Let us assume that printNodeAsImage(c,filename) saves the circle node with the current color to a file. See http://rakeshmenonp.wordpress.com/2010/04/26/javafx-1-3-save-as-image/ for a implementation of this function
    What we notice instead is that printNodeAsImage(c, filename) actually saves the node with the color YELLOW instead of RED. Is there any way to know deterministically when the UI has been updated due to a variable value change (or because of binding). (In this case the transition from Yellow to Red) So that we can perform other operations on the UI state - like saving it to a file
    Regards,
    Dhruva Ray

  • Flickr api key missing

    Why is Lightroom 3.2. asking from **me** the Flickr api key when I try to export to Flickr? It should be the responsibility of Lightroom to provide the key! There must be a bug in Lightroom that prevents exporting to Flickr.
    Kari

    clvrmnky
    I frequently see LR prompt me for the Flickr API key... and I let it pass as I usually just restart LR and it seems to work and I suspect that the LR team probably have more critical issues right now.   BUT, I do expect it to be fixed.
    I truly hope we are misinterpreting your views, if not I sincerely hope they do not reflect the views of the LR team otherwise I fear for the long term longevity of Lightroom.
    Lightroom should not be thought of as simply a RAW converter and DAM with the other "non-core convenience" bits bolted on the side considered second class baggage when it comes to maintenance and support... otherwise where is the line drawn.   What about Web Publishing, Slide Shows or even Printing?  
    I too have a long history in the software business and I know that if functionality is paid for and delivered "in the box" then rightly a customers (and mine) expectations will not be that these are just "examples" and they are certainly not advertised as such.     If you in are in any way related to the LR team I would hope that you could re-assure all that the LR team is likely to have a different view from yours.

  • Flickr API and cflickr - performance issue with my code.

    I using cflickr to access the Flickr api and display photos in a lightbox. My code is working, but incredibly slow. I'm assuming that I'm going about it in an incorrect way and hoping someone can point out a better way to do what I'm trying to accomplish. My speed issues develop when I'm trying to extract the image descriptions within a loop that is outputing the images to the page.
    Here is an example of the code that I'm using:
    using the following to grab the photos:
    <cfset photos = cflickr.photosets_getPhotos(photoset_id=72157624340881708 , auth_token=token) />
    I am then using the following to loop through the array of photos and and also retrieve the description for each image.
    <div style="width:423px; margin: auto;" id="gallery">
            <cfloop from="1" to="#arraylen(photos.photoset.photo)#" index="i">
                <cfset p = photos.photoset.photo[i] />
                <cfset img_desc = cflickr.photos_getInfo(photo_id=p.id).photo.description />
                <cfset img_desc = replace(img_desc, 'TRIP', '<br />TRIP') />
                <cfset title = photos.photoset.photo[i].title />
                <cfset title = title & "<br />" & img_desc />
                <cfoutput>
                <a href="#cflickr.getPhotoUrl(p, '')#" title="#title#"><img src="#cflickr.getPhotoUrl(p, 's')#"  /></a>
                </cfoutput>
            </cfloop>
        </div>
    The problem with the code is when it is making the request for img_desc inside of the loop to the Flickr api. Each instance of that call is taking on average 300 to 400ms and the array has over 300 items so it times out. Should I be retrieveing all of the image descritpions at once before the loop and if so how would I best link these with image data that they belong with? It seems like I'm going about this in a rather inefficient manner.
    I was hoping that I could call a function that retrieved all of the data that I need in one call, but so far I've been unable to find that.

    ( Grrr... this forum trashes emails better than any application I have ever seen.  Here is what my previous response actually said ...)
    <cfset photos = cflickr.photosets_getPhotos(photoset_id=72157624340881708 , auth_token=token)>
    I cannot say I have used it. But the cfc usage seems to follow the API pretty closely. So I took a quick look at the flickr forums, and one person suggests you can grab the descriptions too by adding the "extras" parameter.
    http://www.flickr.com/groups/api/discuss/72157594456853637/#comment72157623785775034
    So try using:
        <cflickr.photosets_getPhotos(photoset_id=72157624340881708 ,
             auth_token=token, extras="description")>

  • Flickr sync changing static urls in sets

    When I share photos from iPhoto to a previously created Flickr set, the sync changes all of the static urls on my previously uploaded pictures in that same set. This is frustrating because it breaks all of the links to photos on my prior blog posts. In my blog the picture will be missing and an error message from flickr says, "this photo is currently unavailable."  The only thing I can do to fix it is to edit the blog post using the new URL and reposting it.
    Flickr support has directed me to apple support saying that it is an issue with apple's API.  Flickr said the only way to correct it would be to share pictures to a new set each time in Flickr. That seems to be a work-around, but it is annoying organizationally.  Is anyone else having this issue, or is there a way to avoid it?
    Thanks!

    Just an update: I've tested making changes, deletions, etc. Sure enough -- any deletions or moves made in Aperture delete the image from your Flickr stream.
    Some may like this -- I, on the other hand, prefer to upload to Flickr and have those uploads static in Flickr. Any changes I make in Aperture (renaming a project, moving images, archiving, migrating to another drive, etc) should not make the images (and all connected comments and links) simply disappear from Flickr.
    I've done what I suspected I needed to do -- I unauthorized Aperture from connecting directly to Flickr and upgraded to the beta version of Connected Flow's beta-version FlickrExport for Aperture compatible with 64-bit Aperture 3. I'm now a happy camper.

  • [svn:bz-trunk] 20695: Tomcat 7 Valve/ LoginCommand changes due to the ValveBase API and Realm API change.

    Revision: 20695
    Revision: 20695
    Author:   [email protected]
    Date:     2011-03-08 13:32:45 -0800 (Tue, 08 Mar 2011)
    Log Message:
    Tomcat 7 Valve/LoginCommand changes due to the ValveBase API and Realm API change.
    rename valve name as Tomcat7Valve
    will need to merge the build.xml after the build machine can fork a JDK 1.6 build
    Checkintests pass
    Modified Paths:
        blazeds/trunk/modules/opt/build.xml
    Added Paths:
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/Tomcat7Valve.java
    Removed Paths:
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatValve708.java

  • [svn:bz-trunk] 20680: Tomcat 7 Login Module work, due to the Tomcat 7 Security framework change we need to work out the security integration piece for tomcat 7 .

    Revision: 20680
    Revision: 20680
    Author:   [email protected]
    Date:     2011-03-08 08:23:30 -0800 (Tue, 08 Mar 2011)
    Log Message:
    Tomcat 7 Login Module work, due to the Tomcat 7 Security framework change we need to work out the security integration piece for tomcat 7. So far the ValveBase and tomcat Realm had API changes which will impact on the Login integration with Tomcat 7
    Modified Paths:
        blazeds/trunk/modules/opt/build.xml
    Added Paths:
        blazeds/trunk/modules/opt/lib/catalina-708.jar
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatValve708.java

    Revision: 20680
    Revision: 20680
    Author:   [email protected]
    Date:     2011-03-08 08:23:30 -0800 (Tue, 08 Mar 2011)
    Log Message:
    Tomcat 7 Login Module work, due to the Tomcat 7 Security framework change we need to work out the security integration piece for tomcat 7. So far the ValveBase and tomcat Realm had API changes which will impact on the Login integration with Tomcat 7
    Modified Paths:
        blazeds/trunk/modules/opt/build.xml
    Added Paths:
        blazeds/trunk/modules/opt/lib/catalina-708.jar
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatValve708.java

  • Bridge thumbnails not updating

    I am using Bridge CS6 and at some point recently my thumbnails (using "filmstrip" mode) stopped updating after I had altered my RAW images.  I've tried to find something in the menus/Preferences that would cause this to happen but have had no success.  My only thought is that I recently "updated" due a Creative Cloud prompt and possibly that is when they issue started.  Has anyone else had or seen this and can anyone help me get back to where my thumbnails are updating? Thanks very much for any insight you can provide.

    Where can I check my "thumbnail option"?  I've looked in Preferences and elswhere
    It is a setting you can change under the little checker icons top right in Bridge Window. Left one sets quality to Prefer Embedded, right one let's you choose more options. For best practice set it to Always HQ.
    If you are on a Mac with Mavericks also read this article:
    Camera Raw 8.4 | No metadata or Camera Raw edit

  • Kernel Warning; WARNING: cpu module 'cpu.AuthenticAMD.15' has API version 0

    I installed patch 127128-11 on my solaris 10 x86 server and now I see this warning when I booted.
    WARNING: cpu module 'cpu.AuthenticAMD.15' has API version 0,
    kernel requires API version 1
    The notes in the README state you will only see it after the first reboot and not afterwards.
    NOTE 11: On first reboot after applying this rev of Kernel Patch (127128-11),
    the following message may appear:
    WARNING: cpu module 'cpu.AuthenticAMD.15' has API version 0,
    kernel requires API version 1
    This message can be safely ignored and will not occur on subsequent
    reboots. This error occurs due to the method in which Deferred
    Activation patches are installed, and in particular, in the way
    in which kernel modules that are being obsoleted by this patch are
    deleted. The error is benign and is safe to ignore.
    Why do I see this warning every time I reboot the server?
    Thanks,
    Chris

    Try:
    1) touch /reconfigure ; "init 6"
    and
    2) after (1), boot "init 6" and look for the boot_archive being regenerated. If you don't see this message, I would manually re-do the boot archive.
    There is a new kernel version now; 138889-08
    Use PCA at http://www.par.univie.ac.at/solaris/pca/ to analyze your system (pca -l or pca -L). Then, if you want to patch:
    - install the patch utilities patch first
    - download all patches into a given directory (read pca docs)
    - drop to single user mode
    - pca -n -i first to get all the userland and no reboot/reconfig patches in
    then
    - pca -i to finish it off.
    I've been doing this for some time and its been working well. Always backup and be careful.
    - Mick

  • When I download firefox, using recommended setting, or my own, all the sub files/folders like plugins, modules, updater end up on the desktop as well as in the file location. And when I try to put them into the file location, they don't. And when I delete

    When I download firefox, using recommended setting, or my own, all the sub files/folders like plugins, modules, updater end up on the desktop as well as in the file location. And when I try to put them into the file location, they don't. And when I delete them, FireFox won't open. I tried deleting FireFox and reinstalling it multiple times, and a message pops up sometimes that says FireFox may not have installed correctly, so I follow the steps, but all the extra icons on my desktop don't go away. This has happened every time I have downloaded FireFox. The browser itself works, but I need to know how to get rid of these icons, but still be able to use FireFox. This is on a new computer, with Windows 7.
    == I downloaded FireFox. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

    Managed to solve this myself. Just went to properties > hidden.

  • Getting error " Incomplete update due to error in single records"

    Dear All,
    We are loading data from DSO to Cube using full load and the load is failing giving an error message Collection in the source system ended and when checked the error message button it is showing as  " Incomplete update due to error in single records" . and also one more message "Messages (type E) for data records with record number 0
    Message no. RSM2714". Can any one tell us the reason for the failure of this load ? and how to resolve it ?.
    When we click on the help button of the error message it is displaying the message as below
    Incomplete update due to errors in single records --> Long text
    Message no. RSM2712
    Diagnosis
    In the update rules, one InfoSource record was used to create several records in the data target. These records must be handled in the same way to enable tracking into the PSA and the treatment of errors in individual records.
    In the previous case, one record was updated in this kind of group generated by update rules, whereas other records in the same group were rejected. If you updated the PSA data record again, the records that were already updated would be updated again. Duplicate records would appear in the data target and the data target would thus be inconsistent.
    System Response
    The data record with errors was highlighted in the PSA. However, no error request was generated.
    Procedure
    Delete the request in the data target and, after removing the error, update all records for the request to the data target again.
    Regards,
    JayaKrishna

    hi,
    Can you please check out the PSA error record and check this out in Source DSO as this load is for DSO -> Cube....
    Please correct it in PSA if this is not correct as per DSO ....prior correcting data in PSA pls delete the request from Cube.....then it will allow to correct or delete record in PSA and then further push data from PSA to Target Cube...
    If its correct as per DSO then run load in DSO sometime few records wrongly updated by  end user and they correct it by evening for Submission....So u will get the corrected record and then run manually further load to Cube...
    Hope this will help....
    Regards,
    Mahesh

  • My iphone 4s is no longer syncing with my computer.  Why? My software on the computer IS the latest version.  Iphone 4 cannot be updated due to lack of storage

    My iphone 4s is no longer syncing with my computer.  Why? My software on the computer IS the latest version.  Iphone 4 cannot be updated due to lack of storage

    What happens when you try to sync? Do you see any error messages? Which software on the computer are you referring to, iTunes? The latest iTunes is 11.1.3. If you cannot update the phone due to lack of storage, you will need to delete some content from the phone.

  • I have iphoto on my apple airwave. It is needing upated, but I am unable to update due to my exhusband. It was purchased under his itunes account. I can no longer even see my pics. What do I do.

    I have iphoto on my apple airwave. It is needing upated, but I am unable to update due to my exhusband. It was purchased under his itunes account. I can no longer even see my pics. What do I do.

    Can I back up my iPhoto library without being able to get into it? Such a mess.
    Just try what LarryHN recommended. Move the iPhoto application from the Applications folder to the Trash, then go the main page of the App Store, sign into the store menu with your AppleID, enter iPhoto into the Search Field.  When iPhoto is found in the store, look, if you can buy it for free. Probably there will be a "Get" button beside the application. Then you can install it for free.
    Before you run the newly installed iPhoto, make sure you have a backup.  You should really not risk to run a new iPhoto version on your iPhoto library, before you copied the iPhoto Library to a different drive.
    iPhoto needs to convert the library to a different format, and that can go wrong in rare cases, but it happens. You simply need to have a copy of your library before you risk the library upgrade.

  • Can't update due to message saying a prior update is still running and to reboot, but I have rebooted 4 or 5 times

    Can't update due to message saying a prior update is still running and to reboot, but I have rebooted at least 4 or 5 times What do I need to remove to get the install to work?
    I am stuck at FireFox 3.6.18 as no update actually installs, even when I am logged in as the admin.
    i am running XP SP3
    I have the update files for version 4, 6, 8, and 10. IF I can figure out the error - probably in the registry - which update should I start with

    If there are problems with updating then best is to download the full version and uninstall the currently installed version and delete the Firefox program folder to remove any leftover files.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 10.0.x: http://www.mozilla.org/en-US/firefox/all.html
    *Firefox 3.6.x: http://www.mozilla.org/en-US/firefox/all-older.html
    Uninstall your current Firefox version, if possible.
    *Do NOT remove personal data when you uninstall the current version or you lose your bookmarks and other data because all profile folders will be removed.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Kernel Panic: ...in module "ip" due to a NULL pointer dereference

    I already had 2 panic-s in the IP module over the last 24 hours. I am running Solaris Express 11 - snv_151a - 2010.11.
    I am trying to:
    - decode which function is failing
    - determine what's (who since its network) causing them
    - find a bug fix for the problem
    I have preserved both dumps via snapshots to be analyzed further as needed.
    Here's the details:
    unix: [ID 836849 kern.notice]
    ^Mpanic[cpu4]/thread=ffffff005c995c40:
    genunix: [ID 335743 kern.notice] BAD TRAP: type=e (#pf Page fault) rp=ffffff005c995040 addr=20 occurred in module "ip" due to a NULL pointer dereference
    unix: [ID 100000 kern.notice]
    unix: [ID 839527 kern.notice] sched:
    unix: [ID 753105 kern.notice] #pf Page fault
    unix: [ID 532287 kern.notice] Bad kernel fault at addr=0x20
    unix: [ID 243837 kern.notice] pid=0, pc=0xfffffffff7c3f005, sp=0xffffff005c995130, eflags=0x10246
    unix: [ID 211416 kern.notice] cr0: 8005003b<pg,wp,ne,et,ts,mp,pe> cr4: 6f8<xmme,fxsr,pge,mce,pae,pse,de>
    unix: [ID 624947 kern.notice] cr2: 20
    unix: [ID 625075 kern.notice] cr3: 8c00000
    unix: [ID 625715 kern.notice] cr8: c
    unix: [ID 100000 kern.notice]
    unix: [ID 592667 kern.notice] rdi: 0 rsi: ffffff0d5738c3a0 rdx: 1
    unix: [ID 592667 kern.notice] rcx: 0 r8: ffffff005c995190 r9: ffffff005c99518c
    unix: [ID 592667 kern.notice] rax: 0 rbx: ffffff0df67a1a54 rbp: ffffff005c9952a0
    unix: [ID 592667 kern.notice] r10: 0 r11: 46 r12: ffffff0e29547a40
    unix: [ID 592667 kern.notice] r13: ffffff0d5738c3a0 r14: 1 r15: ffffff0dbddf2a74
    unix: [ID 592667 kern.notice] fsb: 0 gsb: ffffff0d35219080 ds: 4b
    unix: [ID 592667 kern.notice] es: 4b fs: 0 gs: 1c3
    unix: [ID 592667 kern.notice] trp: e err: 0 rip: fffffffff7c3f005
    unix: [ID 592667 kern.notice] cs: 30 rfl: 10246 rsp: ffffff005c995130
    unix: [ID 266532 kern.notice] ss: 38
    unix: [ID 100000 kern.notice]
    genunix: [ID 655072 kern.notice] ffffff005c994f20 unix:die+dd ()
    genunix: [ID 655072 kern.notice] ffffff005c995030 unix:trap+1799 ()
    genunix: [ID 655072 kern.notice] ffffff005c995040 unix:cmntrap+e6 ()
    genunix: [ID 655072 kern.notice] ffffff005c9952a0 ip:tcp_input_data+38ad ()
    genunix: [ID 655072 kern.notice] ffffff005c995330 ip:squeue_enter+440 ()
    genunix: [ID 655072 kern.notice] ffffff005c995400 ip:ip_fanout_v4+48d ()
    genunix: [ID 655072 kern.notice] ffffff005c995480 ip:ire_recv_local_v4+1ce ()
    genunix: [ID 655072 kern.notice] ffffff005c995560 ip:ill_input_short_v4+69e ()
    genunix: [ID 655072 kern.notice] ffffff005c995790 ip:ip_input+23b ()
    genunix: [ID 655072 kern.notice] ffffff005c995820 mac:mac_rx_soft_ring_process+17a ()
    genunix: [ID 655072 kern.notice] ffffff005c995960 mac:mac_rx_srs_proto_fanout+46f ()
    genunix: [ID 655072 kern.notice] ffffff005c9959e0 mac:mac_rx_srs_drain+26e ()
    genunix: [ID 655072 kern.notice] ffffff005c995a70 mac:mac_rx_srs_process+180 ()
    genunix: [ID 655072 kern.notice] ffffff005c995ac0 mac:mac_rx_common+94 ()
    genunix: [ID 655072 kern.notice] ffffff005c995b10 mac:mac_rx+ac ()
    genunix: [ID 655072 kern.notice] ffffff005c995b50 mac:mac_rx_ring+4c ()
    genunix: [ID 655072 kern.notice] ffffff005c995b90 igb:igb_intr_rx+5e ()
    genunix: [ID 655072 kern.notice] ffffff005c995be0 unix:av_dispatch_autovect+7c ()
    genunix: [ID 655072 kern.notice] ffffff005c995c20 unix:dispatch_hardint+33 ()
    genunix: [ID 655072 kern.notice] ffffff005c965a10 unix:switch_sp_and_call+13 ()
    genunix: [ID 655072 kern.notice] ffffff005c965a60 unix:do_interrupt+b1 ()
    genunix: [ID 655072 kern.notice] ffffff005c965a70 unix:cmnint+ba ()
    genunix: [ID 655072 kern.notice] ffffff005c965b60 unix:i86_mwait+d ()
    genunix: [ID 655072 kern.notice] ffffff005c965bb0 unix:cpu_idle_mwait+f1 ()
    genunix: [ID 655072 kern.notice] ffffff005c965be0 unix:cpu_acpi_idle+8d ()
    genunix: [ID 655072 kern.notice] ffffff005c965bf0 unix:cpu_idle_adaptive+19 ()
    genunix: [ID 655072 kern.notice] ffffff005c965c20 unix:idle+112 ()
    genunix: [ID 655072 kern.notice] ffffff005c965c30 unix:thread_start+8 ()
    unix: [ID 100000 kern.notice]
    genunix: [ID 672855 kern.notice] syncing file systems...
    genunix: [ID 904073 kern.notice] done
    genunix: [ID 111219 kern.notice] dumping to /dev/zvol/dsk/rpool/dump, offset 65536, content: kernel
    ahci: [ID 405573 kern.info] NOTICE: ahci0: ahci_tran_reset_dport port 0 reset port
    ahci: [ID 405573 kern.info] NOTICE: ahci0: ahci_tran_reset_dport port 1 reset port

    I'm not seeing any obvious bugs relating to the stack. There's something similar but it was fixed in b147. Can I suggest and recommend that you raise a Service Request so we can review the data and establish if this is a known or new bug. When creating the new service request it will need to go to the network team so the following will need to be used:
    Product: Oracle Solaris Express
    Component: Protocols and Routing
    Sub-Component: IP - TCP/IP
    Once the SR is raised, we'll need the crash dumps and explorer from the host in question.
    If the crash dumps are of the form vmcore.n, then please gzip them
    If the crash dumps are of the form vmdump.n then they are already in bzip2 format so please do not compress them.
    Prefix the filenames with the SR number and upload them to https://supportfiles.sun.com and select "/cores" from the list of options in Step #2
    Explorer will collect the configuration from the system which is useful for reviewing alongside the crash dump. It should live in /opt/SUNWexplo/bin/ and can be executed using /opt/SUNWexplo/bin/explorer. If it's not installed, please download it from Doc ID 6972175 - "Oracle Services Tools Bundle (STB) - Explorer, SNEEP, LWACT, RDA"
    Regards,
    Steve

Maybe you are looking for

  • HT4623 My Ipod will not sync my Itunes Library! Please help

    I am not being able to sync my Ipod touch on my Itunes library. I was able to get all the apps, but no music. Also, some of the sogs I purchased as showing an error message saying it's not autorized to play, but I did purchase on my computer.. Any he

  • Can't fill in any text using mail templates.

    When trying to email photos via iPhoto 11 I can't insert text into the provided text boxes.  The formatting options pop up but my cursor doesn't appear.   Photos send okay though.  It seems to be a recent problem.

  • How to Create a Custom Service in ECC6

    Hi gurus, How to create a custom service for ESS or MSS in ECC6. I have created similar services for ITS version is that the same way? kindly provide me the steps.... Thanks in Advance Sera

  • Office 2008 and 2011 do not open on Macbook Pro with Mountain Lion

    Can someone please tell me how to get Microsoft office to open in Mountain Lion.  I had Office 2008 when I upgraded to Mountain Lion.  I could not open it after that so I bought MS Office 2011 and it does not open either.  I need to use these applica

  • Jasper report integration in Oracle BPM

    Hello friends We'r working on an application using Oracle BPM 11g (11.1.1.5.0) What we are looking for is to have the ability to generate reports using iReport (jasper). Using help from the previous thread below ,we have been able to call a report wi