Is it possible to increase the size of text windows in 4.0.1 (if, for instance, I am typing a long email and want to see all of it at once).

I visit forums that use vBulletin, and when I post or private message within, I like to be able to see all of what I write. In some other browsers, and Firefox too I thought, you could resize those windows (has that little triangle shape with dots at the bottom right). In fact, I just noticed that little triangle is here in this particular text box, but does not ever show when I am using a vBulletin text box. Is there an add-on I could get to allow me to resize text boxes when using vBulletin sites?

On the vBulletin 4 sites I use, I have my preference set to the "Standard" editor (the one where you insert BBCode markup to make text bold or italic) instead of the "Enhanced" (WYSIWYG or "rich text") editor. The Standard editor does have a little resizer in Firefox 4 (see attached), but the Enhanced editor does not.
Often rich text editors are not actually normal form controls but complicated editing systems that simulate a form. That could explain why there isn't a resizer already. But one probably could be built. Could be a good application for a Greasemonkey userscript.

Similar Messages

  • Is it possible to increase the size of my startup partition?

    Hello,
    I need to know if it is possible to increase the size of my startup partition. I have a 320gig drive that I put in my MacMini. I had given my startup partition 100Gig, and then created 2 other partitions. I've since started getting messages that my diskspace was running low and wondered how that could be. Well, upon using Grandprespective I found I have a 45gig .sparsebundle file, which I believe is related to my use of FileVault. I had tried to turn off File Vault, but it then tells me that I don't have enough space to turn it off. My thinking, if it wasn't taking up so much space I wouldn't have that problem to begin with......
    So then I thought I might be able to adjust the size of my startup partition, but after I shrink the size of the partition next to it, it still will not let me shrink the size of my start up partition.
    Is it not possible to decrease the size of a startup partition?
    Thanks,
    Jeff

    Don't partition.
    Off load files to another drive.
    Clone and backup and then restore to a single HFS+ partition.
    Partitions either don't work, get in the way, or you/I have to be ready to redo them.
    Now, there may be a 3rd party program you can buy, but I'm not sure and of course you should not try anything without backups.
    First thing that comes to mind would of course be "iPartition" but as I said, never used or read anything on.
    The other, to buy yet again another larger or 2nd drive.

  • Is it possible to increase the size of the menu bar?

    My friend just got a nice new 27" iMac. On such a large display the menu bar disappears into oblivian when you sit far enough back to actually use such a large display. Is it possible to increase the size of the top menu bar? I had a look around at preferences and couldn't find anything.
    Thanks in advance
    SR

    In short, no. Just found five or six threads asking this. Here's one.
    https://discussions.apple.com/thread/2602785?threadID=2602785&tstart=45#12374829
    And, zooming the screen is a non-starter, because when you do that the menubar disappears entirely.

  • Is it possible to increase the size of the police in the finder menu in Lion?

    Hezllo,
    Is it possible to increase the size of the police in the finder menu in Lion?
    Thhanks for your reply.

    I see, in Finder you have the ability to see things in multiple views. I would very strongly recommend you use the Find Out How Video tutorials , specifically Finder Basics. You can increase the font size in any view by clicking the View menu - Show View Options where you can increase the font size.

  • How to increase the size of text boxes in FCPX without stretching the text inside?

    How to increase the size of text boxes in FCPX without stretching the text inside?

    There are two basic Title formats — I should say Layouts — available:  Text (plain) and Paragraph.  (The plain text version usually does not appear with the blue dot controls — those generally appear for the paragraph type control.)
    If the Title is using a Paragraph layout, it's like having a mini version of Text Edit available inside FCPX. You can tell when you click on the text (when the title is selected) -- a rectangle will appear around the text like so:
    double clicking on the text will give you the bounds controls which you can use to redefine the text area without distorting the text. Once selected, notice the button that appears in the top right corner of the canvas:
    Pressing that will activate the ruler. You can right click on the ruler and add Tab Stops (left, right, center and decimal.)
    So if the title uses paragraph formatting, you can create a very WYSIWYG type of display text (use the Text inspector to alter text selections within the paragraph bounds.)

  • Is anyone else having email problems such as apps exiting in the middle of an email? It may be a wireless issue. I use First Class for work and yahoo email for personal. I will be in the middle of typing a long email and the app just quits, all data lost.

    Is anyone else having email problems such as apps exiting in the middle of an email? It may be a wireless issue. I use First Class for work and yahoo email for personal. I will be in the middle of typing a long email and the app just quits, all data lost.

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPad shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds). Ignore the "Slide to power off"

  • How to increase the size of acquisition window in C++ code

    Hi,
    I am using PCI 1405 to continuously acquire video images from vcr playback.
    I tried to make use of the OnGrab function provided in the sample files, and included this function into my C++ application, without using LabView.
    However I have difficulties increasing the size of the acquisition window (the maximum seems to be 640 by 480) using the api functions of the niimaq.h.
    Thanks a lot.
    Best regards
    I

    EDIT:  I noticed that you already posted the question in the appropriate forum..
    Message Edited by JoeLabView on 10-22-2007 07:56 AM

  • Increase the size of text

    Hello Friends,
    i am generating a text file,using Text_Io Package.the number of columns are more so i need more space..
    the length of columns are more.
    here.
    C1 C2 C3 C4 C5 C6 C7 C8
    but the C7 and C8 column coming to next line like below
    C1 C2 C3 C4 C5 C6
    C7 C8
    can i accomodate them in the single line.means can increase the length of text file so that all can come in one line.hope i am clear now..
    plz suggest,if anybody have any idea...

    Thanx Francois,
    for replying so quickly.my code is
    PROCEDURE bank_PRINT IS
         fileHandle           Text_IO.File_Type ;
         Cursor C1 is select b.partyname partyname,c.addline1 address1,c.addline2 address2,c.addline3 address3,c.pin pinnumber,a.chequeamount Amount,
    DECODE(c.accounttype,'10','SB','11','CA','13','CC','14','LA') AccountType,
    c.accountno accountno,c.bankname bankno,c.branchname branchname,c.place place
    from afchqdtl a,afco6hdr b,afprtmst c,afchqtbl d
    WHERE a.co6number=b.co6number
    and a.chequedate=:P_CHEQUEDATE
    and b.partycode=c.partycode and d.chequenumber=a.chequenumber
    and d.batchid=:P_BATCHID
    and D.partyname=:parametervalue
    and b.paymode='F' ;
    BEGIN
         SET_APPLICATION_PROPERTY( CURSOR_STYLE, 'BUSY') ;
         :GLOBAL.pageno := 0 ;
         :GLOBAL.lineno := 0 ;
         :GLOBAL.linelength := 80 ;
    break;
         fileHandle := Text_IO.FOpen(:Global.FileName,'W') ;
         IF Text_IO.IS_OPEN(fileHandle) = False THEN
         MESSAGE( 'File Cannot be opened' ) ;
         RETURN ;
         END IF ;
         Text_Io.put_line(Filehandle,' '||'PARTYNAME'||' '||'ADDRESS'||' '||'AMOUNT'||' '||'ACTYPE'||' '||'ACCOUNTNO'||' '||'BANKADDRESS'||' '||'BRANCHCODE');
         Text_Io.New_Line(Filehandle);
         Text_Io.New_Line(Filehandle);
    FOR REC IN C1 LOOP
                                                                               -- '12345678901234567890123456789012345678901234567890123456789012345678901234567890'
                                                                               -- '                    1                    2                    3                    4                    5                    6                    7                    8'
    Text_Io.Put_Line(fileHandle,rpad(rec.partyname,20,' ')||' '||rpad(rec.address1,20,' ')||' '||lpad(rec.amount,6,0)||' '||lpad(rec.accounttype,2,' ')||''||lpad(rec.accountno,15,' ')||' '||rpad(rec.bankno,10,' ')) ;
    Text_Io.put_line(Filehandle,' '|| rpad(rec.address2,20,' ')||' '||rpad(rec.branchname,20,' '));
    Text_Io.put_line(filehandle,' '|| rpad(RTRIM(rec.address3,' '),20,' ')||' '||rpad(RTRIM(LTRIM(rec.place,' '),' '),20,' '));
    Text_Io.Put_Line(Filehandle,' '|| rpad(rec.pinnumber,20,' ')||' '||' ');
    END LOOP;
    Text_Io.New_Line(Filehandle);
    Text_Io.New_Line(Filehandle);
                   Text_Io.Fclose(Filehandle);
    END;

  • Is it possible to increase the size of everything on the display (All fonts, icons, menu bars, etc) at once without changing the screen resolution?

    I have a user with a new 27" Mac who is very.... specific... with how she wants things.  She says she needs the displayed size of everything on her computer increased as everything is too small.  I tried changing the resolution to 1920x1080, which she stated was around the size she wants, but this will not work for her since things aren't crystal clear and she says it hurts her eyes to view it like this.
    I come from a Windows background so I assumed there would be a way to simply increase the display size of everything in one shot.  If not, what hoops will I need to jump through to have this adjusted for every application on the machine?
    Any help would be greatly appreciated.

    UNBCMike wrote:
    I come from a Windows background so I assumed there would be a way to simply increase the display size of everything in one shot.  If not, what hoops will I need to jump through to have this adjusted for every application on the machine?
    OS X doesn't have a UI size increase ability like what you expect on Windows, it's been a long complaint of Mac users for ages, but Apple simply refuses to listen.
    Add your voice to theirs here
    https://www.apple.com/feedback/macosx.html
    I have a web browser solution here, the other opiton is to use a scroll wheel/head mouse and a Universal Access "control" key to press while scolling with the mouse up and down to zoom in/out where the mouse is pointed or some other trackpad etc arrangement.
    https://discussions.apple.com/docs/DOC-3281

  • Is it possible to increase the size of the CURVES window?

    Hello,
    I am using LR 5 and love the CURVES tool.
    But I find it a bit small... is there a way to increase its size or even, to send it to a full other monitor?
    Ideas?
    Thanks!

    NO   Even dragging the panel wider does not change the size of the curves box, it just puts more gray space on each side.  I agree it would be nice if the box got bigger when changing the panel size.

  • Not possible to increase the size of a sparsebundle on 10.5.7

    Hi, I have a sparsebundle of 300GB on a NAS (Droboshare). It's used for Time Machine backups. I think the band size is 64MB.
    I can decrease the size (e.g. from 300 to 299GB) with hdiutils but when I try to increase it, I always get the following error message:
    hdiutil resize -size 350g DroboCapsule/MacBook_00xxxxxxxxx.sparsebundle
    hdiutil: resize failed - Operation not supported
    Am i doing something wrong?
    Thanks for any hint.
    Cedric

    I've seen a number of threads about this issue all having to do with the fact that you changed the band size. if you leave the band size the default then you can increase the bundle size without any issues. this is pretty clearly a bug in 10.5.7. it's probably been submitted already but you might want to do it anyway
    https://bugreport.apple.com

  • Is it possible to increase the size (font and/or tab, status bar, email icons etc? We got my 85 yr old mother an iPad and it would by good to make this stuff bigger. Even better, can you replace the grey with a color?

    Sorry the entire question ended up in the topic bar. Let me know if I need to move it to the big box.

    Yep Just follow these instructions ....
    Go into Settings > General > Accessibility > Large Text - and then select your size of text wanted !
    Hope this helps !

  • Smartform : Main window : Want to increase the size of main window

    Dear Sir,
    In my smartform my Main window is fixed after four windows(2 + 2) but only in first page.
    Now my requirement is there in second page i am only showing two windows out of four and in new vaccent space produced by two window i wanted to increase the height of window equal to 2 window in second page onwards.
    Please guide.
    With Rgds,
    Nirav Parekh

    You just need to change the UPPER and HEIGHT values for the MAIN window on the second and subsequent pages.  Presumably, you have a different page definition for these pages?  If that's not your question, then please re-phrase it.

  • Is it possible to increase the size of print in google transalte?

    My wife is from China and the print size and general layout of her Google Translate is much easier to read than mine here in the USA.  I have limited vision not corrected with glasses.

    If you are using translate in Safari browser, do the outward pinching of the screen and the text will enlarge. It will not work if you using the Google Translate app.

  • Is it possible to increase the size or the Bookmark dropdown box

    I find it difficult to scroll the folders and select the right one to put the Bookmark in.

    In short, no. Just found five or six threads asking this. Here's one.
    https://discussions.apple.com/thread/2602785?threadID=2602785&tstart=45#12374829
    And, zooming the screen is a non-starter, because when you do that the menubar disappears entirely.

Maybe you are looking for