Recent Sky+HD Firmware Update Is there a way to see ALL and SCHEDULED together.

 Is it possible to view the ALL (preferably A-Z) tab as before, i.e. Everything including scheduled, it is a pain to flip between the ALL (or A-Z) and SCHEDULED tabs.

yes thanks for that confirmation, I had noticed the sky+app is now much better than the TV app, but how soon will they wreck that as well! And one doesn't always have a device with the sky+app handy.
I appreciate that as TV software is is quite good, it is just so annoying when they think they have made improvements that are worse (see my other recent posts).

Similar Messages

  • Is there any way to see all the bookmarked pins at once in Map App?!

    Hello!
    I have been making a route for my next mountaineering trip using the red pins on the map app! i have like 20 bookmarks. I could see all the bookmarks at once and it was so nice. but after I searched another place all the bookmarks dissapeared. now i can see only one of the bookmarks at a time! is there any way to see all of them together again ?! please someone help I put so much affort to find the correct route...

    Richard,
    Is there any way I can simply list everything at once?
    The best workaround I'm aware of comes courtesy of BMan1854: Create a Smart Playlist that will Match the following rule: Date Added is after 01/01/2001 (or whatever the day before the day that you first started your iTunes Library is). That playlist will show your entire library.
    Or is there a way so that when I add new podcasts it will get rid of the old ones automatically?
    Have you gone to the iTunes Edit menu > Preferences > Podcasts tab and checked out the various options listed in the Keep drop-down menu.

  • Curious..Is there a way to see all my updates since purchase?

    Is there a way to see all my updates since purchase? Bill

    I show nothing! I've had the computer over a year and a half!! A couple of firm ware updates and at least two dozen regular updates...but no record of them????Curious...Bill

  • On a IPad is there a restriction to the number of emails it access? Say there's 100 messages in my inbox but when I look at my inbox on my Ipad it will only show 50 of the most recent emails. Is there a way to see all 100?

    Say there's 300 messages in my inbox but when I look at my inbox on my Ipad it will only show 200 of the most recent emails. Is there a way to see all 300?

    Not sure whether you are saying that you have more than 200 emails in your Inbox, or that 200 are in the Inbox and the others are in other folders. If the first then (I don't have more than 200 emails in my Inbox) but if you do and want to load more then do you not get a Load More Messages option if you scroll down to the bottom of your Inbox ?
    If you want to be able to search multiple email folders then I don't think that you can do it within the Mail app itself, but the spotlight search screen (swipe your first homescreen to the right) can - you can control what is searched by spotlight via Settings > General > Spotlight Search

  • In ICal is there a way to see all of the text in all day events on the month view of the calendar.  Seems to wrap text only if there is a time on the event

    In ICal is there a way to see all of the text in all day events on the month view of the calendar?  Seems to wrap text only if there is a time on the event

    The paths won't agree on the two OSs so a simple XML import isn't likely to work.
    See Sync iPod/iPad/iPhone with two computers and, if needed, Make a split library portable. The techniques in the first link will work when moving the library between Windows and OS X as long as the library is "portable", but iTunes takes quite some time checking the database when the library is opened under a different OS.
    tt2

  • HT4236 on syncing photos to my iphone from my mac (iphoto), just 2 or 3 per event retain the edited verisons, the rest are shown in the original version. I'm confused by this. Is this a bug? Is there a way to see all the photos on the mac-edited version o

    on syncing photos to my iphone from my mac (snow leopard) (iphoto), just 2 or 3 per event retain the edited verisons, the rest are shown in the original version. I'm confused by this. Is this a bug? Is there a way to see all the photos on the mac-edited version on iphn?

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

  • Is There A Way To See All Apps And Songs You Purchase?

    I wanted to buy a song from iTunes with my gift card credit. When I scrolled to see my credit i didnt think it was right .So after adding up all the things I know I purchased the amount left over wasn't the same as the credit it was showing. So is there a way to see all of your purchases from the app store and iTunes store at one time?

    iTunes Store & Mac App Store: Seeing your purchase history and order numbers

  • Is there any way too see all data on all enteties an user owns.

    Hi all,
    Is there any way to see all data an user owns in CRM2011?
    Maybe an custom report or view?

    I could only think of one solution to this, a little bit of code to get a list of records a user owns. The List contains Entity objects with the Id & LogicalName. You could do this with a report too but you'll have to query every entity...
    public List<Entity> GetOwningRecords(IOrganizationService service, Guid systemUserId)
    List<Entity> owningRecords = new List<Entity>();
    RetrieveAllEntitiesRequest retrieveAllEntitiesRequest = new RetrieveAllEntitiesRequest();
    retrieveAllEntitiesRequest.EntityFilters = EntityFilters.Entity;
    retrieveAllEntitiesRequest.RetrieveAsIfPublished = true;
    RetrieveAllEntitiesResponse retrieveAllEntitiesResponse = (RetrieveAllEntitiesResponse)service.Execute(retrieveAllEntitiesRequest);
    foreach (EntityMetadata entityMetadata in retrieveAllEntitiesResponse.EntityMetadata)
    if (entityMetadata.OwnershipType != OwnershipTypes.UserOwned)
    continue;
    try
    QueryExpression query = new QueryExpression(entityMetadata.LogicalName)
    ColumnSet = new ColumnSet("ownerid"),
    Criteria =
    Conditions =
    new ConditionExpression("ownerid",ConditionOperator.Equal, systemUserId)
    EntityCollection result = service.RetrieveMultiple(query);
    foreach (Entity entity in result.Entities)
    owningRecords.Add(entity);
    catch (FaultException<OrganizationServiceFault>)
    Console.WriteLine(String.Format("Couldn't retrieve the records for {0}", entityMetadata.LogicalName));
    catch (Exception)
    Console.WriteLine(String.Format("Unexpected error for {0}", entityMetadata.LogicalName));
    return owningRecords;
    Hope this helps

  • Is there any way to see all available taskflows to use in jdev.

    Hi,
    I am developing a ADF application, i want to know if my UI project has consumed a number of other UI (ADF Lib) jars. Is there a way to see all the available taskflows to use in my application which is there due to the imported jars.
    To Iterate my question, I have a Ui project say AUI and it has imported BUI and CUI but using only one taskflow from BUI.jar, while BUI and CUI has some more taskflows which I have not used but is there any way to see all of them.
    Thanks
    Vipin

    Hi there,
    One thing is to have access to a repository of libraries containing taskflows that you may use within an specific project. Once you import this library into the project usually depending on how you did it, it means that you are using it at some level. In my opinion the best way it to create a connection to your repository and see all the libraries and choose the available taskflows that you might want to include. Instead of searching from the inside out (where is a library used at?) You could always find usages and validate where things are coming from.
    Also in future releases we are working on visually displaying those mapping between elements.
    Another option for validating what's inside and what's being used could be to use Maven in order to keep all dependencies from your project in order: http://donatas.nicequestion.com/2012/06/using-jdeveloper-maven-integration-to.html
    Juan Camilo

  • Notes won't let me export all my notes at once. I have to select each one and print/export them. Is there a way to select all and have them export as a PDF?

    Notes -Export Question:I have to select each Note  and print/export them. Is there a way to select all the notes and have them export as a PDF

    http://www.igeeksblog.com/export-notes-in-mac-os-x/
    A friend found this for me, I searched SO MANY HOURS but somehow never found this on my own. I love it. It's a download of an app called "Notes Exporter" YAY

  • Is there a way to see all the games available?

    I just downloaded itunes in preparation for the ipod touch I plan to buy.
    When I go to the App Store and click on Games, it breaks down into categories like New, What's Hot, Board Games, etc. But when I click on one of these categories, it only shows me between 15-30 games. I'm sure there are more than a couple of hundred games available in the app store, so is there any way to see them all?

    Go to the main iTunes store screen.
    At the top right under *Quick Links*, click Browse.
    Select Apps then Games then All (or another sub-category).
    Note that Action sub-category has 6000 apps and Adventure has 3631 apps (and so on).

  • New firmware update doen't allow me to see all files in iPod library...

    I have a 5G/ 60GB iPod, updated to the new firmware, and I have found that now there is no way to see a "Library" style depiction of all the files on my iPod, ala the iTunes "Library" category. I have podcasts that I manage manually which do not display as "Podcasts", and the easiest way to add and delete them (sometimes I duplicate them by mistake when adding from my other computer at work)was from the "Library" style view when the iPod device name was selected. Now those podcasts do not appear in the "Music", "Movies", "TV Shows", or "Audiobooks" categories. I CAN view them by date in the "Recently Added" playlist, but duplicates cannot be deleted from this playlist. I there a "View all Files" sort of option I am unaware of, or any other solution (3rd Party) to access/ edit/ remove these files?
    5G/ 60GB   Windows XP Pro   2.1
    5G/ 60GB   Windows XP Pro   Firmware 2.1

    The checking and unchecking of songs is done in iTunes, not on the shuffle.  And that may affect what is loaded in the shuffle during automatic syncing.  So first check what is actually loaded on the shuffle.
    If the iTunes sidebar (along left side of window) is not visible, from the iTunes menu bar, under View, select Show Sidebar.
    In the sidebar, find your shuffle under DEVICES.  Click the small trianle to the left of the shuffle name to drop down its content list (indented below the shuffle).  Click on Music there.  The list of songs currently on the shuffle is shown to the right.  Are the songs that do not play on that list, or not on that list?

  • [SOLVED] Is there a way to see all of your downloaded apps?

    Like the title says.. i've been wondering if there is any way to see how many apps you've downloaded, when you've downloaded them, and what you downloaded?
    Cause the thing is.. i've been searching for an app i'm willing to purchase for a while now but I forgot the name. I once played it and well it was something like this; You become a ghost with the powers to go back into time and changing someone's future. Your goal was to protect a girl, as someone was trying to shoot her. You while being a ghost could move through several items and change her future.
    But I forgot the name of the app, so yeh..
    Is there any way to check the apps you downloaded? Like from the beginning when you've bought your iPhone till now?

    In the App store on your iPhone, tap the updates tab, then tap on purchased to see a list of all your purchased content.
    http://support.apple.com/kb/HT2519

  • I have about 300 podcasts in my itunes account.  They are all checked.  I want to uncheck them all and then just check back the ones I want to sync to my Ipod. Is there a way to select all and then uncheck them?

    I have about 300 podcasts in my itunes account.  They are all cheked so they sync to my Ipod.  I want to uncheck them all at once and then check just the ones I want to sync.  Is there a way to do a "select all" vs having to uncheck them one at a time?

    Plug in your ipod and navigate to it in itunes, then select the 'Podcast' tab from along the top.
    The first line where it says 'Automatically include' then two drop down boxes saying 'all unplayed' and 'all episodes' need changing.
    Change the drop down box that says 'all episodes' so that it reads 'selected episodes'
    You should then be able to go through your collection below and check only the podcasts you want to sync.
    You can do this show by show or if you clickt the show itself in this window, on a podcast by podcast basis.
    You can use these to drop down boxes to set all kinds of rules for syncing your podcasts, such as
    syncing all the latest podcasts, or just all of them or even the last 5 recent podcasts.
    I tend to go for 'Automatically include [all unplayed] of [selected episodes]
    Then just choose which podcasts I want to listen too,
    Hopefully this picture will help you find your way ^_^

  • Is there a way to see all my compound clips created on the timeline, in the browser as an accessible thumbnail list....?

    I am facing a problem that
    due to big footage I first extracted the seemingly fine clips in chunks in one timeline in various layers which is still enormous for my RAM
    now I have to take out smaller and more appropriate bits from this timeline
    I have opened another timeline where I just copy paste the best shots from my previous enormous timeline and this works fine due to less media for 6gb RAM mac pro
    but it is really tedious to go back and forth to copy paste
    it would be so wonderful if I could extract those bits from the clips just like we do with any other new footage from the browser window with all the clips visible
    I think one way can be to export these compound clips seperately and import them as events into the browser but that would be a generation loss
    is there any other way.....? to view these compound clips infront of my eyes all at once or keeping all that footage on the timeline besides the finalising layer is the only option...?
    I am facing this rare problem because I'm editing a music video and no shot is more than 2 seconds and that too from several groups of footage that has to be mixed.....so all the data has to be visible to decide if a bit of guitar piece would look good here or drums or close up or long shot.....so everything has to be seen....can you suggest me a smarter workaround please ?

    Thank you.Ok say for e.g.
    500 video files imported in fcpx
    800 clips extracted from these obviously on the timeline and joined/compounded according to their content in say 15 layers according to 15 instruments used ,so now just to see the entire usable footage ....
    now one 7 minute song sequence has to be made where bits would be simultaneously taken from these 15 layers as all instruments are playing simultaneously
    these shots are not more than 2 secs each according to the beat........
    when I try to work with these 15 layers as well as the Final primary layer that I'm making in the same timeline my fcpx becomes slow
    but when I drag individual layer to individual timelines it is fine so that is the only option
    but now for every 2 second bit I have to go back to the 15 layered timeline and find one single suitable shot
    So I was wondering is there a way to be able to see these layers and clips on the timeline in the browser in a systematic fashion like the way we get with keywords  ?
    and keywords can only be used in the imported clips already in the browser ,and not after we drag it on the timeline.....
    Till now I think exporting and importing back is the only option ...but is there another work around ?

Maybe you are looking for

  • Computer Crashed,how do I get music back into itunes w/o erasing Ipod?

    My computer crashed, and I had to get a new hard drive. I was able to save all of my music on cd, and it is all still currently on my Ipod. I have downloaded Itunes again, but how do I upload all the music on my ipod into Itunes without it automatica

  • Word Document not converting/opening to pdf correctly

    Please help, I'm so frustrated and don't know what to do. I made a word document. The document is of raffle tickets so it has numbers on them. The numbers are perfect until I try to convert the document into a pdf file. When I try to convert the word

  • Socket I/O : mismatching object/text between client/server

    Suppose I'm listening on a socket for an object ...and I'm doing a ObjectInputStream.readObject() on it, but my client just opens an OutputStream and sends me text instead of an object (or vice-versa: Client sends object but server listens for text)?

  • External Hard Drive disconnects when I pick it up from idle.

    It started doing this recently. I'm guessing its a power issue, I recently had my logic board replaced but I narrowed down the symtom. When I connect my external hard drive, it works fine. No problem, I pick it up, move it all around, jiggle the wire

  • Need to decrease font in EHS form

    HI Experts, Need your help. We need to reduce font in our EHS WSC report which is being generated from a template. Here we are executing some z-report. That report uses WWI.INI file and then report opens in Microsoft word. I am not getting where to c