Popup window size problem

Hi,
For some reason, the popup window link in my Flash website
opens up a popup which doesn't behave to the window size rules I
set.
The website is www.caveataudiens.net , click on the 'music'
button, and then on the Jukebox button to see as example.
The Jukebox button has the following actionscript:
on (release) {
//customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = "
http://www.caveataudiens.net/music/mp3player.html";
target_winName = "kirupa";
width = 400;
height = 300;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 1;
resizable = 0;
//sends data back to the function
openWinCentre(address, target_winName, width, height,
toolbar, location, directories, status, menubar, scrollbars,
resizable);
and in my main actionscript layer I have:
stopAllSounds();
forum_btn.onRelease = function() {
getURL("
http://www.flaccidsacks.co.uk/phpBB2/",
"_blank");
music_btn.onRelease = function() {
gotoAndStop("music");
links_btn.onRelease = function() {
gotoAndStop("links");
about_btn.onRelease = function() {
gotoAndStop("about");
news_btn.onRelease = function() {
gotoAndStop("news");
Movieclip.prototype.openWinCentre = function (url, winName,
w, h, toolbar, location, directories, status, menubar, scrollbars,
resizable) {
getURL ("javascript:var myWin; if(!myWin ||
myWin.closed){myWin = window.open('" + url + "','" + winName +
"','" + "width=" + w + ",height=" + h + ",toolbar=" + toolbar +
",location=" + location + ",directories=" + directories +
",status=" + status + ",menubar=" + menubar + ",scrollbars=" +
scrollbars + ",resizable=" + resizable +
",top='+((screen.height/2)-(" + h/2 +
"))+',left='+((screen.width/2)-(" + w/2 + "))+'" +
"')}else{myWin.focus();};void(0);");
Can some kind soul help me figure out how to adjust the
window size?
Many thanks
lyle

Any ideas?
When I change the settings for toolbar, status, etc, then the
changes take effect, it seems though only the width and height
don't work for some reason.
I would be very grateful for any suggestions
Thanks
Lyle

Similar Messages

  • Reduce Popup Window Size

    Hello Experts,
    I have one popup window, the height and width of popup window is being displayed too large.
    I am using method window set_window_size() and passing the parameter u2018Width = 20%u2019 and u2018Height = 30%' but it doesnu2019t work. How to reduce Popup Window Size?
    Could you please suggest me?
    Thanks.

    Check out this post POPUP WINDOW .
    I think the popup size will work in later SP level, instead of work on height and width of the popup specify the size of the called UI  container.
    Sergio

  • Notify popup window size

    Hi,
    Is there a way to change the Notify popup window size (especially width)?
    Sometimes I got emails where the subject is quite long, and quite important information is at the end of the subject. The default width of the popup window is not enough to show the full subject.
    Thanks in advance for any tips.

    Hi,
    Unfortunately I too can't figure out a way to do this.
    Perhaps one of the GroupWise guru's knows something that we don't ;)
    Cheers,

  • Managing Popup window size

    I am using RoboHelp 10 - I need to manage the popup window sizes so the larger popups (images of the main screens) can be displayed full size but without scroll bars.  Can anyone help?  If I choose the option for the popups where I decide on the size it makes all popups that size.  Suggestion????
    Also - how do I create lists so the are properly aligned.  bullet remains to the left like a hanging paragraph and the text remains indented properly ....

    Any ideas?
    When I change the settings for toolbar, status, etc, then the
    changes take effect, it seems though only the width and height
    don't work for some reason.
    I would be very grateful for any suggestions
    Thanks
    Lyle

  • Change the popup window size in the "optional label with help" template?

    G'Day Apex/javascript gurus,
    I am using Apex 4.0 where I coded an HTML table for help text in one item. Now, when an user click for help in this item then the HTML table is bigger than the size of the pop up window so the client has to re size it a bit to see it fully. To fix this, I tried to create a new "optional level with help" template where I can control the size of the pop up window and make it bigger to fit my HTML table so the client does not have to resize but I could not find any parameter in the original template:
    <label for="#CURRENT_ITEM_NAME#"><span class="t9optionalwithhelp"> "javascript:popupFieldHelp('#CURRENT_ITEM_ID#','&SESSION.')" tabindex="999" that help me to achieve that
    I am not an expert in javascript but I appreciate greatly if somebody here could help me to create a new label (with help) template where I can control the size of the popup window.
    Kind regards
    Carlos
    Edited by: creyes on Aug 1, 2011 1:22 AM

    Hello Carlos,
    You can overload the APEX javascript with your own, on the page you want it to happen. You can do that in the Page Definition - Function and Global Variable Declaration.
    Copy the below code into there and change the width and height of the popup.
    function popupFieldHelp(pItemId, pSessionId){
        // Show jQuery div based dialog if not running in screen reader mode, if not fall back to old popup
        if (!$x('pScreenReaderMode')) {
            apex.jQuery.getJSON(
            'wwv_flow_item_help.show_help?p_item_id=' + pItemId + '&p_session=' + pSessionId + '&p_output_format=JSON',
            function(pData){
              var lDialog = apex.jQuery("#apex_popup_field_help");
              if (lDialog.length===0) {
                // add a new div with the retrieved page
                lDialog = apex.jQuery('<div id="apex_popup_field_help">'+pData.helpText+'</div>');
                // open created div as a dialog
                lDialog
                  .dialog({
                    title: pData.title,
                    bgiframe: true,
                    width: 500,
                    height: 350,
                    show: 'drop',
                    hide: 'drop' });
              } else {
                // replace the existing dialog and open it again
                lDialog
                  .html(pData.helpText)
                  .dialog('option', 'title', pData.title)
                  .dialog('open');
        } else {
            popupFieldHelpClassic(pItemId, pSessionId);
        return;
    }; // popupFieldHelpHope that makes sense,
    Dimitri
    http://dgielis.blogspot.com
    http://www.apex-evangelists.com

  • Windows size problem when resume apps, TTA SGD E4.0

    Hi,
    I have a problem and can�t find the solution yet.
    I open windows apps in my desktop with a 800x600 resolution, the app is
    configured for independent window, clients maximun size and fill my screen
    completely as suppose to do. Then I close the window app clicking the X icon
    to suspend the emulator session.
    When I resume a suspended emulator session or move to other workstation and
    take the session over the emulator session window size is 640x480 and stick
    there whatever I try to do, worst is I can�t see the full window and also
    there are no scroll bars, so I can�t reach the START icon on the lower left
    to close the app because the session becomes useless.
    The workarround solution was set the "scale to fit" properties in 640x480
    and then I can see the full window to reach the star icon and close the app
    to start over, but the user complain about the small letters and slow
    performance. Another clue is if I click on the maximize icon the window try
    to fill up my screen and then inmediatelly go back to 640x480.
    [[root@arst1tta1 root]# /opt/tarantella/bin/tarantella version
    Tarantella Secure Global Desktop Enterprise Edition for Intel Linux kernel
    2.4+ (4.00.903)
    Tarantella Secure Global Desktop Enterprise Edition Platform Identity Pack
    for Intel Linux kernel 2.4+ (4.00.903)
    Tarantella Secure Global Desktop Enterprise Edition Windows Connectivity
    Pack for Intel Linux kernel 2.4+ (4.00.903)
    Architecture code: i3li0204
    This host: Linux arst1tta1.ar.lar.pi.pvt 2.4.9-e.34smp #1 SMP Wed Dec 10
    16:52:22 EST 2003 i686 unknown
    Any ideas ??
    Thanks a lot in advance.
    Marcelo

    Carmelo,
    Thanks for your answer but my problem is the Linux server OS, is Red Hat AS
    2.1 wich is not supported in TTA 4.10.
    When I tried to make the TTA upgrade failed due library issues.
    Is my problem a reported bug for TTA 4.0 ???
    Can you give any other advise or workarround ??
    Regards.
    Marcelo
    "Carmelo" <[email protected]> escribi� en el mensaje
    news:[email protected]...
    there are some fixes in 4.10 that might help with this.
    http://www.tarantella.com/support/documentation/sgd/ee/4.1/fixes.html
    MarceloGonzalez wrote:
    Sorry, I want to add that the same thing happens with a Linux KDE
    session.
    >>
    "MarceloGonzalez" <[email protected]> escribi� en el mensaje
    news:[email protected]...
    Hi,
    I have a problem and can�t find the solution yet.
    I open windows apps in my desktop with a 800x600 resolution, the app is
    configured for independent window, clients maximun size and fill my
    screen
    completely as suppose to do. Then I close the window app clicking the Xicon
    to suspend the emulator session.
    When I resume a suspended emulator session or move to other workstationand
    take the session over the emulator session window size is 640x480 andstick
    there whatever I try to do, worst is I can�t see the full window and
    also
    there are no scroll bars, so I can�t reach the START icon on the lowerleft
    to close the app because the session becomes useless.
    The workarround solution was set the "scale to fit" properties in
    640x480
    and then I can see the full window to reach the star icon and close theapp
    to start over, but the user complain about the small letters and slow
    performance. Another clue is if I click on the maximize icon the windowtry
    to fill up my screen and then inmediatelly go back to 640x480.
    [[root@arst1tta1 root]# /opt/tarantella/bin/tarantella version
    Tarantella Secure Global Desktop Enterprise Edition for Intel Linux
    kernel
    2.4+ (4.00.903)
    Tarantella Secure Global Desktop Enterprise Edition Platform IdentityPack
    for Intel Linux kernel 2.4+ (4.00.903)
    Tarantella Secure Global Desktop Enterprise Edition Windows Connectivity
    Pack for Intel Linux kernel 2.4+ (4.00.903)
    Architecture code: i3li0204
    This host: Linux arst1tta1.ar.lar.pi.pvt 2.4.9-e.34smp #1 SMP Wed Dec 10
    16:52:22 EST 2003 i686 unknown
    Any ideas ??
    Thanks a lot in advance.
    Marcelo

  • Controlling popup window size

    Is there a way to influence the size of popup windows? I am
    developing help that will be displayed in a narrow panel, and
    popups get to be ridiculously narrow. It seems that the autosizing
    algorithm prioritizes tall over wide, so that a pupup topic that
    fits in the help display without scrollbars doesn't use as much
    width as it could. The width is extended as a last resort if the
    amount of text would otherwise demand a scrollbar. I would like the
    popups to be only a little narrower than the main window regardless
    of the text amount.

    GEWB,.
    Thanks. A bit of elaboration:
    I make extensive use of popups to display screen shots in a
    separate window so the user can browse help and go from topic to
    topic without necessarily navigating in the parent application at
    the same time. I also make the guide available in our DocWeb
    library as a standalone guide, so the user can read it with the
    parent application closed.
    Sometimes the popup window contains a fair amount of text in
    a subtopic that the user may need to read only once and never
    summon again. He or she has the option of ignoring that popup link
    on returning to the topic. It's the same principle as a Glossary
    definition. The link is there, but once you read it, why bother if
    you can remember it from last time?
    I haven't used dropdowns much, but as I recall they appear in
    the topic pane and push text down until they are dismissed. Useful,
    yes, but they wouldn't accomplish my purpose for popups.
    I looked through ehlpdhtm.js, which primarily serves IE. It
    figures out the autosize dimensions on the fly, and performs the
    dhtml effect on text, such as flying in and out, but
    Firefox/Mozilla/NS don't use dhtml effects.
    I can't find a place in ehlpdhtm.js where (if it's in this
    file) the default popup window is sized (it's about 300 px wide by
    150 px high).
    BSSCDHTM.JS doesn't appear in WebHelp output. Much of it is
    similar to the other js file. I have no idea how it's used. The RH
    help topic on output files mentions ehlpdhtm.js, but there is no
    reference to bsscdhtm.js.
    Is it possible that ehlp... replaced bssc.. and bssc... never
    was removed from the RH code? Or is bssc... perhaps used in
    generating html help?
    If it's in some dll file, I can't fiddle with it, unless you
    can tell me how to edit and save a dll file without destroying its
    dll file type. DHTMLFX.DLL has a lot of code that looks similar to
    the two .js files, but I can't find the default size. That's why I
    thought perhaps the non-ie browsers have a built-in default when
    the html code doesn't specify a custom size.
    I'm content with the workaround, using custom sizes for all
    popup windows, unless a real developer (of which I am not one) can
    help figure this out.
    Thanks again.
    Harvey

  • How to reduce Popup Window Size?

    Hello All,
    I have one popup window, the height of popup window is being displayed too large.
    I used method IF_WD_WINDOW->WINDOW_SIZE( ), there are parameters 'Width' and 'Height' of type string, i have passed '30' and also '30%'  like formate, it didn't work.
    how to control the size of window? Could you please suggest me?

    To be honest i havent found the size parameters working, what you can do though is to RESTRUCTURE the TEXT to be displayed in the pop-up, that would allow you to controll the WIDTH of the pop-up.
    in my code sample below l_text table has 2 entries, we can further have more inserts to it to gain height.
    You can create pop-up with different text, by extending the below source.
    data :  l_cmp_api          type ref to if_wd_component,
              l_window_manager   type ref to if_wd_window_manager,
              l_popup            type ref to if_wd_window,
              l_text             type        string_table,
              l_api              type ref to if_wd_view_controller,
             RR_POPUP_WINDOW type ref to  IF_WD_WINDOW.     
      l_cmp_api        = wd_this->wd_get_api( ).
      l_window_manager = l_cmp_api->get_window_manager( ).
      insert `Records marked with RED LED contain error into table l_text.
      insert `To proceed processing with errors, select YES for this POP-UP.` into table l_text.
      rr_popup_window = l_window_manager->create_popup_to_confirm(
                    text            = l_text
                    button_kind     = if_wd_window=>co_buttons_yesnocancel
                    message_type    = if_wd_window=>co_msg_type_warning
                    window_title    = 'INFO'
                    window_position = if_wd_window=>co_center
                    ).                                          "#EC
          rr_popup_window->subscribe_to_button_event(
                   button            = if_wd_window=>co_button_yes
                   action_name       = 'TO_V_PODETAILS' "action on the view that handles click
                   action_view       = ir_view
                   is_default_button = abap_true ).
    RR_POPUP_WINDOW ->open( ).
    Greetings
    Prashant

  • Window Size Problem in Mountain Lion

    I have a MacBook Pro 13" I use with a Thunderbolt display in another location. When I return home the iTunes window is sized on the MBP screen the same size as it was on the Thunderbot Display. There is no way to reach the lower right corner of the iTunes window to resize it to fit the 13" screen. With the display not available to me I cannot just reattach the Thunderbolt Display and resize. I do not remember this beirng a problem in Lion.
    Any suggestions?

    On my screen the green button fits it exactly to the screen, but see the link I added. That Automator action lets you define the exact sizes.
    The example on the page is for Aperture; you need to change the script to
    on run {input, parameters}
              (* get the bounds of the Desktop *)
              tell application "Finder"
                        set {d1, d2, d3, d4} to (get bounds of window of desktop)
              end tell
              tell application "iTunes"
                        set margins to {d1 + 20, d2 + 54, d3 - 30, d4 - 30}
                        set bounds of window 1 to margins
              end tell
              return input
    end run
    -- This expression {d1 + 20, d2 + 54, d3 - 30, d4 - 30} defines the margins to be left around the iTunes window; adjust them to your needs

  • Taskflow popup window size

    Hai i had opned a task flow as an inline popup i want to the size to be increased is this possible to achive if so how to do it?

    Hi,
    You should be able to set the window height and window width properties on the button that you use to invoke the popup.
    That is if you use a button to invoke the popup.
    Regards
    Luc Bors

  • Save As Dialog Window Size Problem

    I'm having an issue with the Save As and Save Linked File As dialog windows. When using the expanded dialog window, the sides and bottom of the window extend beyond the edges of my screen.
    Thus the New Folder, Cancel, and Save buttons are cut off and all I can see is the very top of each button and none of the button text.
    I can't resize the window manually because the bottom right corner isn't visible. I also tried clicking the green Zoom button to no avail.
    How can I get this window to size properly?

    Hi CW3X,
    I think those settings are saved in Safari's property list file. Opening that file in either Property List Editor or TextEdit and scrolling through the entries highlights a cluster of "NSPanelExpandedSizeForSaveMode" strings, which look like they may be relevant.
    ~/Library/Preferences/com.apple.Safari.plist
    If you're not comfortable editing the file manually, you can try moving the .plist file to your Desktop and restarting Safari. Hopefully everything will return to normal.
    Yang

  • Video Podcasts streaming window size problem since upgrade to 9.0.3

    Since the upgrade to 9.0.3 on Windows Vista SP2 when I go to the iTunes store and play a video podcast (Tekzilla, ABC news, etc.), a small window opens up without any controls to stop/start, show time played, expand window, etc. It seems the play must be initiated from a small button to the right of the specific podcast, not the play button on the upper left as before.
    I have not found a way to expand the small window to full screen as worked before.
    I have played with the options on the iTunes and tried Cntl + F, 1, 2, etc. Set the view option to full screen, etc. In short, every option that I can think of.
    I have tried large quicktime and HD podcasts with the same result.
    If I download the podcast, as opposed to steaming the podcast; and then highlight and hit the upper left play button, the podcast plays full screen and everything works as before (previously streaming and download playing worked the same).
    I have a 6 MB DSL connection which works fine for Hulu, etc. and previously worked fine for full screen video podcast playback in iTunes. I am using a core 2 T5500 CPU with Vista SP2. This machine is a couple years old but is still relatively quick for non-gaming use.
    Has iTunes changed? Is there a setting that I need to reset?

    Likewise. I started having the problem before 9.03. The upgrade helped for a couple of days, then it started happening again. And then I upgraded to 9.1, and not only do I have to log in and agree to the settings page EVERY SINGLE TIME I LOG IN but the "remember password" box is now completely missing.
    Any time I have iPhone apps to update, I have to click on "download all", which then pops up the login box. I enter my password, click on OK to agree that my settings are OK, then I have to click on "download all a second time.
    This is getting very annoying.

  • Popup window size

    How can I set size and location of a popup in JavaHelp 2.0 explicitly, i.e. in Java Code ?
    Thanks in advance
    Thomas G�lden
    Munich, Germany

    For the size you can use setSize();
    Code:
    Popup popup = (Popup) Popup.getPresentation(HelpSetName, null);
    popup.setInvoker(ButtonName);
    popup.setCurrentID("Sect1");
    popup.setSize(new Dimension(400,600));

  • HDR Toning Window size problems

    In Photoshop CC, if I go Image > Adjustments> HDR toning, the HDR toning window comes up only showing the first line. It will not let me scroll down, maximize, or resize. How can I fix this?

    The HDR Toning window is not user resizable or scrollable.  It should resize itself to fit the contents, which can grow or shrink based on what sections are expanded or contracted.
    Is enough of the window visible to click on the arrow at the left of the Edge Glow section?  Does the window expand or contract to respond to the Edge Glow section growing and shrinking?
    You might post a screenshot of what you’re seeing.
    You might try tweaking the Advanced Graphics options in Preferences / Performance.
    You might try reseting your Photoshop preferences.

  • How to maximize a popup window?

    Hi,
    My issue:
    A popup contains data larger that the screen size, it therefore maximizes itself, meaning that it sets its WIDTH to 100%. But this is most unfortunate as WD does not recognise its own scrollbar as the end of the available screen and now the close button (cross) of the popup is beneath the scrollbar!
    When doing a "true" maximize by clicking on the button left to the "closing cross", it recognizes scrollbars and stays visible in total.
    My question:
    How can I programmatically access the maximize/fullscreen function? Interface IF_WD_WINDOW does not provide a corresponding method as far as I can see...
    Already tried:
    ...please no "put width and height to 100%" as I already stated that this is not what I want...
    Also setting width to 95% or the likes does not work, as the popup automatically sets 100% on refresh if there are to large contents.
    <br>
    I would appreciate your help on this!!
    Kind Regards,
    Robert

    Hi Robert,
    You can do any size related actions in POPUP, Actually we have SET_WINDOW_SIZE Method to set window size,
    But for popups it wont work.
    Please check this thread, check Thomos reply
    Re: Confirm Popup in Web Dynpro, window size
    Check using set_window_size.. but can't effect.
    How to reduce Popup Window Size?
    As suggested saravanan, check SAP NOTE also.
    Cheers,
    Kris.

Maybe you are looking for

  • ITunes Problem Ver 6.0.1.3

    Hi I have a Laptop running Windows XP. I installed iTunes on it about 10 days ago and it has been working fine. But from yesterday whenever I click on iTunes or try to open it a pop up appears saying: "iTunes has encountered a problem and needs to cl

  • Adobe Interactive Forms in Java WebDynpro opens as separate app

    Hi, I created a WebDynpro component where I embedded an interactive form. It works in that sense that the form is populated. But the form opens as a separate window. It is not shown in place. Is there a known problem or do I have to install an additi

  • Interface inheritance and Generics

    Hello! For an application I need several 'stores' (classes which contain some elements) which share certain characteristics. I would like to create a general StoreInterface, and some specialized interfaces which inherit from this, e.g. a 'KwicStoreIn

  • .Mac Family Pack and iWeb

    I want to upgrade my .Mac account to a Family Pack, but I'm a little unsure how the sub-accounts work in terms of publishing Homepages or iWeb sites. 1. Can each sub-account publish his/her own Homepage or iWeb site? 2. Does each sub-account have a d

  • Sync-ing issues

    It is taking WAYYYY to long for my initial sync with my iPhone and iTunes. I have tried turning on and off the phone, I have tried restarting my computer....I am not sure what else to do. Does anyone have any other suggestions???