My setting icon ii not on my home page need to put it back on home page

my setting icon is not my home page want to put it back

Easiest way is to use iTunes:
http://support.apple.com/kb/ht1977

Similar Messages

  • How to Set icon/image programatically in ADF before page loads

    This is my UI:
    Depends on the condition i want to set icon/image programatically in my java code.Before page load im calling this method.
    So i couldnt take binding value also,it throws null pointer exception.Then i tried setting icon/image programatically.
    <af:commandImageLink text="settings" icon="#{bean.iconsettings}" binding="#{bean.bind}"> </af:commandImageLink>
    My bean:
    private RichIcon iconsettings;(its getters and setters)
    private void method(){                         // method
    if(cond){
    this.iconsettings="/images/20.jpg";   //trying to set icon in a string.but it throws me error that cannot set RichIcon to string.
    else
    this.iconsettings="/images/19.jpg";
    Could any one tell me how can i set icon/image in java code.Before page loads im performing all above said tasks.Please help.

    Well, you set the icon property to a bean method, which you have done. The bean method however need to have the signature
    public String getIconsetting()
    // your code returning hte path to the icon
    if(cond){
         return ="/images/20.jpg";   //trying to set icon in a string.but it throws me error that cannot set RichIcon to string.
    else {
         return ="/images/19.jpg";
    The bindproperty is not needed, remove it and remove the RichIcon Iconsettings too´as it's not needed to and is the wrong type anyway.
    Timo

  • Home Page setting option is not working. Home Page always reverts back to Modzilla Firefox Start Page.

    Home Page setting option is not working after saving a new or different home page on Firefox 19.0. When opening a new page (not tab) it always reverts back to the default "Modzilla Firefox Start Page" no matter what.

    That was it! There was a duplicate preference file in the profile folder. Followed the instructions under "Locked Preferences File" to
    6. Delete any prefs-n.js files where n is a number (e.g. prefs-2.js).
    Once I deleted it I was able to then save my preferred home page.
    Thanks!!

  • Ipad icons shaking, NOT the customize home screen!

    I've had an ipad now for about 2-3 months.  While using it regardless of the app, the icons start moving randomly moving side to side and the search screen will show up along with the keyboard.  This is NOT the customize home screen shaking that have a black x to remove apps, etc.  This was happening before and after iOS6 upgrade so it has nothing to do with the OS upgrade, it seems to be a hardware issue.
    Below is the link to a video I took:
    http://youtu.be/kIGLJrTvxLw
    Any ideas?

    Try a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. The screen will go blank and then power ON again in the normal way.] It is app and data safe!

  • My icons will not stay on home screen

    I just downloaded facebook page manager, and then my screen went blank.
    I turned it off and then back on again, but all i can see on my homescreen is the wallpaper, there are no icons.
    if i tap the button 3 times it appears then quickly dissapears, if you are really quick you can grab a page that was open and then use it!!
    How do i get all of my icons to remain on the home screen!!
    i am using the new ipad 4
    thank you x

    Start with a reset,press and hold both the home and power buttons for 10-15 seconds till the Apple logo appears. Release both buttons. Wait 15-20 seconds till your iPad starts on it's own. If the icons return delete Facebook page manager.

  • Cursor will not open web page icons after upgrade, icons are not changeing cursor and page sliders not working. .

    Hi ,
    Since I upgraded none of the web pages I visit will function correctly. In Yahoo mail I cannot opem the search box, Similiary in Google I have the same problem, In addition other icons are not recognised as the curson does not change and my page sliders do not work.
    I am using Vista on a Toshiba laptop

    Hi ,
    Since I upgraded none of the web pages I visit will function correctly. In Yahoo mail I cannot opem the search box, Similiary in Google I have the same problem, In addition other icons are not recognised as the curson does not change and my page sliders do not work.
    I am using Vista on a Toshiba laptop

  • HELP! Lost all notes with first Sync and need to get them back

    I had some very important notes on my phone and I need to get them back. Here is some background info.
    I bought a new MacBook Pro a couple months ago. I previously have a Sony Vaio. Shortly after I upgraded from 3G to 3GS. Since I couldn't get my playlists from my old laptop to my new laptop, I synced my phone with my old laptop and not my new one for fear of losing everything.
    Today, I finally figured out to get my playlists on my MacBook and then I synced my iphone as usual and upgraded to 3.0.1. Of course, I also upgraded to iTunes 9 right beforehand and it had a couple new options for syncing notes and merging data. I have never synced notes before. Everything else seems fine on my phone except for this. I tried restoring to backup, however, I think that iTunes created a new backup on my Macbook since it was the first time I have synced my phone with it. I no longer have my old laptop. I did transfer all my old files to my mac.
    What can I do?! How can I get them back?!

    If you use the Time Machine on your computer then you can try to find an older copy of the places.sqlite file.
    *http://www.apple.com/support/timemachine/
    There are also JSON backups in the bookmarkbackups folder that you can use to restore bookmarks.
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    *http://kb.mozillazine.org/Lost_bookmarks
    *https://support.mozilla.org/kb/Lost+Bookmarks

  • Bbm icon does not appear in home screen as I update from BBM 6 to 7

     am using Torch 9800. I have been unable to locate the BBM icon since I was try to upgrade BBM 6 to 7. I have checked all the tabs and folders, and it is still nowhere to be found. BBM  application is only listed in a BB app world,and update fail all the time I want to upgrade please help

    Hello jmawalla,
    Welcome to the BlackBerry Support Community.
    Thank you for your question regarding your missing BBM icon.
    The following article will assist you regarding your missing BBM icon: http://bbry.lv/UzPueo
    Let us know if this helps.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • I want to set up firefox in kiosk mode, but I need to have the Back (and Forward) button and the Home button available.

    The computer will be used only for online catalog access in my library. I need to remove the location toolbar, but keep the back buttons and home button. If I use Kiosk mode, I don't have the back buttons. I can set it up so that I have the buttons but not the URL, but a user could right click on the menu bar and re-enable the location bar. I need to prevent them from doing that.
    Thanks!

    Users can always bring up a location bar with the Ctrl+L shortcut if that bar is hidden.
    A possibility is to hide toolbar items and (context) menu items with code in userChrome.css below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #openLocation, #urlbar-container, #CustomizeToolbarWindow, #toolbar-context-menu {
    display:none!important;
    </nowiki></pre>

  • After updating my iPhone 4 to iOS 5 I couldn't find the personal hotspot icon in my setting and even in search option so I need help to get back my hotspot....

    Personal hotspot cannot be found in ios 5 need help

    Go to settings - general. - cellular  my iPhone can't stop it from searching and I m sure it is using up my battery life

  • After logging on you yahoo this am, my calendar and notepad are gone. When I click on them I just get a blank screen. I am not very computer literate and need help getting them back.

    When I usually go into yahoo mail, there is an icon at the top left hand side to access my calendar and notepad. They are both gone, but there is a field in the bottom left corner that has the buttons. When I click on either one, I just get a blank screen. I've not updated by Firefox to a new version and can't imagine what happened overnight.

    This sounds more like it's a temporary problem with Yahoo's mail website. My advice at this point is to see if this fixes itself within a few hours. If not, please come back (actually, do come back regardless and let us know if your problem is solved).

  • I have the 20gb iPod that I need to put music back onto with my new computer. It starts to sync then it says "ITunes could not copy the song to the iPod because the file could not be read or written. ????

    I have a 20gb iPod that needs music from ITunes. On my new computer I am trying to sync but I get error message "could not copy to iPod because file could not be read or written. Attempting to copy to the disk failed. The disk could not be read from or written to." I have tried several times and have reset to factory settings.

    Is the new PC running XP as well, Chalotte?
    If so, I might start with the following document (your error message is a possible symptom of the issue too):
    iTunes displays -50 error message when syncing iPod on Windows XP

  • I would like find out how to recommend an app for the ipad. I have tried to use it exclusively but it just does not fulfill all of my needs making me go back to the PC. I want an app tha that will sync calender, notes, and tasks with outlook automatically

    I need an app that will display my calender month view, and todays tasks on the same page and sync to outlook automatically. Also my company has a network drive on the cloud that i would like for my work docments to sync to. Can this work?

    No, the camera connection kit only supports the copying of photos and videos to the Photos app, it doesn't support copying content off the iPad. For your second camera instead of the SD reader part of the kit, does the iPad to camera cable not work with it for direct transfer to the iPad ?
    For Lightroom and Nikon software again no - you can only install apps that are available in the iTunes app store on your computer and the App Store app on the iPad, 'normal' PC and Mac (OS X) software are not compatible with the iPad (iOS). There are some apps that perform fairly basic editing functions that are available in the store, but nothing as sophisticated as, for example, Lightroom.

  • Flash player is not longer working, I remove it and put it back agains but still can not see video

    I can not longer play you tube video keep asking me to update my flash player, I already instal the new version but it look like it is not running, every thing happend after been working w/o no problem

    Have followed these instructions?
    http://support.apple.com/kb/ht5655
    If so, I would use the Adobe Flash uninstaller then download the latest version from the Adobe site and reinstall.

  • I recently had to wipe my computer..now i need to put photoshop back on it..not sure where to go to download it - i pay for the service monthly thank you!

    recently wiped my computer now i need photoshop back on it - where do i go to download it ..i pay monthly for the service thank you!

    Log in to the creative cloud web site just like the first time and reinstall the CC app.
    Mylenium

Maybe you are looking for

  • Building the mod_jk between apche and jboss in solaris environment

    hi there, i have installed apache2 and running on one zone and jboss installed and running on another zone now when i connecting of them using the tomcat connector by building the mod_jk i am getting the error where i have followed the procedure in t

  • Old email from gmail being shown as received today

    Hi Thunderbird 31.6.0 I recently connected Thunderbird up to gmail via IMAP, and it mostly seems to work fine. However, 3 emails which were actually delivered in 2011 are shown in Thunderbird at the top of the (date ordered) list with a time but no d

  • Use of MSS or Business Unit Analyst for FICO Forms.

    Hi, Please let me know  about FICO following forms:-, 1.Create Cost Center 2.Create Profit Center 3.Change Cost Center 4.Change Profit Center. We could not get navigation for FICO forms in ESS/MSS package for Adobe Interactive forms. It shows that al

  • S16 24fps - DVCPro HD 25 fps -   24 fps editing and output?

    I'm new on this forum so "hi everybody!" We're about to shoot a short feature on S16 film and I'm in charge of postproduction. Last feature we made was shot on S16@24 fps -> HDCam SR telecine -> Betacam SP -> 24fps edit on Avid Film Composer -> EDL -

  • OSB option on 11g

    Hello there, I've recently started with Oracle SOA suite 11g and I noticed that almost all documentation out there mentions the OSB which I've basically understood what was used for in the 10g. As several tutorials walk trough steps that use this OSB