|
|||
|
Localization Tool for VB, Delphi, .NET, C#, VB.NET, XML, Online Help, HTML ... > Technical Support (You need to be registered at the forum to write) > Bugs and Quirks in Sisulizer > TextBlock.Text property can't be detected in Sisu
|
| Moderated by: Renate.Reinartz, Markus.Kreisel, Jaakko.Salmenius, Ilkka.Salmenius |
|
|||||||||||||
| TextBlock.Text property can't be detected in Sisu - Bugs and Quirks in Sisulizer - Technical Support (You need to be registered at the forum to write) - Localization Tool for VB, Delphi, .NET, C#, VB.NET, XML, Online Help, HTML ... | ||||||||||||||
| Author | Post | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
|
michael.sync Member
|
I found very strange issue. Sisu is not able to scan the text property of Textblock. I think Sisu only cares about the content of control... Steps to reproduce ~ Please try to scan the string from the XAML below. <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns <StackPanel> <TextBlock Text="Here is string #1:" /> <Button Content="Save" /> </StackPanel> </UserControl> YOu will detect only "Save" which is the content of Button. So, you will have to change it as below... <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns <StackPanel> <TextBlock> Here is string #1: </TextBlock> <Button Content="Save" /> </StackPanel> </UserControl> but anyway, it's not good. Sisu should be able to detect this <TextBlock Text="Here is string #1:" /> <Button Content="Save" /> too...
|
|||||||||||||
| ||||||||||||||
| ||||||||||||||
|
Janusz Grzybek Super Moderator
|
Hello, Thank you for your post. I have created sample XAML file based on source code from your post, and I reproduced issue. I will forward it to our R&D. I let you know about results our investigation. Best regards, Janusz
____________________ http://www.sisulizer.com - Three simple steps to localize |
|||||||||||||
| ||||||||||||||
|
||||||||||||||
|
Jaakko.Salmenius Administrator
|
I fixed this in Sisulizer build 273 Jaakko
____________________ http://www.sisulizer.com - Three simple steps to localize |
|||||||||||||
| ||||||||||||||
| Current time is 02:47 am | |
| Localization Tool for VB, Delphi, .NET, C#, VB.NET, XML, Online Help, HTML ... > Technical Support (You need to be registered at the forum to write) > Bugs and Quirks in Sisulizer > TextBlock.Text property can't be detected in Sisu | |
Sisulizer software localization tool - Three simple steps to localize