8 issues JavaFX needs to overcome to be truly successful

JavaFX is excellent technology but I feel it will never be broadly successful until the following issues are addressed. Note, I am referring to JavaFX running inside a browser as an applet in all these remarks.
1. Startup Times
They are just way too slow. On the JavaFX.com home page, the strip of demo thumbnails at the bottom of the page takes over 30 seconds to start on both my Windows machines. I don't think too many people have the time to wait for them to load and will probably navigate to another page wondering what that blank blue strip at the bottom of the page is used for. The Flash versions on the full demos page load almost instantly.
2. Performance
It's just way too slow. All the JavaFX.com demos are designed as tiny little applet windows for a reason: as the size of the applet window increases the performance degrades significantly. As a result, JavaFX cannot be seriously considered for a "real" web application which would occupy the entire space available in the browser as it would be simply too sluggish.
3. JRE
Obviously JavaFX requires a JRE which has its own inherent problems.
* Only a subset of desktop PCs have a JRE installed.
* The JRE is large and takes a long time to download and install.
* Installing the JRE requires the user to close the browser and then reopen it. If the user has 10 tabs open at the time, this is very inconvenient. Installing Flash does not require this.
* I believe JavaFX requires Java 6 Update 10 or greater but a large number of people are very reluctant to keep upgrading their JREs and some are stuck on Java 5 or even 1.4.
4. Progress Indicators
Are there any? The JavaFX strip I referred to in (1) just appears as blank blue right up until the applet has fully loaded. It clearly needs some kind of progress indicator so that the user knows that something is actually happening. The same applies when a video is being downloaded like in the MediaBox demo. There is just a static screen while this is happening and the user has no way of knowing if the applet is even alive.
5. Video
I have tried the JavaFX.com demo MediaBox on 3 machines, a Windows Vista machine, a Windows XP machine and a Ubuntu machine. On the Vista machine running this demo actually crashes the JVM with a "The Java Runtime has stopped working" message and no video is displayed. On the XP machine it thinks for a couple of minutes and then displays a message "The video could not be played at this time". On the Ubuntu machine the demo crashes with a MediaNotSupported exception. That's 3 out of 3 machines that get no video. Does this ever work?
On an XP machine where I managed to get video to work locally, there appears to be no proper buffering of the video before it's played. It appears to try to download the entire clip before it starts to play it. Clealy this is not going to be satisfactory over the internet.
6. Dynamic Scipting
To accomplish true dynamic scripting it appears the applet needs to download the full JavaFX Script compiler (yet another large JAR) and even then it appears to encounter security exceptions that prevent it from running in an applet context.
7. Fonts
They are not rendered clearly. Despite what many people claim, JavaFX fonts are not rendered with subpixel antialiasing on any platform I have tried and as a result look blurred and poor. Fonts in JavaFX are just not up to standard for a professional quality application.
8. Quirks
One such quirk is that every time I go to run a JavaFX demo it asks me to confirm installation of the JavaFX runtime. Surely once is enough. Another quirk is that when I want to view video I have to OK a security warning. A security warning just to play a video? Not exactly user friendly.
Would anyone like to comment on these issues? I am very keen to commit to JavaFX as it has some truly excellent features but I need to know that these problems are going to be addressed in the near future.
Jarrick Chagma

Hi PhiLho,
PhiLho wrote:
Comparing JavaFX to Flash on the pervasiveness ground is a bit unfair. Adobe did a great marketing job in persuading browser makers to distribute it with them. Although if you make a Flash applet needing Flash 9 (for example), and only have Flash 6 installed, you might fall on the inconvenience you describe in 3.True, but the point about Java's pervasiveness was probably the least important of the 8 issues.
Somehow, it would be fairer to compare JavaFX to Silverlight... :-)Agreed.
Installing JavaFX runtime (and perhaps Java JRE) might be an issue for small, casual applets, less for "serious" applications where users are motivated to use them. And well, it is mostly true for lot of plugins.Yes but having to close the current browser window is not desirable and hopefully will be addressed.
1) I agree and JavaFX team agree, looks like Sun is working hard to improve that (on the latest JRE versions) and it might even more improve with Java 7 (with the modularity feature).This really does need to be addressed. Java 6 Update N (10) did wonders for Java startup times in general but there still seems to be an issue here with JavaFX applets. I don't expect that they will ever be fully comparable to Flash and as you point out they don't really need to be but for many of the intended uses of JavaFX startup times need to improve significantly.
2) Not very fair here. Full screen Flash applets are even more sluggish! Some benchmarks tend to show that JavaFX is much faster than Flash and Silverlight. It was true with 1.0, it is even more with 1.2 and it looks that the JavaFX team works hard to improve even further.I have seen some awesome full-screen Flash applets with no obvious performance issues, I am just not confident the same can be achieved with JavaFX and this is where it needs to excel IMHO. I have not worked with Silverlight so I cannot really comment on its relative performance. Do you have a link to an article detailing those benchmarks? I am not doubting your claim, I'd just like to see them.
Beside, I don't think a "real" Web application need to do full screen animations, it is more about forms and simple graphical effects.Yes but, as I said, performance of all effects and even simple animations degrades significantly as the applet gets bigger. This is of course to be expected but still needs to improve as I don't see JavaFX being used very often for banners or tiny little applets.
Of course, we all want better performance in any case.So true!
3) According to Adobe itself, Java is installed on 81% of computers, which isn't too bad (but much less than the advertised 99% for Flash, but see my first paragraph...). Now, the JRE has to be not too antique, of course. At least Sun has an auto-update ensuring users (that follow it) are not left behind. Note that JavaFX requirement is to run with Java 1.5 (with degraded functionality: no drag to desktop, transparent window, etc.).Yes, it really needs 1.6u10 to perform properly. Java is very ubiquitous but, as I said, many people are still on 1.4, 5 or earlier versions of 6. I guess they have updating turned off or ignore the prompts. Many people are of the impression that their applet or application will only work with earlier versions of Java and not the most recent releases which is quite wrong of course. We need to somehow bust that myth!
4) I have seen a loading screen in JavaFX, although it was more about progress of data loading than progress of applet loading...Well it's the applet loading that needs to be visualised especially given how long they take to start up. As I said, just clear your JAR cache and load the JavaFX.com homepage and you'll see what I mean.
5) Not tried much video, can't comment on it.Video is critical in my usage of JavaFX.
6) Not sure what you mean by dynamic scripting.Being able to create components, objects and effects and animations directly from source at run time. This can be done but doesn't work in applets and requires the full JavaFX Script compiler which is another large JAR to download.
7) I have seen hacks to make that.Any references? I am extremely fussy about font rendering.
8) I don't have your problem, it uses the installed runtime without asking. And early demos were heavy on the signing side, requesting unnecessary confirmations for simple animations. Good JNLP tuning avoids that.I get a notification for each applet I run. Clicking on OK or Accept doesn't seem to actually do anything.
Cheers,
Jarrick Chagma

Similar Messages

  • Regarding passport registration issues, I need to have a letter from you including both the old and new imei numbers. Could you please send me an email mentioning that I have changed the phones with the given imei numbers?

    Regarding passport registration issues, I need to have a letter from you including both the old and new imei numbers. Could you please send me an email mentioning that I have changed the phones with the given imei numbers?

    You're not addressing Apple here. This is a user-to-user technical support forum. If you want to contact Apple, use the Contact Us link at the bottom right of every page for information on how to do so.
    Best of luck.

  • My iPhone 5s on ios 8.1.2 is stuck at Apple logo or recovery mode.. To fix this issue, i need to update it to ios 8.2 through itunes.. I want to ask that my data i.e. Photos and other personal data would be removed after updating it or not..?

    My iPhone 5s on ios 8.1.2 is stuck at Apple logo or recovery mode.. To fix this issue, i need to update it to ios 8.2 through itunes.. I want to ask that my data i.e. Photos and other personal data would be removed after updating it or not..?
    if yes then how can i save my data or get out of recovery mode.. Is there any safe mode or something like that on which i could access my data..
    P.S. I have not taken any backup of my iPhone on itunes..
    Please help me sort out this issue..

    Recovery mode doesn't mean that all your data is already lost. You only lose your data if you restore it.
    When you plug the phone is into iTunes hold down the home button. iTunes may then give you the option JUST to update the software first. This should not get rid of any data.
    However, if iTunes is only giving you the option to RESTORE and update, then you will lose your data I'm afraid.
    Hope that helps!

  • Top 15 Issues/Fixes Needed in the next Premiere Pro release/update (CS6.5 or CS7)

    I’m excited for what’s coming next in Premiere Pro CS6.5 or CS7 (whichever update is next). As a former FCP7 user myself, Premiere CS6 was a quick and necessary switch (especially after changing the main keyboard shortcuts back to what I was used to). I’ve since gone back to FCP7 on occasion for certain things and I can tell you that I’m so glad I’ve switched. For all the headaches and serious errors that I still get daily/weekly with Premiere Pro CS6, it’s still definitely a big step up. I'm encouraged by staff members like Mitch W. that have expressed confidence that many of these issues will be resolved in the next release. Here is my personal list of “Top 15 issues/fixes” needed in the current Premiere Pro CS6…
    (Adobe STAFF...feel free to print this out and hand it to the engineers responsible for making changes )
    1) The infamous multicam FLAW. Needing no introduction…when you are editing your video in the multicam window and you hit pause or stop Premiere has decided that’s a great time to make a cut on your timeline and also switch angles back to the original angle whether you like it or not. You cannot stop ever while editing multicam without Premiere making these unwanted cuts and angle changes. Awful. Multicam in PPro is otherwise pretty nice, but this issue is terribly counter-productive especially when you are editing longer complex multicam sequences. Imagine if every time you hit pause or stop in the regular timeline it made a cut there and switched clips. Ugh. You get my point.
    2) The audio meters/levels do not work while in the multicam window. A staff member in the forums (I think it was you) said this was a bug. Hope it will get fixed. The audio levels work in every other window and its essential to be able to keep an eye on the levels while editing multicam.
    3) Ticktime.cpp-207 error. Ugh. What a nightmare. I have confidence that it will be fixed soon. Mitch W. from the forums is my new hero for taking on this error. How to replicate it?…simply have 6 (or 7) or more clips with the warp stabilizer effect added on the same timeline as a nested multicam clip and you get this error upon reopening your project. The more warp stabilizers you use, the more times you’ll have to hit “continue” to get through the error before you can open your project or export it to AME. I deal with this every single day because all my projects use these two elements. Most of my projects I have to hit “continue” on the error message upwards of 350-450 times to open my projects. Gets old fast.
    4) Icon View order control. When you display all your clips in icon view instead of a list view (In the project window), there is no metadata to allow you to put the clips in order somehow (or at least maintain the order that you have in the list). There are roundabout workarounds, but c’mon.
    5) Warp Stabilizer fixes…it is an AMAZING tool (far, far, far better than smoothcam in FCP7) BUT…it has it’s issues. Since I use hundreds of times/week (no exaggeration) I know it’s functions/flaws really well. The issues with Warp Stabilizer:
    a) #3 above
    b) Toggle OFF the effect after it’s applied and then hit Analyze again and PPro crashes. (easy to avoid but annoying bug)
    c) If a clip is in the middle of stabilizing (not just analyzing…but the final step labeled “analyzing”) when Auto-save comes up…most of the time PPro freezes and crashes.
    d) The DEFAULT “method” (in the settings for Warp Stabilizer) should NOT be “Subspace Warp”…it should be “Position, Scale, Rotation”. Why? It’s FAAAAARRRR better and more efficient. 95 out of 100 times it causes MUCH less “wobble” in the final stabilized clips AND most importantly 95 out of 100 times it scales the video less. Way better method.
    6) The ability to open multiple projects simultaneously. As simple as FCP7 had it…or even better…as cool and efficient as FCPX does it would be nice.
    7) The ability to mark a clip and not just a point on a timeline (because if you move the clip, the marker doesn’t go with it). I know you can use “Clip Marker” but it's very limiting, can't be moved, can't add notes, can't advance to the next marker (as far as I know). Also a marker list like FCPX has would be nice so you can see your markers all in a list at a glance and adjust them as needed.
    8) Ability to select a clip in the Project window and find out where it’s used in the timeline. I LOVE how you can do the reverse and take a clip in the timeline and “Reveal in Project Window” but it would really help to go the other way around. Dealing with several hundred clips for every project I’ve missed this feature from time to time (FCPX handles this really well).
    9) Add a through-edit indicator in timeline and “re-join clips” option. If you cut a clip but keep both clips together it’s just one continuous clip. But I really hope Premiere adds the not only an indicator of some sort (like FCP7′s way of having two small red triangles facing each other on that cut) so you know it’s one continuous clip BUT ALSO the ability to right-click and “re-join” the two clips into one.
    10) When clip is double-clicked in timeline, CTI position in source viewer should match location in timeline. This one is pretty annoying and a fix would be incredibly helpful. The way it is now is very counter-productive. Definitely hope this gets fixed ASAP.
    11) Better border controls for images/videos. Can’t do much with images right now in PPro. At least allow to customize the color and size/strength of it’s borders and shadows.
    12) Better support for Mac/Apple's top end computers/GPU's. I'm still surprised that 2011 top of the line iMac cards (AMD 6970M) that have 2gb of ram are not supported. I’m sure/I hope 2012 iMac’s will be supported with their new Nvidia GPU’s…but I’ll hold out hope that the top iMac (up until 3 months ago) is supported at least at it’s full power. All around better Mac support would be great considering the wave of new users coming over from FCP.
    13) Opacity/Transparency issues with EXPORTED videos with Cross Dissolves, etc. For some odd reason videos exported from Premiere CS6 have issues with cross dissolves or minor transparency. I’ll try to explain…in the program window of PPro CS6 cross dissolves look fine. Also, if you take a clip and stack it on top of another clip and put the top clip at say 99% opacity instead of 100 it looks like it should in PPro. But, if you export the clips you’ll quickly see that there are issues. It’s almost like the exported videos dissolve from 5 to 95. They skip the subtle beginning (0-5%) and subtle end (95-100%) of any fade. A clip in PPro as described above that is on top of another but set at 99% will look more like 90-95% in the exported file ESPECIALLY if the two clips are contrasting (eg. top layer dark, bottom layer with bright elements). It’s like the opposit of ease-in/ease-out. I have to ease-in/ease-out of every dissolve to avoid this issue…and even then, it’s not THAT much of an “ease” as one would hope. Another user in a forum once posted a video that shows how abruptly exported videos end their transparency changes…see: THIS SAMPLE VIDEO  Perhaps this is a GPU/processing issue with AME vs. Premiere Pro but whatever it is, it should be fixed so videos you export look like the videos you edited!
    14) Better control in Creative Cloud over which devices are “activated/deactivated”  We have 3 computers and it would be nice if one could log in to their Creative Cloud account and see a list of which devices they have and just toggle on/off which one’s are activated/deactivated. This is especially helpful when you are mobile and forget to deactivate one of your two home/office devices so you’re stuck now until you get back to the home/office to deactivate it. This is not a Premiere thing, but just a general wish.
    15) Ability to sync multicam clips automatically using the audio. Plural eyes apparently does this well. Would be nice to have it built into Premiere like FCPX does. Select all the shots you want to sync, One button click, wait a few seconds, done.
    That’s my top 15. Everything else is awesome in my opinion for what I do 10 hours a day 6-7 days a week. I’ve included bug reports/feature requests for all of these at one point but if you are someone else reading this go to the following link and ask for these issues to be fixed: FEATURE REQUEST/BUG REPORT
    I wish Adobe did smaller updates more often. Because even if they were smaller updates, we’d at least know you are working on fixing some of these issues that have plagued this NLE for years. Holding off fixes for one or two big “updates” every year is tough to deal with in a world of the ever updating apps we live and play with daily on our phones. I realize Premiere is a much larger scale and far more professional than a phone app, but hopefully you get my point. Here’s to hoping the next release (NAB 2013?) resolves all my top 15 issues. Here’s to hoping that these issues will be resolved sooner than later so I can stop raising hell in various forums. I’m honestly ready to start praising and defending Premiere Pro instead of griping about it’s bugs and flaws. It’s a fantastic program “on the way” to being the best. I hope.

    Nice list, however it does seem a little bit like you may be hoping that Adobe provides the Final Cut 8 package that Apple never delivered on. Having edited primarily with P-Pro for the last decade, I hope Adobe focuses more on getting the next release to run as smooth as CS5x does, strangling and crucifying all the codec and playback bugs that arose in CS6. To me, it appeared that too many of the changes in CS6 were semantic or cosmetic, meant to give a FCP user more familiarity. Why change the name of an edit function from "overlay" to "overwrite" after 15 years? Because it enhances the product, or because that is what Apple called the function in FCP? If Adobe renames the Program Monitor to the "Canvas" with the next release, I think that I might be sick. There were nice additions to the Creative Suite as a whole, but I hope the next Premiere release reverses some missteps made in CS6, and focuses more on stability and enhanced functionality. I also really hope that they have an open ear towards criticism; Apple did not and their users ended up with FCP-X
    It saddens me that the fixes I want most in a future release were purposeful changes between CS5x and CS6x.
    1) Provide the options for transport controls in the source and program monitors. All of the users at my office hate that the jog and shuttle were removed in CS6. JKL was an option prior to CS6 and if we liked it we would have used it. I keep reading the justification that this change was meant to save space and streamline the UI. I can't express cordially how much this bothers me to look at the empty wasted space in my CS6 UI where the transport controls should be. The experiment has gone on long enough.
    2) Restore the 3 Way Color Corrector to its previous functionality. The 3 way color corrector has been effectively neutered in CS6. Where in CS5x and earlier releases one could separately target the input/output levels of Highlights, Midtones, and Shadows, CS6 has only a master input/output level control. Why is less control better? Is it a 3-Way Color Corrector or a 1-Way Color Corrector?
    3) Restore Clip and Timeline markers to their previous functionality. I don't even.... I can't. A user shouldn't have to do work arounds to create a modicum of functionality. This again was an attribute that wasn't broken in earlier releases.
    4) Simplify the the task of pasting media into a targeted track. As it is now, pasted items will always go to the lowest activated track instead of the targeted track.
    Lastly I would like the Adobe Premiere teams to consider what an amazing accomplishment Premiere CS5x was. Upon CS5's release, a good portion of competitor's workflows became obsolete. CS5.5 refined, stabilized, and expanded functionality.
    CS6 changed the UI around, moving or deleting buttons, changed keyboard shortcuts, and renamed functions. Oh, and added hoverscrub, you know...like FCPX. In exchanged there was loss of functionality, stability issues and broken codecs.
    I really hope the next release is more like CS5x and less like FCPX

  • I am using your software: CS^ InDesign Suite on a PC using a Windows 7 operating system.     Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar

    Hi,
    I am using your software: CS6 InDesign Suiteon a PC using a Windows 7 operating system.
    Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and the menu bar on the left side with the graphic depiction of options.
    In earlier versions of Windows (e.g. XP), whenever I changed the screen resolution on my computer to a lesser resolution in order to show the link icons on my desktop in a larger, more readable size, all the software programs, including yours, appeared on my screen with the menu bars in the larger font size that I needed.
    However, in Windows 7, this is not the case.  Even though I have selected the lowest resolution, making the icons on my desktop extremely large, I cannot read the options across the top menu bar of your program, nor the pull-down menu items that they contain.  I cannot see the graphic depictions of options on the left side of the screen. They are all too small.  How can I make your program increase the size?

    CS6 is not high-DPI compatible/ enabled and that can't be changed. If you cannot6 make it work with your operating system means, then short of joining Creative Cloud and using newer versions there is nothing you can do.
    Mylenium

  • I am using CS6 InDesign suite on a PC using a Windows 7 operating system.     Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and

    I am using CS6 InDesign on a PC using a Windows 7 operating system.
    Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and the menu bar on the left side with the graphic depiction of options.
    In earlier versions of Windows (e.g. XP), whenever I changed the screen resolution on my computer to a lesser resolution in order to show the link icons on my desktop in a larger, more readable size, all the software programs, including yours, appeared on my screen with the menu bars in the larger font size that I needed.
    However, in Windows 7, this is not the case.  Even though I have selected the lowest resolution, making the icons on my desktop extremely large, I cannot read the options across the top menu bar of your program, nor the pull-down menu items that they contain.  I cannot see the graphic depictions of options on the left side of the screen. They are all too small.  How can I make your program increase the size?

    NO way.
    Mylenium

  • The .txt file has formatting issues that need to be resolved

    Transaction ZEHS20 runs a program that assigns a CCL Group to a specification header, based on its Active Ingredients. The transaction can be run in the background if desired with output being emailed to the user.The .txt file has formatting issues that need to be resolved. can u  pls Help me to resolve this issue.
    Thanks

    What is the formatting issue like? Could you please elaborate a bit more.
    If it is because of varying lengths in the data then it can be handled by utilising a CONCATENATE RESPECTING blanks.

  • I'm having trouble with My adobe Creative Suite 4 Design Standard programs opening. They will bounce to open but won't open up and eventually I will need to force quit as they aren't responding.  I'm thinking it may be a font issue but need some support A

    I'm having trouble with My adobe Creative Suite 4 Design Standard programs opening. They will bounce to open but won't open up and eventually I will need to force quit as they aren't responding.  I'm thinking it may be a font issue but need some support ASAP!

    Nobody can tell you anything without proper system info or other technical details like the crash logs.
    Mylenium

  • I have a "Contact" organization issue I need help with.  I organize multiple customers under their account affiliation. I place the people with their contact info under each account name by their dept/role in the notes section of their account. I am l

    I have a "Contact" organization issue I need help with.  I organize multiple customers under their account affiliation. I place the people with their contact info under each account name by their dept/role in the notes section of their account. I am looking to be able to directly dial / email from this info in yet notes section located within a contact. On Blackberry, the notes area entered in a contact can connect directly but on the iPhone those numbers/emails are inactive. I am trying to avoid having to create each of these individuals as a separate contact and keep them under their account affiliation. It is easier to find them.  This does not seem like that complicated of a request and hoping someone can tell me how or share an app that will enable the "notes" within a contact be "active". Hope this makes sense.

    I seem to recall that this question has been asked before and I'm pretty sure that the answer is that you can't do what you want to do with the native contact app. However, there are lots of contact apps out there that pull from the built app's data but have other features. Perhaps one of them would meet your needs.

  • I have a late 2009 iMac. I installed OSX 10.8.4 and want to go back to Snow Leopard. I have a 1.5TB external HD. Are there any issues I need to know about or tips I need to know before doing this? Thanks.

    I have a late 2009 iMac. I installed OSX 10.8.4 and want to go back to Snow Leopard. I have a 3TB external HD. Are there any issues I need to know about or tips I need to know before doing this? Thanks.

    Downgrade Lion/Mountain Lion to Snow Leopard
      1. Boot from your Snow Leopard Installer Disc. After the installer
          loads select your language and click on the Continue
          button. When the menu bar appears select Disk Utility from the
          Utilities menu.
      2. After DU loads select your hard drive (this is the entry with the
          mfgr.'s ID and size) from the left side list. Note the SMART status
          of the drive in DU's status area.  If it does not say "Verified" then
          the drive is failing or has failed and will need replacing.  SMART
          info will not be reported  on external drives. Otherwise, click on
          the Partition tab in the DU main window.
      3. Under the Volume Scheme heading set the number of partitions
          from the drop down menu to one. Set the format type to Mac OS
          Extended (Journaled.) Click on the Options button, set the
          partition scheme to GUID then click on the OK button. Click on
          the Partition button and wait until the process has completed.
      4. Quit DU and return to the installer. Install Snow Leopard.
    This will erase the whole drive so be sure to backup your files if you don't have a backup already. If you have performed a TM backup using Lion be aware that you cannot restore from that backup in Snow Leopard (see below.) I suggest you make a separate backup using Carbon Copy Cloner.
    If you have Snow Leopard Time Machine backups made while on Snow Leopard, then you may do a full system restore per #14 in Time Machine - Frequently Asked Questions.  If you have subsequent backups from Lion, you can restore newer items selectively, via the "Star Wars" display, per #15 there, but be careful; some Snow Leopard apps may not work with the Lion/Mountain Lion files.

  • I'm thinking of buying an ipad wifi for my mom who lives in Kenya. Any issues I need to know about? Will the ipad work ok?

    I'm thinking of buying an ipad (1) wifi for my mom who lives in Kenya. I understand the charger is universal and will work with an adapter. Any other issues I need to know about? Will the ipad work ok?
    She is 68 years old and has vision problems. My thought is that it would be eaiser for her to see than a ipod touch. She would use it for music, maybe reading, some games. I'm not sure she would be adept enough to download many apps, so we'd prbably load it up for her.
    Thanks for any input!

    She's going to need to update and at some point restore the iPad which requires a computer.
    For vision problems she can enable zoom. Tap Settings / General / Accessibility.

  • My iphone 5 crashes (restarts) automatically after updating to ios 7.1 anyboday facing same issues ? Need help !!!!

    my iphone 5 crashes (restarts) automatically after updating to ios 7.1 anyboday facing same issues ? Need help !!!!

    I am having the same issues--just got off phone with customer service rep--was told that my phone is in recoveyr mode and that I would have to restore it, however, the only things that would be restored would be from my last backup which was in November 2013!  I was also told that apple users should not update as soon as the update is available (so why are they sending it to us if they're not sure that there will be any problems!!!).  I can't restore now since I am in work--will do it when I go home tonight.  In the meantime, I am without a working iphone for the day!  This is horrible--I see I'm not the only one who has experienced this!

  • I got an iphone from apple store US and am located in egypt , the device has hardware issues and need swap as stated by apple stor belfast when i was in ireland but they cannot swap it in EU as it is purchased from US , please advice

    I got an iphone from apple store US and am located in egypt , the device has hardware issues and need swap as stated by apple stor belfast when i was in ireland but they cannot swap it in EU as it is purchased from US , please advice how i can get this swapped without any extra cost on me , this is really frustrating

    The warranty is valid in the original country of purchase:
    http://www.apple.com/legal/warranty/products/iphone-english.html
    Note:
    IMPORTANT RESTRICTION
    Apple may restrict warranty service to the country where Apple or its Authorized Distributors originally sold the Apple Product.
    You will either need to find a local repair shop and pay for it. Or you will need to ship the phone to someone you know in the US and have them take it to Apple for evaluation and then have it shipped back to you. All this will be at your expense. Also note that Apple do not accept direct shipments.

  • Need to displaye message "User created successfully" after creating user

    Hi,
    I need to display message "User created successfully" after creating a user in OIM i.e after clicking on create user button, thie message should be displayed. Please guide me in this regard.
    Thanks.

    Hi,
    In ideal situation when you create an user and user gets created successfully the user profile page displayed.
    Now, if you want to show your message on top of that then you need to customize the Create User jsp.
    If you want to show new screen with required message then you need to create an custom screen,action class and some modification in struts framework.
    Regards
    Alabhya Goel

  • An iTunes library issue that needs the brightest of minds..

    I've searched through all of the threads pertaining to this issue and i've yet to find a solid, good answer. Basically, I have a macbook pro retina machine with 250 GB. I have over 100 movies purchased in iTunes as well as multiple TV shows that if I were to attempt to download onto my local disk the shear size would make my HDD .
    I have a 1TB external drive and am just wanting to make hard copies of all of my videos and music on my external. Is there a specific way to use my external disk to not only backup my computer via time machine, but to also use it to backup all of my videos and music. I don't mind watching all of my content via the iCloud but I'm having difficulties creating a library on my external and then using that to download all of my movies. As I can't download all of them on my local disk and then transfer a copy, I need to figure out a way to set up my library on the external disk and then download everything to the external. Do you guys know of any way to do this?
    Just to clarify my questions to you powers at be:
    1. I need to set up a library on my external drive that I can download all of my media to.
    2. I want to still be able to use itunes on my macbook and just watch all of my media/music on the icloud
    3. Can I still use the same drive that has all of my backed up media as a backup through time machine as well?
    I've scoured all of the forums and really all I could find was how to set up libraries on an external disk. None of them ever mention whether or not I can basically use my itunes library locally however I want, knowing that everything I've ever bought is backed up on my external. Any help would be amazing. I appreciate it guys!

    Quick answer if you use iTunes' default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Open iTunes and immediately hold down the option (alt) key (shift on Windows) so you get a prompt to select a library, then guide it to the 'iTunes Library.itl' file in the moved iTunes folder.
    Yes, that's probably what you've seen before but it is how you put your library on an external drive and use it from there.
    Note, having your iTunes library on the external drive and having that as your backup drive means you don't really have a true backup.  You do for minor issues but one of the most common reasons the have a backup is if a drive is stolen or fails.  In yur case if your external is stolen both your original and backup will be gone.  You really need a second external drive.

Maybe you are looking for

  • Sale Order quantity,amount not reduce when raised 1st partialy AR invoice

    Help needed, Please can anyone help .. I came with case that our company policy is to raise Partial AR Invoice on single Sale order. When we generate 1st AR Invoice on Sale order and manually changed qty till this process ok. but when we select 2nd t

  • FTP bursting is not working for a particular server

    Hi All, I am using BIP 10.1.3.4 I have a strange problem In my company there are 2 environment development and production I have configured a FTP location in both the environment.But the report ftp bursting is working but in Production it is not work

  • HP Photosmart 8150 or 8050 fully functional with Windows 7?

    I just purchased a used 8150 Photosmart printer due to failure of feeder mechanism on another older Photosmart printer. Lost my PC, monitor and scanner to a lightning strike the following day.  A computer technician tells me my 8150 can't print photo

  • Synchronize with iphone

    Hey! I need some help with my iphone and itunes. The problem is, that I formated my computer, and now, when I connect my iphone and cant really do anything with my iphone because it says that my iphone is synchronized with another Itunes-library (the

  • PF status of Selection screen and ALV Grid

    Hi, I need to create a report where on clicking the<b> 'ENTER'</b> key on application toolbar   on the <b>selection-screen</b> the processing logic should get  executed ( instead of clicking execute  pushbutton). For this i need to capture the functi