Silverlight TextArea
The TextArea has been removed from Version 4.8 onwards. The functionality of the TextArea can be replicated using a standard TextBox using the following XAML:
<TextBox x:Name="myMultiLineTextBox" Width="200" Height="200" AcceptsReturn="True" VerticalScrollBarVisibility="Auto" TextWrapping="Wrap" />
The above XAML creates a multi-line textbox with scrollbars automatically.
Your Comments and Questions Answered
You are not logged in. You need to login to post new messages, if you do not have a login you can register for free!
dan
May, 29 2008 - 04:54
Hello,
Thanks for the bug report. We have added this to the fixes list for the next version. Thanks!
se05029
May, 29 2008 - 03:45
Hello,
When I use the TextArea control within e.g. a canvas, which is inside of a ScrollViewer Control, the TextArea does not work anymore. The Cursor does not appear and I can not enter characters. When I use the Canvas without the ScrollViewer Control, the TextArea works fine.
Thanks for any help you can provide.
completetrader
May, 07 2008 - 04:14
All of a sudden I am getting an error when I try to use the TextArea control. I get an exception that says: TypeInitializationException: The type identifier for Liquid.components.licensing threw and exception
It then goes on to say: HTMLPageNotEnabled.
This was working fine until about 4 days ago. Any ideas? I am using the free version of your controls as I am just proto typing right now. The other controls seem to work just fine. It is just when I try to load a TextArea control. Figures as that is the main one I need to use. Thanks for any help you can provide.
Fredrik Lundgren
Apr, 21 2008 - 11:07
Yes, I can use these characters in a normal Microsoft TextBox. I have not used any special settings for the TextBox.
dan
Apr, 21 2008 - 03:50
Hello,
Thanks for the bug report, are you able to use these characters in a normal Microsoft TextBox? If so have you used any special settings for the TextBox? The reason this is important is that the TextArea is basically a 'wrapper' for the standard Microsoft TextBox.
Fredrik Lundgren
Apr, 21 2008 - 01:28
Thanks for a great control! I have one problem with it though. I can't use Swedish letters such as å, ä or ö. I get a KeyNotFoundException.
completetrader
Apr, 18 2008 - 14:37
If you need a sample site or usercontrol in order to see it happen let me know.
dan
Apr, 18 2008 - 07:48
Thanks for the bug report, we are testing this and will fix if necessary.
completetrader
Apr, 17 2008 - 07:11
I am also having trouble when I highlight the text inside a TextArea control. If I hold down the ouse button and just drag over existing text all of a sudden the entire screen goes white. Everything disappears. Does the same thing on a windows box as well as a Mac.
dan
Apr, 17 2008 - 00:08
Hello,
Thanks for the bug report, it has been added to the issues list for the next version.
completetrader
Apr, 16 2008 - 18:06
I am having trouble tabbing to a textarea control. IT will tab there but I am unable to type until I click indise the textarea. Any vhance on getting this fixed?
dan
Apr, 08 2008 - 14:17
Hello,
Yes indeed, at the moment the template must be changed to control font, we are adding separate options for font configuration and this will be included in the next release. Thanks for your comments!
zonkd
Apr, 08 2008 - 09:53
How can you customize font on this? The only way I see is to change the whole template...
dan
Mar, 26 2008 - 13:40
Hello,
Thanks for the bug report, this is quite a serious one and is going to be addressed in the next version.
bparkerhsd
Mar, 26 2008 - 11:58
If you type in a continuous stream of characters without any white space into the TextArea box, it will lock up. Any idea when you might fix this?
bparkerhsd
Mar, 26 2008 - 11:52
If you type in a continuous stream of characters without any white space into the TextArea box, it will lock up. Any idea when you might fix this?
dan
Feb, 01 2008 - 00:15
Thanks for that, you're right the TextArea has a problem when the Text property is not initilized, thanks for reporting this, I've added it to the bug list for the next version which will follow in a few days time.
prejeshvp
Jan, 31 2008 - 22:59
your work is awesome...u really rock !!!!!.Hey it seems thats its neccessary to initialize textarea.text else it wont except it
akremer
Jan, 29 2008 - 21:03
Thank you! This will save me a bunch of time. You rock!
akremer
Jan, 28 2008 - 13:46
Any prospective release date for this control? Took me a while to figure out it wasn't actually in the current liquid.dll!