alstrup / arctic

Automatically exported from code.google.com/p/arctic
0 stars 0 forks source link

Not possible to add a scrollbar for a textfield #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
... because we cannot make a textfield of dynamically changing size now.

Original issue reported on code.google.com by michael....@gmail.com on 22 Oct 2007 at 10:33

GoogleCodeExporter commented 9 years ago
Well, it is possible.

Arctic.makeText("Text", 12, "#000000", "arial", false, true)

is a dynamically sized element.

Original comment by asgerals...@gmail.com on 22 Oct 2007 at 10:38

GoogleCodeExporter commented 9 years ago
Hmm thanks for the reply, let's try..

Original comment by michael....@gmail.com on 22 Oct 2007 at 10:41

GoogleCodeExporter commented 9 years ago
Well this only works for read-only texts - what about TextInputs?

Original comment by michael....@gmail.com on 22 Oct 2007 at 10:42

GoogleCodeExporter commented 9 years ago
OK, those can not be dynamically sized currently. I suggest you make a 
CustomBlock
for this, or extend TextInput block similar to the way Text is done to add 
support
for this.

Original comment by asgerals...@gmail.com on 22 Oct 2007 at 10:46