< textarea > display line with new car

I am creating a page aspx with a text box and a button.

The text box is created like this:

If the text is longer than 30 characters long, the text will scroll but remain in a line and the user cannot see all of the text that he hit.

I would like that the text automatically appears in the new line when the characters are more than passes the textarea component.

In IE everything works fine, but in the BB browser the textarea works differently.

Thanks for help

It is a problem with the BlackBerry browser in BlackBerry handheld software version 4.6.0 4.6.1 and 4.7.0.  It does work correctly in version 4.5.0 and lower and has been fixed in BlackBerry handheld software version 5.0.

Tags: BlackBerry Developers

Similar Questions

  • Flex 3: How can I make TextArea display in the new line?

    < mx:TextInput id = "FromTI" x = "85" width = "373" change = "enterContext ()" / > "
    < mx:TextInput id = "ToTI" x = "85" y = "33" width = "100%" change = "enterContext ()" / > "
    < mx:TextArea id = "myTA" / >


    Hello
    As each data is introduced inside TextInput, how can I do it online?
    I tried this, but its entry with a space
    myTA.text = FromTI.text +' '+ ToTI.text +'
    Please tell me also how toachive this?

    Thank you.

    Try myTA.text = FromTI.text+"\n"+ToTI.text;

  • HP L7680 - display offline with new router Xfinity

    We recently changed to a gateway router Xfinity and our Officejet L7680 is connected via an ethernet cable to the new router.  However, the printer is showing offline on computers that are connected to the wireless network.

    The Xfinity settings gateway shows the printer as a device connected when I connect and the printer settings (accessible via IP address) show that it is online.  But when I try to print something it says the printer is offline.

    We use macs (1 x MacBook Pro running 10.9 and 1 x Pro Mac running 10.6).  Both have the same problem.

    I tried all power and turn it back on.

    I tried to delete the printer installed on the Mac and again add a new printer, but is no longer appears in the list.  I tried adding them as an IP address, but the printer does not print correctly (spit the code).

    Any ideas - it drives me crazy?

    Thank you

    Thanks for your help, Cheetah12.

    I finally found the solution!

    The PC connected via a cable ethernet print very well, like the Windows laptop connected via Wi - Fi, so I thought it was a problem with the fact that I was using Mac.

    I uninstalled the printer and then reinstalled driver as the use of PPIS and the IP address of the printer.

    So far, it seems to work!

    Thanks again.

  • Complete line with new reference in relaxation

    Hello

    I would like to call a procedure inside a trigger as instead

    -----
    CREATE OR REPLACE TRIGGER someTrigger INSTEAD OF INSERT, DELETE or UPDATE ON someTABLE

    BEGIN

    IF THE INSERTION
    somePackage.someProcedure (new);
    END IF;

    END someTrigger;
    -----

    This doesn't seem to work. I didn't ' want to declare a ROWTYPE, and assign every single: new columns to this ROWTYPE. This would make the unreadable trigger.

    what you want is not possible...

    This would make the unreadable trigger.

    I doubt that... ;)

  • New path-layers of all lines with the tool pen?

    Hello! I am currently using Illustrator CS6 as a test version, and when I use the tool pen to make a beaver (school work), it all end in a single layer. I want to have a new layer-path of each line with the pen tool, so I can remove rows from the layer panel too. For the moment, it's a layer that has a picture of a beaver, and I can't see the individual lines that I drew. When I used CS5 recently I had no such problem.

    There is a setting that I can change or does have something to do with the news of CS6?

    If you want to see a 'sex' for each object changes the display of the layer panel by choosing Options from the Panel menu in the layer panel. In the lower part of the Panel options window, make sure that groups and objects are both checked. You will then see a 'sex' for each object.

    I quote 'sex' here because technically they aren't the layers. They resemble layers and are in the layer panel, but they do not exactly allow options that allow actual layers. You can select and move objects in the Panel this way however.

  • having display problems with my macbook air, first version of 2015. When I turn on my macbook, after boarding the password, then press on enter three lines (not really they look more like flashes coming from the top of the screen appear) in

    having display problems with my macbook air, first version of 2015. When I turn on my macbook, after boarding the password, then press on enter three lines (not really they look more like flashes coming from the top of the screen appear) in the colors Blue, green and red.

    also when I turn off my laptop just until the display on the top of the screen that is 2 and a half inch thick green line appears and goes about a second.

    help someone?

    Thank you

    Howdy Yaser of zoysia,

    It seems that your screen displays some graphical anomalies when you connect to your user name. I would use these troubleshooting steps in the following article on the resolution of screens:

    Restart your Mac in safe mode to reset the default display resolution.

    If booting safe mode doesn't resolve the problem, reset your Mac NVRAM and SMC to reset the video ports on your Mac to their default values.

    From: get help with graphics issues on external displays connected to your Mac.

    Thank you for using communities of Apple Support.

  • Mac OS 10.6.8 - Photoshop CS5.1 after years of perfect use, suddenly I'm unable to select a layer by clicking on the image and select it in the layers palette.  Solve this problem for me and I'll buy you a new car.  With our thanks, David Heidelberge

    Mac OS 10.6.8 - Photoshop CS5.1

    After years of perfect use, suddenly I can't select a layer by clicking on the image and select it in the layers palette.

    Solve this problem for me and I'll buy you a new car.

    With our thanks, David Heidelberger

    Hi David

    Have you checked your settings to automatic selection in the upper left of the workspace?

  • Replace the carriage return or new line with a table space

    Hello

    I want to replace the carriage return or new line with space in my column of the database.

    To do this, I'm using this query:

    Select replace (replace (Comments, chr (10),' '), Chr (13),' ') OF Comments_Master

    Comments_Master is the name of the table and comments is column that contains carriage return or new line.

    But this query works as expected.

    Once I run this query and run the query again "select * FROM Comments_Master", transport return and new line still exist.

    Please let me know what is wrong with this query?

    You write that data back you? This example shows that your sql should work. I thinnk the query that you just described is the updated one below.

    create table blah (text varchar2 (100));

    insert into bla values (' it's multi)

    line of text ");"

    Select * from blah.

    Select replace (replace (text, chr (10),' '), Chr (13),' ') of bla.

    Update text bla = replace (replace (text, chr (10),' '), Chr (13),' ');

    Select * from blah.

  • How to display the line empty as a line with null values

    Hi all

    Pls advise me if it is possible to use a single query statement to display
    Empty row (i.e. not a single return line) as a line with null values.

    For example,.

    Select the names of names_mst whose name = "sgasfgs".

    Result:
    Names of
    =====
    < null >

    Hello
    If you desire to join external to double, as shown below, you still get at least a line of production

    SELECT  nm.names
    FROM            dual
    LEFT OUTER JOIN names_mst   nm  ON nm.name='sgasfgs';
    
  • How to insert a new line with text()

    I have a piece of text on the stage and I want to insert text that contain more line with text(). Is this possible?

    Something like:

    SYM. $('myTextElement') .text ("text string of the first line" + "string of text from second line");

    I just tried this

    SYM. $('_58Txt') .html ("|" + r1.toString () + "|")<  |"="" +="" r2.tostring()="" +="" "|="">
    numerator<>

    and I got what I wanted:

    | 3.<>

    numerator<>

    Thank you. It worked

  • Selection of lines with the range Paging VO

    Hello

    JDev 11.1.2.4

    I created a VO based on an OA. I added a transitional attribute in the original Version, this attribute is named Selelected of type Boolean initialized to false (default value Expression: false-Expression of Refresh value: false). That VO appears as an af:table. The attribute is displayed as selectBooleanCheckbox. The VO is set with an access mode of range Paging and a size of 28.

    < af:selectBooleanCheckbox value = "#{row.bindings.Selected.inputValue} '"

    label = "#{bindings." VwRhdPortfolioTranWrkSend11.hints.Selected.label}.

    required = "#{bindings." VwRhdPortfolioTranWrkSend11.hints.Selected.mandatory}.

    shortDesc = "#{bindings." VwRhdPortfolioTranWrkSend11.hints.Selected.tooltip}"id ="it1' autoSubmit = 'true '.

    valueChangeListener = "#{pageFlowScope.portfolioTransferBean.onWorkSelection}" >

    < f: validator binding="#{row.bindings.Selected.validator}"/ >

    < / af:selectBooleanCheckbox >

    The table shows the 25 lines. The user clicks one of the checkbox to select a line. The valueChangeListener is called with the new value (auto submit = true) as expected. Then the user scroll down for another "page" in the table, new lines are displayed. Then it scrolls to the first page. The previous selected checkbox is reset as not selected. The selection is lost.

    Is this expected behavior? If so how do you get a selection of lines with a VO of range paging.

    Thank you

    Try to create the transitional attribute in OT instead of VO.

    See you soon

    AJ

  • How to display prices with which we won the most?

    Hello guys!

    I try to learn a few new skills in oracle sql if I was looking for examples on the web. I found this one, with 6 questions. I did all the tables and all the connections. I knew solve 5 questions but that, finally one seems too difficult for me.

    I don't know how to display tables with which we won the most. We do need to check what Denis is rendered which course and anyone who paid that invoice, what kind of prices was also on this Bill (normal od student).

    I would be really happy if you guys could help me.

    Thank you very much!

    Here is the printscreen of my E-R model and my oracle sql code:

    http://imgur.com/oM5IbTL,
    http://pastebin.com/c1CqF3K8

    If you don't understand anything, despite my bad English or anythning else, feel free to ask. I would be really happy if we could solve this problem!

    As far as I know, bill and section have no impact on this problem.  As Frank said, this looks like a Top - N type problem.  You is a way to get answer:

    dev1 > select gains, num_students, lesson_name, course_name

    2 from (select course_name, lesson_name, num_students, gains,

    3 dense_rank() ON rn (salary desc order)

    4 of (select c.name course_name, l.lesson_name,)

    5 count (vr.id) num_students,

    6 sum recipes (p.price)

    7 of course c

    8 Join Conference l

    9 l.fk_course = c.id

    Join the 10 visit vg

    11 on l.id = vg.fk_lecture

    join 12 visitor RV

    13 on vg.fk_visitor = vr.id

    price of 14 p join

    15 p.fk_course = c.id

    Group 16 by c.name, l.lesson_name))

    where the 17 rn = 1;

    LESSON_NAME NUM_STUDENTS PROFIT COURSE_NAME

    ------------------ --------------------- ------------ ----------

    C++, programming 3 750 programming

    Java programming programming 3 750

    If you really don't want that one line returned with a tie, then you replace dense_rank, row_number or do something like:

    Select course_name, lesson_name, num_students, recipes

    from (select c.name course_name, l.lesson_name,)

    Count (VR.ID) num_students,

    Sum revenue (p.Price)

    of course c

    join the l Conference

    on l.fk_course = c.id

    Join visit vg

    on vg.fk_lecture = l.id

    Join the vr visitor

    On vg.fk_visitor = vr.id

    Join the price p

    on p.fk_course = c.id

    C.name group, l.lesson_name

    order by 4 desc)

    where rownum = 1;

    This structure returns a single line in the case of links, but there is no way to predict which of the related rows will be returned.

    John

  • How to display line breaks in vCO-WebView?

    Hello

    I just want to know how I can make it possible to display line breaks in a workflow with vCO-WebOperator-WebView presentation in the new vCO-Version 4.2.1?

    In the old version, it was easy, I just use the HTML < br > tag, but in the new version, it will be write it in text form, as you can see here:

    vCO-Wf-Pres_01.jpg

    When I use the vCO Client it will work when \n is used as you can see below, but not in the WebWiew (see above):

    vCO-Wf-Pres_02.jpg

    Can you please give me a hint.

    Best regards

    Rainer

    Set this property: com.vmware.o11n.webview.htmlescaping.disabled = true

    As described in the vCO 4.2.1 release notes.

    Christophe.

  • Just updated Firefox to update with new rounded tabs... How can I switch to old square tabs?

    Just updated Firefox to update with new rounded tabs... How can I switch to old square tabs?

    Many of us use

    Restorer Classic theme (Customize Australis)

    Restore the tabs squared, appmenu, modules, small display bar icons and more on Australis UI (Windows/MacOSX/Linux + Fx 29 +).

  • How can I start firefox with new tab instead of the blank page?

    Today I've updated firefox to 13.0. I like the new 'new type '. I want to know how can I start firefox with new tab instead of the blank page?
    I don't want to change the home page to about: newtab.

    Sorry for my bad English.

    You can add about: newtab to the command line in the shortcut to the desktop Firefox to open this page on startup (target).

    • "C:\Program Files\Mozilla Firefox\firefox.exe"-new - tab on: newtab

Maybe you are looking for