How to re-size the related links pop-up window

Hi,
  when clicking on related Links, it will popup a window, how to resize that window? I tried on related links iview, which has Height of External Window (Pixels)
and Width of External Window (Pixels). But it does not work, also tried on iviews that assigned as related links, no luck there either, any idea? Thanks
T.J.

Javascript and then mess with these values to achieve the results you want.
javascript:self.moveTo(100,100);self.resizeTo(1600,1000);
javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
Likely the bottom one will work, just change "screen.availWidth" to half your screen pixel width.
javascript:self.moveTo(0,0);self.resizeTo(960,screen.availHeight);
Then paste into your Safari address bar, then click and drag the small left icon to your toolbar and when it asks to rename, rename it accordingly.
Now all you have to do is click the button it makes and your screen adjusts.

Similar Messages

  • HT5129 How can I get the mobile me pop up window to stop?

    The Mobile Me windo pops up each time I open I Photo. I do not have a mobile me password and I do not have photos stored there.

    Remove all mention of MM from the iPhoto Preferences and then from System Preferences

  • How do I make the daily CC pop-up window stop?

    Since installing CC 2014, every morning, I have a large CC pop-up on my desktop.  It's open on the community tab, and tells me to "Start your Behance" site now.  It goes away when I try to do anything, but it comes back the next morning.  I'd really like to make this stop.
    Thanks for any help!
    Ailish

    Turn off the automatic launch off the CC app on system start-up and all that stuff like the automated update checks. Of course this will also require to not use any web-based features in the apps themselves like the sync or TypeKit or the pop-ups will come back with a vengeance...
    Mylenium

  • How to remove bullets and spacing for url links in the Related Links iview?

    I tried to look for a property that I can edit the look-n-feel of the url links in the Related Link iView using "Theme Editor".
    All I need is to remove the bullets and increase some vertical spacing between the links.
    Currently, it looks like this:
    URL iView A
    URL Iview B
    I go through the whole section of Related Links properties, none of them seems to do what I want.
    Here are the list of properties in Related Link section (of Navigation Panel):
    Link Color
    Text Decoration of Link
    Hover Color
    Text Decoration of Hovered Link
    Initially, I thought "Text Decoration of Link" should be the right property I should look at. But there are a drop-down with 5 options: None, Underline, Blinking, Overline and Line-Through, which really can't achieve what I want.
    Thanks for advice.
    Kent
    Post with Diagram Illustration:
    <a href="http://sapnetweaverforum.blogspot.com/2006/11/how-to-remove-bullets-and-spacing-for.html">How to remove bullets and spacing for url links in the Related Links iview?</a>
    Message was edited by: Kent C.

    Hi, Kai.
    I checked the Related iView properties (URL Template), I don't see what layoutset it is really using. I am not sure, is that a layout set apply to the Related Link Iview?
    For the regular KM iView, I will see what Layout Set I want to apply, then I can go and change the properties (of layout coontroller, collection renderer & resource renderer)you mentioned. But for this Related Link iView, I really don't know. I guess it may be in the code itself.
    If there is a layout set for Related Link iView (or the place to apply layout set to it), can you point to me which one is that? (I did a search through the layout set names, I only find the AppQuicklinkExplorer (I used this for Dynamic Nav. Link iView before), if I can aply this layout set to Related Link iView, my problem will be solved.)
    Thanks for help.
    Kent

  • How do I make document relative links for the site?

    How do I make document
    relative links for the site -
    <img src="../images/foo.gif"... (for example)?

    > How do I make document
    > relative links for the site -
    look in the bottom of the "browse to file" dialog box.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How to make site root-relative links work in DW and Server both?

    See details on buggy DW image link behavior, below. My question is:
    1) how to make site root-relative links work in DW and Server both? Or…
    2) how to reliably automate the change of several hundred legacy root-relative links of the form
    /images/image.jpg  to document-relative?
    That is, to
    ../images/image.jpg or
    ../../images/image.jpg or
    ../../../images/image.jpg etc…depending on where the directory is.
    The old format (/images/image.jpg ) used to work fine in my previous DW 8 configuration but appear grey in DW after “upgrading” to DW cs5.5 mac. (they look fine on the server, but it’s hard to edit image-heavy pages locally when they are all grey).
    I tried changing the files to how DW creates root relative links now:
    /public_html/images/image.jpg, which is a very easy, attractive root flow since there’s a one-to-one mapping. These look great in DW but are broken on the server!
    I looked at the “advanced” site setup, and it looked like it might be possible to nuke the /public_html/ part of my server info…but it also looked like there was the potential for doing damage changing these settings, which are automatically generated from our server connection settings, which seem to work.
    The “links relative to document/ site root” toggle…does that change how DW interprets existing links, or just change the default when you are adding a link?  I have made 80% of the file links document relative…before wondering if root-relative isn’t better?
    It sure seems less ambiguous for all those images if theres a way to make root relative work for DW design view, DW link check, and server.
    Summary of buggy behavior: (see test with images here)
    "old style" site root link
          /images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: broken (grey w/ broken icon)
          Link check in DW: "external link" (i.e., uncheckable, + file could appear orphaned)
          Browser: good
          Ease of switching: n/a (existing format)
    "new style" site root relative link
          /public_html/images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: good
          Link check in DW: good
          Browser: broken
          Ease of switching: easy
    Document relative link
          ../../images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: good
          Link check in DW: good
          Browser: good
          Ease of switching: hard (how to automate?)
    Absolute link
          http://www.oasisdesign.net/images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: broken (grey w/ broken icon)
          Link check in DW: external (i.e., uncheckable, + file could appear orphaned)
          Browser: good
          Ease of switching: n/a...not a real option
    Thanks!
    Similar discussion on "/"

    Hello again Jon!
    Thanks for jumping on this.
    All clear and understood about where publc_html is etc.
    No contemplation of nuking the actual public_html directory on the server, just the "/public_html" text string at the start of the DW-generated links.
    "/public_html" is automatically added to the front of the link in DW if I create the link with any of the GUI tools, if I have "site root relative" selected. And ""/public_html" ends up in the code, and gets uploaded that way to the server, where it (obviously) doesn't work.
    Doesn't sound like it is supposed to work this way. Also, what seems to be the usual root relative format (/images/image.jpg) shows as a broken link in the GUI and an external link in the DW link check. All this togther makes me thinkI have some obscure setting incorrect?
    The setting that caught my eye is manage sites/ site setup/ advance settings/ local info/ web url,  which is automatically set to http://www.oasisdesign.net/public_html/
    it gives an option to change it but it makes every effort to make this NOT look like something users should mess with:
    Having gone through the more careful thought process during this post, I'm ready to do the experiment of changing the remote server web URL (why is it wrong by default?)...think I'll eat dinner first so there's 45 min to avert disaster if anyone knows this to be a bad idea!
    Art
    PS--don't  have a local testing server...don't think this will solve the GUI broken link/ link shows as external problems.
    Is there an easy, automated way to change links sitewide from document to root relative?

  • Translation of standard SAP iviews such as the related links iviews

    Hi,
    does anyone know how to translate he default iviews such as the related links, dynamic navigation, drag 'n relate targets? These iviews do not exist in the PCD.  They are available only in the Inner Page on the Default Framework Page as a copy of the com.sap.portal.navigation.targets (Drag 'n Relate) iview.
    But I cannot translate the text "Related Links" using the Content Translation or via the PCD. Where are these translations stored and how do I change them?
    Marcel

    Hello,
    You can connect sap to .net using .net libraries.
    Kind regards
    Ash Thomas
    Sap Consultant
    <a href=http://www.ashpeople.com>Ash People, Sap Consultants & Sap Consultancy</a>
    <a href=http://www.ashpeople.com>www.ashpeople.com</a>

  • How can I turn off hot link pop up menus in Safari, and anywhere else they appear? OS 10.7.4  thanks!!

    How can I turn off hot link pop up menus in Safari, and anywhere else they appear? OS 10.7.4  thanks!!

    Thanks, that's a great soluion for something else. but it doesn't solve this. these look like system pop up windows, and seem to arise spontaneously .. .. .. not always when hovering over a link. first thing I did when i fired up the this new computer's safari was turned off pop up windows.

  • How do i turn off related links?

    i get tired of getting related link info. they pop up every time i go to a different site -- i want to get rid of this -- please help!

    Found it...
    Disable the Add-On Extension called "Default Tab 2.3" and restart Firefox.
    The "Related Links" toolbar disappeared completely!

  • I want to have the Related Links option in my toolbar.

    I want to have the Related Links option in my menubar, I am using Firefox 4.0.1.

    You can try placing the icon from the [https://support.mozilla.org/en-US/kb/how-do-i-customize-toolbars Customize] (right-click the + after the last tab) mini-window. Please note that the exact icon may not be immediately obvious; if you hover the mouse over the icons, esp. over any unnamed ones, you may be able to find the icon. It may look like a bunch of icons (<- -> X) clubbed together as one with no name.
    If the problem persists, you can also try checking the [https://getsatisfaction.com/feedly Feedly support] for any new issues.
    [https://addons.mozilla.org/en-US/firefox/addon/feedly/?src=search Feedly]

  • I have MacAir with OS 10.8.4, how can I cancel the automatic link of my USB flashdisk to Mac instead of BootCamp, since I have one time press the ALT key before choosing "MAC" or "BOOTCAMP". Thanks

    I have MacAir with OS 10.8.4, how can I cancel the automatic link of my USB flashdisk to Mac instead of BootCamp, since I have one time press the ALT key before choosing "MAC" or "BOOTCAMP". Thanks

    That only happens when you are running Windows in a Virtual Machine with OS X as the host. Shut down the VM and restart your Mac.  Once the VM is running again and you insert a USB flash drive you should get that prompt again.

  • When I open firefox, a pop up window asks "do you want to allow the following program to make changes to this computer? How can I get rid of this pop-up window ?

    Every time I open the browser, a pop-up window asks "Do you want the following program to make changes to this computer?"
    It is unnecessary and annoying to have to click "yes" each time.
    How can I get this pop-up window to stop?

    Thanks for the help I'll keep the info just in case - but I got so frustrated that I just deleted the program and then re downloaded the current version now everything works fine.

  • How can i stop the i tune pop force quit doesn't work

    hi ,
    please help " how can i stop the i tune pop force quit doesn't work"

    Refunds on downloaded software are virtually nonexistent.
    I have had cases where I purchase software on a physical disk. If I don't like the software I can uninstall it from my computer and sell it legally. Recouping most of my loss.

  • My bookmark pull down menu doesn't offer " manage bookmarks". In all the support Ican find this is how to edit bookmarks. How do I find the manage link if it's not in teh pulldown menu?

    Question
    My bookmark pull down menu doesn't offer " manage bookmarks". In all the support I can find this is how to edit bookmarks. How do I find the manage link if it's not in the pull-down menu?

    In Firefox 4, "Organize Bookmarks" has been changed to "Show All Bookmarks" to open the Library window.

  • I live in thailand. my firefox homepage comes up with a google mark and is in thai language. how do i remove the google link and get english language?

    I live in thailand. I just downloaded firefox 3.6.12. I have uninstalled google chrome. My firefox homepage comes up with a google mark and is in thai language. How do i remove the google link and get english language?

    You can set the Interface Language via the Search settings link on the http://www.google.com/ncr site. That should work for the Google Firefox page as well.<br />
    That setting is stored in a Google PREF cookie that you need to keep (allow).

Maybe you are looking for

  • Is there a work around to use two Apple IDs across and iPhone and a MB Pro?

    iPhone 5 and Macbook Pro Retina late 2013.  iOS 8.1 and Yosemite.  It's a company iPhone and a personal MBP.  Phone has an Apple ID associated with company credit card and MBP personal Apple ID with personal credit card. There is a cross platform iss

  • Performance Issues with iMac

    Hi all, I've done some searching for answers to my problem, but all of the threads I found were a little different than my problem. I've had a 2.0 GHz Aluminum iMac for a little over a year now, and I only have 1GB of RAM in it. I use Mail, iTunes, S

  • Bridge CC stopped showing thumbnails, does not expand at triangles

    Hello community -- three days ago Bridge doesn't let me open all triangles at folder's tab anymore, sometimes more, sometimes less -- plus when being at a folder that cannot expand anymore and Bridge should display the thumbnails of files, it doesn't

  • Flash drive not on desktop

    Hi, I have a MacBook Air with Lion and when I put in my USB flash drive, it won't show up on the desktop as it should. I have switched on the finde options that all should be shown on desktop, but this doesn't. Any idea what to do? Best, Anton

  • Channel stopped polling

    Hi, I have two channel configured that uses file adapter to pull files from a ftp server.The general settings in both the channel -FTP parameters,Processing parameters with a polling interval of 300 secs, are same.Both differs only in the specific se