Can't set custom homepage

Trying to set "MyYahoo" page as my homepage in Safari.  Doing all the right stuff....going to MyYahoo page, then going to Preferences, and clicking on set to current page under homepage, but when I close safari and reopen, it goes to the standard safari page.  Any ideas?

Hi kspector,
If the "Set to Current Page" option does not appear to be working correctly when setting your Home Page in Safari, you may want to try manually entering (copy & pasting) the address for the page into that field, as outlined in the following article:
Safari 8 (Yosemite): Set your homepage
Regards,
- Brenden

Similar Messages

  • Can you set a homepage in Safari?

    Is it possible to set a homepage for Safari on the iPad?

    The easy way is to just go to your main home page and exit. When you start up Safari again, you are where you left off.
    You can have multiple browsers on in the browser stack. Click the stack button to see all webpages activated. Keep one for your homepage and use that when you exit each time.

  • Can't set custom column widths in JTable

    I'm trying to set custom columns widths. They are set as I wish but then they are reset to default values (all columns have the same size). This is caused by method JFrame.setVisible(true) which invokes JTree.setWidthsFromPreferredWidths(). It can be investigated from following stack trace printed when a column being resized (see below).
    How to prevent this auto width sizing?
    P.S. can't override JTable.setWidthsFromPreferredWidths(); seems it's private
    table = new JTable(model) {
         public void columnMarginChanged(ChangeEvent event) {
              new Exception("stack trace").printStackTrace();
              super.columnMarginChanged(event);
    // setting here custom columns widths via table column model ...java.lang.Exception: stack trace
         at mtu.gui.TrackList$1.columnMarginChanged(TrackList.java:30)
         at javax.swing.table.DefaultTableColumnModel.fireColumnMarginChanged(DefaultTableColumnModel.java:615)
         at javax.swing.table.DefaultTableColumnModel.propertyChange(DefaultTableColumnModel.java:679)
         at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:264)
         at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:232)
         at javax.swing.table.TableColumn.firePropertyChange(TableColumn.java:249)
         at javax.swing.table.TableColumn.firePropertyChange(TableColumn.java:255)
         at javax.swing.table.TableColumn.setWidth(TableColumn.java:482)
         at javax.swing.JTable$2.setSizeAt(JTable.java:2242)
         at javax.swing.JTable$5.setSizeAt(JTable.java:2336)
         at javax.swing.JTable.adjustSizes(JTable.java:2372)
         at javax.swing.JTable.adjustSizes(JTable.java:2340)
         at javax.swing.JTable.setWidthsFromPreferredWidths(JTable.java:2250) <======
         at javax.swing.JTable.doLayout(JTable.java:2165)
         at java.awt.Container.validateTree(Container.java:1089)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validateTree(Container.java:1096)
         at java.awt.Container.validate(Container.java:1064)
         at java.awt.Window.show(Window.java:455)
         at java.awt.Component.show(Component.java:1134)
         at java.awt.Component.setVisible(Component.java:1089) <=====
         at mtu.gui.Test.test_03(Test.java:56)
         at mtu.gui.Test.main(Test.java:29)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.intellij.rt.execution.application.AppMain.main(Unknown Source)

    When I create the table I have code like this:TableColumn col = getColumnModel().getColumn(2);
    col.setMinWidth(width + 4);
    col.setMaxWidth((int)(width * 1.2));Works just fine for me. The setWidthsFromPreferredWidths() method will use these limits as far as I can see.
    PC&#178;

  • How can i set a homepage in ff mobile?

    Cant find a place for the default homepage url on FF mobile Nokia n900

    You don't set a homepage in FF for Android. It always starts with about:home showing your most visited sites. Check this article for more information.
    https://support.mozilla.org/en-US/kb/use-awesome-screen-search-web-bookmarks-and-more

  • Can't set browser homepage - X6

    I've changed it once, worked fine, but now selecting the 'set as homepage' makes no difference. Could it be related to an update I was prompted to install the other day?

    try updating the firmware via NSU here
    http://www.google.ie/url?sa=t&source=web&cd=1&ved=0CBoQFjAA&url=http%3A%2F%2Feurope.nokia.com%2Fsupp...
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Can not set custom Worklist branding logo

    Hello.
    I am using Oracle SOA Suite 11.1.1.7 and I need to set custom logo in Worklist application. I have created a shared library as described in Deploying Images and JAR files as Part of a Shared Library JAR file - 11g Release 1 (11.1.1.7). I have deployed it as a shared library to a Weblogic server and restarted Worklist application as said in http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/bp_worklist.htm#SOASE85326 :
    To specify the branding logo:
    Do one of the following:
    Refer to an external image-hosting web site. To do this task: In the Branding Logo field, enter the URL of the image.
    Upload an image to a particular location on the server and, in the Branding Logo field, enter its relative path, for example, /afr/my_logo.png.
    Refer to an image from the shared library. To do this task: In the Branding Logo field, enter the path of the logo name as found in the shared library, for example, /my_logo.pngv.
    I have tried different paths (/faces/images/logo.png, /images/logo.png, logo.png), but my logo does not appear. Am I doing something wrong?
    My JAR has the following structure:
    META-INF
         MAINFEST.MF
    images
         logo.png

    I have forgotten to add a line in my MAINFEST.MF:
    Extension-Name: custom.client.applib
    Also, I have named my deployment and my JAR file the same way: custom.client.applib. All works now.

  • Can't set custom papersize

    We got a lable printer (Sato CL608e) that only accepts 4x6 paper sizes.  My default printer is set to this on my development computer.  I have a VS 2008 ASP.NET app that opens a Crystal Report (CR 10.5) set up to use this printer.  The report looks fine in the DotNet designer, but when the report is run through IIS, it shows up with an 8x11 page size.  But, the content is only 4x6.
    The client (and my development) machine that opens this report through IIS has this same printer set up as their default.  I've tried everything I can think of without success.  I've tried setting the printer name through code to this printer and setting the papersize.  However, the PaperSize enum doesn't have 4x6.
    Here's some sample code that I'd used.  Is this a bug with CR 10.5?  Is there a HotFix?  Any help is much appreciated.
              ReportDocument rptDoc = MyReport;
              rptDoc.PrintOptions.PrinterName = "SATO CL608e";
              System.Drawing.Printing.PrintDocument doc = new System.Drawing.Printing.PrintDocument();
              doc.PrinterSettings.PrinterName = "SATO CL608e";
              for (int i = 0; i < doc.PrinterSettings.PaperSizes.Count; i++)
                 int rawKind = 0;
                 if (doc.PrinterSettings.PaperSizes<i>.PaperName == "EDI Pallet Label")
                     rawKind = (int)doc.PrinterSettings.PaperSizes<i>.Kind;
                     rptDoc.PrintOptions.PaperSize = (PaperSize)rawKind;  // unfortunately, this always sets it to the default papersize
                     break;
    Thanks.

    Hi Nick,
    I have this code, it uses the Windows Common Printer dialog options to get the printer info but ti populates the drop down boxes to fill in the various option:
              private void btnSetPrinter_Click(object sender, System.EventArgs e)
                   System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();
                CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions rasPROpts = new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptionsClass();
                CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions MYPRTOpts = new PrintOptionsClass();
                   if (rdoCurrent.Checked)
                        pDoc.PrinterSettings.PrinterName = cboCurrentPrinters.Text;
                    MYPRTOpts.PrinterName = cboCurrentPrinters.Text;
                    MYPRTOpts.PaperSize = (CrPaperSizeEnum)
                             pDoc.PrinterSettings.PaperSizes[cboCurrentPaperSizes.SelectedIndex].Kind;
                    MYPRTOpts.PaperSource = (CrPaperSourceEnum)
                             pDoc.PrinterSettings.PaperSources[cboCurrentPaperTrays.SelectedIndex].Kind;
                        // added the below line to verify the changes work.
                    MYPRTOpts.PaperOrientation = CrPaperOrientationEnum.crPaperOrientationLandscape;
                   else
                        pDoc.PrinterSettings.PrinterName = cboDefaultPrinters.Text;
                    MYPRTOpts.PrinterName = cboDefaultPrinters.Text;
                    MYPRTOpts.PaperSize = (CrPaperSizeEnum)
                             pDoc.PrinterSettings.PaperSizes[cboDefaultPaperSizes.SelectedIndex].Kind;
                    MYPRTOpts.PaperSource = (CrPaperSourceEnum)
                             pDoc.PrinterSettings.PaperSources[cboDefaultPaperTrays.SelectedIndex].Kind;
                rptClientDoc.PrintOutputController.ModifyPrintOptions(MYPRTOpts);
                   MessageBox.Show("Printer set.", "RAS", MessageBoxButtons.OK,MessageBoxIcon.Information );
                   rptClientDoc.PrintOutputController.PrintReport(rasPROpts);
                   MessageBox.Show("Printing report.", "RAS", MessageBoxButtons.OK,MessageBoxIcon.Information );
    You should be able to get the enum values if you select the custom paper size option in the UI.
    Thanks
    Don
    Edited by: Don Williams on Feb 27, 2010 7:42 PM

  • Can't set default homepage it reverts to handy cafe homepage

    I have installed handy cafe software and it changed homepage in mozzila.
    After i uninstaled that software their hompage remeined and i can't remove it or set it to default.
    i tryed to reinstall browser and reset configuration data but it always revert to their homepage when i start new session.
    i ran spybot full scan and avira antivirus and didt find anything.
    Dont know what to do?
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; hr; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

    I think i may have found a soulition.
    reinstall the handy client, login as ADMIN, in the client window click options and then click uninstall handyclient then go to (programs and features or add/remove programs) and uninstall the software

  • How can I set custom Fkeys in Illustrator CC?

    I used to have my F5 and F6 Fkeys set to "Select same stroke color" and "Select same fill color" respectively. Now, having installed Illustrator CC, those custom definitions are gone and all the instructions I'm finding to set them again are for old versions. System Prefs won't accept Illustrator CC as an app. What can I do?

    Larry, I would be grateful if you could extrapolate on that answer just a bit. Like, break the process down into a series of steps, as I'm obviously not finding that answer on my own. ;-)

  • I get welcome to browser and can't set up homepage

    Yesterday I tried to log on to the net and got mozillafirefox "bing" I got rid of Bing I think but I can't seem to set firefox back up as my browser Richard

    You can set the Home page to <b>http:/www.google.com/firefox</b>
    See also:
    * [[Preferences are not saved]]
    * [[How to set the home page]]

  • When opening a new tab, can i set a homepage that it will automatically open to?

    For a long time, whenever I opened a new tab it just became a blank tab. Recently it has changed to a Babylon Search and I was wondering if and how I am able to change this setting. Even if I can get it changed back to to a blank tab it would be better.

    That would have been changed by an add-on, check the add-ons that you have installed to see which one has added that feature. If having problems identifying which add-on is doing this, the following link may help - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Can't Set Default Homepage in Safari

    I have tried repeatedly to set my Safari homepage.  I open the page I want, go to preferences, click the tab that says set current page.  Then if I leave that page and go to a different site, close out of Safari and then reopen Safari it opens to the last site I was visiting.  I don't get it.

    It rememebers your last seesion, you have to fiddle with the preferences to avoid that.
    Quit, reboot and relaunch Safari. Click your home button, do you go to your home page you have set in your preferences?
    Does your home page preference stay in Safari preferences upon relaunching of the program?
    If the answer to the above is no, then you have a corrupt Safari preferences file.
    Use the Finder > Go To Folder and type
    /Library/Preferences
    and press Go.
    A window appears, scroll down and find the
    com.apple.safari.plist
    file and Trash it
    Reboot and relaunch Safari, the file will be recreated in place blank, so set your Safari preferences again.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents

  • How can I set custom socket time out value ?

    I have tried to use httpclient, but it seemed that it didn't work. The time out value is still about 4 minutes, not 30s I set.
    Anyone know this?
    Thanks
    Qing

    What httpclient are you talking about?
    The common way of configuring socket timeouts in Java would be through the setSoTimeout() method of the Socket or ServerSocket classes.

  • I can't reset my homepage to yahoo.

    When I open Firefox, it shows MSN as homepage. I tried in the internet options in the control panel in IE, but that might not be the correct location.

    See [[how to set the homepage]] you can even set a homepage by dragging and dropping the icon by the address into the Homepage icon.
    Your IE control panel will presumably affect IE. Possibly when you installed Firefox, you imported settings from IE. The Firefox homepage needs to be set using Firefox.

  • How can i get the homepage i want to remain the perminate homepage? I have done everything it tells you to set homepage and it only saves it while the current browser is open. When I close out browser and reopen it is gone.

    When i set the homepage of my choice it will only remain until i close out the browser. once i reopen the browser it is no longer there. The past version of firefox would keep the homepage of choice. I have done everything that is necessary to set homepage and it will not save it. What needs to be done?

    Which web page is getting reset as the homepage?
    You probably picked up some malware, maybe as a result of installing that My Web Search Plugin Stub for 32-bit Windows.
    Install, update, and run these programs in this order. They are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have. <br />'''''(Not all programs detect the same Malware.)'''''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

Maybe you are looking for