Could you add a "quick reply" box

I'm sure this has been mentioned before, but it would be so convenient to have a "quick reply" box in the forums, instead of having to wait for all of the often unnecessary clutter of the full reply box (complete with a scene clacker thingy and a camera) to load up.
Thanks,
Ariel

I was going to write that it's a great idea, and might help Firefox not crashing when I open the reply page... but then Firefox f***ing crashed on me as I was trying to do it!
Thanks, Jive!

Similar Messages

  • Moderators could you add this to the Help & Terms of Use

    Hello,
    I just found it interesting that this was not included in the Help & Terms of Use information. Could you add, the next time they are updated, the time limit a user has to edit a post. I have seen this a number of times come up in the Discussions and it always leads to some confusion as to just how long a user has to edit their post. My apologies if it is there and I just didn't find it...it wouldn't be the first time.
    I hope you find this constructive feedback for a future update to the Help & Terms of Use. Sorry if this has already been requested as I hadn't seen it.
    regards,
    littleshoulders
    Message was edited by: littleshoulders

    In the isshell in ifs 1.1.9, I do a
    ls -attrall
    and I see "null" next to the property bundle. I assume this to mean that no property bundle has been created for this folder instance.
    As for categories, 1.2 doc states.. "A folder, ... can be associated with zero,one or more categorys" I will have to create a new category for each file and or folder.
    I really want to have additional attributes for each file.
    I dont want to subclass folder because, if a user does a drag and drop in NTFS a folder will be created and not a MyFolder.
    I have a kludge for now; I put a comma delimited list of items in description field.
    Apparently this limitiation, is changed in 1.2. See above.
    Thanks for your help. IFS is a really great product. Cant wait for 1.2 on NT.
    Mitch
    null

  • Could you add 3G to a wifi iPad

    Can you add 3G to an wifi iPad

    No.  Different hardware.  But you have some other options.
    Sell it and buy a new one.  There is a pretty brisk resale market.
    Get a myfi device.  That will use 3 g to generate a wifi hoptspot for the pad.  Cost is abput the same as the upgrade increment you would pay for the 3g pad.
    Or if you have an i phone, or any other smart phone that can generate a wifi hotspot, you are all set.
    In all cases, you need a plan from your carrier to support the pad.

  • Can you add a line on 10/7/11 or only upgrdae for the iPhone 4S ?

    I was wondering if the pre order for the iPhone 4S was only for upgrading or could you add a line as well? 

    Yes, you can add a line and pre-order the iPhone4s.

  • How to add a nice graphic box to code??

    How do you add a nice graphic box to code? i wanted to add a little back ground colour and title with a white box for imput like
    http://img211.imageshack.us/img211/4563/examplejb4.jpg
    here is my code so you see what im doing it with
    //logtest.java
    import java.util.*;
    import java.io.*;
    public class logtest
         public static void main(String[] args)
              FileOutputStream out;
              PrintStream p = null;
              boolean quit = false;
              String fileName = "", fileLine = "", date = "", classes = "";
              Scanner file = null;
              Scanner s = new Scanner(System.in);
              double exitword, sample;
              System.out.print ("Enter the date: ");
              date = s.nextLine();
              while (!quit)
                   System.out.print ("Enter a filename: ");
                   fileName = s.nextLine();
                   if (fileName.equals("quit"))
                   System.exit(0);
                   else
              try
                   out = new FileOutputStream(fileName, true);
                   p = new PrintStream( out );
              catch (Exception e)
                   System.out.println ("Error writing to file");
                   System.exit(-1);
              System.out.print ("What classes are you doing? : ");
              classes = s.nextLine();
              p.print( date + " ");
              p.print(classes + " ");
              p.println ( "" );
              p.close();
    }thanks
    Edited by: kingryanj on Feb 23, 2008 11:36 AM

    i have examples of that but i cant brake it up
    //  Fahrenheit.java       Author: Lewis/Loftus
    //  Demonstrates the use of text fields.
    import javax.swing.JFrame;
    public class Fahrenheit
       //  Creates and displays the temperature converter GUI.
       public static void main (String[] args)
          JFrame frame = new JFrame ("Fahrenheit");
          frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE);
          FahrenheitPanel panel = new FahrenheitPanel();
          frame.getContentPane().add(panel);
          frame.pack();
          frame.setVisible(true);
    }the panel part
    //  FahrenheitPanel.java       Author: Lewis/Loftus
    //  Demonstrates the use of text fields.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class FahrenheitPanel extends JPanel
       private JLabel inputLabel, outputLabel, resultLabel;
       private JTextField fahrenheit;
       //  Constructor: Sets up the main GUI components.
       public FahrenheitPanel()
          inputLabel = new JLabel ("Enter Fahrenheit temperature:");
          outputLabel = new JLabel ("Temperature in Celsius: ");
          resultLabel = new JLabel ("---");
          fahrenheit = new JTextField (5);
          fahrenheit.addActionListener (new TempListener());
          add (inputLabel);
          add (fahrenheit);
          add (outputLabel);
          add (resultLabel);
          setPreferredSize (new Dimension(300, 75));
          setBackground (Color.yellow);
       //  Represents an action listener for the temperature input field.
       private class TempListener implements ActionListener
          //  Performs the conversion when the enter key is pressed in
          //  the text field.
          public void actionPerformed (ActionEvent event)
             int fahrenheitTemp, celsiusTemp;
             String text = fahrenheit.getText();
             fahrenheitTemp = Integer.parseInt (text);
             celsiusTemp = (fahrenheitTemp-32) * 5/9;
             resultLabel.setText (Integer.toString (celsiusTemp));
    }

  • I would need to install Adobe Connect Add-in Test for only one webinar. When I pressed instal button -  it said to me - it cannot be written on hard disc. Could you help me, please. Bretislav

    I would need to install Adobe Connect Add-in Test for only one webinar. When I pressed instal button -  it said to me - it cannot be written on hard disc. Could you help me, please. Bretislav

    After posting my concern/question, especially in regards to the optical drive, I read this on this forum:
    Jul 11, 2011 5:21 AM      
    I would like to update my macbook pro from Tiger to Snow Leopard, but my optical drive is not working. Can I take my macbook pro into the apple store and have them install it via a portable drive?
    MacBook Pro, Optical drive is no longer working
    Another poster replied, "Yes, I believe they will."
    Is this true? Can someone verify this?  Any idea of cost?  I really don't need my optical drive.  Besides, end of year, I'm getting a new Mack Book Pro.

  • Why GWt suggest box is not working in the latest versions of Firefox ? It was working only in Firefox 3 and not other versions. could you please assist in this regards.,

    Why GWt suggest box is not working in the latest versions of Firefox ?
    It was working only in Firefox 3 and not other versions. could you please assist in this regards.,

    jbren wrote:
    I repeatedly have problems with playback on my STB's. Go thru all the motions, inhouse agent, fix multi room dvr problems. Unplug unit, unplug dvr, etc. etc. etc.  The DVR'd show will play on the DVR but not on the STB's. What's up with that?
    Sorry to hear the auto fix suggested early did not fix your problem. So we can get more information from you, I have copied your post to our private support board. Please refer all correspondences to there from here on out. You can easily get to the private support one of two ways. In the email you signed up for the forums with, you will receive a link to click on. Make sure you are already signed into the forums before clicking on this link. Another way of getting there is by clicking on your username anywhere you see it in the forums. This brings you to your account profile. Scroll down to the section labeled "My Support Cases" . In there you will see the link to your case.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • For some reason I cannot download and install the latest version of iTunes. 11.0.2. Could you help please? Each time I try, I get a command box saying 'The feature you are trying to download is on a network resource that is unavailable. Click Ok to try ag

    For some reason I cannot download and install the latest version of iTunes. 11.0.2. Could you help please? Each time I try, I get a command box saying 'The feature you are trying to download is on a network resource that is unavailable. Click Ok to try again or enter an alternate path to a folder containing the installation package iTunes.ms in the box below.
    Please help!
    Many thanks in advance
    Ben Bentley
    West Midlands
    UK

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Can you use Apple TV together with an add-on cable-type box?

    We're thinking of buying Apple TV for our 75 yr. old parents for Christmas, but my father inlaw currently pays extra to view live soccer using some add-on cable-type box (sorry, no idea what to call the box).  We do not live in the same city as them, so checking out their current set-up before Christmas isn't possible.
    Will the two boxes conflict and could we run into issues with too few ports when we try to set it up?
    I'm assuming there will only be one hdmi port on the television (but then, I don't own a TV. I could easily be wrong). Will both the Apple and the cable boxes each require their own hdmi cables going into the television?
    Maybe the Apple TV will negate the need for the other box altogether. e.g., What if we bought them a major soccer league subscription for watching live soccer?
    Thanks so much for any advice!  If it weren't for the soccer issue, we would buy the Apple TV right away.
    Sandra

    Thanks so much, WC!  Glad to know they likely have more than one HDMI port (they just purchased the TV this past summer). 
    Maybe the add-on box to which I referred would be some form of router.  Its purpose is so they can watch RAI here in Canada.  His soccer games are on RAI (for which he needs the router-ish-thingy) and also Telelatino (which he can get through his cable TV provider).  If he could no longer watch RAI, then he would simply not use the Apple TV gift, making it a dumb purchase on our parts.
    So, I just need some reassurance that he will still be able to attach this router box to his TV and also attach the Apple TV, or confirmation that he will no longer need that box if he has Apple TV.  I just don't know enough about that box to ask the right questions. 
    Again, thanks so much.  I'm not sure where else to turn to find out.
    Sandra

  • I have Iphoto 09 8.2 and would like to add text over my photo, so when you bring the photo up the copy displays on the photo.  Could you please advise

    I am using Iphoto 09 8.2 and need to overlay text on my photo.  Could you advise how to do this.  Can I do it in Iphoto?

    You can't add text to a photo in iPhoto.
    In a slideshow you can elect to show the title over a pic.
    Regards
    TD

  • How could I re-open my mail box with error message :The last time you opened Mail, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again?

    How could I re-open my mail box, as an error message blocked "The last time you opened Mail, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again?" Even I entered re-open, the airbook does not response but prompt the same error message again.

    Please follow these directions to delete the Mail "sandbox" folders. In OS X 10.9 there are two sandboxes, while in 10.8 there is only one. If you're running a version older than 10.8, this comment isn't applicable.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Log out and log back in. Launch Mail and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Repeat with this line:
    ~/Library/Containers/com.apple.MailServiceAgent
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Could you please add the abillity to search through layers?

    Could you please add the abillity to search through layers?

    CS6 has search capabilities in the Layers panel. You can search by layer type, name, Layer Effect, Blend Mode, Layer Atribute (i.e. whether a layer is visible or not) and by Assigned Layer colors)

  • How do you add a combo box into a Jfilechooser?

    how do you add a combo box into a Jfilechooser?
    thanks

    See the API For JFileChooser
    public void setAccessory(JComponent newAccessory)Extend a JPanel or Such like, put your Combo Box on it, fiddle around with event handling code for the ComboBox..
    Set an Instance of that as The Accessory for the JFileChooser.
    Look In Your Docs:-
    <JAVA_HOME>/Demo/jfc/SwingSet2/src , unpack SwingSet2.jar if neccessary
    In there is a demo of using A JFileChooser with an accessory Panel, and Source code that is adaptable...

  • Could you (in the next verions of firefox), include a Warning Box, for people deleting "recently bookmarked". It does not tell you that your systematicallly deleting bookmarks that are in other folders.

    You should change firefox, or at least have a warning box when deleting "recently bookmarked". I decided to clear that folder out, and then when I went to use a bookmark.. I didn't have any bookmarks in ANY FOLDER at all. I did manage to restore the booksmarks, but easier to just warm people, or just let them clear out the recently bookmarked. It had bookmarks from over a year ago that I had deleted in other folders, but still manage to hang out in the "recently bookmarked" folder. Oh, and if I delete a bookmark in a folder, please have it delete the bookmark in the "recently bookmarked" also.
    == This happened ==
    Just once or twice
    == Cleaning up my bookmarks

    "Recently Bookmarked" is a so called [[Smart Bookmarks folders|Smart Bookmark]] that shows the result of a place query in a list.
    "Most Visited" and "Recently Bookmarked" are examples of the so called [[Smart Bookmarks folders]] and are not real existing folders.
    Such smart folders show a list created by a query of the places.sqlite database that stores the bookmarks and the history in Firefox 3.
    The bookmarks that show up in such smart folder listing are stored elsewhere in another folder and any changes made are applied to the real bookmark or history item.
    Such lists show a maximum of 10 entries by default and you add a new bookmark or visit a website then a new item is added at the top and the entry at the bottom disappears from that list.
    The items that are removed from the list are not gone, but merely do not show up anymore in that list.
    Any actions like copy & paste or delete that you perform on bookmarks in such a list are done on the original bookmark.
    If you do not want a specific list then remove that query (right-click: Delete), but do not delete the content that is displayed in such a list.

  • Hello, I wonder why there isn't Finnish language in the adds-on list. Could you please make it available to Firefox users. Thank youin advance. Rappe

    Hello, I wonder why there isn't Finnish language in the adds-on list. Could you please make it available to Firefox users. Thank youin advance. Rappe

    (1) Firefox's built-in post-crash page has not been a real HTML page for a long time (for example, from the time of Firefox 22, see: [https://support.mozilla.org/en-US/questions/968212 Want to save LOTS of versions of "Restore Session.xht" from the "oops ..." page for later use]). If you had this working differently with Firefox 25, that might have been created by an extension.
    You can check to see whether extensions are disabled or need an update on the Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. The disabled extensions cluster toward the bottom of the list. To poll for updates, use the "gear" button above the list and choose Check for Updates.
    If you used the Reset feature (or Firefox automatically did a reset due to some problem during upgrading), you will need to reinstall missing extensions. The reset feature creates a folder on the desktop named Old Firefox Data. Do you have that folder? There may be data you can recover from it.
    (2) There are many ways for history to get cleared, both internal to Firefox and external. Could you double-check your Privacy settings?
    orange Firefox button (or Tools menu) > Options > Privacy
    * The "Firefox will" drop-down says Remember History: Firefox shouldn't be clearing history, but an add-on or external software could do it
    * The "Firefox will" drop-down says Use custom settings for history: inspect the "Clear history when Firefox closes" setting to make Firefox isn't set to clear history. Also check your add-ons and consider external software.
    Firefox normally accumulates months of history. However, some of Firefox's database sizes are based on disk space available. If your hard drive is very full, Firefox might reduce the amount of history stored.

Maybe you are looking for

  • Installing New Hardrive into Macbook Pro 13" and can't boot

    I have installed a new 500Gb 5400rpm drive into my macbook pro 13. Before I swapped the drives I used time machine to back-up onto my Lacie drive. Now the new drive is in. I turned on the computer, pressed the option button and nothing came up. I hav

  • Creating transfer orders based on transfer requirements

    Hi, I have a requirement to create a transfer order based on a transfer requirement and also in that transfer order I need to specify the SSCC pallet number as Storage Unit Number. I have searched the SCN and found that I should use FM L_TO_CREATE_TR

  • HTTPS hostname verification...

    I am using JDK1.3.1 with JSSE 1.0.1. In my dev environment, we installed a trial SSL certificate. But the host name on the certificate is different from the actual host name. Because of this, I am getting an exception saying that, cetificate host nam

  • Ooops with Migration Assistant

    Oh, I think I really messed up! I've spent a few days on my new Macbook Pro; I am using Parallels for the first time and I installed that, and MS Office, and Quicken. But I wanted to get all my photos and documents from the old laptop- a MacBook 10.5

  • MacBook Pro won't boot, even using flash drive with OS

    I have a 2007 MacBook Pro that won't boot up past the gray screen. I connected it via Firewire to my iMac and the hard drive showed up without any problem. I ran DiskWarrior on the drive and rebuilt it. That didn't resolve the issue. I zeroed out the