Feature Request: more info in 'Reply' window

Perhaps this has been requested before but I haven't seen it so please forgive what may be rehashing an old request.
One thing I find inconvenient about responding to some Discussions posts is that in the "Post Message: Reply" page the user profile info about their Mac model, OS version, & other computer information is not displayed along with the text of their message. Since sometimes this info is critical to posting an appropriate reply, it would be useful to see it while composing a reply, just like it is in the threaded views of the topic's posts.

Of course tabs in one window will all close if the the window is closed (the red close button vs the (x) in the tab).
With a lot of tabs present in one Safari window, the tab names become highly truncated. Because of that it is too easy for me to accidentally close a tab by clicking on its "x" when I meant to click on its name, & too easy to lose track of which tab is which.
It probably is less of a problem with a large screen, but on a 13" MacBook it can be quite annoying, particularly if I'm trying to leave some screen space available for referencing the contents of other windows besides Safari's for some Discussions reply.

Similar Messages

  • Request more info directly from my webpage by send thru email

    I am building a realtor site display data by asp, would like
    to put a feature where visitor can click on a link and a pop-up
    window with form where visitor can enter their contact info to
    request more info about a porperty.............
    I tried to creat a form page, with link and target to
    _blank.: it won't work properly in "firefox2.0" instead of pop-up
    it goes to next new tab.
    I tried to add behavior with open browser window: it doesn't
    work properly neither........
    anyone have the solutions please..........

    do you want the form in a popup window- or the results of a
    form in a popup
    window??
    if the later- here's an older posting. No idea if newer
    browser's window
    blocking features would cause it to fail.
    if you want it in a popup window, the steps below should
    work.
    1)change the form tags to add a target:
    <form action="server_side_script.whatever"
    target="thenewwindowname"
    method="POST">
    {this will direct the script's results to the new window we
    make down below}
    2)add a behavior to the submit button
    Select the submit button, and add Open Browser Window
    behavior, triggered
    onClick
    Set the window's parameters/chrome as wanted.
    NAME this new window in the dialog box, and have the target
    attribute in the
    form's action use this window name.
    <input type="submit" value="send the stuff"
    onClick="MM_openBrWindow('fillerpage.html','thenewwindowname','toolbar=yes,
    s
    crol
    lbars=yes,resizable=yes','100','100','true')>
    {this creates the 100x100 window. We don't want to put
    server_side_script.whatever as the source, that would load
    the script
    without sending any data and nothing
    would be processed. The form results will fill this window in
    a second, but
    for now have to put a page into it or it could cause a
    problem. So we stick
    a dummy page we name fillerpage.html in it till the script
    returns it's
    results.}
    3)create and upload the empty fillerpage.html
    you can put any "wait a sec" message and graphic into it.
    It will show for the fraction of a second between the new
    window popping
    open------- and the script returning the processed info page.
    So-- when the submit button is pressed--
    1)the data is submitted to the script for processing
    2)a new popup is created named "thenewwindowname" 100x100
    with
    fillerpage.html in it.
    3)the script returns it's results to the popup window
    4)if the user has javascript disabled, the form results will
    open in a new
    window because of setting a target.

  • Feature request: more xpath support in XMLElement

    Hey guys,
    Just wanted to submit a feature request. I'm trying to write code to find the number of Invocation service threads that Coherence uses. It would be very nice if I could use XPath syntax such as the following:
    getSafeElement("cluster-config/services/service[@id='3']/init-params/init-param/param-value")
    Since the API doesn't support that, I have to resort to something like the following:
    XmlElement services = com.tangosol.net.CacheFactory.getClusterConfig().findElement(
            "cluster-config/services");
    List servicesList = services.getElementList();
    for (Iterator i=servicesList.iterator(); i.hasNext(); ) {
        XmlElement element = (XmlElement)i.next();
        if (element.getAttribute("id").getInt() == 3) {
            XmlElement value = element.findElement("init-params/init-param/param-value");
            System.out.println("invocation threads: " + value.getInt());
    }I haven't quite gotten that to work yet, but it's probably close. :)
    Thanks,
    Matt

    Matt,
    There is a helper function in com.tangosol.run.xml.XmlHelper class that makes it almost as easy as using the XPath.
    XmlElement xmlCluster    = CacheFactory.getClusterConfig();
    XmlElement xmlInvocation = XmlHelper.findElement(xmlCluster,
            "cluster-config/services/service/service-type", "Invocation");
    XmlElement xmlThreads    = XmlHelper.findElement(xmlInvocation,
            "../init-params/init-param/param-value");
    System.out.println("invocation threads: " + xmlThreads.getInt());Regards,
    Gene

  • New feature request -- more flexibility in file management

    I'm new to iPhoto and hope someone can help.
    I have a large, existing image database (5000+) that I'd like to migrate into iPhoto. I have an established organizational flow where I use a third-party utility to rename my files using the EXIF date as YYYY.MM.DD_000X.JPG (where "X" is a serial number than is incremented automatically). The photos are then organized into a Finder folder hierarchy using YYYY/MM.
    If in Preferences I check "Copy files to iPhoto library folder" then iPhoto copies all my files to the "iPhoto Library" folder, doubling the disk space consumed. That's a substantial percentage of my Mac Mini's hard drive capacity! Worse, iPhoto arbitrarily organizes the imported files into year 2000 and year 2005 folders, without creating folders for 2001, 2002, 2003, 2004, or 2006. So if I import additional images in the future I have no control over how it will be organized in the Finder. My organizational scheme and workflow are hosed!
    If in Preferences I UNcheck "Copy files to iPhoto library folder" then I lose other necessary functionality. For example, if I delete a file in iPhoto the actual file WON'T be deleted from the disk (even after "Emptying the Trash" in iPhoto). I verified this several times. The file structure on the disk and iPhoto's library will get out of synch unless I manually delete in both places, which is unmanageable if you delete a lot of photos! It also wastes disk space.
    Can't Apple simply add a "Monitor folders" feature like Photoshop Elements and many other programs have which automatically detects when files are added or deleted from the directory structure the library points to? This would be soooo much better than forcing iPhoto users to live with the kind of frustrating trade-offs described above.
    iPhoto is the 3rd or 4th image editing program I've tried over the years. I WANT to like iPhoto because I really like my Mac Mini, but the reality is I may at some point want to move on to something better. If I use iPhoto it appears I either have to live with losing control of my organizational structure or losing basic functionality like having photos deleted from the disk.
    Am I missing something here? Is there a workaround so that I can get what I want from iPhoto?
    Thanks!
    Phil
    Mac Mini Dual Core   Mac OS X (10.4.7)  

    Hi Phil
    Welcome to the iPhoto discussions.
    First thing to remember is that everything you want to do, all the organisation takes place within the iPhoto window. Ignore what goes on in the iPhoto Library folder, you simply never, ever have to do any work in there. In fact it is strongly recommended that you never touch or change anything there as it will profoundly affect the running of the app.
    Given the above, you can import your pics into iPhoto and then Trash your originals. Yes, once you are happy that iPhoto has taken all the pics in, you can throw away your originals, this eliminates the problem of the doubled-up disk space. But, you may ask, what if I want to keep my originals. iPhoto does this for you. If you edit or alter a pic in iPhoto you can always revert to the original as iPhoto keeps the original.
    <<So if I import additional images in the future I have no control over how it will be organized in the Finder. My organizational scheme and workflow are hosed!>>
    Yes it is, totally done for - because you are not organising the pics in the finder any more, you're organising them in iPhoto.
    You can organise pics in just about any way imaginable in iPhoto: by date, by time, by keyword, by ratings by a combination of them all. Want to find the pics taken in June 2003, no problem. Want to find only the pics of your dog taken in June 2003? No problem if you use keywords. Want to find all the pics of your dog that don't have your cat taken any month in 2003 except June? You get the picture.
    Drag a folder of pics to the Source pane in iPhoto, it will create an album. You can recreate you current system in iPhoto quite easily, and then improve upon it. Keywords are particularly powerful, as are smart albums. I have a library of over 8,000 pics, and as I import them I add keywords. With a smart album I can find every pic of my daughter that I have, and as I add more they get added to the smart album automatically.
    You can still continue to rename your files in whatever way is meaningful to you prior to importing. That doesn't have to change. Just do it prior to importing to iPhoto. The you can use Spotlight to find a pic called 2003.10.23_004.
    Or you can just drag it from the iPhoto window to your desktop and it makes a copy - your original is still safe. You can e-mail pics from within iPhoto and so on.
    The most important thing to remember is that your organisation is done within iPhoto. It does the heavy lifting.
    If anything I've said is unclear, don't hesitate to come back and ask more.
    Regards
    TD

  • Social network sites requesting more info - is it safe to give?

    Many of these free services - Facebook, GMail, etc, ask for additional personal information to help validate your identity. It seems counter-intuitive.  If some of these sites can be hacked, do I want them to store additional information about me?
    Is it safe to provide such information?
    Linked to: How to protect against web-based email accounts attack? 
    Community Advocate Program Manager
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Solved!
    Go to Solution.

    Most web site registration requests require a valid email address and the member's name. Anything beyond that is intrusive for a simple web site "registration" membership just to play a game or view and send email.
    There are some other aspects to web site membership you should consider before offering any other information regarding your identity. Some of these would be relative to the "purpose" behind your registration, and what type of web site.
    For example, you decide to perform your banking online. Your bank's web site is going to require much more personal information than just an email address and your name. In that example, you can see the need for providing such information. Before you do however, you should make certain the web site has protective features available, starting with the web site protocol itself.
    When registering at a web site that requires personal information, look in the address bar of your browser. Make sure the web site address line starts with "HTTPS://".
    Never use the same password at every site.  If that site should be compromised, your account information could be readily available to the hacker. 
    You can have different passwords for different accounts. One way to keep track of this is to have an address book—the actual paper kind that you write in with a pen—stored near the computer (but not at it, or at least, out of sight from it). Such books are a great place to keep mnemonics and tips to help you answer password recovery questions for web sites.  Keep in mind, though, that you should not write the actual answers to the questions in there, just something that helps you remember your answer.
    If it is too much of a hassle to use a different password for every site, then use passwords for different types of sites, e.g. use a very strong password for financial sites, another strong password for email accounts, and an easier password for general site accounts.
    Community Advocate Program Manager
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • "request more info" "Submit info" in bpel human tasks functionality

    Hi all
    i have a 5 steps approval process. We want the task to return to first approver from any of these steps. For example if the 3rd approver sends it back, the 1st approver will have the task again and when he/she approves it will go on with 2nd approver in the next step (not the 3rd one)(1-->2-->3-->1-->2-->3-->4...). So i thought that "request info" will fit this requirement but it returns to the 3rd one after info is submitted by 1st one(i checked reapproval needed).
    So do you know if it is a bug or expected behaviour? And what else can you suggest to provide a solution?
    Thks

    any solution or idea?

  • Show Model, OS and Other Details Info in Reply window for Originator

    When posting a reply in a thread it would be helpful if the Model, OS and Other Details information for the person we are replying to be shown in that window. Right now we have to toggle back to the thread window to check on their information.
    Thanks,

    Kady,
    Thanks for going around and noting people's suggestions. It helps a lot and I personally and most likely everyone else here appreciate all you do for the discussions, along with the other hosts and sysops
    Thank you!
    btabz

  • Feature Request: More Local Adjustments

    Sometimes it's nessesary to correct hue/saturation locally — change face colour or something like that. And it would be good to have such brush. Together with ability to change Fill Light, Black and Vibrance in a part of image. Why the current selection of brushes is so narrow?

    alex krylov wrote:
    Sometimes it's nessesary to correct hue/saturation locally — change face colour or something like that. And it would be good to have such brush. Together with ability to change Fill Light, Black and Vibrance in a part of image.
    +1 vote.
    Although, its amazing what can be done with the current complement with some practice. For example, opposing color can be added to remove color casts... I often paint with brightness and contrast all the way down and exposure way up to bring detail out of shadows...
    alex krylov wrote:
    Why the current selection of brushes is so narrow?
    My theory is that it is due to the limitation of the present design - limiting the brushes keeps it fast. People with inside knowlege don't much respond on the forum to these types of questions, so us outsiders may never know for sure... But if you think about how painted sharpening is implemented, its just a series of offsets that are applied to the global sharpen settings, so Lightroom doesn't have to do a bunch of different sharpening - just one pass, applying the net amount in each area.
    Summary: I think the present complement of local adjustments has been carefully chosen to keep the develop module efficient in accordance with the present design, and to expand the local adjustments a great deal will require some redesigning. I hope I'm wrong and that it will be easier than I would imagine to add local white-balance & fill... If I'm right, I hope Adobe redesigns the develop module for Lr4 in order to expand the local adjustments.
    Finally: My present thinking for Lightroom is that this will be too much for Lightroom 4, and that we are more likely to see incremental changes to the Develop module (maybe improved distraction removal) combined with new features like soft-proofing and photobooks... That said, I have switched my desire for Lightroom, to have better integration with external editors, so one can take it as far as possible in Lightroom, but be better able to integrate outside work done on selected photos.
    Rob

  • [Feature Request] Seperate tab in log window for System.err

    By default, the stack traces of exceptions (and throwables in general) are printed to the System.err stream. So, wouldn't it be useful to include a 2nd tab for System.err messages?
    It could be optional to either include or leave out the System.err output in the System.out tab.
    The whole idea of this 2nd tab is to set it up like the search output tab: a tree-like list which can be expanded to see the stack trace of each exception that occured during runtime. A small parser can parse the stack trace when an exception is printed on the System.err stream and format it.
    If this option would be availble in the debugger only, that would be ok too, I guess. Although, the debugger already has some other means of jumping through code when an exception is thrown (ie, when the debugger 'pauses' runtime).

    I've logged an Enhancement request to improve the handling of System.err messages (2811508). There are ways to enhance the treatment of System.err messages without introducing a new tab, through the use of color, links back to the source code, and collapsing of entire stack traces to a single line (with a button to see the entire trace).
    Thanks!
    -- Brian

  • New feature request - More Zoom Levels at a Keystroke

    Hi
    I would love to have more levels of zoom available at a keystroke
    I just took an image into Photoshop CS 5 from LR (I bet the developers hate this comparison - there must be considerable, if friendly rivalry in Adobe!) and remembered the joy of just hitting  the "+" key maybe three or four times and then the "-" key till I have the image at the right size I want it and then throwing the image about with the hand tool in that way so that the image carries on after you let go (I can't remember what that is called -anyone help me?). It just seems much quicker and more intuitive than LR which lets you have one quick level of zoom and doesn't have that easy moving around of the image which PS has.
    I suspect that problem for developers in being able to do this in LR could be to do with the way that LR deals with previews and the fact that it probably has to load and compute any adjustments you have already made to the image before it can even give you a fully rendered image at any given size.
    Any feedback from LR developers or other people who agree with me would be much appreciated
    Steve
    PS Tried again to use  http://feedback.photoshop.com/photoshop_family  but keep getting 'Password is invalid' message when I try to post even though I have just signed in successfully. Nightmare.

    Hydephoto wrote:
    I suspect that problem for developers in being able to do this in LR could be to do with the way that LR deals with previews and the fact that it probably has to load and compute any adjustments you have already made to the image before it can even give you a fully rendered image at any given size.
    Any feedback from LR developers or other people who agree with me would be much appreciated
    It would be more than useful but I don't know if it's the previews or not.  You compared with PS but even with C1s workflow the zoom works as you'd expect and pretty fast too.  I'm sure Eric will give the scoop as to why LR handles it in this way.

  • Feature Request for Adobe Reader for Windows Phone 7

    Would like to see the ability to open password protected files.
    Thank you.

    I'd like this feature too, I use my phone for business and I need to open files with password limitations...
    Neither Iphone or Android have this problem.
    Pleas help us. We have 500$ phones and can't use them at 100%

  • Feature Request: More input resolution choice.

    It really would be a tremendous help to be able to select more 16:9 resolutions between 1920x1080 and 1280x720, as that is an absolutely enormous jump.  Particularly in terms of performance.
    Supporting 16:10 resolutions would be great, too, since, half of the people that I work with have monitors with this aspect ratio and many with 1900x1200.

    Hmm,
    FMLE shows the resolutions of the detected Capture Device.
    If you need other resolutions / aspect ratio you could use resizing and cropping.

  • Feature request - More ID3 tag support (Key, label etc)

    As the subject suggest, please include more ID3 tag support, I'd love to manage my library in iTunes alone, but now I rely on other applications to enter various bits such as:
    - Key
    - Label
    - Catalogue nr.
    and I'm sure there are a few others you can think of; but these 3 would be on my short-list.

    You are not addressing Apple here.
    You may leave feedback for Apple at:
    http://www.apple.com/feedback

  • Requesting more info on my T61 parts.

    Hi
    I had purchased T61 from us and in order shipment receipt written as nvidia quadro nvs 140m w/wwan w/AMT .
    The intention behind to post question is now I am planning to add WWAN module, for that before going to order like to know ...is in my T61 can add WWAN module. And also like to know WWAN antenna is by default will install or not.
    Looking forward expert’s inputs.
    Cheers
    Malli

    Hi
     Below are the my T61 Part list from the link:-
     With below parts i am unable to figured out is WWAN antena is installed on my TP-T61-6459-CTO or not .
     Can u guide me  from below part list which one indicate WWAN is installed on my TP.
        29R7077    NOTAFRU    COA LABEL, WINDOWS XP-PROFESSIONAL EDITI    NO       
        39T0494    39T0495    FRU ADONID MDC-1.5 ADAPTER    YES       
        39T2733    39T2685    24/24/8/24X CD-RW/DVD COMBO II DRIVE FRU    YES       
        39T7209    0000000    TOUCHPAD PLATEADS    NO       
        41R0594    40Y8403    1GB PC2 5300NP FRU    YES        
        41R0594    40Y8403    1GB PC2 5300NP FRU    YES       
        41T1719    44M4360    L1, LABEL GROUP BM:BOMS, NOT SHIPPABLE A    NO       
        41U5630    42W7847    MICROASSEMBLY FRU, MEROM 64 2.0GHZ DUAL    YES       
        41V9562    0000000    LABEL HOMOLOGATION -IIPC:LABELS    NO       
        41V9757    41V9756    RUBBER SHEET FRU    YES       
        41W1343    41W1499    USB SUB CARD (FOXCONN) <PRIMARY>    YES       
        41W4528    0000000    HDD BRACKET:BRACKETS/STIFFENERS    NO       
        41W6442    42W2609    FRU COVER HDD ASM 15.4    YES       
        42T0322    42T0323    15.4 INCH LCD DISPLAY FRU    YES       
        42T0852    42T0853    GOLAN WLAN ADAPTER CARD FRU    YES       
        42T1081    42T1491    TRYS B80 HGST    NO       
        42T1496    42T1491    TRYS B80 HGST    YES       
        42T3177    42T3209    KEYBOARD FRU    YES       
        42T5008    0000000    LINE CORD:LINE CORDS    NO       
        42V8376    46V3506    XPP RCD US    YES       
       42V8621    0000000    BOMS, NOT SHIPPABLE ACROSS BORDERS; 15 W    NO       
       42W2026    0000000    MECHANICAL ASSEMBLIES AND SUB-ASSEMBLIES    NO       
       42W2143    44M4361    NOT AVAILABLE    NO       
       42W2427    0000000    LABELS; FCC LABEL FOR WLAN:LABELS    NO       
        42W3815    42W7652    SYSTEM PLANAR; FRU PLANAR CARD ASM NVIDI    YES       
        42W3920    42W3692    MECHANICAL ASSEMBLIES AND SUB-ASSEMBLIES    YES          
        42X3558    0000000    T61(DAVINCI3/CORONADO3 DISCRETE MODEL)    NO       
        42X4075    0000000    ENERGYSTAR4.0UBLICATIONS MISC    NO       
        42X4525    0000000    LABELS; ENERGY STAR LOGO LABEL - SYSTEM    NO       
        42X6844    42W7652    SYSTEM PLANAR; FRU PLANAR CARD ASM NVIDI    YES       
        91P8421    0000000    TRACKPOINT CAP KIT:MECHANICAL ASSEMBLIES    NO       
        92P1105    42T5000    ASTEC 90W 20V ADAPTER 2PIN SECONDARY    YES       
        92P1132    42T4619    SANYO 9 CELL BATTERY FRU    YES       
        93P8979    44W4800    IDATAPLEX 2.5 INCH PAPOOSE BACKPLANE CAR    NO
    Cheers
    Malli

  • Request more info for how to offer a 'Reset to Default' button for portlets

    Hi,
    I would like to provide a 'Reset to Default' button for the customization function of my java portlets and URL portlets. However, I don't know what necessary codes do I need to write or to include to enable such function? Would anyone help to give me some guideline? If possible, would you please give me some code sample?
    Thanks a lot!

    you either have to code for everything to reset or you can reload your current page:
    loadMoveNum(this._url,0);

Maybe you are looking for