Why can't I get anything to work on this trial of Pro for my Mac?

I really can't get this to work at all.

Well, this is positively useless. What Mac? What version of OSX? What "Pro"? Acrobat Pro XI?
Mylenium

Similar Messages

  • HT4667 why can't i get the download to install on my macbook pro for the air port express

    why can't i get the download to install on my macbook pro for the air port express ? 

    If you are running OS X 10.7.2 then you will be able to use AirPort Utility 5.6.
    Leopard, Snow Leopard: AirPort Utility 5.5.3.
    Tiger: AirPort Utility 5.3.2
    Panther: AirPort 4.2

  • HT4623 My Iphone 4s just stopped during the latest update and now the screen show the Apple icon and an white bar beneath.  I can no longer get anything to work on the phone!!  Where to from here??

    My Iphone 4s just stopped during the latest update and now the screen show the Apple icon and an white bar beneath.  I can no longer get anything to work on the phone!!  Where to from here??

    You can not merge accounts.
    Apps are tied to the Apple ID used to download them, you can not transfer them.

  • Why can't i get it to work on any of my MAC products?

    why can't i get it to work on any of my MAC products?

    If you mean that your iPad is not appearing in iTunes then have you got the latest version of iTunes (it needs version 10.2 +) and is your OS X version 10.5.8 + ? There is further troubelshooting help here http://support.apple.com/kb/TS1591

  • Why can't I get Siri to work on my iPad !

    Why can't I get Siri to work on my iPad ! Does it not come with $ 450 model I have ?

    Sorry but when they made siri it was with iPad 3 you see I have an ipad 2 aswell and I thought that siri wasn't working then I too king it back to Argos and they told me that siri isn't supported on the iPad 2 only ipad 3 and newer

  • Why can't I get actions to work? BAFFLED

    Hi, I'm a graphic designer, really not up to speed in the web world. I made myself an idiosyncratic little website using edge animate, learning from the built it lessons (I would appreciate any feedback concerning as I'm stumbling around here, if anyone can be bothered )
    I wanted to add an email link to the end of it, also, some kind of 'skip to the end' feature that appears from the beginning, and eventually a link to a portfolio site. But I can't get ANY actions to work.
    However, when I make a new file, I can do all these things. I can draw a rectangle, and make it clickable so that it jumps to the end, or opens an external site. It does this as expected, when I 'preview in browser'. But my main animation that I've spent hours mucking around with, does nothing. Mouse clicks do absolutely nothing...
    So, I'm baffled, and any help would be appreciated greatly.
    Here's my site, its a simple html thing with the edge animation embedded. I'd never offer these services for a client, but I thought I might be able to cobble something together for myself. As I said, any feedback would be welcome, as I'm stumbling around a bit. Ok a lot.
    www.antenna.net.nz
    thank you!
    Simon Gregory

    Thanks!
    I'll past the code below, but actually it think this eror relates to a symbol I created when I was trying to get an email link working, and I forgot to delete it. Though it didn't work, I'm not sure it has much to do with WHY I couldn't get actions to work in the first place, as nothing else I tried, very simple things like a link to an external webpage worked either. Yet they did when I attempted it with a new animate project. Not sure.
    the whole project is here as a zipped file.
    http://www.antenna.net.nz/animatebafflement/published.zip
    and here is that code as mentioned. And thanks for your help!
    (function($,Edge,compId){var Composition=Edge.Composition,Symbol=Edge.Symbol;
    //Edge symbol: 'stage'
          Symbol.bindElementAction(compId, symbolName, "${_arrow}", "click", function(sym, e) {
             // insert code for mouse click here
             sym.stop();
    (function(symbolName){     
    })("stage");
       //Edge symbol end:'stage'
       //=========================================================
       //Edge symbol: 'Symbol_1'
       (function(symbolName) {  
          Symbol.bindElementAction(compId, symbolName, "${_email}", "click", function(sym, e) {
             // insert code for mouse click here
             var emailer = window.open("mailto:[email protected]?subject=Are you my designer?");// sym.$("name") resolves an Edge Animate element name to a DOM
          //Edge binding end
       })("Symbol_1");
       //Edge symbol end:'Symbol_1'
    })(jQuery, AdobeEdge, "EDGE-20179367");

  • Why can't i get anything stared when clicking on firefox tab? says it can not link to facebook on bing browser or something

    have been using firefox for a while updated this morning an now it will not start up, page goes blank and says something to the effect that firefox can not access the web through the browser, bing is what i use, i like firefox because i can block the adds and it helps me do things faster in a couple of games i play please help.

    ''garybrantley [[#question-1046956|said]]''
    <blockquote>
    Recently, I noticed that when I attempt to "share" a YouTube video and click the share button, I get no embed codes. In fact I get no options at all. And, when I tried to share a YouTube playlist, again, nothing happens except an apparent text box opens that I cannot type or enter anything into. I use a Macbook Pro at work, with Firefox as my browser and everything works just as it should on YouTube. Since this is a quite recent problem with my Dell desktop (Firefox browser) at home, I suspect something has changed resulting in my current issue. Thanks for any help!
    </blockquote>
    YouTube Content Creators have the ability to disable embedding if they wish to keep their videos on YouTube only. This is most likely what has occurred and is more than likely not an issue with Firefox itself.
    ''Let us know if this helped.''

  • HT3529 why can't I get iMessage to work on iPad1?

    I can't get iMessage to work on iPad1

    Close the Messages app, then turn it off in the settings, reboot your iPad and after it starts up, turn Messages on again and see if it works.
    To close messages completely - Tap the home button once. Then tap the home button twice and the recents tray will appear at the bottom of the screen. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the rhe messages icon. Tap the home button twice.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • UDP in applet? Why can't I get it to work????  How do I assign permissions?

    I have signed my applet, and everything is cool, but how do I let the user allow me to open UDP datagram packets?
    I have seen a whole bunch of stuff about policy files, but Sun doesn't expect the user to have to run some wierd policy tool right?? How can it happen that the user allows me to do whatever I want ... I signed my Jar, created certificate, but how do I get the policies to be sent with my Jar?? The user should only need to click once or twice to say yes I trust this applet, and I want to do whatever i want ... Why can't I open datagram sockets?
    On another note, the reason I want to do this is to create a game, where I need a fast connection between players. I don't want to bounce everything through the server for obvious reasons, but I don't want to use the normal Socket either between players since that is supposed to be slower than datagram ... my plan is to use datagram sockets between players for gameplay connectivity, and ServerSocket/Socket between server and each player (for updating scores, etc, less traffic) ... is this a good plan? do I have the right idea?

    Why can't I open datagram sockets?1. Wrong code
    2. Untrusted calling code (javascript)
    3. Proxy
    4. 3rd party jars not found
    Do you get an exception if so what is it?
    Signing applets:
    http://forum.java.sun.com/thread.jsp?forum=63&thread=524815
    second post and reply 18 for the java class file using doprivileged
    Still problems?
    A Full trace might help us out:
    http://forum.java.sun.com/thread.jspa?threadID=656028

  • Why can't I get albums to work for me?

    I'm struggling with creating a new site for my business that uses albums to display my portfolio images. I have everything working like it should inside iWeb, but when I publish to a folder or upload it to a website, the albums just work as images and do not link to the gallery of images inside.
    I have two galleries on my portfolio page. Within iWeb, I can click on either album and get the images to open in slideshow and other modes. For some reason, though, the link is broken to prevent the album from working as a link to the images within when it is translated to a working webpage. What am I doing wrong? I dragged an iPhoto gallery to the gallery page to create each album and am able to do all of the navigation I would expect within iWeb.
    Thanks,
    Ron
    http://web.mac.com/ron.haake/NewScene2/HOME.html

    You're doing something really wrong yes!
    On this site:
    http://web.mac.com/ron.haake/NewScene2/Portfolio/Portfolio.html
    this image:
    http://web.mac.com/ron.haake/NewScene_2/Portfolio/Portfoliofiles/Blank%20Frame.png.png
    is in front of the albums that's why they don't work... What you should do is remove this frame...
    Regards,
    Cédric

  • Why can't I get messages to work in new iPad?

    I have new wireless ipad and the ipad1  When trying to use messages it works in ipad1 but  I get Could not sign in Please check your network settings and try again message.  the facetime won't activate either.  my network works because I can get online .  What am I doing wrong?
    I use same apple id for both.

    No iMessage and no facetime on my new iPad 3.  It won't let me authorize either with my apple ID. but I still get the "Could not sign in, Please check network settings and try again" which I have numeroous time.
    My network works fine for everything else.
    I can do the iMessage on orginal ipad with no problem which I set up with my apple id.  This is very frustrating. Any help would be appreciated. 
    My imac is on snow leopard and all the apps download with no problems so why not able to use iMessage and facetime on my new iPad 3???  I did not set up the iPad 3 with my computer.

  • Moving house - why can't BT get anything right?

    I have read so many similar posts its probably not worth me wasting more of my time, but I am exasperated with the lack of service, lack of communication and almost laughable inability to do anything from BT support staff. Why is it a difficult thing to organise a move to a house with an existing BT landline? Why do I have to spend days with queues for over an hour, be passed from pillar to post and still get nowhere? I wouldn't have a job if I performed that poorly. Still not resolved and so I will be moving to Sky - once I finally get through to someone on the phone to tell them. ...

    Hi IanV,
    Sorry to hear about this, did you get sorted in the end up? If not, please fill out the contact us form located in the about me section of my profile and we can take a look at this for you.
    Cheers,
    Chris
    BT Mod Team
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Why can't I get facetime to work?

    I have activated facetime the iphone, the wifi works but when someone calls using facetime, the caller has a ring tone and it just rings and rings. Nothing happens on the receiving end. However a missed call message comes up once the caller hangs up. Does anyone know why this happens and how this can be solved?

    I have the same issue. My little bro told me to go into the wifi settings, go to advanced, and change the DNS sever from whatever to "8.8.8.8". i was skeptical at first but it worked. The problem now is I still can't facetime with anyone! So maybe its not such a good idea after all. My macbook pro is brand new and came with Lion pre-installed. the next issue too is that i noticed the mac app store is still selling the 1.02 version of the facetime app. i checked my one and noticed I have version 1.1! I think that this is the real problem. I tried buying the app on the App store and it told me to delete the facetime app I have on my MBP because my facetime is a "later version of the app". I tried deleting it but the OS won't allow me to delete it because its already integrated in the system! I realize now that this might not be helping......

  • Why can't I get it to work?

    I recently established a paid @mac.com account. I entered a user name and password & did the rest of the required things.
    A week or so later it occurred to me that I should add the address to my email section (Entourage). Once I had gone through the routine I was informed that that name was already taken.
    Well, guess who took it: I did!
    Why won't the system recognize that?
    I'm sort of semidistgusted.
    My system backup requests also fall on deaf ears.
    iMac G5   Mac OS X (10.4.3)  
    iMac G5   Mac OS X (10.4.3)  

    Entourage is the Microsoft email program which comes with Office 2004. Mail.app is the native Mac email client.
    If you're not using an Exchange server, don't use Entourage.
    I'm not sure how you'd go about importing mail, but the setup is pretty simple, once you get the relevant info from your ISP, or from your existing mail setup.
    What you need to know (from your ISP):
    - use POP3 or IMAP? (typically, they use POP3)
    - username and password
    - incoming POP3 or IMAP server name
    - outgoing (SMTP) server name
    The Mac mail setup thingy should prompt you through it. If your ISP says 'we don't support Mac', it doesn't mean it won't work perfectly. You just need the info listed above.

  • Why can't I get Imikimi to work on firefox?

    Why won't Imikimi work with firefox? It works with IE but is very slow.

    There has been a change in where Firefox searches for plugins and the plugins folder in the Firefox program folder is no longer scanned for plugins, so Firefox won't find them anymore if they are installed in the plugins folder instead of the "browser\plugins" folder that Firefox now scans.
    You can set the plugins.load_appdir_plugins pref to true on the about:config page to make Firefox scan the "<install>/plugins/" directory for plugins like the WMP plugin (np-mswmp.dll).
    You can alternatively move plugins from "<install directory>\plugins\" to "<install directory>\browser\plugins\" (create this folder when missing) to make Firefox find them again.
    *http://www.ghacks.net/2013/05/15/why-you-may-have-lost-access-to-plugins-or-extensions-in-firefox-21/
    *http://mike.kaply.com/2013/04/24/major-changes-coming-in-firefox-21/
    *https://support.mozilla.org/kb/windows-media-or-other-plugins-stopped-working

Maybe you are looking for

  • Elements 10 trial doesn't show guided edit and other menus

    I've just downloaded and installed the Photoshop Elements 10 trial for the second time. I shut down my firewall and internet security while installing. The program loads fine but when I click on Guided edit, the panel on the right is blank. This is t

  • Play only one time Script

    Hello everybody ! I´ve a MAINtrack and a INFOtrack. The DVD start on a MAINmenu wiht one Button. At the first time if you activate the button, the INFOtrack and the MAINtrack will play in succession. When you go back to the MAINmenu and press the but

  • Creating New Bank

    Hi Friends,        I have Created New Bank in edit Chart Of Account in active mode.But It is not Highlited in Balance Sheet. So what is  the solution for this. Plz guide me. Thanks SK

  • Use of ORA_ROWSCN

    Is it possible to use ORA_ROWSCN in lieu of a version column for optimistic locking? Our application has a large number of tables and I'd prefer not to add a column to each unless it is unavoidable), hence ORA_ROWSCN looks interesting (I know I can w

  • Getting audio through HDMI on MSi 5770 Hawk

    Hey all, I just built a new system using the ASUS P6X58D Premium motherboard and I have two MSi r5770 Hawk graphics cards CrossFire'd.  I've got my monitor plugged into the DVI port and also an HDMI cable from the HDMI port to my surround sound syste