<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>8 May 2015 18:49:05 Z</lastBuildDate><pubDate>8 May 2015 10:33:24 Z</pubDate><description>Hi,&#13;
&#13;
I translated names of nodes in my TreeView and it happened that TreeView does not create as it should. Please see a pictures.&#13;
&#13;
Code of TreeView without translation&#13;
[code:wl]&#13;
TreeAdd(TREE_MainTree, "Číselníky", tvDefault, tvDefault, "Index", tvLast)&#13;
TreeAdd(TREE_MainTree, "Finance", tvDefault, tvDefault, "Finance", tvLast)&#13;
TreeAdd(TREE_MainTree, "Výroba", tvDefault, tvDefault, "Production", tvLast)&#13;
[/code]&#13;
&#13;
&#13;
Code of TreeView with translation (unfortunatelly, code below is not displaying correctly, there is missing that "translation flag" after translated word, I manually put there star symbol "*" instead of flag to indicate what I translated)&#13;
[code:wl]&#13;
TreeAdd(TREE_MainTree, ""Číselníky"*", tvDefault, tvDefault, "Index", tvLast)&#13;
TreeAdd(TREE_MainTree, ""Finance"*", tvDefault, tvDefault, "Finance", tvLast)&#13;
TreeAdd(TREE_MainTree, ""Výroba"*", tvDefault, tvDefault, "Production", tvLast)&#13;
[/code]&#13;
&#13;
I tried to insert pictures but it still says "Technical error"...&#13;
I will try it later.&#13;
&#13;
Point is that TreeView with translation is not created, it just shows one node thumbnail, no text, no other nodes, no connecting lines, just nothing.&#13;
&#13;
&#13;
Petr</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51987-treeview-translate-disable-creation-nodes/read.awp</link><title>Treeview translate disable creation of nodes</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>PETR_K</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51987-treeview-translate-disable-creation-nodes-51998/read.awp</comments><pubDate>8 May 2015 18:49:05 Z</pubDate><description>Hi Fabrice,&#13;
&#13;
thank you for your reaction.&#13;
&#13;
1st project language is Czech (it is words you can see in my sample code) and sec…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51987-treeview-translate-disable-creation-nodes-51998/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51987-treeview-translate-disable-creation-nodes-51998/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51987-treeview-translate-disable-creation-nodes/read.awp">Treeview translate disable creation of nodes</source><title>Re: Treeview translate disable creation of nodes</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51987-treeview-translate-disable-creation-nodes-51989/read.awp</comments><pubDate>8 May 2015 14:40:58 Z</pubDate><description>Hi Petr,&#13;
&#13;
is your content (translated string) in an exoctic (ie NON ANSI) charset? &#13;
If yes, is your treeview control set as u…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51987-treeview-translate-disable-creation-nodes-51989/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51987-treeview-translate-disable-creation-nodes-51989/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51987-treeview-translate-disable-creation-nodes/read.awp">Treeview translate disable creation of nodes</source><title>Re: Treeview translate disable creation of nodes</title></item></channel></rss>
