Support forum of the software localization tool Sisulizer


Localization Tool for VB, Delphi, .NET, C#, VB.NET, XML, Online Help, HTML ... Home

Get in contact with the makers of Sisulizer.
Our forum is open for all questions around Sisulizer from customers and prospects.
Don't hesitate to register and ask. The Sisulizer team will answer ASAP.

Search     Help Home Sisulizer Website Download
Search by username
Not logged in - Login | Register 

 Moderated by: Renate.Reinartz, Markus.Kreisel, Jaakko.Salmenius, Ilkka.Salmenius
New Topic Reply Printer Friendly
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 ...
AuthorPost
 Posted: Fri Oct 17th, 2008 04:18 am
PM Quote Reply
michael.sync
Member
 

Joined: Wed Oct 15th, 2008
Location:  
Posts: 5
Status: 
Offline
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:x="http://schemas.microsoft.com/winfx/2006/xaml">
<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:x="http://schemas.microsoft.com/winfx/2006/xaml">
<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...

Back To Top PM Quote Reply

 Posted: Fri Oct 17th, 2008 12:39 pm
PM Quote Reply
Janusz Grzybek
Super Moderator


Joined: Fri Dec 1st, 2006
Location: Zabrze, Poland
Posts: 561
Status: 
Offline
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
Back To Top PM Quote Reply

 Posted: Sat Oct 18th, 2008 12:30 am
PM Quote Reply
Jaakko.Salmenius
Administrator


Joined: Sat Apr 8th, 2006
Location: Tokyo, Japan
Posts: 1641
Status: 
Offline
I fixed this in Sisulizer build 273

Jaakko



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

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



WowUltra 1.11 Copyright © 2007 by Jim Hale - Based on WowBB Copyright © 2003-2006 Aycan Gulez

Sisulizer software localization tool - Three simple steps to localize