Window order

It's very probable that Adobe Reader can do the basic and important thing i'm looking for, but i have not found the way.
I need the window choices to be ordered
by the doc names (ie alpha-numerically), instead of
by the history of which doc was opened first, second, etc.
Does anyone know how to do that?
Thank you in advance.
details:
- I have Adobe Reader 9.5.2 and Windows 7.
- I have looked fairly carefully in the menu options (e.g. in:  Edit:  Preferences) and in the Help.

The lists of currently-open files on the Window menu (and the Recent Files list on the File menu) cannot be sorted any other way.

Similar Messages

  • Window order is wrong when switching Spaces

    When I switch from one space to anther using the cntl arrow keyboard shortcut the window order in the new space is invariably messed up. It is just the display of the windows though and not the order that the OS thinks they are in.
    For example if I switch to a space with Mail.app I often get the main Mail viewer window but if I go into the Window menu the email message I was working on is checked in the menu.
    If I switch to a space with two apps the previously frontmost app is no longer displayed as being in front but it is actually still active.
    Anyone know what the solution to this problem is?

    First off, I meant to title this "When switching spaces application window is not showing."
    Just in case anyone else runs into this problem or any other weirdness with switching between spaces, the answer seems to be trashing the com.apple.dock.plist file and then restarting the dock. The preferences file can evidentially get corrupted and create some problems. Spaces does not have it's own plist file but stores it's data in the dock's plist file. Be warned that this will reset all of your dock preferences including which apps you have on the dock.
    Mark

  • GNOME3 windows order

    Hi there,
    I have suffered from this for a while. After some in-depth search, I still couldn't solve the problem:
    when I close a window, the expected window in focus should be the last window shown before the closed one. This is what all popular window-based desktop environments do (kde, gnome2, microsoft windows...). But this doesn't work in my archlinux gnome3. Some random window was in focus and at front of my eyes.
    Also, alt-tab is weird. The rotational order of windows is in chaos.
    For example: suppose I was in firefox, and had another terminal window. Then I launched thunderbird. Then I pressed alt+tab, I thought I should change to firefox again, because that was the last place where I was. But, unexpectedly, I might end up in the terminal window.
    Anyone can help?
    UPDATE:
    another example: when I type 'gvim' or 'gedit' from gnome terminal, the new window appears but quickly hides into the background, leaving another window in focus.
    installed packages:
    gnome-applets 3.2.1-1
    gnome-audio 2.22.2-1
    gnome-backgrounds 3.2.0-1
    gnome-bluetooth 3.2.2-1
    gnome-control-center 3.2.2-1
    gnome-desktop 3.2.1-1
    gnome-desktop-sharp 2.26.0-8
    gnome-desktop2 2.32.1-2
    gnome-disk-utility 3.0.2-2
    gnome-doc-utils 0.20.6-1
    gnome-games 3.2.1-2
    gnome-games-extra-data 3.2.0-1
    gnome-icon-theme 3.2.1.2-1
    gnome-icon-theme-symbolic 3.2.2-1
    gnome-js-common 0.1.2-2
    gnome-keyring 3.2.2-3
    gnome-mag 0.16.3-1
    gnome-media 2.91.2-3
    gnome-menus 3.2.0.1-1
    gnome-mime-data 2.18.0-6
    gnome-netstatus 2.28.2-1
    gnome-nettool 3.0.1-1
    gnome-online-accounts 3.2.1-1
    gnome-panel 3.2.1-1
    gnome-power-manager 3.2.1-1
    gnome-print-sharp 2.26.0-7
    gnome-screensaver 3.2.0-1
    gnome-session 3.2.1-1
    gnome-settings-daemon 3.2.2-1
    gnome-sharp 2.24.2-2
    gnome-shell 3.2.2.1-1
    gnome-shell-extension-coverflow-alt-tab 3.2-2
    gnome-shell-extension-dock 3.2.1-1
    gnome-shell-extensions-common 3.2.1-1
    gnome-speech 0.4.25-2
    gnome-system-monitor 3.2.1-1
    gnome-system-tools 3.0.0-2
    gnome-terminal 3.2.1-1
    gnome-themes-standard 3.2.1-1
    gnome-tweak-tool 3.2.2-2
    gnome-user-docs 3.2.2-1
    gnome-utils 3.2.1-1
    gnome-vfs 2.24.4-6
    gnome-vfs-sharp 2.24.2-2
    gnome-video-effects 0.3.0-2
    Last edited by kevin_chn (2012-03-12 06:26:12)

    crab wrote:
    An extension for 'fixing' the alt+tab behaviour can be found here.
    I'm not aware of a solution to the windows order but it may be worth checking out the other extensions on that site.
    I've tried that one, but it merely provides the traditional way of switching between windows.
    My problem really looks more like a bug.

  • Getting window order

    Kan anyone tell me how to get the order of the java windows i have created.
    Witch one is on top of the other ? I kan get all the Frames with "Frame.getFrames()", but I need a way of telling witch is on top of the other, without losing the Window focus of the focused window. This would make an awfull display for the user, so I can't transfer the window focus until i "hit" the window.
    A method returning a boolean " isWindowOnTop(Window test_window, Window compare_to) " would be perfect.
    I have been looking at KeyboardFocusManager but I don't see how it would do it for me.
    any ideas ?

    So i could write a "window layer manager" that would keep track of the window order. Every time a hierarchyChanged it would update its window order, and then you could ask it about the window order.
    That might work. - Please let me know if I misunderstod and you had other in mind.
    Is there an easyer and more "safe" way ?

  • Window Order with Fullscreen  Projector file

    For Actionscript 2.0
    I have a projector exe which is invoked full screen.
    In the exe I have a button which invokes a URL using the
    getURL command. This link gets invoked in the browser window in the
    background and since the projector exe is playing fullscreen I dont
    see the browser.
    I am looking for a way to invoke this url so that it gets
    invoked on top of this window(in front of this window in terms of
    window order). see code below...
    this.createEmptyMovieClip("loader_mc",
    this.getNextHighestDepth());
    fscommand("fullscreen",true);
    loader_mc.getURL("
    http://www.macromedia.com",
    "_blank");
    The
    is ticking

    Yes this is possible by using third pary tools.
    Read this and look at the example provided.
    http://www.flashjester.com/?section=faq&cPath=14_56_22#209
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

  • Firefox v14.0.1, WinXP, changes window order on FF restart

    A similar question was asked about 4 months ago, with no confirmed answer: after a FF 14.0.1 restart (say, after a crash or when the Firefox task is terminated from Task Manager), the ORDER of the restored windows is different than it was at shutdown.
    In some cases it appears the first window (the one at the bottom of the Windows taskbar display for FF windows) at restart is that which was the active window when Firefox stopped. Otherwise, the order can sometimes seem unpredictable.
    (Let's say I have 5 FF windows open, each with a list of specific tabs, and assume they are shown as the taskbar in a popup as:
    5
    4
    3
    2
    1
    What I want is for FF to behave as it used to following a crash or restart, and PRESERVE this order, instead of transforming it to, say,
    5
    4
    2
    1
    3)
    Surely this should be the default behavior? If not, how I can I remedy this?
    Thanks in advance.

    Hi,
    The session information is [http://kb.mozillazine.org/Browser.sessionstore.interval by default saved every 15 seconds]. The active window is saved as '''selectedWindow''' in [http://kb.mozillazine.org/Sessionstore.js sessionstore.js]. If for ex. we change the active window but Firefox is force closed before the next 15 secs the information may not be updated. Please note that this is not a technical explanation, just a thought :) One way you could check is by reducing the time of '''browser.sessionstore.interval''', change to a new Window, wait for the time to elapse and force close Firefox.
    [http://kb.mozillazine.org/Session_Restore Session Restore]
    [https://wiki.mozilla.org/Session_Restore Session Restore]

  • SAPScript Window Order

    Morning All
    Hopefully a quick one for you.
    Is there a way of calling a window before the MAIN window.  It seems this is always called first and then the subsequent windows (which can be called explicitly via the CALL FUNCTION 'WRITE_FORM'.)
    Cheers
    Ian

    Hi and thanks for your replies
    We do not get an error, the situation is that we using the SAPSCript Raw Data Interface to pass the data to HP.  We want to declare a window that will act as a placeholder for global data that will get processed first.  However, in the RDI spool output, MAIN is always the first window to get processed when it is on the page, otherwise, the windows are processed implicitly in alphabetical order.
    A rather complicated scenario but any help would really be appreciated!!
    Thanks
    Ian

  • Window order question when using Full screen

    Hello all,
    This is my first time posting.. Probably many more to come.. But this is probably a really easy question. I am really new to Cocoa and am picking it up slowly one step at a time.
    I am making an application where I need a full screen animation to work with. I have been able to get that up and running and have been able to use a keyboard event to toggle the window to go to full screen and back to window size. However, once I go from the window (which when the app starts is window size) to full screen then back to window I cannot go back into full screen without reselecting that window. What can I do to get it so it will go back and forth all day without having to physically click the window? I have tried using the [self becomeFirstResponder] after it exits full screen and didn't help. I am using the [self enterFullScreenMode:[NSScreen mainScreen] withOptions:nil]. This will be on a MacMini installed kind of like a kiosk so it won't have a keyboard and mouse at all times.. And I might be only using the apple remote or something like that for control.
    Thanks for your help!!

    Hi speluttiero!
    I've got the exact same problem, with MacBook Pro Core i5. 64 bit Windows 7 in Boot Camp.
    It even crashes the whole Windows every now and then when playing flash full screen.. screen goes blank, some strage noise from speakers, and then requires reboot. Anyone any idea what's the problem?

  • Cannot ship confirm order...

    Hi,
    I get the following error when trying to ship confirm the order: Error: The action can not be performed because the selected records are not eligible.
    I have included the status data below:
    Sales Order Window:
    Order Status: Booked
    Order Line Status: Picked
    Additional Line Information:
    Delivery Status: Confirmed
    Pick Status: Staged/Pick Confirmed
    Current Trip Status: Confirmed
    Shipping Transactions Window:
    Lines/LPNs Tab:
    Line Status: Staged/Pick Confirmed
    Next Step: Ship Confirm/Close Trip Stop
    Delivery Tab:
    Status: Confirmed

    Thanks for the suggestions. Note 781923.1 brought me back to my starting point:
    Sales Order Window:
    Order Status: Booked
    Order Line Status: Picked
    Additional Line Information:
    Delivery Status: Confirmed
    Pick Status: Staged/Pick Confirmed
    Current Trip Status: Confirmed
    Shipping Transactions Window:
    Lines/LPNs Tab:
    Line Status: Staged/Pick Confirmed
    Next Step: Ship Confirm/Close Trip Stop
    Delivery Tab:
    Status: Confirmed
    Path by Stop:
    Status: Open (Sequence 10)
    Activity: Awaiting Pickup (Sequence 10)
    Status: Open (Sequence 20)
    Activity: Awaiting Drop off (Sequence 20)
    Path by Trip:
    Status: Open
    Activity: Remaining
    Note 843408.1:
    To workaround this issue, manually close all of the sequence on the Associated Trip Stop.
    Once this is done, the Interface Trip Stop program should automatically run which should then interface all of the lines.
    To manually close the sequence on the Trip Stop
    Query the order
    Click on Path by Trips tab
    Go to sequence 10
    Do an update status to Arrive
    Then close it
    I can update the status to "Arrive", but I cannot close the line. And, I cannot update the status for Sequence 20.
    I do not think that Note 453414.1 applies because this is not an internal sales order.
    Note 783074.1 suggests that the delivery be reopened. This is the same advice given in Note 781923.1 which brought me back to my starting point.
    Thanks for your help, and I look forward to your reply!

  • Tranfer my photoshop licence from mac to windows

    M reverting to Windows and want to know how I transfer my mac licence to windows.

    Order product | Platform, language swap
    Mylenium

  • Spaces bringing wrong windows to front

    Hello.
    I love using multiple spaces when I work. This is one of the reasons that brought me to Mac.
    But, there is an issue which I encounter since the beginning and which I can't stand anymore: often, when I come back to a space, the windows order is changed.
    For example: I have one space with xCode IDE, xCode Documentation (which is actually the same application), and the iPhone Simulator. In an other space, I have iTunes, Skype and all stuff which are not related to work. When I switch to iTunes, then switch back to xCode, very often, the Documentation and the iPhone simulator, which were behind, come up to the front.
    This happen 90% of the time, and is really annoying when you use spaces a lot.
    Is this a normal behavior? Am I doing something wrong? Is this a bug? Could I fix it?
    I'm running OSX 10.6.7, but this happen since the beginning.
    Thanks.

    I am having the exact issue on two separate machines. Would love to know if someone else has a fix for this. Thanks!

  • New windows don't open on top?

    When I click on a link in another application, Safari 4.0.4 opens the new window at some random layer amongst all my other Safari Windows. AppleScript also reports the front window to be some seemingly random window and not necessarily the frontmost one. Bringing a new window to the front doesn't seem to change the indexes of the windows in AppleScript. This can't possibly be expected behavior is it?
    (I've uninstalled Glims and Click2Flash and that hasn't made a difference.)
    ...mathom...

    Golden Shoes wrote:
    Safari 4.0.4 opens the new window at some random layer amongst all my other Safari Windows.
    Why are you opening everything in a new window, instead of a new Tab?
    Because that is my preference.
    AppleScript also reports the front window to be some seemingly random window and not necessarily the frontmost one.
    AppleScript doesn't report anything; it's a scripting language to automate functions.
    I get the impression you're not familiar with Safari or Macs in general, as your description of a problem doesn't make sense. We need more details.
    (Umm... I've been a software engineer programming the Mac platform for more than 15 years including being responsible for the AppleScript support for a major application. I've also been using and occasionally scripting Safari since it was first released.)
    The script:
    tell application "Safari"
    get properties of front window
    end tell
    shows that the window Safari thinks is the front window (i.e. the window whose index is 1) is some random window that may or may not be the actual frontmost window (i.e. the one currently visually frontmost in the application). The windows should be indexed frontmost to rearmost.
    It would seem likely that this problem is related to the fact that when clicking on a url in a Mail message, for instance, the window is opened at some seemingly random location in the window order. Sometimes that is on top, but often the window is buried beneath other open Safari windows.
    I apologize for my previous lack clarity. I hope this will enable someone to shed some light on the issue. Thanks.
    ...mathom...
    Message was edited by: mathom

  • Purchased win version PE13 in error, later purchased mac version. Need win order cancelled and refunded.

    By oversight I purchased the windows version. I later separately purchased the mac version (have successfully downloaded and registered it)
    I need to get the windows order cancelled and refunded.

    Jack Deblanc
    Assuming that you purchased the product as a download from Adobe direct within the last 30 days...
    The Chat line may be faster for you to process your refund. If you want to give it a try...
    1. Click on the following link
    http://helpx.adobe.com/contact.html?step=PRE_membership-account-payment_payments-invoices- orders_stillNeedHelp
    Premiere Elements
    Membership, Account, Payment
    Payments, Invoices, Orders
    Chat Panel
    If the link does not hold its set, then you will need to navigate to the Chat Panel using the above titles as guides.
    ATR

  • IPad Videos touchscreen unresponsive to show video controls

    Hello,
    I've searched the archives thoroughly on this one and have found others with the same problem, but no solution. When using the Videos app, after a video has been playing for more than a couple of seconds the touchscreen becomes completely unresponsive, and I cannot bring up the video controls (pause, etc.) The only option I have at this point is the home button.
    Has anyone else had this problem and found a solution?
    BTW my iOS version is 3.2.1.
    Thanks!

    Last night I downloaded flipboard and I messed up the window order (prompt should have been active but the app behind the alert prompt was actually active, really strange) and i count not use the touchscreen at all even when I left the app. I toggled the screen and it all came back.

  • Cascading Select List Doesn't work properly

    I am trying to use Cascading Select List in My Application. It works for the first time when I run the page afterwards when I try to open the same page in a different window it doesn't work afterwards it doesn't work at all.My code is as follows.
    1) Application Process with name getDet
    DECLARE
    lv_os_List varchar2(32000) := '';
    platform varchar2(50);
    err_code number;
    err_msg varchar2(200);
    BEGIN
    owa_util.mime_header('text/xml', FALSE );
    htp.p('Cache-Control: no-cache');
    htp.p('Pragma: no-cache');
    owa_util.http_header_close;
    htp.prn('<select>');
    HTP.prn ('<option value="' || 1 || '">' || '- All OS -' || '</option>');
    select platform into platform from platform where platformid =:P139_PLATFORM;
    if platform = 'Sun SPARC' then
    for i in (select os , osid from ostype where os like '%Sola%' order by os) loop
    htp.prn('<option value="' || i.osid || '">' || i.os || '</option>');
    end loop;
    ELSIF (platform ='Linux (x86 & x86-64)') then
    for i in (select os ,osid from ostype where os like '%Linux%' or os like '%RH%' or os like '%SLES%' or os like '%OEL%' order by os) loop
    htp.prn('<option value="' || i.osid || '">' || i.os || '</option>');
    end loop;
    ELSIF (platform ='TRU64') then
    for i in (select os ,osid from ostype where os like '%Tru64%' order by os) loop
    htp.prn('<option value="' || i.osid || '">' || i.os || '</option>');
    end loop;
    ELSIF (platform ='Windows') then
    for i in (select os ,osid from ostype where os like '%Windows%' order by os) loop
    htp.prn('<option value="' || i.osid || '">' || i.os || '</option>');
    end loop;
    ELSIF (platform ='IBM Linux on Power') then
    for i in (select os ,osid from ostype where os like '%Linux%' or os like '%RH%' or os like '%SLES%' or os like '%OEL%' order by os) loop
    htp.prn('<option value="' || i.osid || '">' || i.os || '</option>');
    end loop;
    ELSIF (platform ='IBM System z') then
    for i in (select os ,osid from ostype where os like '%Linux%' or os like '%RH%' or os like '%SLES%' or os like '%OEL%' order by os) loop
    htp.prn('<option value="' || i.osid || '">' || i.os || '</option>');
    end loop;
    ELSIF (platform like 'HP%') then
    for i in (select os ,osid from ostype where os like '%HP%' order by os) loop
    htp.prn('<option value="' || i.osid || '">' || i.os || '</option>');
    end loop;
    ELSIF (platform ='Itanium') then
    for i in (select os ,osid from ostype where os like '%HP%' or (os like '%Windows%' and osid <> 201) or os like '%Linux%64%' or os like '%RH%64%'
    order by os) loop
    htp.prn('<option value="' || i.osid || '">' || i.os || '</option>');
    end loop;
    ELSIF (platform ='AIX') then
    for i in (select os ,osid from ostype where os like '%AIX%' order by os) loop
    htp.prn('<option value="' || i.osid || '">' || i.os || '</option>');
    end loop;
    ELSE
    for i in (select os ,osid from ostype order by os) loop
    htp.prn('<option value="' || i.osid || '">' || i.os || '</option>');
    end loop;
    END IF;
    htp.prn('</select>');
    EXCEPTION
    WHEN OTHERS THEN
    err_code := SQLCODE;
    err_msg := substr(SQLERRM, 1, 200);
    INSERT INTO ERROR_TABLE (error_number, error_message)
    VALUES (err_code, err_msg);
    END;
    2) Application Item
    CASCADING_SELECTLIST_ITEM_1
    3) In the Footer of the region which contains the items the following Java Script
    <script>
    function get_select_list_xml(pThis,pSelect){
    var l_Return = null;
    var l_Select = html_GetElement(pSelect);
    var get = new htmldb_Get(null,html_GetElement('pFlowId').value,
    'APPLICATION_PROCESS=getDet',0);
    get.add('CASCADING_SELECTLIST_ITEM_1',pThis.value);
    gReturn = get.get('XML');
    if(gReturn && l_Select){
    var l_Count = gReturn.getElementsByTagName("option").length;
    l_Select.length = 0;
    for(var i=0;i<l_Count;i++){
    var l_Opt_Xml = gReturn.getElementsByTagName("option");
    appendToSelect(l_Select, l_Opt_Xml.getAttribute('value'),
    l_Opt_Xml.firstChild.nodeValue)
    get = null;
    function appendToSelect(pSelect, pValue, pContent) {
    var l_Opt = document.createElement("option");
    l_Opt.value = pValue;
    if(document.all){
    pSelect.options.add(l_Opt);
    l_Opt.innerText = pContent;
    }else{
    l_Opt.appendChild(document.createTextNode(pContent));
    pSelect.appendChild(l_Opt);
    </script>
    <script>
    get_select_list_xml($x('P139_PLATFORM'),'P139_OS');
    </script>
    For the first Select list form element properties
    onchange="get_select_list_xml(this,'P139_OS')"
    Please let me know what change I need to make in the code.

    Vikas,
    Is your page 0 a public page or it requires authentication? I remember having the same
    problem a while ago.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/apex/f?p=107:7
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for