Hi
BUG on Tree Object on set Node text. Example:
This show in Tree object:Code:Items = "All items"; count = 3; Node = {} Node.Text = Items.." ("..count..")"; Node.ImageIndex = "5"; Tree.SetNode("Tree1", "1", Node);
Win7 64 bitsCode:(All items (3
Professional Software Development Tools
Hi
BUG on Tree Object on set Node text. Example:
This show in Tree object:Code:Items = "All items"; count = 3; Node = {} Node.Text = Items.." ("..count..")"; Node.ImageIndex = "5"; Tree.SetNode("Tree1", "1", Node);
Win7 64 bitsCode:(All items (3
anyone confirm this error?
AMS 8 personal: 8.0.6.0
ah ok, I've found the problem. My application is multilingual and use the scrip of the style to which Ulrich use in your example with XML.
As ReadOrder establishing the Tree object (also happens with me RadioButton) displays wrong text.
It happens in both setting the ReadOrder "0" to "1".
Code:ON PRELOAD: Translate = {}; Translate.FontScript = 0; Translate.ReadOrder = 0; Tree.SetProperties("Tree1", Translate);