textarea

  1. MarcRB

    B4J Question TextArea in yellow with CSSutils

    Hello, I think a very basic question. I'm struggling with textarea black letters on yellow background. Just like a post-it memo. First I tried a light yellow backcolor at designer properties. But at runtime it is white. Then I tried those two lines of code. Both did not result in a yellow...
  2. MegatenFreak

    B4J Question [SOLVED] Problem selecting text with mouse in TextArea

    Hello. When users try to select part of a text inside a TextArea using the mouse click and drag, most of the time the selection disappears as soon as the mouse button is released. Any ideas how to fix that? Thanks.
  3. A

    B4J Question Textarea ScrollChanged event?

    Hello, I'm trying to replicate a "json editor" interface, with a main textarea for writing, and another view on the side (probably a customlistview, or another textarea ) to mark line numbers, errors etc I need to syncronize the scrolling of the 2 views, but there is no "scrollchanged" event on...
Top